@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
html {
  --black: #000;
  --white: #f8f9f8;
  --white-80: rgba(211, 211, 211, 0.8);
  --very-light-pink: #e0e0e0; }

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000;
  --secondary: #797777;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #bb8925;
  --danger: #dc1414;
  --light: #f8f9fa;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

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

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

.container, .big_container, .small_container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .big_container, .small_container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .big_container, .small_container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .big_container, .small_container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .big_container, .small_container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
.row, body.page-order-detail .wrapper_order_info ul li, body.page-order-confirmation .wrapper_order_info ul li, body.page-order-detail .wrapper_bloc_order .order-items .order-item .info, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul li {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, body.page-order-detail .wrapper_order_info label, body.page-order-confirmation .wrapper_order_info label, body.page-order-detail .wrapper_order_info .value, body.page-order-confirmation .wrapper_order_info .value, body.page-order-detail .wrapper_bloc_order .order-items .order-item .info label, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info label, body.page-order-detail .wrapper_bloc_order .order-items .order-item .info .value, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info .value, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos label, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos .value, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, #stafe_cart_inspiration .wrapper_product-miniature, body.page-category #products .products .push_category, body.page-category #products .products .wrapper_product-miniature, body.page-category #products .products .push-white-gloves, body.page-search #products .products .push_category, body.page-search #products .products .wrapper_product-miniature, body.page-search #products .products .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-6, body.page-order-detail .wrapper_order_info label, body.page-order-confirmation .wrapper_order_info label, body.page-order-detail .wrapper_order_info .value, body.page-order-confirmation .wrapper_order_info .value, body.page-order-detail .wrapper_bloc_order .order-items .order-item .info label, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info label, body.page-order-detail .wrapper_bloc_order .order-items .order-item .info .value, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info .value, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos label, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos .value {
  flex: 0 0 50%;
  max-width: 50%; }

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

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

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

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

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

.col-12, #stafe_cart_inspiration .wrapper_product-miniature, body.page-category #products .products .push_category, body.page-category #products .products .wrapper_product-miniature, body.page-category #products .products .push-white-gloves, body.page-search #products .products .push_category, body.page-search #products .products .wrapper_product-miniature, body.page-search #products .products .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-6, #stafe_cart_inspiration .wrapper_product-miniature, body.page-category #products .products .push_category, body.page-category #products .products .wrapper_product-miniature, body.page-category #products .products .push-white-gloves, body.page-search #products .products .push_category, body.page-search #products .products .wrapper_product-miniature, body.page-search #products .products .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves {
    flex: 0 0 50%;
    max-width: 50%; }

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

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

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

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

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

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

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8b8b8; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-primary:hover {
  background-color: #ababab; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ababab; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d9d9d9; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b9b8b8; }

.table-hover .table-secondary:hover {
  background-color: #cccccc; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cccccc; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ecdec2; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #dcc28e; }

.table-hover .table-warning:hover {
  background-color: #e6d3af; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #e6d3af; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5bdbd; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed8585; }

.table-hover .table-danger:hover {
  background-color: #f2a7a7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f2a7a7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-dark:hover {
  background-color: #ababab; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #ababab; }

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 20, 20, 0.9);
  border-radius: 0.25rem; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc1414;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc1414' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc1414' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc1414;
    box-shadow: 0 0 0 0.2rem rgba(220, 20, 20, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc1414;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc1414' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc1414' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc1414;
    box-shadow: 0 0 0 0.2rem rgba(220, 20, 20, 0.25); }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc1414; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc1414; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ed3636;
  background-color: #ed3636; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 20, 20, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc1414; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc1414; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc1414;
  box-shadow: 0 0 0 0.2rem rgba(220, 20, 20, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-secondary, .btn.btn-tertiary, .btn.btn-transparent {
  color: #fff;
  background-color: #797777;
  border-color: #797777; }
  .btn-secondary:hover, .btn.btn-tertiary:hover, .btn.btn-transparent:hover {
    color: #fff;
    background-color: #666464;
    border-color: #5f5e5e; }
  .btn-secondary:focus, .btn.btn-tertiary:focus, .btn.btn-transparent:focus, .btn-secondary.focus, .focus.btn.btn-tertiary, .focus.btn.btn-transparent {
    color: #fff;
    background-color: #666464;
    border-color: #5f5e5e;
    box-shadow: 0 0 0 0.2rem rgba(141, 139, 139, 0.5); }
  .btn-secondary.disabled, .disabled.btn.btn-tertiary, .disabled.btn.btn-transparent, .btn-secondary:disabled, .btn.btn-tertiary:disabled, .btn.btn-transparent:disabled {
    color: #fff;
    background-color: #797777;
    border-color: #797777; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-tertiary:not(:disabled):not(.disabled):active, .btn.btn-transparent:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-tertiary:not(:disabled):not(.disabled).active, .btn.btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.btn.btn-tertiary, .show > .dropdown-toggle.btn.btn-transparent {
    color: #fff;
    background-color: #5f5e5e;
    border-color: #595757; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn.btn-tertiary:not(:disabled):not(.disabled).active:focus, .btn.btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.btn.btn-tertiary:focus, .show > .dropdown-toggle.btn.btn-transparent:focus {
      box-shadow: 0 0 0 0.2rem rgba(141, 139, 139, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #bb8925;
  border-color: #bb8925; }
  .btn-warning:hover {
    color: #fff;
    background-color: #9b721f;
    border-color: #906a1d; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #9b721f;
    border-color: #906a1d;
    box-shadow: 0 0 0 0.2rem rgba(197, 155, 70, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #bb8925;
    border-color: #bb8925; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #906a1d;
    border-color: #86621a; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(197, 155, 70, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc1414;
  border-color: #dc1414; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b91111;
    border-color: #ad1010; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b91111;
    border-color: #ad1010;
    box-shadow: 0 0 0 0.2rem rgba(225, 55, 55, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc1414;
    border-color: #dc1414; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ad1010;
    border-color: #a20f0f; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 55, 55, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary {
  color: #000;
  border-color: #000; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-secondary {
  color: #797777;
  border-color: #797777; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #797777;
    border-color: #797777; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 119, 119, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #797777;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #797777;
    border-color: #797777; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(121, 119, 119, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #bb8925;
  border-color: #bb8925; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #bb8925;
    border-color: #bb8925; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 137, 37, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #bb8925;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #bb8925;
    border-color: #bb8925; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(187, 137, 37, 0.5); }

.btn-outline-danger {
  color: #dc1414;
  border-color: #dc1414; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc1414;
    border-color: #dc1414; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 20, 20, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc1414;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc1414;
    border-color: #dc1414; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 20, 20, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #000;
  border-color: #000; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none; }
  .btn-link:hover {
    color: black;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #404040; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #595959;
    border-color: #595959; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 0, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #404040;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #595959; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #595959; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #595959; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

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

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .navbar .big_container, .navbar .small_container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .big_container, .navbar-expand-sm > .small_container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .big_container, .navbar-expand-sm > .small_container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .big_container, .navbar-expand-md > .small_container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .big_container, .navbar-expand-md > .small_container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .big_container, .navbar-expand-lg > .small_container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .big_container, .navbar-expand-lg > .small_container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .big_container, .navbar-expand-xl > .small_container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .big_container, .navbar-expand-xl > .small_container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .big_container, .navbar-expand > .small_container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .big_container, .navbar-expand > .small_container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #000; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #000; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: black; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #797777; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #5f5e5e; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(121, 119, 119, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #fff;
  background-color: #bb8925; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #906a1d; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(187, 137, 37, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc1414; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ad1010; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 20, 20, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #000; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: black; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-primary hr {
    border-top-color: #ababab; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #3f3e3e;
  background-color: #e4e4e4;
  border-color: #d9d9d9; }
  .alert-secondary hr {
    border-top-color: #cccccc; }
  .alert-secondary .alert-link {
    color: #252525; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #614713;
  background-color: #f1e7d3;
  border-color: #ecdec2; }
  .alert-warning hr {
    border-top-color: #e6d3af; }
  .alert-warning .alert-link {
    color: #36280b; }

.alert-danger {
  color: #720a0a;
  background-color: #f8d0d0;
  border-color: #f5bdbd; }
  .alert-danger hr {
    border-top-color: #f2a7a7; }
  .alert-danger .alert-link {
    color: #430606; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-dark hr {
    border-top-color: #ababab; }
  .alert-dark .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

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

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

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

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

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

.list-group-item-primary {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-secondary {
  color: #3f3e3e;
  background-color: #d9d9d9; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #3f3e3e;
    background-color: #cccccc; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3f3e3e;
    border-color: #3f3e3e; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #614713;
  background-color: #ecdec2; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #614713;
    background-color: #e6d3af; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #614713;
    border-color: #614713; }

.list-group-item-danger {
  color: #720a0a;
  background-color: #f5bdbd; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #720a0a;
    background-color: #f2a7a7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #720a0a;
    border-color: #720a0a; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

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

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5f5e5e !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #906a1d !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ad1010 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important; }

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

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

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

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

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

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

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

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

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

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

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

.border-dark {
  border-color: #000 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

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

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

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

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

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

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

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

  .float-xl-none {
    float: none !important; } }
.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

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

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

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

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

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

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

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

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

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

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

.h-100 {
  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; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

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

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

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

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

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

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

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

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #000 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #525151 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #7b5a18 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #960e0e !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container, .big_container, .small_container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--group {
  padding: 0; }
.select2-container--default .select2-results__option--disabled {
  color: #999; }
.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option--group {
  padding: 0; }
.select2-container--classic .select2-results__option--disabled {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

body {
  color: #2d2926; }
  body#module-stafe_storelocator-storeLocator #wrapper {
    max-width: calc(100vw - 30px);
    margin: auto; }
  body:not(#module-stafe_storelocator-storeLocator) #wrapper {
    overflow-x: hidden; }

#wrapper {
  background: white;
  padding-top: 0; }
  #wrapper .banner {
    margin-bottom: 0; }

@media (min-width: 1200px) {
  .container, .big_container, .small_container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1240px; } }
a:focus, a:hover {
  color: #000; }
  a:focus:focus, a:hover:focus {
    outline: none;
    outline-offset: 0; }

*:focus {
  outline: none;
  outline-offset: 0; }

.full, .banner, body.page-contact .banner, body.page-contact .wrapper_title, body.page-contact .card .wrapper_form_contact, body.page-contact .card .wrapper_listing_info, body.page-category .stafe_category-menu .sub_categories:after, body.page-search .stafe_category-menu .sub_categories:after, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories:after, body#cms #wrapper #content-wrapper header.page-header, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus, body#cms #wrapper #content-wrapper .page-content.page-cms div.section, body#module-faqs-display #center_column_fag, body#module-faqs-display .wrapper_title {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important; }

.vertical-center, .wrapper_title_page .wrapper_links, body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 .a-niveau1 .advtm_menu_span, body.page-index .wrapper_bloc_reinsurance .wrapper_img, body.page-index #csinstagramfeed .link_account, body.page-addresses .wrapper_list_address .add_addresses, body.page-my-account .tpl_page_customer .wrapper_links .list_links a .link-item, body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state .picto, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state .picto, body.page-category #products .products .push-white-gloves .wrapper_push, body.page-search #products .products .push-white-gloves .wrapper_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push, body.page-cart #wrapper #content-wrapper .cart-grid-right .secure_payment .list_payment_card li, body#checkout #wrapper #content-wrapper .cart-grid-right .secure_payment .list_payment_card li, body#checkout #wrapper #content-wrapper .checkout-step .step-title .step-number, body#checkout #wrapper #content-wrapper .checkout-step .step-title .tab_login .nav-item .nav-link, body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .add_addresses, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_title, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:hover .form, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:active .form, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:focus .form, body#product .wrapper_slide .bloc_info_product .info_attr, body#product .wrapper_slide #stafe_pointsofinterest .desktop .image-container, body#product .wrapper_slide #stafe_pointsofinterest .mobile .image-container, body#product #stafe_product_options_popin .info, body#product #stafe_product_options_popin .options .option, body #blockcart-modal .modal-body .divide-right, body #blockcart-modal .modal-body .info {
  display: flex;
  align-items: center;
  justify-content: center; }

.wrapper_back {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none; }
  .wrapper_back:after {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    background-color: #eeeeee; }
    @media (min-width: 768px) {
      .wrapper_back:after {
        width: calc(100% - 50px);
        left: 25px; } }
  .wrapper_back * {
    height: 100%; }
  .wrapper_back .no-gutters {
    z-index: 1;
    position: relative; }
    .wrapper_back .no-gutters > div {
      border-left: 1px solid #fff;
      height: 100%;
      -webkit-transition: height 1.5s ease-out;
      transition: height 1.5s; }
      .wrapper_back .no-gutters > div:first-child {
        border-left: 0px solid #fff; }
      @media (min-width: 992px) {
        .wrapper_back .no-gutters > div:last-child {
          border-right: 1px solid #fff; }
        .wrapper_back .no-gutters > div:first-child {
          border-left: 1px solid #fff; } }

.container, .big_container, .small_container {
  padding-right: 12px;
  padding-left: 12px; }
  @media (min-width: 768px) {
    .container, .big_container, .small_container {
      padding-right: 15px;
      padding-left: 15px; } }

.big_container {
  max-width: 1320px; }

.small_container {
  max-width: 1120px; }

.background_image, .banner, body.page-contact .banner, body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body#cms #wrapper #content-wrapper header.page-header .cms-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.wrapper_ScrollMagic {
  overflow: hidden; }
  .wrapper_ScrollMagic > .background_image, .wrapper_ScrollMagic > .banner, body.page-contact .wrapper_ScrollMagic > .banner, body.page-category #products .products .push-white-gloves .wrapper_push .wrapper_ScrollMagic > .background_push, body.page-search #products .products .push-white-gloves .wrapper_push .wrapper_ScrollMagic > .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .wrapper_ScrollMagic > .background_push, body#cms #wrapper #content-wrapper header.page-header .wrapper_ScrollMagic > .cms-banner {
    position: relative; }
    @media (min-width: 768px) {
      .wrapper_ScrollMagic > .background_image, .wrapper_ScrollMagic > .banner, body.page-contact .wrapper_ScrollMagic > .banner, body.page-category #products .products .push-white-gloves .wrapper_push .wrapper_ScrollMagic > .background_push, body.page-search #products .products .push-white-gloves .wrapper_push .wrapper_ScrollMagic > .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .wrapper_ScrollMagic > .background_push, body#cms #wrapper #content-wrapper header.page-header .wrapper_ScrollMagic > .cms-banner {
        height: 200%;
        top: -100%; } }

button:focus {
  outline: none; }

.qty .bootstrap-touchspin .btn-touchspin {
  height: 1.55rem;
  border: none; }
.qty input {
  border: none; }
.qty .bootstrap-touchspin {
  box-shadow: none;
  max-width: 130px;
  border: solid 1px rgba(211, 211, 211, 0.8);
  padding: 0 7px;
  float: none; }
.qty .bootstrap-touchspin .input-group-btn-vertical i {
  top: calc(50% - 7.5px); }

.btn {
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  padding: 13px 24px;
  border: solid 1px transparent;
  transition: all 0.5s;
  box-shadow: none;
  max-width: 100%;
  white-space: inherit; }
  .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn label {
    cursor: pointer; }
  .btn.btn-primary {
    color: #fff;
    background-color: #000; }
    .btn.btn-primary:hover {
      color: #000;
      background-color: #fff;
      border: solid 1px #2d2926; }
    .btn.btn-primary:focus, .btn.btn-primary:active {
      border: solid 1px #bb8925 !important;
      outline: none;
      box-shadow: none !important; }
  .btn.btn-secondary, .btn.btn-tertiary, .btn.btn-transparent {
    color: #000;
    background-color: #fff; }
    .btn.btn-secondary:hover, .btn.btn-tertiary:hover, .btn.btn-transparent:hover {
      color: #fff;
      background-color: #2d2926; }
    .btn.btn-secondary:focus, .btn.btn-tertiary:focus, .btn.btn-transparent:focus, .btn.btn-secondary:active, .btn.btn-tertiary:active, .btn.btn-transparent:active {
      border: solid 1px #bb8925 !important;
      outline: none;
      box-shadow: none !important; }
  .btn.btn-tertiary {
    color: #000;
    border-color: transparent;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    background-color: transparent;
    font-weight: 500; }
    .btn.btn-tertiary:after {
      content: "";
      position: absolute;
      bottom: 3px;
      height: 2px;
      width: calc(100% - 48px);
      left: 24px;
      background-color: #000; }
    .btn.btn-tertiary:hover:after {
      background-color: transparent; }
    .btn.btn-tertiary:focus, .btn.btn-tertiary:active {
      border-color: transparent !important; }
  .btn.btn-transparent {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: solid 1px rgba(211, 211, 211, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
    color: white; }
    .btn.btn-transparent.btn-black {
      color: black;
      background-color: transparent; }
      .btn.btn-transparent.btn-black:hover {
        color: #fff;
        background-color: #2d2926; }
    .btn.btn-transparent:hover {
      color: #fff;
      background-color: #2d2926; }
  .btn.btn-link {
    text-decoration: underline; }
    .btn.btn-link:hover {
      text-decoration: none; }
  .btn[disabled], .btn[disabled="disabled"] {
    cursor: not-allowed !important;
    opacity: 0.6; }

a[disabled], a[disabled="disabled"] {
  cursor: not-allowed !important;
  opacity: 0.6; }

input, select, textarea {
  background-color: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  margin: 0 0 4px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s; }
  @media (min-width: 768px) {
    input, select, textarea {
      font-size: 16px; } }
  input[type="submit"], select[type="submit"], textarea[type="submit"] {
    height: inherit; }
  input::placeholder, select::placeholder, textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(45, 41, 38, 0.4);
    opacity: 1;
    /* Firefox */ }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(45, 41, 38, 0.4); }
  input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(45, 41, 38, 0.4); }

textarea {
  border: solid 1px #000;
  padding: 16px;
  border-radius: 0; }

.custom-checkbox label {
  padding-left: 30px; }
  .custom-checkbox label input[type=checkbox] + span {
    width: 20px;
    height: 20px;
    border: 2px solid #4c4c4c;
    border-radius: 4px;
    position: absolute;
    left: 0;
    display: block; }
    .custom-checkbox label input[type=checkbox] + span .checkbox-checked {
      font-size: 15px;
      color: #232323;
      font-weight: bold;
      margin: 0; }

.custom-radio {
  border: 1px solid #000000; }
  .custom-radio input[type=radio]:checked + span {
    background-color: #000000;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px; }

.input-group.bootstrap-touchspin {
  box-shadow: none;
  border: solid 1px rgba(211, 211, 211, 0.8);
  padding: 0 7px; }
  .input-group.bootstrap-touchspin select {
    width: 100%;
    height: 24px;
    border: 0;
    margin-bottom: 0;
    box-shadow: none; }

.input-field {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  .input-field input, .input-field select, .input-field textarea {
    width: -webkit-fill-available;
    height: 44px; }
  .input-field .radio-inline {
    padding-right: 20px; }
  .input-field .form-control-comment {
    padding: 0;
    font-size: 10px;
    text-align: right;
    display: block; }
  .input-field .input-action-btn {
    position: absolute;
    right: 0;
    font-size: 20px;
    top: calc(50% - 15px); }
    .input-field .input-action-btn .btn-action {
      padding: 0;
      border: 0;
      background-color: transparent; }
      .input-field .input-action-btn .btn-action[data-action='show-password']:after {
        font-family: 'icomoon' !important;
        speak: never;
        text-transform: none;
        line-height: 1;
        content: "\e913"; }
      .input-field .input-action-btn .btn-action[data-action='show-password'].active:after {
        content: "\e90d"; }
  .input-field.not_empty:after {
    font-family: 'icomoon' !important;
    content: "\e93e";
    width: 14px;
    height: 14px;
    padding: 4px 3px 5px 4px;
    border-radius: 7px;
    position: absolute;
    right: 0;
    line-height: 5px;
    text-align: center;
    top: 7px; }
  .input-field > label:not(.no-effect) {
    color: rgba(45, 41, 38, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px); }
    .input-field > label:not(.no-effect).required:after {
      content: "*"; }
    .input-field > label:not(.no-effect).active {
      -webkit-transform: translateY(-8px) scale(0.8);
      transform: translateY(-8px) scale(0.8);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
  .input-field > label.no-effect {
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--black); }
  .input-field .radio-inline {
    margin-right: 32px; }
  .input-field .custom-radio {
    margin-right: 16px !important; }

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

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

#main .page-footer {
  margin-bottom: 0; }

.fade.in {
  opacity: 1; }

/**
ELEMENTS
 */
.wrapper_bloc_social_media #stafe_content_social_media {
  padding-left: 56px;
  padding-top: 0;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 30px;
  row-gap: 30px; }
  @media (max-width: 767.98px) {
    .wrapper_bloc_social_media #stafe_content_social_media {
      flex-direction: column;
      padding-left: 0; } }
  .wrapper_bloc_social_media #stafe_content_social_media .content {
    font-weight: bold; }
  .wrapper_bloc_social_media #stafe_content_social_media .parts {
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 20px; }
    .wrapper_bloc_social_media #stafe_content_social_media .parts .part {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .wrapper_bloc_social_media #stafe_content_social_media .parts .part img {
        width: 48px;
        height: 48px; }

.close-popup {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px; }

#search_widget {
  min-width: inherit; }
  #search_widget .wrapper_picto {
    display: none; }
  #search_widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    right: .125rem;
    color: #7a7a7a;
    padding: 0;
    height: 35px;
    top: 0; }
  #search_widget form input[type=text] {
    border: 0;
    border-bottom: 2px solid;
    margin: 0;
    padding: 5px 0;
    height: inherit; }
    #search_widget form input[type=text]:focus {
      outline: none;
      color: inherit;
      background-color: inherit; }
  #search_widget form .icon {
    padding: 0;
    display: block;
    margin-right: 0;
    color: black; }

#stafe_content_reassurance {
  padding-top: 33px;
  text-align: center;
  padding-bottom: 10px;
  background-color: black;
  color: white; }
  @media (min-width: 768px) {
    #stafe_content_reassurance {
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px; } }
  #stafe_content_reassurance .part {
    max-width: 270px;
    margin: auto;
    margin-bottom: 32px; }
  #stafe_content_reassurance .title_reassurance {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: white; }
  #stafe_content_reassurance .content {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 1px;
    color: white; }

.banner {
  font-family: "Libre Baskerville", sans-serif;
  padding-top: 112px;
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
  background-image: url("../img/banner.jpg");
  position: relative; }
  @media (min-width: 768px) {
    .banner {
      padding-top: 224px;
      padding-bottom: 113px; } }
  .banner:after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    position: absolute; }
    @media (min-width: 768px) {
      .banner:after {
        content: none; } }
  .banner .title_banner {
    line-height: 1;
    font-size: 40px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .banner .title_banner {
        font-size: 80px; } }

.wrapper_title_page {
  text-align: center;
  position: relative; }
  .wrapper_title_page .title {
    padding: 19px 40px;
    font-family: "Libre Baskerville", sans-serif;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin: 0; }
    @media (min-width: 768px) {
      .wrapper_title_page .title {
        padding: 16px;
        font-size: 32px; } }
  .wrapper_title_page .wrapper_links {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 0 17px; }
    .wrapper_title_page .wrapper_links.wrapper_links_bis {
      left: unset;
      right: 0; }
    @media (min-width: 768px) {
      .wrapper_title_page .wrapper_links {
        padding: 0 80px; } }
    .wrapper_title_page .wrapper_links .account-link label {
      display: none;
      margin-left: 15px;
      cursor: pointer; }
      @media (min-width: 992px) {
        .wrapper_title_page .wrapper_links .account-link label {
          display: inline-block; } }
    .wrapper_title_page .wrapper_links .icon {
      vertical-align: middle;
      font-weight: 700;
      float: left;
      font-size: 25px; }
      @media (min-width: 768px) {
        .wrapper_title_page .wrapper_links .icon {
          font-size: 30px; } }

#main .page-header {
  margin-bottom: 0; }

#main .tpl_page_customer {
  background-color: #f6f6f6;
  box-shadow: none;
  margin-bottom: 0px; }

.wrapper_viewedproduct, .wrapper_productaccessories {
  border-top: 2px solid white;
  padding-bottom: 50px;
  background-color: #f6f6f6; }
  .wrapper_viewedproduct .title_products_list, .wrapper_productaccessories .title_products_list {
    font-family: "Libre Baskerville", sans-serif;
    line-height: 1.53;
    letter-spacing: 1.6px;
    text-align: center;
    padding: 40px;
    font-size: 24px;
    color: #000; }
    @media (min-width: 768px) {
      .wrapper_viewedproduct .title_products_list, .wrapper_productaccessories .title_products_list {
        font-size: 40px; } }
  @media (min-width: 576px) {
    .wrapper_viewedproduct .products, .wrapper_productaccessories .products {
      margin: 0 60px; } }

.wrapper_product-miniature {
  padding: 4px; }
  @media (min-width: 768px) {
    .wrapper_product-miniature {
      padding: 15px; } }
  .wrapper_product-miniature .wrapper_thumbnail img {
    width: 100%; }
  .wrapper_product-miniature .wrapper_description {
    padding: 18px 5px; }
    .wrapper_product-miniature .wrapper_description .product-title, .wrapper_product-miniature .wrapper_description .product-title a {
      text-transform: uppercase;
      display: inline-block;
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      color: #2d2926; }
      @media (min-width: 768px) {
        .wrapper_product-miniature .wrapper_description .product-title, .wrapper_product-miniature .wrapper_description .product-title a {
          font-size: 18px; } }
    .wrapper_product-miniature .wrapper_description .product-price-and-shipping {
      float: right;
      font-size: 12px;
      text-align: right;
      color: #2d2926; }
      @media (min-width: 768px) {
        .wrapper_product-miniature .wrapper_description .product-price-and-shipping {
          font-size: 14px; } }

.slick-slider .slick-dots {
  margin-bottom: -20px; }
  .slick-slider .slick-dots li {
    width: 6px;
    height: 6px; }
    .slick-slider .slick-dots li button {
      width: 6px;
      height: 6px; }
      .slick-slider .slick-dots li button:before {
        content: "";
        background-color: black;
        border-radius: 20px;
        width: 6px;
        height: 6px; }
.slick-slider .slick-prev:before {
  content: "\e932";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
.slick-slider .slick-next:before {
  content: "\e931";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
.slick-slider .slick-arrow:before {
  color: black; }

@media (min-width: 768px) {
  .fade_scroll {
    opacity: 0.3;
    transition: opacity 1s; }
    .fade_scroll.active {
      opacity: 1; } }

#stafe_cart_inspiration {
  margin-top: 26px;
  background-color: white; }
  #stafe_cart_inspiration .title {
    text-align: center;
    text-transform: uppercase;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 16px;
    letter-spacing: 1.4px;
    color: #3d3b3c;
    padding: 30px; }
  #stafe_cart_inspiration .products {
    padding: 0 10px; }
    #stafe_cart_inspiration .products .wrapper_product-miniature {
      padding-top: 0;
      padding-bottom: 0; }
      #stafe_cart_inspiration .products .wrapper_product-miniature .product_info {
        display: flex;
        flex-wrap: wrap; }
        #stafe_cart_inspiration .products .wrapper_product-miniature .product_info .wrapper_cta_product {
          padding: 18px 0px;
          text-align: right; }
        #stafe_cart_inspiration .products .wrapper_product-miniature .product_info .wrapper_description {
          flex: auto; }
          #stafe_cart_inspiration .products .wrapper_product-miniature .product_info .wrapper_description .product-price-and-shipping {
            float: inherit;
            text-align: left; }

#stafe_cart_cross_sell {
  background-color: white;
  margin-top: 26px; }
  #stafe_cart_cross_sell .title {
    text-align: center;
    text-transform: uppercase;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 16px;
    letter-spacing: 1.4px;
    color: #3d3b3c;
    padding: 30px; }
    @media (min-width: 768px) {
      #stafe_cart_cross_sell .title {
        font-size: 24px;
        line-height: 2.54;
        letter-spacing: 0.96px; } }
  #stafe_cart_cross_sell .product_info .wrapper_description .product-price-and-shipping {
    float: none;
    text-align: inherit; }

/**
SLIDER HOME
 */
.cta_next_section {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  left: calc(50% - 50px);
  color: white;
  text-align: center;
  width: 100px;
  font-size: 25px;
  cursor: pointer; }
  .cta_next_section label {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #d0d0d0; }

.nav_slider {
  position: absolute;
  bottom: 50%;
  z-index: 1030;
  color: #e0e0e0;
  font-family: monospace;
  font-size: 25px;
  font-weight: 100;
  cursor: pointer;
  display: block; }
  .nav_slider .icon {
    font-weight: 900;
    color: white;
    text-shadow: #000 1px 0 10px; }
  .nav_slider.nav_prev {
    left: 0px; }
    @media (min-width: 768px) {
      .nav_slider.nav_prev {
        left: 20px; } }
  .nav_slider.nav_next {
    right: 0px; }
    @media (min-width: 768px) {
      .nav_slider.nav_next {
        right: 20px; } }

.slider_st {
  height: 100%;
  display: flex;
  flex-wrap: wrap; }
  .slider_st .slide_st {
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease-out;
    cursor: pointer;
    flex: 0 0 0%;
    position: relative; }
    .slider_st .slide_st.before_1, .slider_st .slide_st.after_1 {
      flex: 0 0 10%; }
    .slider_st .slide_st.after_2, .slider_st .slide_st.before_2 {
      flex: 0 0 0; }
      @media (min-width: 768px) {
        .slider_st .slide_st.after_2, .slider_st .slide_st.before_2 {
          flex: 0 0 10%; } }
    .slider_st .slide_st.slide_active {
      flex-grow: 1; }
      .slider_st .slide_st.slide_active .content_slide {
        opacity: 1; }
        .slider_st .slide_st.slide_active .content_slide .wrapper_title {
          opacity: 1;
          margin: 0 0 0 0; }
    .slider_st .slide_st:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.6));
      z-index: 1; }
    .slider_st .slide_st .title_mini {
      transform: rotate(-90deg) scaleY(0);
      transition: font-size 0.5s;
      position: absolute;
      bottom: 70px;
      line-height: 38px;
      color: white;
      width: 100px;
      font-family: "Libre Baskerville", sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 2px;
      transform-origin: 50% 0;
      text-transform: uppercase;
      white-space: pre;
      text-align: center;
      z-index: 1;
      left: calc(50% - 65px); }
    .slider_st .slide_st .content_slide {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      text-align: center;
      color: white;
      z-index: 1;
      opacity: 0;
      transition: all 0.5s; }
      .slider_st .slide_st .content_slide .wrapper_title {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        text-transform: uppercase;
        opacity: 0; }
        .slider_st .slide_st .content_slide .wrapper_title .title {
          font-family: "Libre Baskerville", sans-serif;
          font-size: 30px;
          line-height: 1.17;
          text-align: center;
          color: #fff;
          position: absolute;
          width: 80%;
          left: 0;
          bottom: calc(50px + 25%);
          margin-left: 10%; }
          @media (min-width: 768px) {
            .slider_st .slide_st .content_slide .wrapper_title .title {
              font-size: 60px;
              width: 100%;
              margin-left: 0; } }
          @media (min-width: 992px) {
            .slider_st .slide_st .content_slide .wrapper_title .title {
              bottom: calc(50px + 19%); } }
      .slider_st .slide_st .content_slide .wrapper_links {
        position: absolute;
        width: 100%;
        bottom: 10%;
        transform: scaleY(0);
        transform-origin: 50% 0; }
        @media (min-width: 768px) {
          .slider_st .slide_st .content_slide .wrapper_links {
            transform: scaleY(1);
            transform-origin: 50% 0; } }
        .slider_st .slide_st .content_slide .wrapper_links .btn {
          margin: 0 15px;
          margin-bottom: 15px; }
    .slider_st .slide_st .background_image, .slider_st .slide_st .banner, .slider_st .slide_st body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push .slider_st .slide_st .background_push, .slider_st .slide_st body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push .slider_st .slide_st .background_push, .slider_st .slide_st body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .slider_st .slide_st .background_push, .slider_st .slide_st body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header .slider_st .slide_st .cms-banner {
      transform: scale(1);
      transition: all 0.5s ease-out; }
    .slider_st .slide_st.before_2:hover, .slider_st .slide_st.before_1:hover, .slider_st .slide_st.after_2:hover, .slider_st .slide_st.after_1:hover {
      flex: 0 0 16%; }
      .slider_st .slide_st.before_2:hover .title_mini, .slider_st .slide_st.before_1:hover .title_mini, .slider_st .slide_st.after_2:hover .title_mini, .slider_st .slide_st.after_1:hover .title_mini {
        font-size: 28px; }
      .slider_st .slide_st.before_2:hover .background_image, .slider_st .slide_st.before_2:hover .banner, .slider_st .slide_st.before_2:hover body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.before_2:hover .background_push, .slider_st .slide_st.before_2:hover body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.before_2:hover .background_push, .slider_st .slide_st.before_2:hover body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.before_2:hover .background_push, .slider_st .slide_st.before_2:hover body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header .slider_st .slide_st.before_2:hover .cms-banner, .slider_st .slide_st.before_1:hover .background_image, .slider_st .slide_st.before_1:hover .banner, .slider_st .slide_st.before_1:hover body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.before_1:hover .background_push, .slider_st .slide_st.before_1:hover body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.before_1:hover .background_push, .slider_st .slide_st.before_1:hover body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.before_1:hover .background_push, .slider_st .slide_st.before_1:hover body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header .slider_st .slide_st.before_1:hover .cms-banner, .slider_st .slide_st.after_2:hover .background_image, .slider_st .slide_st.after_2:hover .banner, .slider_st .slide_st.after_2:hover body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.after_2:hover .background_push, .slider_st .slide_st.after_2:hover body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.after_2:hover .background_push, .slider_st .slide_st.after_2:hover body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.after_2:hover .background_push, .slider_st .slide_st.after_2:hover body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header .slider_st .slide_st.after_2:hover .cms-banner, .slider_st .slide_st.after_1:hover .background_image, .slider_st .slide_st.after_1:hover .banner, .slider_st .slide_st.after_1:hover body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.after_1:hover .background_push, .slider_st .slide_st.after_1:hover body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.after_1:hover .background_push, .slider_st .slide_st.after_1:hover body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .slider_st .slide_st.after_1:hover .background_push, .slider_st .slide_st.after_1:hover body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header .slider_st .slide_st.after_1:hover .cms-banner {
        transform: scale(1.2); }
    @media (min-width: 768px) {
      .slider_st .slide_st.before_2 .title_mini, .slider_st .slide_st.before_1 .title_mini, .slider_st .slide_st.after_2 .title_mini, .slider_st .slide_st.after_1 .title_mini {
        transform: rotate(-90deg) scaleY(1);
        transform-origin: 50% 0; } }
  .slider_st.fade_slide .before_2, .slider_st.fade_slide .before_1, .slider_st.fade_slide .after_2, .slider_st.fade_slide .after_1 {
    flex: 0 0 0; }

select.custom-select {
  padding: 10px 18px 10px 30px;
  border: solid 1px rgba(211, 211, 211, 0.1);
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='18.406593799591064' style=''%3E%3Crect id='backgroundrect' width='100%25' height='100%25' x='0' y='0' fill='none' stroke='none' style='' class='selected'/%3E%3Cg class='currentLayer' style=''%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg transform='translate(0, -6.04396) scale(0.03125)' id='svg_1' class=''%3E%3Cpath fill='rgb(115, 115, 115)' d='M984.7904379708925,234.75199885896018 l41.708919498796604,41.55947239391935 l-513.6781912835431,511.83763249064214 l-513.6781912835431,-511.83763249064214 l41.708919498796604,-41.55947239391935 l471.90816910793365,470.27517530106525 z' id='svg_2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") #FFF no-repeat right 1.75rem center/8px 10px;
  background-size: 5%; }

.form-group.switch {
  display: flex; }
  .form-group.switch > label:nth-of-type(1) {
    order: 1;
    margin-right: 40px;
    padding-right: 16px; }
    .form-group.switch > label:nth-of-type(1):before {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      bottom: 0;
      transform: translateY(-50%);
      height: 20px;
      width: 40px;
      border-radius: 20px;
      background: #e3e3e3;
      -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
    .form-group.switch > label:nth-of-type(1):after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      height: 20px;
      width: 20px;
      border-radius: 20px;
      background: var(--white);
      border: solid 1px rgba(0, 0, 0, 0.5);
      transition: left linear 250ms; }
  .form-group.switch > input:nth-of-type(1):not(:checked) + label:after {
    left: calc(100% + 20px); }
  .form-group.switch > label:nth-of-type(2) {
    padding-left: 16px;
    order: 4; }
    .form-group.switch > label:nth-of-type(2):before {
      content: '';
      position: absolute;
      top: 50%;
      right: 100%;
      transform: translateY(-50%);
      height: 20px;
      width: 20px;
      border-radius: 20px; }
  .form-group.switch label {
    position: relative; }
  .form-group.switch input {
    position: absolute;
    left: -1000vw; }

form input {
  width: 100%; }
form .input-field {
  position: relative; }
  form .input-field.offset-valid-field:after {
    transform: translateX(-25px); }
  form .input-field.valid:after, form .input-field.not-valid:after {
    position: absolute;
    top: 13px;
    right: 0;
    font-family: 'icomoon' !important; }
  form .input-field.valid:after {
    content: '\e93e'; }
  form .input-field.not-valid:after {
    content: '\e942'; }
form .form-hint em {
  font-family: "Open sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: #797777;
  margin-bottom: 25px;
  display: inline-block; }

#product-availability.estimated-shipping-time, .estimated-shipping-time {
  padding: 8px 7px;
  background-color: #eeeeee;
  font-family: "Open sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2d2926;
  margin-bottom: 15px; }

label input[type=checkbox] {
  position: absolute;
  left: -1000vw; }
  label input[type=checkbox] + span.custom-checkbox {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin: 0 16px 0 0;
    border-radius: 2px;
    border: solid 1px var(--black); }
  label input[type=checkbox]:checked + span.custom-checkbox {
    background-color: var(--black);
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    label input[type=checkbox]:checked + span.custom-checkbox:after {
      content: "\e93d";
      color: #fff;
      font-family: 'icomoon'; }

body #header .section_main_nav .wrapper_nav .header_nav .wrapper_title {
  display: inline-block;
  padding-left: 30px;
  width: 100%;
  text-align: center; }
  body #header .section_main_nav .wrapper_nav .header_nav .wrapper_title h1,
  body #header .section_main_nav .wrapper_nav .header_nav .wrapper_title span {
    color: #2d2926;
    font-weight: normal;
    font-size: 24px;
    font-family: "Libre Baskerville", sans-serif;
    margin: 0; }
@media (max-width: 767.98px) {
  body #header .section_main_nav .wrapper_nav .header_nav .wrapper_title {
    margin-top: 50px;
    width: 50%; }
  body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search {
    width: 50%; } }
@media (max-width: 575.98px) {
  body #header .section_main_nav .wrapper_nav .header_nav {
    display: block !important; }
    body #header .section_main_nav .wrapper_nav .header_nav .wrapper_title {
      margin-top: 30px;
      padding-left: 0;
      width: 100%;
      text-align: center; }
      body #header .section_main_nav .wrapper_nav .header_nav .wrapper_title h1,
      body #header .section_main_nav .wrapper_nav .header_nav .wrapper_title span {
        font-size: 18px;
        text-align: center; }
    body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search {
      padding-top: 20px !important;
      width: 100%; } }

.loader {
  display: inline-flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center; }
  .loader .circle {
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 500%;
    position: relative;
    animation: rotation 2s linear infinite; }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .loader .circle .inner {
      width: 20px;
      height: 20px;
      background: #222;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      border-radius: 100%;
      box-shadow: 0 -10px 0 -5px #222;
      animation: switch 8s ease-in-out infinite; }
@keyframes switch {
  0% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    box-shadow: 0 -10px 0 -5px #222; }
  25% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    box-shadow: 0 -10px 0 -5px #222; }
  50% {
    top: calc(100% - 5px);
    width: 2px;
    height: 2px;
    box-shadow: 0 -10px 0 5px #222;
    transform: translateX(-50%) translateY(0); }
  75% {
    top: calc(100% - 5px);
    width: 2px;
    height: 2px;
    box-shadow: 0 -10px 0 5px #222;
    transform: translateX(-50%) translateY(0); }
  100% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    box-shadow: 0 -10px 0 -5px #222; } }
.reset, body#module-stafe_storelocator-storeLocator #content, body#module-stafe_storelocator-storeAppointment #content {
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: walsheim;
  src: url("fonts/GT-Walsheim-Light.otf");
  font-weight: 300; }
@font-face {
  font-family: walsheim;
  src: url("fonts/GT-Walsheim-Regular.otf");
  font-weight: 400; }
@font-face {
  font-family: walsheim;
  src: url("fonts/GT-Walsheim-Medium.otf");
  font-weight: 500; }
@font-face {
  font-family: walsheim;
  src: url("fonts/GT-Walsheim-Bold.otf");
  font-weight: 600; }
/**
ONEY popover
 */
.popover {
  padding: 0; }
  @media (max-width: 991.98px) {
    .popover {
      position: fixed !important;
      transform: translate(-50%, -50%) !important;
      top: 50% !important;
      left: 50% !important;
      width: 100% !important; } }
  .popover .popover-content {
    padding: 0; }
  .popover.bs-tether-element-attached-right:after {
    border-left-color: #84868b; }
  .popover .oney-modal {
    border: 2px solid #84868b;
    padding: 10px;
    color: #84868b;
    font-family: 'walsheim', sans-serif;
    font-size: 12px; }
    .popover .oney-modal .top {
      margin-bottom: 20px; }
      .popover .oney-modal .top img {
        width: 100px;
        margin-bottom: 5px; }
      .popover .oney-modal .top p {
        text-transform: uppercase;
        font-size: 16px;
        color: #54565B;
        margin: 0 0 5px; }
        .popover .oney-modal .top p .without_fee {
          text-decoration: underline; }
    .popover .oney-modal .instalments {
      margin-bottom: 20px; }
      .popover .oney-modal .instalments .x4 {
        width: 40px;
        margin-right: 10px; }
      .popover .oney-modal .instalments p {
        color: #54565B;
        margin: 0;
        font-size: 14px;
        line-height: 15px; }
        .popover .oney-modal .instalments p.price {
          font-size: 23px;
          margin: 8px 0; }
        .popover .oney-modal .instalments p.instalment {
          font-size: 12px; }

#payment3x {
  /* HTML ELEMENTS */
  /* #54565B */
  /* STYLES */
  /* RESPONSIVE */ }
  #payment3x .modal-dialog {
    max-width: fit-content; }
  #payment3x body {
    margin: 0;
    padding: 0;
    font-family: 'walsheim', sans-serif; }
  #payment3x .clr {
    clear: both; }
  #payment3x .hide {
    display: none; }
  #payment3x .popup-wrapper {
    margin: 0 auto;
    width: 680px;
    border: 1px solid #54565B;
    box-sizing: border-box; }
  #payment3x header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 30px 0px 30px;
    background-color: #FFFFFF;
    font-size: 21px;
    color: #54565B;
    line-height: 1.3;
    text-transform: uppercase; }
  #payment3x header p {
    margin: 0 0 0 30px;
    font-weight: 300; }
  #payment3x header p b {
    font-weight: 500; }
  #payment3x .header-logo {
    width: 180px;
    margin-top: 10px; }
  #payment3x .close-popup {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 10px;
    width: 40px; }
  #payment3x .close-popup:hover {
    cursor: pointer; }
  #payment3x section {
    padding: 20px 20px 0 20px;
    background-color: #FFFFFF;
    color: #54565B; }
  #payment3x .steps {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 465px;
    margin: 0 auto 12px auto; }
  #payment3x .steps img {
    position: relative;
    z-index: 2;
    width: 35px; }
  #payment3x .steps:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1%;
    width: 98%;
    height: 2px;
    background-color: #54565B;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  #payment3x .steps-descriptions {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  #payment3x .step-desc {
    width: 180px;
    padding: 13px 10px 10px 10px;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    border: 1px solid #54565B;
    border-radius: 10px;
    text-align: center; }
  #payment3x .step-desc p {
    font-size: 14px;
    margin: 0 0 0 0;
    font-weight: 300;
    line-height: 1.3; }
  #payment3x .step-desc__title {
    font-size: 18px;
    font-weight: 600; }
  #payment3x .payement-method {
    width: 130px;
    margin-top: 0px; }
  #payment3x .threeorfour {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0; }
  #payment3x .threeorfour img {
    height: 22px; }
  #payment3x .threeorfour p {
    margin: 0 7px 0 10px; }
  #payment3x footer {
    background-color: #FFFFFF;
    color: #7E7E7D;
    padding: 20px 25px 15px 25px; }
  #payment3x footer p {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    text-align: justify; }
  #payment3x footer a {
    font-size: 11px;
    color: #7E7E7D;
    text-decoration: underline; }
  #payment3x .pastille {
    float: left; }
  #payment3x .ou {
    float: left;
    display: block;
    margin: 4px 3px 0 3px !important; }
  @media screen and (max-device-width: 939px), screen and (max-width: 939px) {
    #payment3x .steps {
      width: 520px; } }
  @media screen and (max-device-width: 749px), screen and (max-width: 749px) {
    #payment3x .popup-wrapper {
      position: relative;
      width: 320px; }
    #payment3x header {
      flex-direction: column; }
    #payment3x header p {
      margin: 15px 0 0 0;
      text-align: center; }
    #payment3x .steps {
      position: absolute;
      width: 60px;
      height: 335px;
      top: 225px;
      left: 20px;
      flex-direction: column; }
    #payment3x .steps:after {
      width: 2px;
      height: 98%;
      left: 50%;
      top: 1%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%); }
    #payment3x .steps-descriptions {
      flex-direction: column;
      justify-content: center;
      align-items: flex-end; }
    #payment3x .step-desc {
      margin: 0 0 15px 0;
      align-self: initial; }
    #payment3x .step-desc {
      width: 170px;
      padding: 15px 10px; }
    #payment3x section {
      padding: 30px 30px 0 20px; }
    #payment3x footer {
      padding: 10px 30px 15px 30px; } }

.oney-timeline p {
  font-family: "Open sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  margin: 0; }
  .oney-timeline p.first-monthly-payment {
    font-weight: bold; }
.oney-timeline .payments {
  margin: 25px 0; }

:root {
  --app-height: 100%; }

html,
body {
  height: 100vh;
  height: var(--app-height); }

body {
  font-family: "Open sans", sans-serif;
  /**
    HEADER
     */
  /**
    CONTACT
     */
  /**
    HOME
     */
  /**
    My account
     */
  /**
    CATEGORIE
     */
  /**
    CART
     */
  /**
    CHECKOUT
     */
  /**
    CMS
     */
  /**
    PRODUCT
     */
  /**
  SITEMAPS
   */
  /**
    MODULE
     */ }
  body #header {
    width: 100%; }
    body #header .wrapper_picto {
      display: inline-block;
      padding: 11px 0;
      color: black;
      cursor: pointer;
      text-align: center;
      position: relative;
      font-size: 20px; }
      @media (min-width: 768px) {
        body #header .wrapper_picto {
          padding: 18px 0; } }
      body #header .wrapper_picto label {
        display: none;
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center; }
      body #header .wrapper_picto .treca_icon-ico-burger:before {
        font-size: 13px;
        padding: 15px 0;
        vertical-align: middle; }
        @media (min-width: 768px) {
          body #header .wrapper_picto .treca_icon-ico-burger:before {
            padding: 18px 0; } }
    body #header a:hover {
      color: inherit; }
    body #header .header-top {
      position: fixed;
      z-index: 1000;
      width: 100%;
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
      background-color: #f6f6f6;
      border: solid 1.2px #e2d9d1;
      padding: 0px 13px; }
      @media (min-width: 576px) {
        body #header .header-top {
          padding: 0px 28px; } }
      @media (min-width: 1200px) {
        body #header .header-top {
          padding: 0px 84px; } }
      body #header .header-top * {
        transition: all 0.2s; }
      body #header .header-top .header_col {
        align-items: center;
        display: flex; }
      body #header .header-top .wrapper_header {
        position: relative;
        text-align: center; }
      body #header .header-top .wrapper_logo {
        text-align: center;
        display: inline-block;
        width: auto;
        margin: auto;
        padding: 17px 0 12px; }
        @media (min-width: 768px) {
          body #header .header-top .wrapper_logo {
            padding: 20px 0 11px; } }
        body #header .header-top .wrapper_logo h1 {
          margin-bottom: 0; }
        body #header .header-top .wrapper_logo .logo {
          max-height: 21px;
          display: inline-block;
          width: 200px; }
          @media (min-width: 992px) {
            body #header .header-top .wrapper_logo .logo {
              max-height: 30px; } }
          body #header .header-top .wrapper_logo .logo g {
            fill: #2d2926 !important; }
      body #header .header-top .list_action_header_left {
        position: absolute;
        left: 0;
        top: 0; }
      body #header .header-top .list_action_header {
        text-align: right;
        margin-left: auto;
        position: absolute;
        right: 0;
        overflow: hidden;
        top: 0; }
        body #header .header-top .list_action_header .link_storelocator {
          display: inline-block;
          vertical-align: top; }
        body #header .header-top .list_action_header .link_picto {
          display: block; }
        body #header .header-top .list_action_header .wrapper_picto {
          padding-left: 16px;
          padding-right: 10px; }
          @media (min-width: 992px) {
            body #header .header-top .list_action_header .wrapper_picto {
              padding-left: 27px; } }
        body #header .header-top .list_action_header #search_widget {
          display: inline-block;
          width: inherit;
          float: none;
          position: relative; }
          @media (min-width: 992px) {
            body #header .header-top .list_action_header #search_widget {
              min-width: 20px;
              padding: 20px 0;
              max-width: calc(100% - 100px);
              overflow: hidden; } }
          body #header .header-top .list_action_header #search_widget .wrapper_picto {
            padding-left: 0;
            opacity: 1; }
            @media (min-width: 992px) {
              body #header .header-top .list_action_header #search_widget .wrapper_picto {
                position: absolute;
                right: 0px;
                padding: 0; } }
          body #header .header-top .list_action_header #search_widget form {
            display: none; }
            @media (min-width: 992px) {
              body #header .header-top .list_action_header #search_widget form {
                display: block;
                margin-right: -550px;
                transition: all 0.5s;
                float: right; } }
            body #header .header-top .list_action_header #search_widget form input[type=text] {
              padding: 0; }
            body #header .header-top .list_action_header #search_widget form button[type=submit] {
              height: auto; }
            body #header .header-top .list_action_header #search_widget form .icon {
              font-size: 20px; }
          @media (min-width: 992px) {
            body #header .header-top .list_action_header #search_widget:after {
              content: "";
              position: absolute;
              width: 400px;
              background-color: #f6f6f6;
              height: 100%;
              display: block;
              right: -400px;
              top: 0; } }
          body #header .header-top .list_action_header #search_widget.active_search .wrapper_picto {
            opacity: 0;
            transition: all 0.5s; }
          body #header .header-top .list_action_header #search_widget.active_search form {
            margin-right: 0px; }
          @media (max-width: 991.98px) {
            body #header .header-top .list_action_header #search_widget.active_search form {
              width: 100%;
              position: fixed;
              left: 0;
              background-color: black;
              color: black;
              top: 63px;
              display: block; }
              body #header .header-top .list_action_header #search_widget.active_search form input[type=text] {
                background-color: black;
                padding: 10px 20px;
                border-bottom-color: #6d6d6d;
                color: white; }
                body #header .header-top .list_action_header #search_widget.active_search form input[type=text]::placeholder {
                  color: #6d6d6d; }
              body #header .header-top .list_action_header #search_widget.active_search form .icon {
                display: none; } }
        body #header .header-top .list_action_header #_desktop_cart {
          display: inline-block;
          vertical-align: top; }
          body #header .header-top .list_action_header #_desktop_cart .picto .icon {
            position: relative; }
            body #header .header-top .list_action_header #_desktop_cart .picto .icon[data-count]:after {
              content: attr(data-count);
              position: absolute;
              bottom: 0;
              right: 0;
              background-color: #000;
              color: #fff;
              width: 14px;
              height: 14px;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 10px;
              font-weight: bold;
              font-family: "Open sans", sans-serif;
              transform: translate(50%, 50%); }
        body #header .header-top .list_action_header > div {
          position: relative; }
    body #header .section_main_nav {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      z-index: -1;
      padding-top: 50px; }
      @media (min-width: 768px) {
        body #header .section_main_nav {
          padding-top: 0px; } }
      body #header .section_main_nav .layout_nav {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        transition: all 0.5s;
        z-index: -1;
        opacity: 0; }
      body #header .section_main_nav .wrapper_nav {
        background-color: #fff;
        max-width: 851px;
        height: 100%;
        left: -860px;
        top: 0;
        position: absolute;
        width: 100%;
        transition: all 0.5s;
        overflow: auto; }
        body #header .section_main_nav .wrapper_nav .header_nav {
          padding: 0px 28px;
          display: flex;
          align-items: center; }
          @media (min-width: 768px) {
            body #header .section_main_nav .wrapper_nav .header_nav {
              padding: 0px 84px;
              border-bottom: solid 1.2px #e2d9d1; } }
          body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search {
            width: 100%;
            text-align: center;
            margin-right: auto;
            margin-left: auto;
            padding: 50px;
            padding-top: 80px; }
            @media (min-width: 768px) {
              body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search {
                padding: 0px;
                margin-right: initial;
                width: inherit;
                text-align: left; } }
            body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search .wrapper_picto {
              display: none; }
            body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search #search_widget {
              width: 100%;
              max-width: 250px; }
              @media (min-width: 768px) {
                body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search #search_widget {
                  width: inherit;
                  max-width: initial; } }
              body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search #search_widget form input[type=text] {
                width: 100%;
                min-width: auto; }
                @media (min-width: 768px) {
                  body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search #search_widget form input[type=text] {
                    width: inherit; } }
              @media (min-width: 768px) {
                body #header .section_main_nav .wrapper_nav .header_nav .wrapper_search #search_widget form .icon {
                  font-size: 16px; } }
        @media (min-width: 768px) {
          body #header .section_main_nav .wrapper_nav .main_nav {
            padding: 64px 66px 36px 83px; } }
        body #header .section_main_nav .wrapper_nav .footer_nav {
          background-color: #f6f6f6;
          padding: 0px 28px;
          padding-top: 25px; }
          @media (min-width: 768px) {
            body #header .section_main_nav .wrapper_nav .footer_nav {
              padding: 40px 66px 32px 83px; } }
          body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_logo {
            display: none;
            max-height: 180px;
            margin: 30px auto; }
            @media (min-width: 768px) {
              body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_logo {
                margin: 0;
                display: block; } }
          body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_list_link .list_links {
            margin: 0;
            color: black; }
            body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_list_link .list_links li {
              padding-bottom: 22px; }
          body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_list_link .language-selector-wrapper {
            color: black;
            padding-bottom: 22px; }
            body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_list_link .language-selector-wrapper .language-selector .link {
              width: -webkit-fill-available;
              padding: 13px 16px;
              border: solid 1px rgba(211, 211, 211, 0.8);
              color: black;
              background-color: transparent; }
          body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_list_link .list_links, body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_list_link #_desktop_language_selector {
            flex: 0 0 50%;
            position: relative;
            width: 100%;
            float: left; }
            @media (min-width: 768px) {
              body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_list_link .list_links, body #header .section_main_nav .wrapper_nav .footer_nav .wrapper_list_link #_desktop_language_selector {
                max-width: 50%; } }
    body #header.header_transparent .wrapper_picto {
      text-align: center; }
      @media (min-width: 992px) {
        body #header.header_transparent .wrapper_picto {
          font-size: 29px; } }
      @media (min-width: 992px) {
        body #header.header_transparent .wrapper_picto label {
          display: block; } }
    body #header.header_transparent #search_widget {
      vertical-align: top; }
      @media (min-width: 992px) {
        body #header.header_transparent #search_widget {
          padding: 16px 0; } }
      body #header.header_transparent #search_widget form .icon {
        font-size: 27px; }
    body #header.header_transparent .header-top {
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      body #header.header_transparent .header-top .list_action_header #search_widget:after {
        background-color: transparent; }
      body #header.header_transparent .header-top .wrapper_logo .logo {
        max-height: 34px; }
        @media (min-width: 992px) {
          body #header.header_transparent .header-top .wrapper_logo .logo {
            max-height: 68px; } }
        body #header.header_transparent .header-top .wrapper_logo .logo g {
          fill: #FFF !important; }
      body #header.header_transparent .header-top .wrapper_picto {
        color: #fff;
        font-size: 20px; }
        @media (min-width: 992px) {
          body #header.header_transparent .header-top .wrapper_picto {
            font-size: 27px; } }
        body #header.header_transparent .header-top .wrapper_picto .treca_icon-ico-burger:before {
          font-size: 13px; }
          @media (min-width: 992px) {
            body #header.header_transparent .header-top .wrapper_picto .treca_icon-ico-burger:before {
              font-size: 20px; } }
        body #header.header_transparent .header-top .wrapper_picto label {
          color: #fff; }
      body #header.header_transparent .header-top .list_action_header .wrapper_picto {
        padding-left: 22px; }
        @media (min-width: 992px) {
          body #header.header_transparent .header-top .list_action_header .wrapper_picto {
            padding-left: 70px; } }
      @media (min-width: 992px) {
        body #header.header_transparent .header-top #search_widget {
          vertical-align: super;
          min-width: 33px;
          padding: 18px 0;
          padding-bottom: 7px; }
          body #header.header_transparent .header-top #search_widget .wrapper_picto {
            top: 18px;
            padding: 0; } }
      body #header.header_transparent .header-top #search_widget form .icon {
        color: white;
        font-size: 27px; }
      body #header.header_transparent .header-top #search_widget form input[type=text] {
        border-bottom-color: white;
        color: white;
        padding: 5px 0; }
        body #header.header_transparent .header-top #search_widget form input[type=text]::placeholder {
          color: white; }
        body #header.header_transparent .header-top #search_widget form input[type=text]:focus {
          background-color: transparent;
          outline: none; }
      body #header.header_transparent .header-top #search_widget form button[type=submit] {
        height: 35px; }
    body #header.active_nav .header-top {
      box-shadow: none;
      border: 0;
      z-index: 100000000; }
      @media (min-width: 768px) {
        body #header.active_nav .header-top {
          z-index: 100; } }
      body #header.active_nav .header-top .list_action_header_left .treca_icon-ico-burger:before {
        content: "\e903"; }
      @media (min-width: 768px) {
        body #header.active_nav .header-top .list_action_header {
          z-index: 100000;
          position: absolute; } }
      body #header.active_nav .header-top .list_action_header .search-widget {
        opacity: 0; }
      @media (min-width: 768px) {
        body #header.active_nav .header-top .list_action_header .wrapper_picto {
          color: white; } }
    body #header.active_nav .section_main_nav {
      z-index: 1000000;
      height: 100%;
      position: fixed; }
      body #header.active_nav .section_main_nav .layout_nav {
        opacity: 1; }
      body #header.active_nav .section_main_nav .js-show_nav {
        opacity: 0; }
        @media (min-width: 768px) {
          body #header.active_nav .section_main_nav .js-show_nav {
            opacity: 1; } }
      body #header.active_nav .section_main_nav .wrapper_nav {
        left: 0px; }
    @media (max-width: 991.98px) {
      body #header.active_nav.header_transparent .header-top {
        background-color: white; } }
    body #header.active_nav.header_transparent .section_main_nav .wrapper_nav .header_nav .wrapper_search #search_widget form .icon {
      font-size: 14px; }
      @media (min-width: 768px) {
        body #header.active_nav.header_transparent .section_main_nav .wrapper_nav .header_nav .wrapper_search #search_widget form .icon {
          font-size: 27px; } }
    @media (max-width: 991.98px) {
      body #header.active_nav.header_transparent .wrapper_logo .logo g {
        fill: #000 !important; }
      body #header.active_nav.header_transparent .wrapper_picto {
        color: #000; }
        body #header.active_nav.header_transparent .wrapper_picto label {
          color: #000; }
      body #header.active_nav.header_transparent #search_widget form .icon {
        font-size: 14px; } }
    body #header .adtm_menu_container {
      padding: 0; }
      body #header .adtm_menu_container #adtm_menu {
        margin: 0;
        border: 0;
        box-shadow: none; }
        body #header .adtm_menu_container #adtm_menu .adtm_column span.column_wrap_title a {
          font-weight: 500; }
        body #header .adtm_menu_container #adtm_menu #adtm_menu_inner {
          background-color: transparent;
          border: 0;
          background: none; }
          body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 {
            width: 100%;
            display: inline-block;
            position: relative; }
            @media (min-width: 576px) {
              body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 {
                width: 49%; } }
            @media (min-width: 992px) {
              body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 {
                width: 33%; } }
            body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1.sub .a-niveau1 {
              position: relative; }
              body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1.sub .a-niveau1:after {
                content: "\e930";
                position: absolute;
                right: 12px;
                font-family: 'icomoon' !important;
                speak: never;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                height: 20px;
                top: calc(50% - 10px); }
                @media (min-width: 576px) {
                  body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1.sub .a-niveau1:after {
                    bottom: 15px;
                    top: auto; } }
            body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1.advtm_menu_toggle {
              display: none; }
            body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1.atm_clicked .a-niveau1:after {
              content: "\e933"; }
            body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1.atm_clicked div.adtm_sub {
              position: inherit;
              transition: all 0.5s;
              top: 0;
              opacity: 1;
              visibility: visible; }
            body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 div.adtm_sub {
              opacity: 0;
              visibility: hidden;
              border-color: transparent; }
            body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 .a-niveau1 {
              border: 0;
              float: none; }
              body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 .a-niveau1:focus {
                text-decoration: none; }
              body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 .a-niveau1 .advtm_menu_span {
                padding: 12px;
                font-family: "Libre Baskerville", sans-serif;
                color: #2d2926;
                background: transparent !important;
                justify-content: flex-start;
                padding-right: 40px;
                font-size: 16px;
                text-transform: none;
                font-weight: 500;
                line-height: 22px; }
                @media (min-width: 576px) {
                  body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 .a-niveau1 .advtm_menu_span {
                    font-size: 21px;
                    display: block;
                    padding-right: 0px;
                    line-height: 32px; } }
                body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 .a-niveau1 .advtm_menu_span:hover {
                  background: transparent; }
                body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 .a-niveau1 .advtm_menu_span .adtm_menu_icon {
                  width: 50%;
                  margin-right: 15px; }
                  @media (min-width: 576px) {
                    body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 .a-niveau1 .advtm_menu_span .adtm_menu_icon {
                      width: 100%;
                      margin-right: 0;
                      margin-bottom: 14px; } }
              body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 .a-niveau1.advtm_menu_actif .advtm_menu_span {
                background: transparent; }
            body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 li div.adtm_sub {
              position: initial; }
              body #header .adtm_menu_container #adtm_menu #adtm_menu_inner #menu .li-niveau1 li div.adtm_sub .adtm_column span.column_wrap_title a {
                font-size: 14px;
                text-align: center;
                padding: 12px 0; }
  body #footer {
    padding: 0; }
    body #footer .container, body #footer .big_container, body #footer .small_container {
      padding-right: 10%;
      padding-left: 10%; }
      @media (min-width: 768px) {
        body #footer .container, body #footer .big_container, body #footer .small_container {
          padding-right: 15px;
          padding-left: 15px; } }
    body #footer .footer-container {
      box-shadow: none;
      margin-top: 0;
      padding-top: 0; }
      body #footer .footer-container .wrapper_content_newsletter {
        display: grid; }
        @media (min-width: 992px) {
          body #footer .footer-container .wrapper_content_newsletter {
            grid-template-columns: 6fr 2fr; } }
      body #footer .footer-container .block_newsletter {
        border: 0;
        margin-bottom: 50px;
        margin-top: 50px; }
        body #footer .footer-container .block_newsletter #block-newsletter-label {
          margin-bottom: 13px;
          font-size: 16px;
          font-weight: 600;
          color: black;
          padding-left: 0; }
        body #footer .footer-container .block_newsletter p {
          padding-top: 0;
          margin-bottom: 5px; }
        body #footer .footer-container .block_newsletter form {
          margin-top: 10px; }
          @media (min-width: 992px) {
            body #footer .footer-container .block_newsletter form {
              margin-top: -10px; } }
          body #footer .footer-container .block_newsletter form button[type=submit] {
            padding: 11px;
            top: 0;
            color: black;
            background-color: transparent;
            box-shadow: none;
            border: 0; }
          body #footer .footer-container .block_newsletter form input {
            height: inherit;
            padding-left: 0;
            padding-right: 40px;
            color: black;
            font-size: 14px; }
          body #footer .footer-container .block_newsletter form #gdpr_consent {
            margin-top: 10px;
            font-style: italic;
            font-size: 11px;
            color: #2d2926; }
      body #footer .footer-container li a:hover {
        color: #000; }
      body #footer .footer-container .main_footer {
        background-color: #eeeeee; }
        body #footer .footer-container .main_footer .header_footer .breadcrumb {
          padding-left: 0;
          margin-bottom: 0;
          background-color: #eeeeee; }
          body #footer .footer-container .main_footer .header_footer .breadcrumb ol {
            padding: 0; }
            body #footer .footer-container .main_footer .header_footer .breadcrumb ol li {
              display: inline-block; }
              body #footer .footer-container .main_footer .header_footer .breadcrumb ol li:after {
                content: "/"; }
              body #footer .footer-container .main_footer .header_footer .breadcrumb ol li:last-child:after {
                content: none;
                color: #4c4c4c; }
              body #footer .footer-container .main_footer .header_footer .breadcrumb ol li a:hover {
                color: #4c4c4c; }
        body #footer .footer-container .main_footer .wrapper_footer {
          padding-top: 30px;
          margin-bottom: 40px; }
          body #footer .footer-container .main_footer .wrapper_footer #stafe_content_list_payment {
            display: flex;
            align-items: center;
            margin: 20px 0;
            justify-content: center;
            flex-wrap: wrap; }
            body #footer .footer-container .main_footer .wrapper_footer #stafe_content_list_payment .part {
              display: inline-block;
              margin: 0 20px;
              margin-bottom: 5px;
              font-size: 16px;
              font-weight: 600; }
              body #footer .footer-container .main_footer .wrapper_footer #stafe_content_list_payment .part a img {
                display: none; }
            body #footer .footer-container .main_footer .wrapper_footer #stafe_content_list_payment .part:nth-child(1) {
              width: 100%;
              text-align: center;
              margin-bottom: 15px; }
              @media (min-width: 768px) {
                body #footer .footer-container .main_footer .wrapper_footer #stafe_content_list_payment .part:nth-child(1) {
                  width: auto;
                  margin-bottom: initial; } }
          body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links {
            display: grid;
            grid-gap: 20px;
            grid-template-columns: 1fr; }
            @media (min-width: 768px) {
              body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links {
                text-align: right;
                grid-template-columns: repeat(3, 1fr); } }
            @media (min-width: 1200px) {
              body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links {
                grid-template-columns: repeat(6, 1fr); } }
            body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list {
              text-align: left;
              display: inline-block;
              vertical-align: top;
              margin-right: 5px;
              min-width: 125px;
              border-bottom: 1px solid #000; }
              @media (min-width: 768px) {
                body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list {
                  margin-bottom: 15px;
                  max-width: 100%;
                  padding-right: 15px;
                  margin-right: 20px;
                  border: 0; } }
              body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .title_list {
                margin-bottom: 20px;
                font-size: 16px;
                font-weight: 600;
                color: black;
                cursor: pointer; }
                @media (min-width: 768px) {
                  body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .title_list {
                    cursor: initial; } }
                body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .title_list:after {
                  content: "\e930";
                  color: #737373;
                  font-family: 'icomoon' !important;
                  speak: never;
                  font-style: normal;
                  font-weight: normal;
                  font-variant: normal;
                  text-transform: none;
                  line-height: 1;
                  -webkit-font-smoothing: antialiased;
                  float: right;
                  margin-right: 15px;
                  line-height: 26px; }
                @media (min-width: 768px) {
                  body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .title_list {
                    margin-bottom: 13px; }
                    body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .title_list:after {
                      content: none; } }
              body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .list_links {
                height: 0px;
                overflow: hidden;
                margin: 0;
                opacity: 0;
                transition: all 0.2s; }
                body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .list_links.active {
                  height: auto;
                  opacity: 1;
                  margin-bottom: 15px; }
                @media (min-width: 768px) {
                  body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .list_links {
                    height: auto;
                    opacity: 1; } }
                body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .list_links li {
                  font-size: 14px;
                  padding: 3px 0;
                  position: relative; }
                  body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .list_links li a {
                    font-size: 14px;
                    font-weight: 300;
                    color: #2D2926; }
                    body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list .list_links li a:hover {
                      background-color: transparent;
                      text-decoration: none; }
              body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .wrapper_list:last-child {
                margin-right: 0px; }
            body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .language-selector {
              display: inline-block;
              text-align: left; }
              body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .language-selector .title_list {
                margin-bottom: 13px;
                font-size: 16px; }
              body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .language-selector .languages-links li {
                font-size: 14px;
                padding: 3px 0; }
                body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .language-selector .languages-links li a {
                  font-size: 14px;
                  font-weight: 300;
                  padding: 0;
                  display: inline;
                  color: #2D2926; }
                  body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .language-selector .languages-links li a:hover {
                    background-color: transparent;
                    text-decoration: none; }
                body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .language-selector .languages-links li.current a {
                  color: black;
                  font-weight: normal;
                  position: relative; }
                  body #footer .footer-container .main_footer .wrapper_footer .wrapper_lists_links .language-selector .languages-links li.current a:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    display: block;
                    height: 2px;
                    background-color: #212529;
                    bottom: -2px;
                    width: 100%; }
      body #footer .footer-container .after_footer .copyright {
        padding: 14px 0;
        font-size: 16px;
        font-weight: 600;
        color: #2d2926;
        display: block; }
      body #footer .footer-container .after_footer .wrapper_lists_links {
        text-align: right; }
        body #footer .footer-container .after_footer .wrapper_lists_links .list_links {
          margin-bottom: 0; }
          body #footer .footer-container .after_footer .wrapper_lists_links .list_links li {
            display: inline-block;
            padding: 14px 20px;
            margin-bottom: 0px; }
            body #footer .footer-container .after_footer .wrapper_lists_links .list_links li:last-child {
              padding-right: 0; }
            body #footer .footer-container .after_footer .wrapper_lists_links .list_links li:first-child {
              padding-left: 0; }
            body #footer .footer-container .after_footer .wrapper_lists_links .list_links li a {
              color: black; }
  body.page-contact .banner {
    font-family: "Libre Baskerville", sans-serif;
    padding-top: 112px;
    padding-bottom: 60px;
    text-align: center;
    color: #fff;
    background-image: url("../img/bannercontact.jpg"); }
    @media (min-width: 768px) {
      body.page-contact .banner {
        padding-top: 224px;
        padding-bottom: 113px; } }
    body.page-contact .banner h1 {
      line-height: 1;
      font-size: 40px; }
      @media (min-width: 768px) {
        body.page-contact .banner h1 {
          font-size: 80px; } }
  body.page-contact .wrapper_title {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 24px;
    margin: 16px 0;
    text-align: center;
    color: #000; }
    @media (min-width: 768px) {
      body.page-contact .wrapper_title {
        font-size: 32px; } }
  body.page-contact .card {
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0 black; }
    body.page-contact .card .wrapper_form_contact {
      background-color: #eeeeee; }
      body.page-contact .card .wrapper_form_contact .contact-form {
        max-width: 480px;
        background-color: transparent; }
        @media (min-width: 768px) {
          body.page-contact .card .wrapper_form_contact .contact-form {
            margin: 20px auto; } }
        body.page-contact .card .wrapper_form_contact .contact-form input, body.page-contact .card .wrapper_form_contact .contact-form select, body.page-contact .card .wrapper_form_contact .contact-form textarea {
          font-size: 14px;
          width: 100%;
          margin: 0;
          margin-bottom: 15px;
          box-sizing: border-box; }
        body.page-contact .card .wrapper_form_contact .contact-form textarea {
          min-height: 250px; }
        body.page-contact .card .wrapper_form_contact .contact-form select {
          background-color: transparent;
          padding: 0;
          border: none;
          background-position-x: right; }
        body.page-contact .card .wrapper_form_contact .contact-form .input-field:last-child {
          margin-bottom: 0; }
        body.page-contact .card .wrapper_form_contact .contact-form input[type="submit"] {
          padding: 11px 43.2px 11px 44px;
          width: -webkit-fill-available;
          margin-top: 40px; }
          @media (min-width: 768px) {
            body.page-contact .card .wrapper_form_contact .contact-form input[type="submit"] {
              width: inherit; } }
        body.page-contact .card .wrapper_form_contact .contact-form .form-control-comment {
          padding-top: 0;
          font-size: 12px;
          font-style: italic; }
    body.page-contact .card .wrapper_listing_info {
      padding-top: 56px; }
      @media (max-width: 991.98px) {
        body.page-contact .card .wrapper_listing_info .container, body.page-contact .card .wrapper_listing_info .big_container, body.page-contact .card .wrapper_listing_info .small_container {
          padding: 0 11%; } }
      body.page-contact .card .wrapper_listing_info > div {
        max-width: 1010px; }
      body.page-contact .card .wrapper_listing_info .bloc_info {
        padding: 24px 30px;
        background-color: #f8f9f8;
        height: 100%; }
        body.page-contact .card .wrapper_listing_info .bloc_info .title {
          font-size: 14px;
          font-weight: bold;
          margin-bottom: 16px;
          font-stretch: normal;
          font-style: normal;
          line-height: 2;
          letter-spacing: normal;
          color: var(--black);
          text-transform: uppercase; }
        body.page-contact .card .wrapper_listing_info .bloc_info .content {
          font-size: 12px;
          font-family: "Open sans", sans-serif;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.08;
          letter-spacing: normal;
          color: var(--black); }
          body.page-contact .card .wrapper_listing_info .bloc_info .content a {
            text-decoration: underline; }
          body.page-contact .card .wrapper_listing_info .bloc_info .content .btn {
            background-color: transparent;
            border: solid 1px rgba(211, 211, 211, 0.8);
            margin-top: 16px;
            padding: 11px 7px; }
            @media (min-width: 768px) {
              body.page-contact .card .wrapper_listing_info .bloc_info .content .btn {
                padding: 13px 24px; } }
  body.page-index #header.header_transparent .header-top {
    padding: 0; }
    body.page-index #header.header_transparent .header-top .list_action_header {
      width: 30%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      text-align: center; }
      @media (min-width: 768px) {
        body.page-index #header.header_transparent .header-top .list_action_header {
          width: 40%;
          display: grid;
          grid-template-columns: 2fr 1fr 1fr; } }
      body.page-index #header.header_transparent .header-top .list_action_header .wrapper_picto {
        padding-right: 0;
        padding-left: 0; }
      body.page-index #header.header_transparent .header-top .list_action_header #search_widget {
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 768px) {
          body.page-index #header.header_transparent .header-top .list_action_header #search_widget {
            margin-right: 20%; } }
    body.page-index #header.header_transparent .header-top .list_action_header_left {
      width: 10%; }
  body.page-index #footer .breadcrumb {
    opacity: 0; }
  body.page-index #shc-slider {
    height: 500px;
    opacity: 0;
    transition: all 0.5s;
    margin: 0 0 0 0; }
  body.page-index .wrapper_insert_full_frame {
    margin-top: 65px; }
    body.page-index .wrapper_insert_full_frame #shc-insert {
      margin-bottom: 30px; }
      body.page-index .wrapper_insert_full_frame #shc-insert .title {
        padding-right: 13px;
        padding-left: 13px;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: 1.28px;
        font-family: "Libre Baskerville", sans-serif;
        text-align: center;
        margin-bottom: 30px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          body.page-index .wrapper_insert_full_frame #shc-insert .title {
            font-size: 40px;
            line-height: 1.53;
            letter-spacing: 1.6px; } }
      body.page-index .wrapper_insert_full_frame #shc-insert .insert {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        padding-top: 248px;
        height: 100%;
        display: flex !important;
        justify-content: flex-end;
        align-items: flex-end; }
        @media (max-width: 439px) {
          body.page-index .wrapper_insert_full_frame #shc-insert .insert {
            background-image: none !important;
            padding-top: 0;
            flex-direction: column; }
            body.page-index .wrapper_insert_full_frame #shc-insert .insert .mobile-img {
              display: block !important; } }
        body.page-index .wrapper_insert_full_frame #shc-insert .insert .mobile-img {
          display: none;
          width: 100%;
          height: auto; }
        body.page-index .wrapper_insert_full_frame #shc-insert .insert .vertical_title {
          position: absolute;
          left: 20px;
          top: 90px;
          transform-origin: 100% 0;
          transform: translate(-100%, 0) rotate(-90deg);
          color: #FFF;
          font-size: 45px; }
          @media (max-width: 509px) {
            body.page-index .wrapper_insert_full_frame #shc-insert .insert .vertical_title {
              display: none; } }
        body.page-index .wrapper_insert_full_frame #shc-insert .insert .description {
          position: relative;
          padding: 0 0 22px;
          background-color: #000;
          color: #FFF;
          display: block;
          max-width: 439px;
          width: 100%; }
          @media (max-width: 439px) {
            body.page-index .wrapper_insert_full_frame #shc-insert .insert .description {
              flex-grow: 1; } }
          body.page-index .wrapper_insert_full_frame #shc-insert .insert .description .horizontal_title {
            color: #FFF;
            font-size: 24px;
            line-height: 30px;
            text-align: left;
            padding: 38px 14px 20px 28px;
            text-transform: none;
            margin-bottom: 0; }
          body.page-index .wrapper_insert_full_frame #shc-insert .insert .description .content {
            padding: 0px 46px 22px 78px;
            font-size: 13px; }
          body.page-index .wrapper_insert_full_frame #shc-insert .insert .description .btn {
            display: block;
            margin: auto;
            text-transform: uppercase;
            width: fit-content; }
      body.page-index .wrapper_insert_full_frame #shc-insert .slick-slide {
        height: auto; }
        body.page-index .wrapper_insert_full_frame #shc-insert .slick-slide > div {
          height: 100%; }
      body.page-index .wrapper_insert_full_frame #shc-insert .slick-dots {
        display: flex !important;
        justify-content: flex-end;
        padding-right: 30px; }
        body.page-index .wrapper_insert_full_frame #shc-insert .slick-dots li {
          width: 10px;
          height: 10px; }
          body.page-index .wrapper_insert_full_frame #shc-insert .slick-dots li button, body.page-index .wrapper_insert_full_frame #shc-insert .slick-dots li button:before {
            width: 100%;
            height: 100%; }
          body.page-index .wrapper_insert_full_frame #shc-insert .slick-dots li:not(.slick-active) button:before {
            border: solid 1px black;
            background: white;
            opacity: 1; }
      body.page-index .wrapper_insert_full_frame #shc-insert .slick-arrow.slick-disabled {
        display: none !important; }
      body.page-index .wrapper_insert_full_frame #shc-insert .slick-arrow.slick-next, body.page-index .wrapper_insert_full_frame #shc-insert .slick-arrow.slick-prev {
        top: 50px !important;
        right: 100px;
        z-index: 1000; }
        body.page-index .wrapper_insert_full_frame #shc-insert .slick-arrow.slick-next:before, body.page-index .wrapper_insert_full_frame #shc-insert .slick-arrow.slick-prev:before {
          content: "\e941";
          color: white;
          font-size: 40px;
          position: absolute;
          top: 0;
          left: 0; }
      body.page-index .wrapper_insert_full_frame #shc-insert .slick-arrow.slick-prev {
        right: unset;
        left: 100px; }
        body.page-index .wrapper_insert_full_frame #shc-insert .slick-arrow.slick-prev:before {
          transform: scaleX(-1);
          left: unset;
          right: 0; }
  body.page-index .wrapper_bloc_social_media #stafe_content_social_media {
    padding: 22px 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px; }
    @media (max-width: 767.98px) {
      body.page-index .wrapper_bloc_social_media #stafe_content_social_media {
        flex-direction: column;
        padding-left: 0; } }
    body.page-index .wrapper_bloc_social_media #stafe_content_social_media .content {
      font-weight: bold; }
    body.page-index .wrapper_bloc_social_media #stafe_content_social_media .parts {
      display: flex;
      justify-content: space-around;
      align-items: center;
      column-gap: 20px; }
      body.page-index .wrapper_bloc_social_media #stafe_content_social_media .parts .part {
        display: flex;
        flex-direction: row;
        align-items: center; }
        body.page-index .wrapper_bloc_social_media #stafe_content_social_media .parts .part img {
          width: 48px;
          height: 48px; }
  body.page-index .wrapper_bloc_reinsurance {
    padding: 15px 13px; }
    @media (min-width: 768px) {
      body.page-index .wrapper_bloc_reinsurance {
        padding: 40px 28px;
        padding-bottom: 15px;
        text-align: center; } }
    body.page-index .wrapper_bloc_reinsurance .wrapper_img {
      height: 60px; }
      body.page-index .wrapper_bloc_reinsurance .wrapper_img img {
        max-width: 45px; }
    body.page-index .wrapper_bloc_reinsurance .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 2.11;
      letter-spacing: 0.64px;
      color: #2d2926;
      text-transform: uppercase;
      padding-right: 25px; }
      @media (min-width: 768px) {
        body.page-index .wrapper_bloc_reinsurance .title {
          letter-spacing: 0.72px;
          font-size: 18px;
          text-align: center;
          padding-right: inherit; } }
      body.page-index .wrapper_bloc_reinsurance .title:hover {
        text-decoration: underline; }
    body.page-index .wrapper_bloc_reinsurance .text {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.67;
      opacity: 0.6;
      color: #2d2926;
      max-width: 230px;
      padding-right: 25px; }
      @media (min-width: 768px) {
        body.page-index .wrapper_bloc_reinsurance .text {
          line-height: 1.71;
          font-size: 14px;
          text-align: center;
          margin: auto;
          padding-right: inherit; } }
    body.page-index .wrapper_bloc_reinsurance .reinsurance {
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        body.page-index .wrapper_bloc_reinsurance .reinsurance {
          text-align: center; } }
      body.page-index .wrapper_bloc_reinsurance .reinsurance a {
        text-decoration: none; }
  body.page-index .wrapper_bloc_content_media {
    position: relative; }
    body.page-index .wrapper_bloc_content_media .wrapper_back:after {
      background-image: url(../img/Heritage-fond.svg);
      background-size: 400px;
      background-position: center; }
    body.page-index .wrapper_bloc_content_media .wrapper_element {
      position: relative;
      z-index: 1; }
      body.page-index .wrapper_bloc_content_media .wrapper_element .before_section {
        padding: 30px; }
        @media (min-width: 768px) {
          body.page-index .wrapper_bloc_content_media .wrapper_element .before_section {
            padding: 0;
            padding-top: 70px; } }
        body.page-index .wrapper_bloc_content_media .wrapper_element .before_section .title {
          font-family: "Libre Baskerville", sans-serif;
          text-align: center;
          margin-bottom: 50px;
          text-transform: uppercase;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: 1.28px; }
          @media (min-width: 768px) {
            body.page-index .wrapper_bloc_content_media .wrapper_element .before_section .title {
              font-size: 70px;
              line-height: 0.87;
              letter-spacing: 2.8px; } }
        body.page-index .wrapper_bloc_content_media .wrapper_element .before_section .text {
          font-size: 12px;
          line-height: 1.67;
          letter-spacing: normal;
          max-width: 290px;
          margin: auto;
          text-align: center; }
          @media (min-width: 768px) {
            body.page-index .wrapper_bloc_content_media .wrapper_element .before_section .text {
              max-width: 450px;
              font-size: 14px;
              line-height: 1.71; } }
          body.page-index .wrapper_bloc_content_media .wrapper_element .before_section .text a {
            font-weight: 600;
            text-decoration: underline; }
      body.page-index .wrapper_bloc_content_media .wrapper_element .link {
        text-align: center;
        margin-top: 50px; }
      body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media {
        padding-top: 50px;
        min-height: 320px; }
        @media (min-width: 576px) {
          body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media {
            min-height: 350px; } }
        @media (min-width: 768px) {
          body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media {
            min-height: 400px; } }
        @media (min-width: 992px) {
          body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media {
            min-height: 620px; } }
        @media (min-width: 1200px) {
          body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media {
            min-height: 720px; } }
        body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_left,
        body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_right {
          height: 200px; }
          @media (min-width: 576px) {
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_left,
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_right {
              height: 350px; } }
          @media (min-width: 768px) {
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_left,
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_right {
              height: 500px; } }
          @media (min-width: 992px) {
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_left,
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_right {
              margin: 0 auto 0 auto; } }
        body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie {
          text-align: center;
          max-width: 690px;
          margin: auto;
          position: relative; }
          @media (min-width: 992px) {
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie {
              height: 100%;
              margin: 0 auto 0 auto; } }
          body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder, body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie {
            position: absolute;
            top: 0;
            width: calc(100% - 24px);
            left: 12px; }
            @media (min-width: 480px) {
              body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder, body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie {
                width: calc(100% - 20%);
                left: 10%; } }
            @media (min-width: 576px) {
              body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder, body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie {
                width: calc(100% - 15%);
                left: 7.5%; } }
            @media (min-width: 992px) {
              body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder, body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie {
                width: 100%;
                left: 0; } }
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder video, body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder img, body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie video, body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie img {
              width: 100%; }
      body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse {
        text-align: center;
        padding: 20px 20px; }
        @media (min-width: 768px) {
          body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse {
            padding: 80px 20px;
            margin: auto; } }
        body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse {
          margin-bottom: 45px; }
          @media (min-width: 768px) {
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse {
              margin-bottom: 10px; } }
          body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .text_collapse {
            max-width: 290px;
            text-align: left; }
            @media (min-width: 768px) {
              body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .text_collapse {
                margin: auto;
                max-width: 450px;
                padding: 10px;
                text-align: center; } }
          body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .title {
            font-family: "Libre Baskerville", sans-serif;
            transition: all 0.4s;
            text-transform: uppercase;
            font-size: 22px;
            line-height: 1.33;
            letter-spacing: 0.96px;
            text-align: left;
            cursor: pointer; }
            @media (min-width: 768px) {
              body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .title {
                font-size: 30px;
                line-height: 1.22;
                letter-spacing: 2px;
                text-align: center; } }
            @media (min-width: 992px) {
              body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .title {
                font-size: 50px; } }
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .title .icon {
              color: black;
              font-size: 20px;
              transition: transform 0.2s;
              display: inline-block; }
              @media (min-width: 768px) {
                body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .title .icon {
                  padding-left: 15px;
                  font-size: 25px; } }
              @media (min-width: 992px) {
                body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .title .icon {
                  font-size: 32px; } }
            body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .title:not(.collapsed) {
              font-style: italic; }
              body.page-index .wrapper_bloc_content_media .wrapper_element .wrapper_collapse .content_collapse .title:not(.collapsed) .icon {
                transform: rotate(180deg); }
  body.page-index .wrapper_bloc_pushcat {
    margin-top: 70px; }
    body.page-index .wrapper_bloc_pushcat .present_img {
      margin-bottom: 25px;
      height: 260px;
      overflow: hidden; }
      @media (min-width: 768px) {
        body.page-index .wrapper_bloc_pushcat .present_img {
          height: 360px;
          padding-right: 25px;
          padding-left: 25px;
          margin-bottom: 0px; } }
    body.page-index .wrapper_bloc_pushcat .wrapper_content_cat {
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        body.page-index .wrapper_bloc_pushcat .wrapper_content_cat {
          margin-bottom: 0px; } }
      body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text {
        padding: 48px 43px; }
        @media (min-width: 768px) {
          body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text {
            padding: 0;
            padding-top: 60px;
            padding-bottom: 10px;
            padding-right: 20px; } }
        body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text .wrapper_title {
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text .wrapper_title {
              margin-bottom: 50px; } }
          body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text .wrapper_title .title {
            font-family: "Libre Baskerville", sans-serif;
            font-size: 32px; }
            @media (min-width: 768px) {
              body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text .wrapper_title .title {
                font-size: 40px; } }
          body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text .wrapper_title .sub_title {
            font-size: 20px;
            font-weight: 300;
            line-height: 1.52;
            letter-spacing: 1px; }
            @media (min-width: 768px) {
              body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text .wrapper_title .sub_title {
                font-size: 25px; } }
        body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text .content {
          margin-bottom: 20px;
          max-width: 450px; }
        body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text .link {
          text-align: center; }
          @media (min-width: 768px) {
            body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .content_text .link {
              margin-top: 70px;
              text-align: left;
              margin-bottom: 40px; } }
      body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right {
        margin: 0 14px;
        height: 100%;
        min-height: 270px;
        overflow: hidden; }
        @media (min-width: 768px) {
          body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right {
            margin: 0; } }
        body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .background_image, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .banner, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .background_push, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .background_push, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .background_push, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .cms-banner {
          background-size: contain;
          background-position: right;
          background-repeat: no-repeat; }
          @media (min-width: 768px) {
            body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .background_image, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .banner, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .background_push, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .background_push, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .background_push, body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header body.page-index .wrapper_bloc_pushcat .wrapper_content_cat .media_right .cms-banner {
              margin: -15% 0 0 0; } }
  body.page-index .wrapper_bloc_catalogue {
    margin-top: 65px; }
    body.page-index .wrapper_bloc_catalogue .title {
      padding-right: 13px;
      padding-left: 13px;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: 1.28px;
      font-family: "Libre Baskerville", sans-serif;
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        body.page-index .wrapper_bloc_catalogue .title {
          font-size: 40px;
          line-height: 1.53;
          letter-spacing: 1.6px; } }
    body.page-index .wrapper_bloc_catalogue .wrapper_slider {
      padding-right: 8.5px;
      padding-left: 8.5px; }
      @media (min-width: 768px) {
        body.page-index .wrapper_bloc_catalogue .wrapper_slider {
          padding-right: 13px;
          padding-left: 13px; } }
      body.page-index .wrapper_bloc_catalogue .wrapper_slider .slick-list {
        padding-left: 0 !important; }
      body.page-index .wrapper_bloc_catalogue .wrapper_slider .slick-slide {
        min-height: 300px; }
        @media (max-width: 991.98px) {
          body.page-index .wrapper_bloc_catalogue .wrapper_slider .slick-slide {
            height: 229px !important;
            min-height: inherit; } }
        body.page-index .wrapper_bloc_catalogue .wrapper_slider .slick-slide > div, body.page-index .wrapper_bloc_catalogue .wrapper_slider .slick-slide .catalog, body.page-index .wrapper_bloc_catalogue .wrapper_slider .slick-slide .content_bloc {
          height: 100%; }
      body.page-index .wrapper_bloc_catalogue .wrapper_slider .catalog {
        padding: 12px 5.5px; }
        @media (min-width: 768px) {
          body.page-index .wrapper_bloc_catalogue .wrapper_slider .catalog {
            padding: 12px; } }
        body.page-index .wrapper_bloc_catalogue .wrapper_slider .catalog .content_bloc {
          background-color: #faf9f7;
          display: block;
          position: relative; }
        body.page-index .wrapper_bloc_catalogue .wrapper_slider .catalog .wrapper_img {
          position: absolute;
          bottom: 0px;
          right: 0px;
          width: 70%;
          height: 85%;
          text-align: right;
          overflow: hidden; }
          body.page-index .wrapper_bloc_catalogue .wrapper_slider .catalog .wrapper_img img {
            height: 100%;
            margin-right: 0;
            margin-left: auto;
            transition: all 0.5s; }
        body.page-index .wrapper_bloc_catalogue .wrapper_slider .catalog .title_cat {
          text-transform: uppercase;
          position: absolute;
          top: 25px;
          left: 25px;
          font-size: 18px;
          font-weight: 600;
          line-height: 2.11; }
        body.page-index .wrapper_bloc_catalogue .wrapper_slider .catalog .count_items {
          font-size: 12px;
          font-weight: 300;
          letter-spacing: 0.48px;
          position: absolute;
          bottom: 25px;
          left: 25px;
          text-transform: uppercase; }
        body.page-index .wrapper_bloc_catalogue .wrapper_slider .catalog:hover .wrapper_img img {
          transform: translateY(20px); }
    body.page-index .wrapper_bloc_catalogue .cta {
      margin: 20px;
      text-align: center; }
  body.page-index .wrapper_bloc_universes {
    position: relative; }
    body.page-index .wrapper_bloc_universes .wrapper_back:after {
      width: 100%;
      left: 0;
      background-image: url(../img/Nos-univers-fond.svg);
      background-size: 400px;
      background-position: center; }
    body.page-index .wrapper_bloc_universes .wrapper_element {
      padding: 40px 0;
      position: relative;
      z-index: 1; }
      body.page-index .wrapper_bloc_universes .wrapper_element .title {
        text-transform: uppercase;
        padding-right: 13px;
        padding-left: 13px;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: 1.28px;
        font-family: "Libre Baskerville", sans-serif;
        text-align: center;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          body.page-index .wrapper_bloc_universes .wrapper_element .title {
            font-size: 40px;
            line-height: 1.53;
            letter-spacing: 1.6px; } }
      body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider {
        position: relative; }
        body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider .wrapper_nav {
          background-color: rgba(29, 29, 27, 0.63);
          padding: 15px;
          padding-left: 10px;
          padding-right: 10px;
          line-height: 1;
          width: auto;
          height: auto;
          z-index: 1;
          display: inline;
          position: absolute;
          top: 50%;
          cursor: pointer; }
          @media (min-width: 768px) {
            body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider .wrapper_nav {
              padding: 20px; } }
          body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider .wrapper_nav.nav_next {
            right: 0px; }
            @media (min-width: 768px) {
              body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider .wrapper_nav.nav_next {
                padding-right: 25px; } }
          body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider .wrapper_nav.nav_prev {
            left: 0px; }
          body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider .wrapper_nav .icon:before, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider .wrapper_nav .icon:after {
            color: white;
            font-size: 18px; }
            @media (min-width: 768px) {
              body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider .wrapper_nav .icon:before, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_univers_slider .wrapper_nav .icon:after {
                font-size: 20px; } }
      @media (min-width: 768px) {
        body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider {
          margin-bottom: 100px; } }
      body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-prev, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-next {
        bottom: -80px;
        top: inherit;
        z-index: 10000;
        width: inherit;
        line-height: inherit;
        color: inherit;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.48px;
        color: #2d2926; }
        body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-prev:before, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-prev:after, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-next:before, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-next:after {
          color: #2d2926;
          font-size: 35px;
          font-weight: 100;
          vertical-align: middle;
          font-family: 'Libre Baskerville';
          opacity: 1; }
      body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-prev {
        left: 45px; }
        body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-prev:before {
          content: "\e932";
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          margin-right: 15px;
          font-size: 20px; }
      body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-next {
        right: 45px; }
        body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-next:before {
          content: none; }
        body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_slider .slick-next:after {
          content: "\e931";
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          margin-left: 15px;
          font-size: 20px; }
      body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide {
        padding: 0 1.5%; }
        @media (min-width: 768px) {
          body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide {
            padding: 0 5.94347%; } }
        body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .background_image, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .banner, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .background_push, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .background_push, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .background_push, body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .cms-banner {
          min-height: 176px; }
        body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text {
          background-color: #faf9f7;
          padding: 24px 16px;
          padding-bottom: 13px; }
          @media (min-width: 768px) {
            body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text {
              padding-top: 131px;
              padding-left: 35px;
              padding-right: 35px;
              padding-bottom: 41px; } }
          body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text .title {
            font-family: "Libre Baskerville", sans-serif;
            font-size: 32px;
            margin-bottom: 24px;
            text-transform: uppercase;
            text-align: left;
            padding: 0; }
            @media (min-width: 768px) {
              body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text .title {
                font-size: 40px; } }
            body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text .title .before_title {
              font-family: "Open sans", sans-serif;
              font-size: 16px;
              font-weight: 300;
              color: #2d2926;
              display: block; }
              @media (min-width: 768px) {
                body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text .title .before_title {
                  font-size: 24px; } }
          body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text .content_text {
            min-height: 144px; }
          body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text .btn {
            padding-left: 5px;
            padding-right: 5px;
            background-color: transparent;
            transition: all 0.5s; }
            body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text .btn:after {
              width: 100%;
              left: 0px; }
            body.page-index .wrapper_bloc_universes .wrapper_element .wrapper_content_slide .wrapper_text .btn:hover {
              color: #2d2926;
              border: 1px solid transparent;
              box-shadow: none; }
  body.page-index #csinstagramfeed {
    padding-top: 45px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      body.page-index #csinstagramfeed {
        padding-top: 90px;
        padding-bottom: 0; } }
    body.page-index #csinstagramfeed .items .item img {
      margin: 5px;
      height: 120px;
      width: auto; }
      @media (min-width: 576px) {
        body.page-index #csinstagramfeed .items .item img {
          height: 220px;
          margin: 10px; } }
      @media (min-width: 768px) {
        body.page-index #csinstagramfeed .items .item img {
          height: inherit;
          margin: 12px; } }
    body.page-index #csinstagramfeed .slick-track .slick-slide:first-child .item img {
      margin-left: 8.5px; }
      @media (min-width: 768px) {
        body.page-index #csinstagramfeed .slick-track .slick-slide:first-child .item img {
          margin-left: 24px; } }
    body.page-index #csinstagramfeed .slick-track .slick-slide:last-child .item img {
      margin-right: 8.5px; }
      @media (min-width: 768px) {
        body.page-index #csinstagramfeed .slick-track .slick-slide:last-child .item img {
          margin-right: 24px; } }
    body.page-index #csinstagramfeed .slick-list {
      padding-left: 0; }
    body.page-index #csinstagramfeed .slick-arrow {
      background-color: rgba(29, 29, 27, 0.63);
      padding: 15px;
      padding-left: 10px;
      padding-right: 10px;
      width: auto;
      height: auto;
      z-index: 1; }
      @media (min-width: 768px) {
        body.page-index #csinstagramfeed .slick-arrow {
          padding: 20px; } }
      body.page-index #csinstagramfeed .slick-arrow:before, body.page-index #csinstagramfeed .slick-arrow:after {
        color: white;
        font-size: 18px; }
        @media (min-width: 768px) {
          body.page-index #csinstagramfeed .slick-arrow:before, body.page-index #csinstagramfeed .slick-arrow:after {
            font-size: 20px; } }
      body.page-index #csinstagramfeed .slick-arrow.slick-next {
        right: 0px; }
        @media (min-width: 768px) {
          body.page-index #csinstagramfeed .slick-arrow.slick-next {
            padding-right: 25px; } }
      body.page-index #csinstagramfeed .slick-arrow.slick-prev {
        left: 0px; }
    body.page-index #csinstagramfeed .link_account {
      justify-content: left;
      margin-left: 13px; }
      @media (min-width: 768px) {
        body.page-index #csinstagramfeed .link_account {
          margin-left: 44px; } }
      body.page-index #csinstagramfeed .link_account .logo_ig {
        float: left;
        margin-right: 15px; }
        body.page-index #csinstagramfeed .link_account .logo_ig img {
          height: 60px;
          width: 60px; }
      body.page-index #csinstagramfeed .link_account .label_ig {
        font-size: 16px; }
        body.page-index #csinstagramfeed .link_account .label_ig .link {
          font-weight: bold; }
  body.page-my-account #main .page-footer, body.page-my-account #main .page-footer, body.page-addresses #main .page-footer, body.page-order-detail #main .page-footer {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      body.page-my-account #main .page-footer, body.page-my-account #main .page-footer, body.page-addresses #main .page-footer, body.page-order-detail #main .page-footer {
        margin-bottom: 90px; } }
  body.page-addresses #wrapper {
    padding-top: 60px; }
  body.page-addresses .container, body.page-addresses .big_container, body.page-addresses .small_container {
    padding-right: 13px;
    padding-left: 13px; }
    @media (min-width: 768px) {
      body.page-addresses .container, body.page-addresses .big_container, body.page-addresses .small_container {
        padding-right: 15px;
        padding-left: 15px; } }
  body.page-addresses .wrapper_list_address {
    padding: 55px 0;
    padding-bottom: 40px; }
    body.page-addresses .wrapper_list_address > div {
      margin-bottom: 16px; }
    body.page-addresses .wrapper_list_address .add_addresses {
      height: 100%;
      text-align: center;
      border: solid 4px rgba(255, 255, 255, 0.8);
      margin-bottom: 15px;
      padding: 24px 30px; }
    body.page-addresses .wrapper_list_address .address {
      height: 100%;
      padding: 24px 30px;
      box-shadow: none; }
      @media (min-width: 768px) {
        body.page-addresses .wrapper_list_address .address {
          padding: 24px 44px; } }
      body.page-addresses .wrapper_list_address .address .address-body {
        padding: 0; }
        body.page-addresses .wrapper_list_address .address .address-body address {
          margin: 0; }
      body.page-addresses .wrapper_list_address .address .address-footer {
        border: 0;
        padding: 24px 0;
        padding-bottom: 0; }
        body.page-addresses .wrapper_list_address .address .address-footer a {
          color: #000; }
          body.page-addresses .wrapper_list_address .address .address-footer a:hover {
            color: white; }
      body.page-addresses .wrapper_list_address .address .title_addresse {
        font-size: 14px;
        font-weight: bold;
        line-height: 2;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 16px; }
  body.page-my-account .wrapper_title_page {
    padding-bottom: 16px; }
    body.page-my-account .wrapper_title_page .title {
      max-width: 560px;
      margin: auto;
      padding-bottom: 0; }
  body.page-my-account .tpl_page_customer .wrapper_links {
    background-color: white; }
    body.page-my-account .tpl_page_customer .wrapper_links .list_links {
      padding: 0px 13px;
      padding-bottom: 40px;
      display: block; }
      @media (min-width: 768px) {
        body.page-my-account .tpl_page_customer .wrapper_links .list_links {
          padding: 25px 60px;
          padding-bottom: 56px; } }
      body.page-my-account .tpl_page_customer .wrapper_links .list_links a {
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          body.page-my-account .tpl_page_customer .wrapper_links .list_links a {
            margin-bottom: 40px; } }
        body.page-my-account .tpl_page_customer .wrapper_links .list_links a:hover {
          text-decoration: none; }
        body.page-my-account .tpl_page_customer .wrapper_links .list_links a .link-item {
          box-shadow: none;
          background-color: #f6f6f6;
          min-height: 150px; }
          @media (min-width: 768px) {
            body.page-my-account .tpl_page_customer .wrapper_links .list_links a .link-item {
              min-height: 235px; } }
          body.page-my-account .tpl_page_customer .wrapper_links .list_links a .link-item .content_link {
            text-transform: uppercase;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            line-height: 2;
            color: #000; }
          body.page-my-account .tpl_page_customer .wrapper_links .list_links a .link-item .icon, body.page-my-account .tpl_page_customer .wrapper_links .list_links a .link-item .material-icons {
            display: block;
            text-align: center;
            font-size: 40px;
            margin: auto;
            margin-bottom: 20px; }
  body .tpl_page_customer form {
    max-width: 480px;
    margin: auto; }
    body .tpl_page_customer form select.custom-select {
      background-color: transparent;
      padding: 0;
      margin-top: 12px;
      border: none;
      background-position-x: right; }
    body .tpl_page_customer form .form-footer {
      margin-top: 20px; }
      @media (max-width: 767.98px) {
        body .tpl_page_customer form .form-footer button[type=submit] {
          width: 100%; } }
  body.page-history #main .tpl_page_customer, body#module-stafe_storelocator-myQuotes #main .tpl_page_customer {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      body.page-history #main .tpl_page_customer, body#module-stafe_storelocator-myQuotes #main .tpl_page_customer {
        margin-bottom: 90px; } }
  body.page-history .wrapper_table_history, body#module-stafe_storelocator-myQuotes .wrapper_table_history {
    padding: 40px 0; }
    body.page-history .wrapper_table_history .info, body#module-stafe_storelocator-myQuotes .wrapper_table_history .info {
      font-size: 14px;
      line-height: 1.79;
      color: #000;
      margin-bottom: 25px;
      text-align: center; }
    body.page-history .wrapper_table_history .table, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table {
      border: 0; }
      body.page-history .wrapper_table_history .table thead th, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table thead th {
        border: 0;
        padding: 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 2;
        color: #000; }
      body.page-history .wrapper_table_history .table tbody tr, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody tr {
        border-top: 3px solid #f6f6f6; }
        body.page-history .wrapper_table_history .table tbody tr:nth-of-type(odd), body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody tr:nth-of-type(odd) {
          background-color: transparent; }
      body.page-history .wrapper_table_history .table tbody th, body.page-history .wrapper_table_history .table tbody td, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody th, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody td {
        border: 0;
        background-color: white;
        padding: 8px 22px;
        font-size: 14px;
        line-height: 1.79;
        color: #000;
        font-weight: normal; }
        body.page-history .wrapper_table_history .table tbody th.order-actions, body.page-history .wrapper_table_history .table tbody td.order-actions, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody th.order-actions, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody td.order-actions {
          background-color: transparent;
          padding: 0 20px;
          vertical-align: middle; }
          body.page-history .wrapper_table_history .table tbody th.order-actions label, body.page-history .wrapper_table_history .table tbody td.order-actions label, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody th.order-actions label, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody td.order-actions label {
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 600; }
          body.page-history .wrapper_table_history .table tbody th.order-actions .icon, body.page-history .wrapper_table_history .table tbody td.order-actions .icon, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody th.order-actions .icon, body#module-stafe_storelocator-myQuotes .wrapper_table_history .table tbody td.order-actions .icon {
            font-size: 24px;
            vertical-align: middle;
            margin-right: 10px; }
    body.page-history .wrapper_table_history .list_orders .order, body#module-stafe_storelocator-myQuotes .wrapper_table_history .list_orders .order {
      background-color: white;
      padding: 0;
      border-bottom: 0;
      margin-bottom: 16px; }
      body.page-history .wrapper_table_history .list_orders .order .content_info_bloc, body#module-stafe_storelocator-myQuotes .wrapper_table_history .list_orders .order .content_info_bloc {
        padding: 30px; }
        body.page-history .wrapper_table_history .list_orders .order .content_info_bloc label, body#module-stafe_storelocator-myQuotes .wrapper_table_history .list_orders .order .content_info_bloc label {
          margin-bottom: 0;
          font-weight: 500; }
      body.page-history .wrapper_table_history .list_orders .order .btn, body#module-stafe_storelocator-myQuotes .wrapper_table_history .list_orders .order .btn {
        width: 100%;
        font-size: 14px;
        letter-spacing: 1.4px;
        text-align: center; }
        body.page-history .wrapper_table_history .list_orders .order .btn .icon, body#module-stafe_storelocator-myQuotes .wrapper_table_history .list_orders .order .btn .icon {
          font-size: 24px;
          vertical-align: middle;
          margin-right: 10px; }
        body.page-history .wrapper_table_history .list_orders .order .btn:hover, body#module-stafe_storelocator-myQuotes .wrapper_table_history .list_orders .order .btn:hover {
          text-decoration: none; }
  body.page-order-detail .container, body.page-order-detail .big_container, body.page-order-detail .small_container, body.page-order-confirmation .container, body.page-order-confirmation .big_container, body.page-order-confirmation .small_container {
    max-width: 1230px;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      body.page-order-detail .container, body.page-order-detail .big_container, body.page-order-detail .small_container, body.page-order-confirmation .container, body.page-order-confirmation .big_container, body.page-order-confirmation .small_container {
        padding-bottom: 0px; } }
  body.page-order-detail #main .tpl_page_customer, body.page-order-confirmation #main .tpl_page_customer {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      body.page-order-detail #main .tpl_page_customer, body.page-order-confirmation #main .tpl_page_customer {
        margin-bottom: 0px; } }
  body.page-order-detail .wrapper_order_info, body.page-order-confirmation .wrapper_order_info {
    padding-top: 40px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    body.page-order-detail .wrapper_order_info label, body.page-order-confirmation .wrapper_order_info label {
      text-align: right;
      font-weight: 500;
      padding: 0; }
      @media (max-width: 991.98px) {
        body.page-order-detail .wrapper_order_info label, body.page-order-confirmation .wrapper_order_info label {
          flex: none;
          width: auto; } }
    body.page-order-detail .wrapper_order_info .link_invoice, body.page-order-confirmation .wrapper_order_info .link_invoice {
      margin: auto;
      display: inline-block;
      color: black;
      background-color: white;
      margin-top: 15px; }
    body.page-order-detail .wrapper_order_info .value, body.page-order-confirmation .wrapper_order_info .value {
      color: #000;
      padding: 0;
      text-align: left;
      padding-left: 5px; }
      @media (max-width: 991.98px) {
        body.page-order-detail .wrapper_order_info .value, body.page-order-confirmation .wrapper_order_info .value {
          flex: none;
          width: auto; } }
    body.page-order-detail .wrapper_order_info .order_infos p, body.page-order-confirmation .wrapper_order_info .order_infos p {
      margin-bottom: 15px; }
  body.page-order-detail .wrapper_order_history, body.page-order-confirmation .wrapper_order_history {
    padding: 30px;
    background-color: white;
    border-bottom: 3px solid #f6f6f6; }
    @media (min-width: 768px) {
      body.page-order-detail .wrapper_order_history, body.page-order-confirmation .wrapper_order_history {
        padding: 50px; } }
    body.page-order-detail .wrapper_order_history .title, body.page-order-confirmation .wrapper_order_history .title {
      font-size: 14px;
      font-weight: 600;
      line-height: 2;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 32px; }
      @media (min-width: 768px) {
        body.page-order-detail .wrapper_order_history .title, body.page-order-confirmation .wrapper_order_history .title {
          margin-bottom: 50px; } }
    body.page-order-detail .wrapper_order_history .info_follow_up, body.page-order-confirmation .wrapper_order_history .info_follow_up {
      float: right; }
      body.page-order-detail .wrapper_order_history .info_follow_up a, body.page-order-confirmation .wrapper_order_history .info_follow_up a {
        font-weight: bold;
        text-decoration: underline; }
        body.page-order-detail .wrapper_order_history .info_follow_up a:hover, body.page-order-confirmation .wrapper_order_history .info_follow_up a:hover {
          text-decoration: none; }
    body.page-order-detail .wrapper_order_history .list_state .item_history, body.page-order-confirmation .wrapper_order_history .list_state .item_history {
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        body.page-order-detail .wrapper_order_history .list_state .item_history, body.page-order-confirmation .wrapper_order_history .list_state .item_history {
          margin-bottom: 0px; } }
      body.page-order-detail .wrapper_order_history .list_state .item_history.col, body.page-order-confirmation .wrapper_order_history .list_state .item_history.col {
        flex-basis: auto; }
        @media (min-width: 768px) {
          body.page-order-detail .wrapper_order_history .list_state .item_history.col, body.page-order-confirmation .wrapper_order_history .list_state .item_history.col {
            flex-basis: 0; } }
      body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state {
        height: 100%;
        background-color: #f6f6f6;
        text-align: center;
        color: #000;
        padding: 24px;
        display: flex; }
        @media (min-width: 768px) {
          body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state {
            display: block; } }
        body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state .picto, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state .picto {
          flex: 0 0 30%;
          max-width: 30%;
          margin: auto; }
          @media (min-width: 768px) {
            body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state .picto, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state .picto {
              max-width: 100%; } }
        body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state .data_state, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state .data_state {
          flex: 0 0 70%;
          text-align: left; }
          @media (min-width: 768px) {
            body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state .data_state, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state .data_state {
              max-width: 100%;
              text-align: center; } }
        body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state .icon, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state .icon {
          font-size: 24px;
          margin-bottom: 16px;
          display: inline-block; }
        body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state .uncheck, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state .uncheck {
          width: 24px;
          height: 24px;
          background-color: white;
          border-radius: 100px;
          line-height: 24px;
          color: white;
          margin: auto;
          margin-bottom: 16px; }
        body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state .name, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state .name {
          font-size: 18px;
          margin-bottom: 8px;
          font-weight: 500; }
        body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state .date, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state .date {
          font-size: 14px;
          font-weight: 300; }
        body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state.uncheck, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state.uncheck {
          color: #797777; }
          body.page-order-detail .wrapper_order_history .list_state .item_history .wrapper_detail_state.uncheck .check, body.page-order-confirmation .wrapper_order_history .list_state .item_history .wrapper_detail_state.uncheck .check {
            width: 24px;
            height: 24px;
            background-color: white;
            border-radius: 100px;
            line-height: 24px;
            color: white; }
  body.page-order-detail .addresses, body.page-order-confirmation .addresses {
    background-color: white;
    margin: 0;
    padding: 30px; }
    @media (min-width: 768px) {
      body.page-order-detail .addresses, body.page-order-confirmation .addresses {
        padding: 60px 110px; } }
    body.page-order-detail .addresses .bloc_address, body.page-order-confirmation .addresses .bloc_address {
      background-color: #f8f9f8;
      padding: 24px 30px;
      margin-bottom: 16px; }
      @media (min-width: 768px) {
        body.page-order-detail .addresses .bloc_address, body.page-order-confirmation .addresses .bloc_address {
          margin: 0 7px;
          height: 100%;
          padding: 24px 40px; } }
      body.page-order-detail .addresses .bloc_address .title, body.page-order-confirmation .addresses .bloc_address .title {
        font-size: 14px;
        font-weight: bold;
        line-height: 2;
        color: #000;
        margin-bottom: 16px; }
      body.page-order-detail .addresses .bloc_address address, body.page-order-confirmation .addresses .bloc_address address {
        font-size: 12px;
        line-height: 2.08;
        color: #000; }
  body.page-order-detail .wrapper_content_order_product, body.page-order-confirmation .wrapper_content_order_product {
    padding-bottom: 50px; }
    body.page-order-detail .wrapper_content_order_product table, body.page-order-confirmation .wrapper_content_order_product table {
      border: 0;
      background-color: white; }
      body.page-order-detail .wrapper_content_order_product table tr th, body.page-order-confirmation .wrapper_content_order_product table tr th {
        padding: 5px; }
      body.page-order-detail .wrapper_content_order_product table tr td, body.page-order-detail .wrapper_content_order_product table tr th, body.page-order-confirmation .wrapper_content_order_product table tr td, body.page-order-confirmation .wrapper_content_order_product table tr th {
        border: 0; }
        body.page-order-detail .wrapper_content_order_product table tr td:first-child, body.page-order-detail .wrapper_content_order_product table tr th:first-child, body.page-order-confirmation .wrapper_content_order_product table tr td:first-child, body.page-order-confirmation .wrapper_content_order_product table tr th:first-child {
          padding-left: 44px; }
        body.page-order-detail .wrapper_content_order_product table tr td:last-child, body.page-order-detail .wrapper_content_order_product table tr th:last-child, body.page-order-confirmation .wrapper_content_order_product table tr td:last-child, body.page-order-confirmation .wrapper_content_order_product table tr th:last-child {
          padding-right: 44px; }
      body.page-order-detail .wrapper_content_order_product table tbody tr td, body.page-order-confirmation .wrapper_content_order_product table tbody tr td {
        padding-top: 35px;
        padding-bottom: 35px;
        text-align: right;
        font-size: 14px;
        font-weight: 300; }
        body.page-order-detail .wrapper_content_order_product table tbody tr td:first-child, body.page-order-confirmation .wrapper_content_order_product table tbody tr td:first-child {
          text-align: left;
          width: 55%; }
        body.page-order-detail .wrapper_content_order_product table tbody tr td .wrapper_thumbnail img, body.page-order-confirmation .wrapper_content_order_product table tbody tr td .wrapper_thumbnail img {
          width: 100%; }
        body.page-order-detail .wrapper_content_order_product table tbody tr td .name, body.page-order-confirmation .wrapper_content_order_product table tbody tr td .name {
          font-size: 16px;
          font-family: "Libre Baskerville", sans-serif;
          line-height: 1.5;
          padding-bottom: 16px; }
        body.page-order-detail .wrapper_content_order_product table tbody tr td .price_u, body.page-order-confirmation .wrapper_content_order_product table tbody tr td .price_u {
          font-weight: bold; }
        body.page-order-detail .wrapper_content_order_product table tbody tr td .ecotax, body.page-order-confirmation .wrapper_content_order_product table tbody tr td .ecotax {
          font-size: 10px;
          font-weight: 300;
          text-align: right;
          margin-top: 8px; }
      body.page-order-detail .wrapper_content_order_product table tfoot, body.page-order-confirmation .wrapper_content_order_product table tfoot {
        border-top: 2px solid #f6f6f6;
        font-size: 14px;
        font-weight: 600; }
        body.page-order-detail .wrapper_content_order_product table tfoot tr td, body.page-order-confirmation .wrapper_content_order_product table tfoot tr td {
          padding-top: 8px;
          padding-bottom: 8px; }
        body.page-order-detail .wrapper_content_order_product table tfoot tr:first-child td, body.page-order-confirmation .wrapper_content_order_product table tfoot tr:first-child td {
          padding-top: 32px; }
        body.page-order-detail .wrapper_content_order_product table tfoot tr:nth-last-child(2) td, body.page-order-confirmation .wrapper_content_order_product table tfoot tr:nth-last-child(2) td {
          padding-bottom: 32px; }
        body.page-order-detail .wrapper_content_order_product table tfoot tr td:first-child, body.page-order-confirmation .wrapper_content_order_product table tfoot tr td:first-child {
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase; }
        body.page-order-detail .wrapper_content_order_product table tfoot tr.line-total_including_tax, body.page-order-confirmation .wrapper_content_order_product table tfoot tr.line-total_including_tax {
          border: 0;
          background-color: black;
          color: white;
          text-transform: uppercase;
          vertical-align: middle; }
          body.page-order-detail .wrapper_content_order_product table tfoot tr.line-total_including_tax td, body.page-order-confirmation .wrapper_content_order_product table tfoot tr.line-total_including_tax td {
            font-weight: 600;
            font-size: 20px;
            padding-top: 16px;
            padding-bottom: 16px; }
      body.page-order-detail .wrapper_content_order_product table thead th, body.page-order-confirmation .wrapper_content_order_product table thead th {
        text-align: right;
        border: 0;
        background-color: black;
        color: white;
        font-weight: 300;
        text-transform: uppercase;
        vertical-align: middle; }
        body.page-order-detail .wrapper_content_order_product table thead th:first-child, body.page-order-confirmation .wrapper_content_order_product table thead th:first-child {
          text-align: left; }
        body.page-order-detail .wrapper_content_order_product table thead th.title, body.page-order-confirmation .wrapper_content_order_product table thead th.title {
          font-family: "Libre Baskerville", sans-serif;
          font-size: 24px;
          text-transform: inherit; }
  body.page-order-detail .wrapper_bloc_order, body.page-order-confirmation .wrapper_bloc_order {
    background-color: white; }
    body.page-order-detail .wrapper_bloc_order .title, body.page-order-confirmation .wrapper_bloc_order .title {
      background-color: #eeeeee;
      text-align: center;
      font-size: 16px;
      padding: 11px; }
    body.page-order-detail .wrapper_bloc_order .order-items, body.page-order-confirmation .wrapper_bloc_order .order-items {
      padding: 20px !important;
      padding-bottom: 0px !important;
      background-color: white; }
      body.page-order-detail .wrapper_bloc_order .order-items .order-item, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item {
        font-size: 12px;
        padding: 20px 10px; }
        body.page-order-detail .wrapper_bloc_order .order-items .order-item:last-child, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item:last-child {
          border-bottom: 0; }
        body.page-order-detail .wrapper_bloc_order .order-items .order-item .desc, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .desc {
          margin-bottom: 24px; }
          body.page-order-detail .wrapper_bloc_order .order-items .order-item .desc .thumbnail img, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .desc .thumbnail img {
            margin-bottom: 15px; }
          body.page-order-detail .wrapper_bloc_order .order-items .order-item .desc .name, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .desc .name {
            font-family: "Libre Baskerville", sans-serif;
            font-size: 16px;
            line-height: 1.5;
            color: #000; }
        body.page-order-detail .wrapper_bloc_order .order-items .order-item .info, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info {
          margin-bottom: 10px; }
          body.page-order-detail .wrapper_bloc_order .order-items .order-item .info label, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info label {
            font-weight: 600;
            text-align: left;
            margin: 0; }
          body.page-order-detail .wrapper_bloc_order .order-items .order-item .info .value, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info .value {
            text-align: right; }
    body.page-order-detail .wrapper_bloc_order .order-totals, body.page-order-confirmation .wrapper_bloc_order .order-totals {
      color: #000;
      background-color: white;
      border-top: 3px solid #eeeeee;
      padding: 30px; }
      body.page-order-detail .wrapper_bloc_order .order-totals > div + div, body.page-order-confirmation .wrapper_bloc_order .order-totals > div + div {
        margin-top: 24px; }
    body.page-order-detail .wrapper_bloc_order .total, body.page-order-confirmation .wrapper_bloc_order .total {
      background-color: black;
      font-size: 20px;
      color: #fff;
      padding: 19px 30px;
      text-transform: uppercase; }
  body.page-order-confirmation .container, body.page-order-confirmation .big_container, body.page-order-confirmation .small_container {
    padding-bottom: 0px; }
  body.page-order-confirmation #wrapper {
    background: #f6f6f6; }
    body.page-order-confirmation #wrapper #content-wrapper {
      margin-top: 40px; }
      @media (min-width: 768px) {
        body.page-order-confirmation #wrapper #content-wrapper {
          margin-top: 70px; } }
      body.page-order-confirmation #wrapper #content-wrapper #main > section {
        background-color: white; }
      body.page-order-confirmation #wrapper #content-wrapper .page-footer {
        margin: 0; }
      body.page-order-confirmation #wrapper #content-wrapper .wrapper_content_order_product {
        padding-bottom: 0; }
        body.page-order-confirmation #wrapper #content-wrapper .wrapper_content_order_product #order-products {
          margin: 0; }
      body.page-order-confirmation #wrapper #content-wrapper .page-order-confirmation {
        margin-bottom: 0; }
      body.page-order-confirmation #wrapper #content-wrapper .wrapper_bloc_reassurance {
        margin-top: 40px; }
        @media (min-width: 768px) {
          body.page-order-confirmation #wrapper #content-wrapper .wrapper_bloc_reassurance {
            margin-top: 50px; } }
      body.page-order-confirmation #wrapper #content-wrapper #content-hook_order_confirmation {
        border-bottom: 3px solid #f6f6f6;
        text-align: center;
        padding: 30px; }
        body.page-order-confirmation #wrapper #content-wrapper #content-hook_order_confirmation .title {
          font-size: 18px;
          line-height: 1.56;
          text-transform: uppercase;
          font-weight: 500;
          margin-bottom: 8px; }
        body.page-order-confirmation #wrapper #content-wrapper #content-hook_order_confirmation .icon {
          font-size: 32px;
          margin-bottom: 24px;
          display: inline-block; }
  body.page-password .tpl_page_customer {
    padding: 90px; }
  body.page-password .forgotten-password {
    margin: 40px auto;
    max-width: 480px; }
  body.page-authentication#authentication .radio-inline {
    padding-right: 20px; }
  body.page-authentication#authentication .custom-checkbox label {
    padding-left: 30px; }
  body.page-authentication .tpl_page_customer {
    padding: 90px; }
  body.page-authentication .register-form {
    padding: 40px;
    background-color: white;
    margin-top: 50px;
    margin-bottom: 50px; }
  body.page-authentication #content .login-form {
    margin: 40px auto;
    max-width: 480px; }
    body.page-authentication #content .login-form .forgot-password {
      text-align: left;
      margin-top: 0;
      text-decoration: underline; }
      body.page-authentication #content .login-form .forgot-password:hover {
        text-decoration: none; }
  body.page-authentication .no-account {
    margin: 40px auto; }
  body.page-identity #customer-form {
    max-width: 480px;
    margin: auto;
    padding: 16px 0; }
    @media (min-width: 768px) {
      body.page-identity #customer-form {
        padding: 50px 0; } }
  body.page-identity .name_id_gender {
    margin-bottom: 33px; }
    body.page-identity .name_id_gender .radio-inline {
      display: block;
      text-align: left; }
      @media (min-width: 768px) {
        body.page-identity .name_id_gender .radio-inline {
          display: inline-block;
          margin-right: 20px; } }
  body.page-category .block-category, body.page-search .block-category, body.page-module-pm-advancedsearch4-searchresults .block-category {
    text-align: center;
    padding-top: 24px;
    background-color: #f6f6f6;
    background-image: url("../img/Catalogue-fond.svg");
    background-size: 400px;
    background-position: center; }
    @media (min-width: 768px) {
      body.page-category .block-category, body.page-search .block-category, body.page-module-pm-advancedsearch4-searchresults .block-category {
        padding-top: 55px; } }
    body.page-category .block-category.background_image, body.page-category .block-category.banner, body.page-category #products .products .push-white-gloves .wrapper_push .block-category.background_push, body.page-search #products .products .push-white-gloves .wrapper_push body.page-category .block-category.background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push body.page-category .block-category.background_push, body.page-category body#cms #wrapper #content-wrapper header.page-header .block-category.cms-banner, body#cms #wrapper #content-wrapper header.page-header body.page-category .block-category.cms-banner, body.page-search .block-category.background_image, body.page-search .block-category.banner, body.page-category #products .products .push-white-gloves .wrapper_push body.page-search .block-category.background_push, body.page-search #products .products .push-white-gloves .wrapper_push .block-category.background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push body.page-search .block-category.background_push, body.page-search body#cms #wrapper #content-wrapper header.page-header .block-category.cms-banner, body#cms #wrapper #content-wrapper header.page-header body.page-search .block-category.cms-banner, body.page-module-pm-advancedsearch4-searchresults .block-category.background_image, body.page-module-pm-advancedsearch4-searchresults .block-category.banner, body.page-category #products .products .push-white-gloves .wrapper_push body.page-module-pm-advancedsearch4-searchresults .block-category.background_push, body.page-search #products .products .push-white-gloves .wrapper_push body.page-module-pm-advancedsearch4-searchresults .block-category.background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .block-category.background_push, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper header.page-header .block-category.cms-banner, body#cms #wrapper #content-wrapper header.page-header body.page-module-pm-advancedsearch4-searchresults .block-category.cms-banner {
      background-size: cover; }
    body.page-category .block-category .logo_cat, body.page-search .block-category .logo_cat, body.page-module-pm-advancedsearch4-searchresults .block-category .logo_cat {
      max-width: 90%; }
    body.page-category .block-category .info_current_cat .title, body.page-search .block-category .info_current_cat .title, body.page-module-pm-advancedsearch4-searchresults .block-category .info_current_cat .title {
      font-family: "Libre Baskerville", sans-serif;
      letter-spacing: 1.6px;
      text-align: center;
      color: var(--black);
      font-size: 26px; }
      @media (min-width: 768px) {
        body.page-category .block-category .info_current_cat .title, body.page-search .block-category .info_current_cat .title, body.page-module-pm-advancedsearch4-searchresults .block-category .info_current_cat .title {
          font-size: 40px; } }
    body.page-category .block-category .info_current_cat #category-description, body.page-search .block-category .info_current_cat #category-description, body.page-module-pm-advancedsearch4-searchresults .block-category .info_current_cat #category-description {
      max-width: 615px;
      margin: auto;
      font-size: 12px;
      letter-spacing: 1px;
      text-align: center;
      color: #797777;
      padding: 24px 13px; }
      @media (min-width: 768px) {
        body.page-category .block-category .info_current_cat #category-description, body.page-search .block-category .info_current_cat #category-description, body.page-module-pm-advancedsearch4-searchresults .block-category .info_current_cat #category-description {
          padding: 24px; } }
  body.page-category.category-id-141 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-category.category-id-142 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-category.category-id-144 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-category.category-id-148 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-category.category-id-149 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-search.category-id-141 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-search.category-id-142 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-search.category-id-144 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-search.category-id-148 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-search.category-id-149 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-module-pm-advancedsearch4-searchresults.category-id-141 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-module-pm-advancedsearch4-searchresults.category-id-142 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-module-pm-advancedsearch4-searchresults.category-id-144 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-module-pm-advancedsearch4-searchresults.category-id-148 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]), body.page-module-pm-advancedsearch4-searchresults.category-id-149 .stafe_category-menu .parent_categories .bloc_categorie_link[data-id_cat]:not([data-id_cat="6"], [data-id_cat="141"]) {
    display: none !important; }
  body.page-category .stafe_category-menu .parent_categories, body.page-search .stafe_category-menu .parent_categories, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .parent_categories {
    margin: 0 auto;
    padding: 0; }
    body.page-category .stafe_category-menu .parent_categories .bloc_categorie_link, body.page-search .stafe_category-menu .parent_categories .bloc_categorie_link, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .parent_categories .bloc_categorie_link {
      display: inline-block;
      padding: 0px 15px; }
      @media (min-width: 768px) {
        body.page-category .stafe_category-menu .parent_categories .bloc_categorie_link, body.page-search .stafe_category-menu .parent_categories .bloc_categorie_link, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .parent_categories .bloc_categorie_link {
          padding: 0px 30px; } }
      body.page-category .stafe_category-menu .parent_categories .bloc_categorie_link .link_cat, body.page-search .stafe_category-menu .parent_categories .bloc_categorie_link .link_cat, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .parent_categories .bloc_categorie_link .link_cat {
        text-transform: uppercase;
        padding: 8px 5px;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        color: #2d2926;
        border-bottom: 2px solid transparent;
        transition: all 0.5s;
        display: block; }
        body.page-category .stafe_category-menu .parent_categories .bloc_categorie_link .link_cat:hover, body.page-search .stafe_category-menu .parent_categories .bloc_categorie_link .link_cat:hover, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .parent_categories .bloc_categorie_link .link_cat:hover {
          text-decoration: none; }
      body.page-category .stafe_category-menu .parent_categories .bloc_categorie_link.active a, body.page-category .stafe_category-menu .parent_categories .bloc_categorie_link:hover a, body.page-category .stafe_category-menu .parent_categories .bloc_categorie_link:focus a, body.page-search .stafe_category-menu .parent_categories .bloc_categorie_link.active a, body.page-search .stafe_category-menu .parent_categories .bloc_categorie_link:hover a, body.page-search .stafe_category-menu .parent_categories .bloc_categorie_link:focus a, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .parent_categories .bloc_categorie_link.active a, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .parent_categories .bloc_categorie_link:hover a, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .parent_categories .bloc_categorie_link:focus a {
        text-decoration: none;
        font-weight: 600;
        border-bottom: 2px solid #000; }
  body.page-category .stafe_category-menu .sub_categories, body.page-search .stafe_category-menu .sub_categories, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories {
    margin: 0;
    position: relative;
    padding: 24px 0;
    opacity: 0;
    transition: all 0.5s; }
    body.page-category .stafe_category-menu .sub_categories.slick-initialized, body.page-search .stafe_category-menu .sub_categories.slick-initialized, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories.slick-initialized {
      opacity: 1; }
    @media (min-width: 768px) {
      body.page-category .stafe_category-menu .sub_categories, body.page-search .stafe_category-menu .sub_categories, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories {
        padding: 32px 0; } }
    body.page-category .stafe_category-menu .sub_categories:after, body.page-search .stafe_category-menu .sub_categories:after, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 50%;
      width: 100%;
      background-color: #fff; }
    body.page-category .stafe_category-menu .sub_categories > div, body.page-search .stafe_category-menu .sub_categories > div, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories > div {
      position: relative;
      z-index: 1;
      overflow: visible; }
    body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link {
      position: relative; }
      body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat {
        margin-right: 24px;
        width: 259px;
        height: 166px;
        position: relative;
        display: inline-block; }
        @media (min-width: 768px) {
          body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat {
            width: 328px;
            height: 210px; } }
        body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 11px 14px;
          text-align: left;
          transition: all 0.2s; }
          body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc .title, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc .title, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc .title {
            font-family: "Libre Baskerville", sans-serif;
            font-size: 16px;
            letter-spacing: 0.64px;
            color: #fff;
            transition: all 0.2s; }
          body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc .nb_products, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc .nb_products, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc .nb_products {
            margin-top: 8px;
            opacity: 0;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 1.23px;
            color: #fff; }
            @media (min-width: 768px) {
              body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc .nb_products, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc .nb_products, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link .link_cat .content_bloc .nb_products {
                font-size: 14px; } }
      body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link .close_current_cat, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link .close_current_cat, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link .close_current_cat {
        width: 38px;
        height: 38px;
        padding: 7px;
        border-radius: 29px;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 24px;
        top: 0;
        font-size: 17px;
        font-weight: 100;
        vertical-align: top;
        display: block;
        background-color: #000;
        margin: 16px;
        transition: all 0.5s;
        border: 2px solid #000; }
      body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link:hover .close_current_cat, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link:hover .close_current_cat, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link:hover .close_current_cat {
        background-color: transparent;
        text-decoration: none;
        color: #fff;
        border-color: #fff; }
      body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link:hover .link_cat:after, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link:hover .link_cat:after, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link:hover .link_cat:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-blend-mode: multiply, normal;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), linear-gradient(to bottom, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.25)); }
      body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link:hover .content_bloc, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link:hover .content_bloc, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link:hover .content_bloc {
        z-index: 1;
        padding: 24px 32px; }
        @media (min-width: 768px) {
          body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link:hover .content_bloc .title, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link:hover .content_bloc .title, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link:hover .content_bloc .title {
            font-size: 24px;
            letter-spacing: 0.94px; } }
      body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat:after, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat:after, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-blend-mode: multiply, normal;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), linear-gradient(to bottom, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.45)); }
      body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat .content_bloc, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat .content_bloc, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat .content_bloc {
        padding: 24px 32px;
        z-index: 1; }
        @media (min-width: 768px) {
          body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat .content_bloc .title, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat .content_bloc .title, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat .content_bloc .title {
            font-size: 24px;
            letter-spacing: 0.94px; } }
        body.page-category .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat .content_bloc .nb_products, body.page-search .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat .content_bloc .nb_products, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .sub_categories .bloc_categorie_link.active .link_cat .content_bloc .nb_products {
          opacity: 1; }
  body.page-category .stafe_category-menu .slick-dots, body.page-search .stafe_category-menu .slick-dots, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .slick-dots {
    z-index: 1;
    bottom: 0;
    display: flex !important;
    margin-bottom: 0; }
    body.page-category .stafe_category-menu .slick-dots li, body.page-search .stafe_category-menu .slick-dots li, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .slick-dots li {
      width: inherit;
      display: block;
      flex: 1;
      margin: 0; }
      body.page-category .stafe_category-menu .slick-dots li button, body.page-search .stafe_category-menu .slick-dots li button, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .slick-dots li button {
        height: auto;
        width: 100%; }
        body.page-category .stafe_category-menu .slick-dots li button:before, body.page-search .stafe_category-menu .slick-dots li button:before, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .slick-dots li button:before {
          height: 1px;
          border-radius: 0;
          width: 100%; }
  body.page-category .products-selection > div, body.page-search .products-selection > div, body.page-module-pm-advancedsearch4-searchresults .products-selection > div {
    position: inherit; }
  body.page-category .products-selection .products-sort-order, body.page-search .products-selection .products-sort-order, body.page-module-pm-advancedsearch4-searchresults .products-selection .products-sort-order {
    text-align: right;
    border: solid 1px transparent; }
    body.page-category .products-selection .products-sort-order .dropdown-menu, body.page-search .products-selection .products-sort-order .dropdown-menu, body.page-module-pm-advancedsearch4-searchresults .products-selection .products-sort-order .dropdown-menu {
      right: 0;
      background-color: white;
      border: solid 1px rgba(211, 211, 211, 0.8);
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
      padding: 20px 44px; }
      body.page-category .products-selection .products-sort-order .dropdown-menu .select-list, body.page-search .products-selection .products-sort-order .dropdown-menu .select-list, body.page-module-pm-advancedsearch4-searchresults .products-selection .products-sort-order .dropdown-menu .select-list {
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        color: #2d2926; }
        body.page-category .products-selection .products-sort-order .dropdown-menu .select-list.current, body.page-search .products-selection .products-sort-order .dropdown-menu .select-list.current, body.page-module-pm-advancedsearch4-searchresults .products-selection .products-sort-order .dropdown-menu .select-list.current {
          font-weight: 500; }
        body.page-category .products-selection .products-sort-order .dropdown-menu .select-list:hover, body.page-search .products-selection .products-sort-order .dropdown-menu .select-list:hover, body.page-module-pm-advancedsearch4-searchresults .products-selection .products-sort-order .dropdown-menu .select-list:hover {
          text-decoration: underline; }
    body.page-category .products-selection .products-sort-order.open, body.page-search .products-selection .products-sort-order.open, body.page-module-pm-advancedsearch4-searchresults .products-selection .products-sort-order.open {
      border: solid 1px rgba(211, 211, 211, 0.8);
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
    body.page-category .products-selection .products-sort-order .select-title, body.page-search .products-selection .products-sort-order .select-title, body.page-module-pm-advancedsearch4-searchresults .products-selection .products-sort-order .select-title {
      box-shadow: none;
      border: none;
      padding: 15px 22px; }
      body.page-category .products-selection .products-sort-order .select-title .label, body.page-search .products-selection .products-sort-order .select-title .label, body.page-module-pm-advancedsearch4-searchresults .products-selection .products-sort-order .select-title .label {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.23px;
        color: #3d3b3c;
        padding-right: 14px; }
  body.page-category .products-selection .PM_ASBlockOutput, body.page-search .products-selection .PM_ASBlockOutput, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput {
    position: inherit; }
    @media (max-width: 767.98px) {
      body.page-category .products-selection .PM_ASBlockOutput, body.page-search .products-selection .PM_ASBlockOutput, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput {
        position: fixed;
        bottom: 0;
        background-color: white;
        display: block;
        width: 100%;
        left: 0;
        z-index: 1000; }
        body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupOuter, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupOuter, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupOuter {
          max-width: 100%;
          max-width: 100vw; } }
    body.page-category .products-selection .PM_ASBlockOutput .card-header, body.page-search .products-selection .PM_ASBlockOutput .card-header, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .card-header {
      margin: 10px 0;
      position: relative;
      background-color: white;
      border: 0; }
      @media (max-width: 767.98px) {
        body.page-category .products-selection .PM_ASBlockOutput .card-header, body.page-search .products-selection .PM_ASBlockOutput .card-header, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .card-header {
          padding: 0px 12px; } }
      body.page-category .products-selection .PM_ASBlockOutput .card-header .btn, body.page-search .products-selection .PM_ASBlockOutput .card-header .btn, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .card-header .btn {
        width: 100%; }
      body.page-category .products-selection .PM_ASBlockOutput .card-header .PM_ASearchTitle, body.page-search .products-selection .PM_ASBlockOutput .card-header .PM_ASearchTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .card-header .PM_ASearchTitle {
        padding: 20px 44px;
        padding-right: 33px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.4px;
        text-align: center;
        color: #000;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          body.page-category .products-selection .PM_ASBlockOutput .card-header .PM_ASearchTitle, body.page-search .products-selection .PM_ASBlockOutput .card-header .PM_ASearchTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .card-header .PM_ASearchTitle {
            border: 1px solid #000;
            display: block;
            padding: 14px; } }
        body.page-category .products-selection .PM_ASBlockOutput .card-header .PM_ASearchTitle:after, body.page-search .products-selection .PM_ASBlockOutput .card-header .PM_ASearchTitle:after, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .card-header .PM_ASearchTitle:after {
          top: calc(50% - 18px);
          right: 32px;
          margin: 0;
          padding: 0; }
    body.page-category .products-selection .PM_ASBlockOutput .card-block, body.page-search .products-selection .PM_ASBlockOutput .card-block, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .card-block {
      padding: 0; }
    body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList {
      display: flex; }
      body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASResetGroup, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASResetGroup, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASResetGroup {
        display: none; }
      body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup {
        padding: 0; }
        body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions {
          position: relative; }
          body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle {
            margin: 0;
            padding: 15px 22px;
            border: 1px solid transparent;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1.23px;
            color: #3d3b3c; }
            body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle .material-icons, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle .material-icons, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle .material-icons {
              transition: all 0.5s; }
            body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName {
              padding-right: 40px; }
          body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter {
            position: absolute;
            z-index: 1000000;
            left: 0;
            transform: scaleY(0);
            transform-origin: 50% 0;
            transition: transform 0.5s ease;
            overflow: hidden;
            max-width: 200%;
            max-width: 50vw;
            width: max-content;
            padding: 20px 44px;
            background-color: white;
            border: solid 1px rgba(211, 211, 211, 0.8);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
            body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter ul, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter ul, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter ul {
              margin-bottom: 0; }
              body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter ul li, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter ul li, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter ul li {
                padding: 12px 0; }
            body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter input, body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter label, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter input, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter label, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter input, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter label {
              margin: 0;
              width: auto; }
            body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter label, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter label, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter label {
              font-size: 14px;
              color: #000;
              padding-left: 0;
              text-align: left;
              justify-content: flex-start;
              align-items: center; }
          body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle, body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle {
            border: solid 1px rgba(211, 211, 211, 0.8);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
            body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle .material-icons, body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle .material-icons, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle .material-icons, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle .material-icons, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle .material-icons, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle .material-icons {
              transform: rotate(-180deg); }
          body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupOuter, body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupOuter, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupOuter, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupOuter, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupOuter, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupOuter {
            transform: scaleY(1); }
      body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox], body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox], body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox] {
        position: absolute;
        left: -1000vw; }
        body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox] + span.custom-checkbox, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox] + span.custom-checkbox, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox] + span.custom-checkbox {
          display: inline-flex;
          width: 20px;
          height: 20px;
          margin: 0 16px 0 0;
          border-radius: 2px;
          border: solid 1px var(--black); }
        body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox]:checked + span.custom-checkbox, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox]:checked + span.custom-checkbox, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox]:checked + span.custom-checkbox {
          background-color: var(--black);
          display: inline-flex;
          justify-content: center;
          align-items: center; }
          body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox]:checked + span.custom-checkbox:after, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox]:checked + span.custom-checkbox:after, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.checkbox input[type=checkbox]:checked + span.custom-checkbox:after {
            content: "\e93d";
            color: #fff;
            font-family: 'icomoon'; }
      body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.radio input[type=radio], body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.radio input[type=radio], body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.radio input[type=radio] {
        position: absolute;
        left: -1000vw; }
        body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.radio input[type=radio] + span.custom-radio, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.radio input[type=radio] + span.custom-radio, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.radio input[type=radio] + span.custom-radio {
          display: inline-flex;
          width: 20px;
          height: 20px;
          margin: 0 16px 0 0;
          border-radius: 20px;
          border: solid 1px var(--black);
          position: relative;
          justify-content: center;
          align-items: center; }
        body.page-category .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.radio input[type=radio]:checked + span.custom-radio:after, body.page-search .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.radio input[type=radio]:checked + span.custom-radio:after, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput .PM_ASCriterionsGroupList div.radio input[type=radio]:checked + span.custom-radio:after {
          content: '';
          background-color: var(--black);
          width: 10px;
          height: 10px;
          border-radius: 10px; }
    body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 10000;
      background-color: white;
      overflow: auto; }
      body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList {
        display: block;
        border-bottom: solid 1px #e2d9d1; }
        body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions {
          border-bottom: solid 1px rgba(211, 211, 211, 0.8); }
          body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle {
            padding: 26px 44px;
            padding-right: 33px;
            border: 0; }
            body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle .material-icons, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle .material-icons, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle .material-icons {
              float: right; }
          body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter {
            width: 100%;
            box-shadow: none;
            border: 0;
            padding: 26px 44px;
            padding-right: 33px;
            padding-top: 0;
            max-width: 100%;
            max-width: 100vw; }
          body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle, body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle, body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:focus .PM_ASCriterionsGroupTitle, body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions.mobile-focus .PM_ASCriterionsGroupTitle, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:focus .PM_ASCriterionsGroupTitle, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions.mobile-focus .PM_ASCriterionsGroupTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:focus .PM_ASCriterionsGroupTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions.mobile-focus .PM_ASCriterionsGroupTitle {
            border: solid 1px rgba(211, 211, 211, 0.8);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
            body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle .material-icons, body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle .material-icons, body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:focus .PM_ASCriterionsGroupTitle .material-icons, body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions.mobile-focus .PM_ASCriterionsGroupTitle .material-icons, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle .material-icons, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle .material-icons, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:focus .PM_ASCriterionsGroupTitle .material-icons, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions.mobile-focus .PM_ASCriterionsGroupTitle .material-icons, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupTitle .material-icons, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupTitle .material-icons, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:focus .PM_ASCriterionsGroupTitle .material-icons, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions.mobile-focus .PM_ASCriterionsGroupTitle .material-icons {
              transform: rotate(-180deg); }
          body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupOuter, body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupOuter, body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:focus .PM_ASCriterionsGroupOuter, body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions.mobile-focus .PM_ASCriterionsGroupOuter, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupOuter, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupOuter, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:focus .PM_ASCriterionsGroupOuter, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions.mobile-focus .PM_ASCriterionsGroupOuter, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:hover .PM_ASCriterionsGroupOuter, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:active .PM_ASCriterionsGroupOuter, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions:focus .PM_ASCriterionsGroupOuter, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterions.mobile-focus .PM_ASCriterionsGroupOuter {
            transform: scaleY(1);
            position: inherit; }
      body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASearchTitle, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASearchTitle, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASearchTitle {
        border: 0;
        color: transparent; }
        body.page-category .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASearchTitle:after, body.page-search .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASearchTitle:after, body.page-module-pm-advancedsearch4-searchresults .products-selection .PM_ASBlockOutput.PM_ASMobileVisible .PM_ASearchTitle:after {
          color: black;
          content: "\e903";
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          font-size: 20px; }
  body.page-category .PM_ASSelections, body.page-search .PM_ASSelections, body.page-module-pm-advancedsearch4-searchresults .PM_ASSelections {
    background-color: #f5f5f5;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      body.page-category .PM_ASSelections, body.page-search .PM_ASSelections, body.page-module-pm-advancedsearch4-searchresults .PM_ASSelections {
        padding: 15px 40px;
        padding-bottom: 5px; } }
    body.page-category .PM_ASSelections .active-filter-title, body.page-search .PM_ASSelections .active-filter-title, body.page-module-pm-advancedsearch4-searchresults .PM_ASSelections .active-filter-title {
      font-weight: 500;
      text-transform: uppercase;
      color: black;
      width: 100%;
      margin-right: 40px;
      display: block;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        body.page-category .PM_ASSelections .active-filter-title, body.page-search .PM_ASSelections .active-filter-title, body.page-module-pm-advancedsearch4-searchresults .PM_ASSelections .active-filter-title {
          display: inline; } }
    body.page-category .PM_ASSelections a.PM_ASSelectionsRemoveLink, body.page-search .PM_ASSelections a.PM_ASSelectionsRemoveLink, body.page-module-pm-advancedsearch4-searchresults .PM_ASSelections a.PM_ASSelectionsRemoveLink {
      box-shadow: none;
      border: 1px solid;
      background: transparent;
      margin-bottom: 10px; }
      body.page-category .PM_ASSelections a.PM_ASSelectionsRemoveLink:before, body.page-search .PM_ASSelections a.PM_ASSelectionsRemoveLink:before, body.page-module-pm-advancedsearch4-searchresults .PM_ASSelections a.PM_ASSelectionsRemoveLink:before {
        content: "\e903";
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased; }
      body.page-category .PM_ASSelections a.PM_ASSelectionsRemoveLink:hover, body.page-search .PM_ASSelections a.PM_ASSelectionsRemoveLink:hover, body.page-module-pm-advancedsearch4-searchresults .PM_ASSelections a.PM_ASSelectionsRemoveLink:hover {
        text-decoration: none !important; }
  body.page-category #products .products .product-title, body.page-search #products .products .product-title, body.page-module-pm-advancedsearch4-searchresults #products .products .product-title {
    margin-top: 0; }
    body.page-category #products .products .product-title a, body.page-search #products .products .product-title a, body.page-module-pm-advancedsearch4-searchresults #products .products .product-title a {
      font-weight: bold;
      text-transform: none;
      font-size: 16px;
      color: #000; }
  body.page-category #products .products .product-attributes .product-attribute, body.page-search #products .products .product-attributes .product-attribute, body.page-module-pm-advancedsearch4-searchresults #products .products .product-attributes .product-attribute {
    display: inline; }
    body.page-category #products .products .product-attributes .product-attribute .name, body.page-category #products .products .product-attributes .product-attribute .elements, body.page-search #products .products .product-attributes .product-attribute .name, body.page-search #products .products .product-attributes .product-attribute .elements, body.page-module-pm-advancedsearch4-searchresults #products .products .product-attributes .product-attribute .name, body.page-module-pm-advancedsearch4-searchresults #products .products .product-attributes .product-attribute .elements {
      display: inline; }
  body.page-category #products .products .price, body.page-search #products .products .price, body.page-module-pm-advancedsearch4-searchresults #products .products .price {
    font-weight: 500;
    font-size: 16px; }
  body.page-category #products .products .push_category_break, body.page-search #products .products .push_category_break, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category_break {
    flex-basis: 100%;
    height: 0; }
  body.page-category #products .products .push_category, body.page-search #products .products .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category {
    min-height: 300px;
    display: none; }
    @media (min-width: 768px) {
      body.page-category #products .products .push_category, body.page-search #products .products .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category {
        display: block;
        padding: 15px; } }
    body.page-category #products .products .push_category .wrapper_push, body.page-search #products .products .push_category .wrapper_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category .wrapper_push {
      position: relative;
      width: 100%;
      height: 100%; }
    body.page-category #products .products .push_category .bloc_image_cat, body.page-search #products .products .push_category .bloc_image_cat, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category .bloc_image_cat {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body.page-category #products .products .push_category .content_info_cat, body.page-search #products .products .push_category .content_info_cat, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category .content_info_cat {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
      padding: 0;
      background-color: rgba(29, 29, 27, 0.39); }
      body.page-category #products .products .push_category .content_info_cat .title, body.page-search #products .products .push_category .content_info_cat .title, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category .content_info_cat .title {
        font-size: 24px;
        font-family: "Libre Baskerville", sans-serif;
        letter-spacing: 0.96px;
        text-align: center;
        margin-bottom: 8px;
        color: white !important;
        background-color: transparent !important; }
      body.page-category #products .products .push_category .content_info_cat .category-description, body.page-search #products .products .push_category .content_info_cat .category-description, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category .content_info_cat .category-description {
        font-size: 12px !important;
        font-weight: 300;
        letter-spacing: 1px;
        color: #797777; }
        body.page-category #products .products .push_category .content_info_cat .category-description p, body.page-search #products .products .push_category .content_info_cat .category-description p, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category .content_info_cat .category-description p {
          font-size: 12px !important;
          color: white;
          padding: 0 55px;
          padding-top: 24px;
          text-align: center !important; }
        body.page-category #products .products .push_category .content_info_cat .category-description a, body.page-search #products .products .push_category .content_info_cat .category-description a, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category .content_info_cat .category-description a {
          color: white !important;
          text-decoration: underline; }
        body.page-category #products .products .push_category .content_info_cat .category-description h2, body.page-search #products .products .push_category .content_info_cat .category-description h2, body.page-module-pm-advancedsearch4-searchresults #products .products .push_category .content_info_cat .category-description h2 {
          color: white !important;
          text-align: center !important; }
  body.page-category #products .products .push-white-gloves, body.page-search #products .products .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves {
    padding: 15px 15px 15px; }
    body.page-category #products .products .push-white-gloves .wrapper_push, body.page-search #products .products .push-white-gloves .wrapper_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push {
      position: relative;
      height: 100%; }
      body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      body.page-category #products .products .push-white-gloves .wrapper_push .content_push, body.page-search #products .products .push-white-gloves .wrapper_push .content_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .content_push {
        color: white !important;
        position: relative;
        text-align: center;
        z-index: 1;
        padding: 70px 20px; }
    body.page-category #products .products .push-white-gloves .text p, body.page-search #products .products .push-white-gloves .text p, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .text p {
      color: white;
      margin-bottom: 0; }
    body.page-category #products .products .push-white-gloves .picto, body.page-search #products .products .push-white-gloves .picto, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .picto {
      margin-bottom: 30px;
      max-width: 21px; }
      @media (min-width: 768px) {
        body.page-category #products .products .push-white-gloves .picto, body.page-search #products .products .push-white-gloves .picto, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .picto {
          margin-bottom: 40px;
          max-width: 45px; } }
    body.page-category #products .products .push-white-gloves .btn, body.page-search #products .products .push-white-gloves .btn, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .btn {
      margin-top: 40px;
      color: white; }
      @media (min-width: 768px) {
        body.page-category #products .products .push-white-gloves .btn, body.page-search #products .products .push-white-gloves .btn, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .btn {
          margin-top: 60px;
          padding: 9px 28px;
          min-width: 162px; } }
    @media (min-width: 768px) {
      body.page-category #products .products .push-white-gloves .picto, body.page-search #products .products .push-white-gloves .picto, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .picto {
        display: none; }
      body.page-category #products .products .push-white-gloves h3, body.page-search #products .products .push-white-gloves h3, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves h3 {
        font-size: 1.5rem; }
      body.page-category #products .products .push-white-gloves .text p, body.page-search #products .products .push-white-gloves .text p, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .text p {
        font-size: 0.8rem; }
      body.page-category #products .products .push-white-gloves .btn, body.page-search #products .products .push-white-gloves .btn, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .btn {
        margin-top: 20px; } }
    @media (min-width: 992px) {
      body.page-category #products .products .push-white-gloves .picto, body.page-search #products .products .push-white-gloves .picto, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .picto {
        display: inline-block; }
      body.page-category #products .products .push-white-gloves h3, body.page-search #products .products .push-white-gloves h3, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves h3 {
        font-size: 1.75rem; }
      body.page-category #products .products .push-white-gloves .text p, body.page-search #products .products .push-white-gloves .text p, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .text p {
        font-size: .9375rem; } }
    @media (min-width: 1200px) {
      body.page-category #products .products .push-white-gloves .btn, body.page-search #products .products .push-white-gloves .btn, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .btn {
        margin-top: 60px; } }
  body.page-category #products .info_price_products p, body.page-search #products .info_price_products p, body.page-module-pm-advancedsearch4-searchresults #products .info_price_products p {
    font-size: 12px;
    margin: 20px 0;
    font-style: italic; }
  body.page-search .block-category {
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: inherit; }
    @media (min-width: 768px) {
      body.page-search .block-category {
        padding-top: 55px;
        padding-bottom: 55px; } }
  body.page-cart #wrapper {
    background: #f6f6f6; }
    body.page-cart #wrapper > .container, body.page-cart #wrapper > .big_container, body.page-cart #wrapper > .small_container {
      max-width: 1230px;
      padding-bottom: 40px; }
      @media (min-width: 768px) {
        body.page-cart #wrapper > .container, body.page-cart #wrapper > .big_container, body.page-cart #wrapper > .small_container {
          padding-bottom: 0px; } }
    body.page-cart #wrapper .wrapper_bloc_reassurance {
      margin-top: 40px; }
      @media (min-width: 768px) {
        body.page-cart #wrapper .wrapper_bloc_reassurance {
          margin-top: 50px; } }
    body.page-cart #wrapper #content-wrapper {
      margin-top: 40px; }
      @media (min-width: 768px) {
        body.page-cart #wrapper #content-wrapper {
          margin-top: 70px; } }
      body.page-cart #wrapper #content-wrapper .cart-container, body.page-cart #wrapper #content-wrapper .cart-summary, body.page-cart #wrapper #content-wrapper .wrapper_bloc_reassurance, body.page-cart #wrapper #content-wrapper .wrapper_mattress {
        background-color: #fff; }
      body.page-cart #wrapper #content-wrapper .cart-container {
        padding-bottom: 20px; }
        body.page-cart #wrapper #content-wrapper .cart-container .title {
          font-family: "Libre Baskerville", sans-serif;
          font-size: 32px;
          color: #2d2926;
          border-bottom: 2px solid #f3f2f1;
          padding: 24px 30px; }
          @media (min-width: 768px) {
            body.page-cart #wrapper #content-wrapper .cart-container .title {
              padding: 24px 44px; } }
        body.page-cart #wrapper #content-wrapper .cart-container .cart-overview {
          padding: 0; }
        body.page-cart #wrapper #content-wrapper .cart-container .no-items {
          text-align: center;
          padding: 40px 30px;
          font-size: 14px;
          display: block; }
          @media (min-width: 768px) {
            body.page-cart #wrapper #content-wrapper .cart-container .no-items {
              padding: 50px 40px; } }
        body.page-cart #wrapper #content-wrapper .cart-container .delivery_info_header {
          background-color: #313233;
          padding: 8px;
          font-size: 12px;
          color: #fff;
          text-align: center; }
      body.page-cart #wrapper #content-wrapper .delivery_info_footer {
        font-size: 12px;
        color: #000;
        text-align: center;
        padding: 28px; }
      body.page-cart #wrapper #content-wrapper .cart-items {
        padding: 0 10px; }
        @media (min-width: 768px) {
          body.page-cart #wrapper #content-wrapper .cart-items {
            padding: 32px 44px; } }
        body.page-cart #wrapper #content-wrapper .cart-items .cart-item {
          padding: 0; }
          body.page-cart #wrapper #content-wrapper .cart-items .cart-item + .cart-item {
            padding-top: 44px; }
          body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-actions {
            display: flex;
            width: 100%; }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-actions .price {
              flex: 1;
              padding-right: 24px;
              text-align: right;
              display: none; }
              @media (min-width: 768px) {
                body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-actions .price {
                  display: block; } }
              body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-actions .price .product-price {
                line-height: inherit;
                font-size: 14px;
                font-weight: 600; }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-actions .cart-line-product-actions {
              line-height: inherit;
              position: absolute;
              right: 15px;
              top: -40px; }
              @media (min-width: 768px) {
                body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-actions .cart-line-product-actions {
                  position: inherit; } }
          body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .name_product {
            font-size: 15px;
            line-height: 1.5;
            color: #000;
            margin-bottom: 8px;
            font-family: "Libre Baskerville", sans-serif;
            margin-top: 12px; }
            @media (min-width: 768px) {
              body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .name_product {
                margin-top: 0px;
                font-size: 16px; } }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .name_product a:hover {
              color: black; }
          body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .price {
            margin-bottom: 12px; }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .price .product-price {
              font-size: 14px;
              font-weight: 600;
              color: #000;
              font-weight: bold; }
            @media (min-width: 768px) {
              body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .price {
                display: none; } }
          body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .product_attr {
            margin-bottom: 10px; }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .product_attr strong {
              font-size: 12px; }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .product_attr .product-line-info {
              padding-bottom: 5px;
              margin-right: 40px;
              line-height: 1;
              display: block; }
              @media (min-width: 768px) {
                body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .product_attr .product-line-info {
                  display: inline-block; } }
              body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .product_attr .product-line-info .label {
                font-size: 12px; }
              body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .product_attr .product-line-info .value {
                margin-left: 15px;
                font-size: 12px;
                font-weight: 500; }
            @media (min-width: 768px) {
              body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .product_attr {
                margin-bottom: 10px; } }
          body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .qty {
            margin-top: 10px; }
            @media (min-width: 768px) {
              body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .qty {
                margin-top: 20px; } }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .qty .bootstrap-touchspin .btn-touchspin {
              height: 1.55rem;
              border: none; }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .qty input {
              border: none; }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .qty .bootstrap-touchspin {
              box-shadow: none;
              max-width: 130px;
              border: solid 1px rgba(211, 211, 211, 0.2);
              padding: 0 7px; }
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-body .qty .bootstrap-touchspin .input-group-btn-vertical i {
              top: calc(50% - 7.5px); }
          @media (max-width: 991.98px) {
            body.page-cart #wrapper #content-wrapper .cart-items .cart-item .product-line-grid-left {
              padding-right: 15px !important; } }
      body.page-cart #wrapper #content-wrapper .cart-grid-right > .checkout {
        display: block; }
        @media (min-width: 768px) {
          body.page-cart #wrapper #content-wrapper .cart-grid-right > .checkout {
            display: none; } }
        body.page-cart #wrapper #content-wrapper .cart-grid-right > .checkout .btn {
          width: 100%; }
      body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary {
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        max-width: 1000% !important;
        width: 100vw !important; }
        @media (min-width: 576px) {
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary {
            width: inherit !important;
            max-width: inherit;
            margin-left: inherit !important;
            margin-right: inherit !important; } }
        body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart {
          border-bottom: 2px solid #f3f2f1; }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart .header_detail {
            font-size: 14px;
            font-weight: 300;
            color: #000;
            padding: 32px 22px; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart .header_detail a {
              display: block; }
              body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart .header_detail a .material-icons {
                transition: all 0.5s;
                float: right;
                transform: rotate(180deg); }
              body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart .header_detail a.collapsed .material-icons {
                transform: rotate(0deg); }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list {
            padding: 0 22px;
            max-height: 250px;
            overflow-y: scroll; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item {
              list-style: none;
              padding: 0;
              padding-bottom: 17px; }
              body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-name {
                font-size: 16px;
                line-height: 1.5;
                color: #000;
                margin-bottom: 8px;
                display: block; }
              body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-quantity, body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-price {
                font-size: 14px;
                color: #2d2926;
                font-weight: 500; }
                body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-quantity label, body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-price label {
                  text-align: initial;
                  padding: 0;
                  margin: 0;
                  font-size: 14px;
                  font-weight: 300;
                  color: #2d2926;
                  min-width: 66px; }
        body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals {
          padding: 20px 22px; }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code-button {
            text-align: left;
            text-decoration: underline;
            font-size: 14px;
            font-weight: 300;
            color: #000; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code-button:hover {
              text-decoration: none;
              color: #000; }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .label-code-button {
            margin-bottom: 8px;
            font-size: 14px;
            font-weight: 300;
            color: #000; }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code {
            padding: 0; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code form {
              text-align: left; }
              body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code form .promo-input {
                color: inherit;
                border: inherit;
                height: 40px;
                border-bottom: 1px solid #000;
                text-indent: inherit;
                width: inherit;
                margin-right: 0;
                margin-bottom: 0; }
                body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code form .promo-input + button {
                  height: 40px;
                  padding: 9px 20px;
                  text-transform: uppercase;
                  margin: 0;
                  border: 0; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code .cancel-promo {
              text-align: inherit;
              font-size: 12px;
              color: black; }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .bloc_cart-detailed {
            margin-bottom: 23px; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .bloc_cart-detailed .msg_onney {
              font-size: 12px;
              font-weight: 300;
              color: #313233;
              margin-bottom: 0;
              text-align: right; }
              body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .bloc_cart-detailed .msg_onney .material-icons {
                font-size: 14px;
                margin-left: 5px;
                vertical-align: baseline; }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line {
            margin-bottom: 8px; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line .label {
              font-size: 14px;
              font-weight: 300;
              color: #000; }
              body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line .label span {
                color: #797777; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line .value {
              font-size: 14px;
              text-align: right;
              color: #000;
              font-weight: 500; }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-oney {
            font-family: "Open sans", sans-serif;
            font-size: 12px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #313233;
            width: 100%;
            text-align: end;
            cursor: pointer; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-oney strong {
              font-weight: normal; }
        body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .checkout {
          display: none; }
          @media (min-width: 768px) {
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .checkout {
              display: block; } }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .checkout .btn {
            width: 100%; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .cart-summary .checkout .btn.disabled {
              display: none; }
      body.page-cart #wrapper #content-wrapper .cart-grid-right .secure_payment {
        margin-top: 40px; }
        @media (min-width: 768px) {
          body.page-cart #wrapper #content-wrapper .cart-grid-right .secure_payment {
            margin-top: 17px; } }
        body.page-cart #wrapper #content-wrapper .cart-grid-right .secure_payment label {
          font-size: 14px;
          text-align: center;
          color: #000;
          padding: 8px;
          display: block; }
        body.page-cart #wrapper #content-wrapper .cart-grid-right .secure_payment .list_payment_card {
          display: flex; }
          body.page-cart #wrapper #content-wrapper .cart-grid-right .secure_payment .list_payment_card li {
            flex: auto;
            text-align: center; }
            body.page-cart #wrapper #content-wrapper .cart-grid-right .secure_payment .list_payment_card li .img_card {
              vertical-align: middle;
              max-width: 50px;
              max-height: 50px; }
      body.page-cart #wrapper #content-wrapper .wrapper_mattress {
        margin-top: 28px; }
        body.page-cart #wrapper #content-wrapper .wrapper_mattress .cart-items .cart-item .product-line-grid-body .name_product {
          font-size: 14px; }
        body.page-cart #wrapper #content-wrapper .wrapper_mattress .cart-line-product-actions {
          visibility: hidden; }
        body.page-cart #wrapper #content-wrapper .wrapper_mattress .input-group.bootstrap-touchspin {
          box-shadow: none;
          max-width: 130px;
          border: solid 1px rgba(211, 211, 211, 0.2);
          padding: 0 7px; }
          body.page-cart #wrapper #content-wrapper .wrapper_mattress .input-group.bootstrap-touchspin #mattress_recovery_qty {
            width: 100%;
            height: 40px;
            border: 0;
            margin-bottom: 0; }
      body.page-cart #wrapper #content-wrapper .wrapper_bloc_reassurance {
        margin-top: 0; }
  body#checkout #wrapper {
    background: #f6f6f6; }
    body#checkout #wrapper > .container, body#checkout #wrapper > .big_container, body#checkout #wrapper > .small_container {
      max-width: 1230px; }
    body#checkout #wrapper .wrapper_bloc_reassurance {
      margin-top: 40px; }
      @media (min-width: 768px) {
        body#checkout #wrapper .wrapper_bloc_reassurance {
          margin-top: 50px; } }
    body#checkout #wrapper #content-wrapper {
      margin-top: 40px; }
      @media (min-width: 768px) {
        body#checkout #wrapper #content-wrapper {
          margin-top: 70px; } }
      body#checkout #wrapper #content-wrapper .checkout-step, body#checkout #wrapper #content-wrapper #stafe_cart_inspiration, body#checkout #wrapper #content-wrapper .cart-summary, body#checkout #wrapper #content-wrapper .wrapper_bloc_reassurance {
        background-color: white; }
      body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary {
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        max-width: 1000% !important;
        width: 100vw !important; }
        @media (min-width: 576px) {
          body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary {
            width: inherit !important;
            max-width: inherit;
            margin-left: inherit !important;
            margin-right: inherit !important; } }
        body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart {
          border-bottom: 2px solid #f3f2f1; }
          body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart .header_detail {
            font-size: 14px;
            font-weight: 300;
            color: #000;
            padding: 32px 22px; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart .header_detail a {
              display: block;
              text-decoration: none; }
              body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart .header_detail a .material-icons {
                transition: all 0.5s;
                float: right;
                transform: rotate(180deg); }
              body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart .header_detail a.collapsed .material-icons {
                transform: rotate(0deg); }
          body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list {
            padding: 0 22px;
            max-height: 250px;
            overflow-y: scroll; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item {
              list-style: none;
              padding: 0;
              padding-bottom: 17px; }
              body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-name {
                font-size: 16px;
                line-height: 1.5;
                color: #000;
                margin-bottom: 8px;
                display: block; }
              body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-quantity, body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-price {
                font-size: 14px;
                color: #2d2926;
                font-weight: 500; }
                body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-quantity label, body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .detail_cart #cart-summary-product-list .cart-item .product-price label {
                  text-align: initial;
                  padding: 0;
                  margin: 0;
                  font-size: 14px;
                  font-weight: 300;
                  color: #2d2926;
                  min-width: 66px; }
        body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals {
          padding: 20px 22px; }
          body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .bloc_cart-detailed {
            margin-bottom: 23px; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .bloc_cart-detailed .msg_onney {
              font-size: 12px;
              font-weight: 300;
              color: #313233;
              margin-bottom: 0; }
              body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .bloc_cart-detailed .msg_onney .material-icons {
                font-size: 14px;
                margin-left: 5px;
                vertical-align: baseline; }
          body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code-button {
            text-align: left;
            text-decoration: underline;
            font-size: 14px;
            font-weight: 300;
            color: #000; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code-button:hover {
              text-decoration: none;
              color: #000; }
          body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .label-code-button {
            margin-bottom: 8px;
            font-size: 14px;
            font-weight: 300;
            color: #000; }
          body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code {
            padding: 0; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code form {
              text-align: left; }
              body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code form .promo-input {
                color: inherit;
                border: inherit;
                height: 40px;
                border-bottom: 1px solid #000;
                text-indent: inherit;
                width: inherit;
                margin-right: 0;
                margin-bottom: 0; }
                body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code form .promo-input + button {
                  height: 40px;
                  padding: 9px 20px;
                  text-transform: uppercase;
                  margin: 0;
                  border: 0; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .block-promo .promo-code .cancel-promo {
              text-align: inherit;
              font-size: 12px;
              color: black; }
          body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line {
            margin-bottom: 8px; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line .label {
              font-size: 14px;
              font-weight: 300;
              color: #000; }
              body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line .label span {
                color: #797777; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line .value {
              font-size: 14px;
              text-align: right;
              color: #000;
              font-weight: 500; }
        body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .checkout {
          display: none; }
          @media (min-width: 768px) {
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .checkout {
              display: block; } }
          body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .checkout .btn {
            width: 100%; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .checkout .btn:hover {
              color: black; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .cart-summary .checkout .btn.disabled {
              display: none; }
      body#checkout #wrapper #content-wrapper .cart-grid-right .secure_payment {
        margin-top: 40px; }
        @media (min-width: 768px) {
          body#checkout #wrapper #content-wrapper .cart-grid-right .secure_payment {
            margin-top: 17px; } }
        body#checkout #wrapper #content-wrapper .cart-grid-right .secure_payment label {
          font-size: 14px;
          text-align: center;
          color: #000;
          padding: 8px;
          display: block; }
        body#checkout #wrapper #content-wrapper .cart-grid-right .secure_payment .list_payment_card {
          display: flex; }
          body#checkout #wrapper #content-wrapper .cart-grid-right .secure_payment .list_payment_card li {
            flex: auto;
            text-align: center; }
            body#checkout #wrapper #content-wrapper .cart-grid-right .secure_payment .list_payment_card li .img_card {
              vertical-align: middle;
              max-width: 50px;
              max-height: 50px; }
      body#checkout #wrapper #content-wrapper .custom-checkbox label {
        font-weight: 500; }
      body#checkout #wrapper #content-wrapper .custom-checkbox span {
        margin-top: 0;
        margin-right: 16px; }
      body#checkout #wrapper #content-wrapper .custom-checkbox em {
        font-weight: normal;
        font-size: 12px; }
      body#checkout #wrapper #content-wrapper .checkout-step {
        box-shadow: none;
        border-bottom: 0;
        padding: 0;
        margin-bottom: 40px; }
        body#checkout #wrapper #content-wrapper .checkout-step .step-title {
          font-family: "Libre Baskerville", sans-serif;
          position: relative;
          padding: 32px 30px;
          padding-bottom: 24px;
          text-transform: capitalize; }
          @media (min-width: 768px) {
            body#checkout #wrapper #content-wrapper .checkout-step .step-title {
              padding: 40px 44px;
              padding-bottom: 30px; } }
          body#checkout #wrapper #content-wrapper .checkout-step .step-title .title {
            font-size: 24px;
            font-family: "Libre Baskerville", sans-serif;
            color: #2d2926;
            position: relative;
            text-transform: initial; }
            @media (min-width: 768px) {
              body#checkout #wrapper #content-wrapper .checkout-step .step-title .title {
                font-size: 28px; } }
          body#checkout #wrapper #content-wrapper .checkout-step .step-title .step-number {
            width: 40px;
            height: 40px;
            border-radius: 20px;
            box-shadow: 0 4px 7px -4px rgba(0, 0, 0, 0.5);
            background-color: #2d2926;
            text-align: center;
            position: absolute;
            color: white;
            font-family: "Libre Baskerville", sans-serif;
            font-size: 24px;
            top: -20px;
            left: 7px; }
            @media (min-width: 768px) {
              body#checkout #wrapper #content-wrapper .checkout-step .step-title .step-number {
                top: 40px;
                left: -20px; } }
          body#checkout #wrapper #content-wrapper .checkout-step .step-title .tab_login {
            margin: 0;
            margin-top: 20px;
            display: flex; }
            body#checkout #wrapper #content-wrapper .checkout-step .step-title .tab_login .nav-item {
              font-size: 14px;
              font-family: "Open sans", sans-serif;
              text-transform: initial; }
              @media (max-width: 575.98px) {
                body#checkout #wrapper #content-wrapper .checkout-step .step-title .tab_login .nav-item {
                  flex: 1; }
                  body#checkout #wrapper #content-wrapper .checkout-step .step-title .tab_login .nav-item:nth-child(2) {
                    flex: 0.5;
                    margin-left: 0; } }
              body#checkout #wrapper #content-wrapper .checkout-step .step-title .tab_login .nav-item .nav-link {
                color: #000;
                padding: 0;
                font-weight: 300;
                height: 100%; }
                body#checkout #wrapper #content-wrapper .checkout-step .step-title .tab_login .nav-item .nav-link.active {
                  font-weight: 600; }
        body#checkout #wrapper #content-wrapper .checkout-step .content {
          border-top: 2px solid #f3f2f1;
          padding: 0 30px; }
          @media (min-width: 768px) {
            body#checkout #wrapper #content-wrapper .checkout-step .content {
              padding: 0 44px; } }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step #delivery {
          margin-left: -44px;
          margin-right: -44px;
          margin-top: 50px;
          width: calc(100% + 88px);
          max-width: 100vw;
          padding: 20px;
          border-top: 2px solid #f3f2f1; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step #delivery label {
            text-align: left;
            font-size: 12px;
            line-height: 2.08;
            color: var(--black);
            margin-top: 20px;
            margin-bottom: 20px; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step #delivery textarea {
            width: calc(100% - 44px) !important; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step .tab_login > li.nav-item:first-child a {
          position: relative;
          margin-right: 30px; }
          @media (max-width: 575.98px) {
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step .tab_login > li.nav-item:first-child a {
              margin-right: 0px; } }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step .tab_login > li.nav-item:first-child a:before {
            content: '';
            position: absolute;
            top: 50%;
            left: calc(100% + 15px);
            transform: translateY(-50%);
            width: 37px;
            height: 20px;
            padding: 1px 18px 1px 1px;
            border-radius: 10px;
            box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.69);
            background-color: #e3e3e3; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step .tab_login > li.nav-item:first-child a:after {
            content: '';
            position: absolute;
            top: 50%;
            left: calc(100% + 16px);
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            border-radius: 10px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            background-color: var(--white);
            transition: left ease 100ms;
            z-index: 2; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step .tab_login > li.nav-item:first-child a:not(.active):after {
            left: calc(100% + 33px); }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step .tab_login > li.nav-item:last-child a {
          position: relative; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step .tab_login > li.nav-item:last-child a:after {
            content: '';
            position: absolute;
            top: 50%;
            right: calc(100% + 16px);
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            border-radius: 10px;
            transition: left ease 100ms;
            z-index: 3; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step:not(.-current) .tab_login {
          display: none; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step .customer_connect {
          margin-top: 30px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #login-form {
          margin-left: 0; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #login-form > section {
            margin-bottom: 40px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-login-form .input-field {
          max-width: 372px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-login-form .forgot-password {
          margin: 0;
          text-decoration: underline;
          font-size: 14px;
          font-weight: 300; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_id_gender > label {
          display: none; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_id_gender .radio-inline {
          margin-right: 30px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_firstname, body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_lastname {
          display: inline-block;
          width: 100%; }
          @media (min-width: 768px) {
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_firstname, body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_lastname {
              width: calc(50% - 14px); } }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_password, body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_birthday {
          width: 100%; }
          @media (min-width: 768px) {
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_password, body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_birthday {
              width: calc(50% - 14px); } }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .name_firstname {
          margin-right: 22px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .title_form {
          font-size: 14px;
          color: #000;
          font-weight: 500;
          margin-top: 30px; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-personal-information-step #checkout-guest-form .title_form .sub_title {
            font-weight: 300;
            color: #797777; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .title_address {
          margin-bottom: 0.5rem;
          font-weight: 500;
          line-height: 1.2;
          font-size: 1.5rem;
          padding-top: 25px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .info_address {
          padding-top: 25px; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .info_address.info_address {
            padding-top: 25px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address {
          padding: 25px 0;
          padding-bottom: 0; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address > div {
            margin-bottom: 16px; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .add_addresses {
            height: 100%;
            text-align: center;
            background: #f6f6f6;
            border: solid 4px rgba(255, 255, 255, 0.8);
            margin-bottom: 15px;
            padding: 24px 30px; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .add_addresses a {
              color: white; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .add_addresses a:hover {
                color: black; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .address-item {
            height: 100%;
            padding: 24px 30px;
            box-shadow: none;
            background: #f6f6f6;
            border: 1px solid transparent; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .address-item .custom-radio {
              position: absolute;
              left: 6px; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .address-item.selected {
              border: 1px solid #000000; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .address-item .address-body {
              padding: 0; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .address-item .address-body address {
                margin: 0; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .address-item .address-footer {
              border: 0;
              padding: 24px 0;
              padding-bottom: 0;
              text-align: left; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .address-item .address-footer a {
                padding: 13px 17px;
                color: #000; }
                body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .address-item .address-footer a:hover {
                  color: white; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step .wrapper_list_address .address-item .title_addresse {
              font-size: 14px;
              font-weight: bold;
              line-height: 2;
              color: #000;
              text-transform: uppercase;
              margin-bottom: 16px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step #delivery-address .input-field, body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step #invoice-address .input-field {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
          @media (min-width: 768px) {
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step #delivery-address .input-field, body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step #invoice-address .input-field {
              width: calc(50% - 28px); } }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step #delivery-address .input-field:nth-child(odd), body#checkout #wrapper #content-wrapper .checkout-step#checkout-addresses-step #invoice-address .input-field:nth-child(odd) {
            margin-right: 44px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator {
          position: relative;
          padding-top: 33px; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .hide {
            display: none; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator:before {
            content: "";
            height: 2px;
            background-color: #f1f2f3;
            position: absolute;
            top: 0;
            left: -44px;
            width: calc(100% + 88px); }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .title {
            font-size: 14px;
            font-weight: bold;
            line-height: 1.79;
            color: #000;
            margin-bottom: 8px; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .content_txt {
            font-size: 12px;
            line-height: 2.08;
            color: var(--black);
            margin-bottom: 8px; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .content_txt ul {
              list-style-type: disc;
              padding-left: 12px; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .input_search {
            position: relative;
            max-width: 260px; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .input_search input {
              padding-left: 30px; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .input_search .icon {
              position: absolute;
              top: 0;
              line-height: 40px;
              vertical-align: middle;
              left: 0; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store {
            padding-top: 30px;
            margin-top: 30px; }
            @media (min-width: 768px) {
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store {
                padding-top: 0px;
                margin-top: 0px; } }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store:after {
              content: "";
              top: 0;
              width: calc(100% + 60px);
              height: 1px;
              background-color: #f3f2f1;
              left: -30px;
              position: absolute; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .slick-track {
              display: flex; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .slick-track .slick-slide {
              display: flex;
              height: auto; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .store {
              display: flex !important;
              flex-direction: column;
              justify-content: flex-start;
              align-items: flex-start;
              height: 100%; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .link_store {
              margin-top: auto; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .store, body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store {
            padding-right: 44px;
            max-width: 220px; }
            @media (min-width: 768px) {
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .store, body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store {
                padding: 22px; } }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .store .title_store, body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store .title_store {
              font-size: 14px;
              font-weight: bold;
              line-height: 2;
              color: #000;
              margin-bottom: 5px;
              min-height: 60px;
              display: flex;
              justify-content: flex-start;
              align-items: center; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .store .address_store, body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store .address_store {
              font-size: 12px;
              line-height: 2.08;
              color: #000; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .store .link_store, body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store .link_store {
              margin-bottom: 8px;
              display: block;
              font-size: 12px;
              line-height: 2.08; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .store .link_store .icon, body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store .link_store .icon {
                margin-right: 8px;
                border: 1px solid;
                border-radius: 10px; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .store .link_store:hover .icon, body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store .link_store:hover .icon {
                text-decoration: none; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .list_store .store .btn, body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store .btn {
              width: 100%; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store {
            margin-top: 20px; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store {
              padding: initial;
              max-width: initial; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store .btn {
                width: initial; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store .title_store .icon {
                padding-left: 20px; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-favorite-store-step .storelocator .your_store .store .address_store {
                margin-bottom: 24px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step .content {
          padding-top: 43px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step .delivery-option {
          background-color: white; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step .delivery-option .carrier-name {
            font-size: 14px;
            font-weight: 700;
            color: #000;
            text-transform: uppercase; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step .delivery-option .carrier-name .carrier-price {
              text-transform: initial;
              font-weight: 500; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step .delivery-option .delivery-options {
            margin-top: 30px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step .carrier-extra-content .carrier-delay {
          margin-top: 15px;
          font-weight: bold; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-delivery-step .carrier-extra-content ul {
          padding-left: 20px; }
        body#checkout #wrapper #content-wrapper .checkout-step#checkout-payment-step .content {
          padding-top: 20px; }
          body#checkout #wrapper #content-wrapper .checkout-step#checkout-payment-step .content .payment-options {
            margin-bottom: 40px; }
            body#checkout #wrapper #content-wrapper .checkout-step#checkout-payment-step .content .payment-options > .payment-option {
              margin-bottom: 0;
              position: relative; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-payment-step .content .payment-options > .payment-option:before {
                content: "";
                height: 1px;
                background-color: #d8d3cd;
                position: absolute;
                bottom: 0;
                left: -15px;
                width: 90%; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-payment-step .content .payment-options > .payment-option .payment-option {
                margin-bottom: 0; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-payment-step .content .payment-options > .payment-option .additional-information {
                font-size: 14px;
                margin: 0;
                padding-bottom: 16px; }
              body#checkout #wrapper #content-wrapper .checkout-step#checkout-payment-step .content .payment-options > .payment-option .label-option {
                font-size: 14px;
                font-weight: 600;
                color: #000;
                padding: 25px 0;
                position: relative; }
                body#checkout #wrapper #content-wrapper .checkout-step#checkout-payment-step .content .payment-options > .payment-option .label-option label {
                  display: block;
                  position: relative;
                  text-align: left;
                  margin: 0; }
                  body#checkout #wrapper #content-wrapper .checkout-step#checkout-payment-step .content .payment-options > .payment-option .label-option label:before {
                    content: "\e937";
                    color: #979797;
                    position: absolute;
                    bottom: 0;
                    right: 16%;
                    font-family: 'icomoon' !important;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    font-size: 20px; }
        body#checkout #wrapper #content-wrapper .checkout-step .form-footer {
          margin-top: 24px;
          position: relative;
          right: 30px;
          text-align: end;
          padding-top: 33px;
          width: calc(100% + 60px); }
          @media (min-width: 768px) {
            body#checkout #wrapper #content-wrapper .checkout-step .form-footer {
              width: inherit;
              right: -44px; } }
          body#checkout #wrapper #content-wrapper .checkout-step .form-footer .continue {
            width: 100%; }
            @media (min-width: 768px) {
              body#checkout #wrapper #content-wrapper .checkout-step .form-footer .continue {
                width: calc(100% + 88px);
                max-width: 328px; } }
  body#checkout #footer {
    box-shadow: none;
    padding: 0;
    background: inherit;
    color: inherit; }
  body#cms #wrapper .container, body#cms #wrapper .big_container, body#cms #wrapper .small_container {
    padding: 0; }
  body#cms #wrapper #content-wrapper header.page-header {
    position: relative;
    height: 210px; }
    body#cms #wrapper #content-wrapper header.page-header .cms-banner {
      width: 100%;
      height: 100%; }
      body#cms #wrapper #content-wrapper header.page-header .cms-banner .filter {
        width: 100%;
        height: 100%;
        opacity: 0.7;
        background-blend-mode: darken;
        background-image: linear-gradient(to bottom, rgba(169, 162, 162, 0), rgba(64, 61, 58, 0.84) 100%); }
    body#cms #wrapper #content-wrapper header.page-header h1 {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      font-family: 'Libre Baskerville';
      color: #fff;
      font-size: 40px;
      line-height: 46px;
      text-align: center; }
      body#cms #wrapper #content-wrapper header.page-header h1.dark {
        color: #000; }
    @media (min-width: 768px) {
      body#cms #wrapper #content-wrapper header.page-header {
        height: 420px; }
        body#cms #wrapper #content-wrapper header.page-header h1 {
          font-size: 70px;
          line-height: 76px;
          top: 60%; } }
  body#cms #wrapper #content-wrapper .page-content.page-cms {
    padding: 30px 10px; }
    body#cms #wrapper #content-wrapper .page-content.page-cms h2 {
      font-family: 'Libre Baskerville';
      font-size: 24px;
      line-height: 30px;
      color: #000;
      margin-bottom: 1rem; }
    body#cms #wrapper #content-wrapper .page-content.page-cms h3 {
      font-family: OpenSans-Regular, sans-serif;
      color: #000;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 1rem; }
    body#cms #wrapper #content-wrapper .page-content.page-cms p {
      font-family: OpenSans-Regular, sans-serif;
      max-width: 295px;
      font-size: 12px;
      line-height: 20px;
      color: #727272;
      margin: 0 auto;
      text-align: left; }
      body#cms #wrapper #content-wrapper .page-content.page-cms p.img {
        max-width: none;
        margin: 30px 0 30px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms p.img img  {
          width: 100%; }
        body#cms #wrapper #content-wrapper .page-content.page-cms p.img .caption {
          display: inline-block;
          width: 100%;
          font-size: 12px;
          line-height: 17px;
          padding: 5px 15px 0 0; }
    body#cms #wrapper #content-wrapper .page-content.page-cms a.btn {
      font-family: OpenSans-Regular, sans-serif;
      padding: 10px 50px;
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 20px;
      border: 1px solid #e0e0e0;
      width: 100%; }
      body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-primary {
        color: #fff;
        background-color: #000; }
        body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-primary:hover {
          color: #2d2926;
          background-color: #fff; }
      body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-secondary, body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-tertiary, body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-transparent {
        color: #2d2926; }
        body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-secondary:hover, body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-tertiary:hover, body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-transparent:hover {
          background-color: #000;
          color: #fff; }
    @media (min-width: 768px) {
      body#cms #wrapper #content-wrapper .page-content.page-cms {
        padding: 50px 60px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms h2 {
          font-size: 50px;
          line-height: 70px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms h3 {
          font-size: 24px;
          line-height: 36px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms p {
          font-size: 14px;
          max-width: 620px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms p.img {
            margin: 65px 0 30px; }
            body#cms #wrapper #content-wrapper .page-content.page-cms p.img .caption {
              padding: 15px 15px 0 0; }
        body#cms #wrapper #content-wrapper .page-content.page-cms a.btn {
          width: auto; } }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph {
      margin-bottom: 30px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph > div {
        display: flex;
        justify-content: center;
        align-items: center; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph img {
        max-width: 100%; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph p.hook {
        color: #aba9a8;
        font-size: 12px;
        line-height: 17px;
        text-transform: uppercase; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph p.title {
        color: #000;
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
        margin-bottom: 15px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .col-12, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .col-12 + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves {
        margin-top: 50px; }
      @media (min-width: 768px) {
        body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph {
          margin-bottom: 60px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph > div .wrapper {
            padding: 0 60px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .col-12, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .col-12 + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves {
            margin-top: 0; } }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.focus {
      background: transparent url("../img/cms_focus_bgd.jpeg") repeat center center;
      margin-top: 50px;
      padding-bottom: 0; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .container, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .big_container, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .small_container {
        padding: 30px 40px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .container > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .big_container > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .small_container > div {
          height: 100%; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.focus img {
        max-width: 100%; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 20px 0 0; }
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper > div:not(.bottom) {
          flex-grow: 1;
          display: flex;
          align-items: center;
          padding-bottom: 30px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper > div.bottom a {
          color: #2d2926;
          font-size: 14px;
          text-transform: uppercase;
          text-decoration: underline; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper > div.bottom a:hover {
            text-decoration: none; }
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper p {
          max-width: 300px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper p.hook {
            font-size: 18px;
            line-height: 25px;
            max-width: none;
            text-transform: uppercase; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper p.title {
            font-family: 'Libre Baskerville';
            color: #000;
            font-weight: normal;
            font-size: 32px;
            line-height: 40px;
            max-width: none;
            margin-bottom: 20px;
            text-transform: capitalize; }
      @media (min-width: 768px) {
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus {
          margin-top: 0; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .container, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .big_container, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .small_container {
            padding: 50px 45px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper {
            padding: 0 60px; }
            body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper > div:not(.bottom) {
              padding-bottom: 100px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus p.title {
            font-size: 40px;
            line-height: 50px; } }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section.bgd {
      background-color: #f6f6f6; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section .container, body#cms #wrapper #content-wrapper .page-content.page-cms div.section .big_container, body#cms #wrapper #content-wrapper .page-content.page-cms div.section .small_container {
      padding: 60px 40px; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section img {
      max-width: 100%; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section p {
      max-width: none; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section p.title {
        font-family: 'Libre Baskerville';
        font-size: 32px;
        color: #2d2926;
        text-transform: capitalize;
        margin-bottom: 40px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section p.subtitle {
        font-size: 24px;
        line-height: 36px;
        color: #000;
        margin-bottom: 15px;
        font-weight: 600; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section .row + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_order_info ul li + .subtitle, body.page-order-detail .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_order_info ul li + .subtitle, body.page-order-confirmation .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_bloc_order .order-items .order-item .info + .subtitle, body.page-order-detail .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info + .subtitle, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul li + .subtitle, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li + .subtitle {
      margin-top: 30px; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section .row > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_order_info ul li > div, body.page-order-detail .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_order_info ul li > div, body.page-order-confirmation .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_bloc_order .order-items .order-item .info > div, body.page-order-detail .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info > div, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul li > div, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div {
      padding-right: 50px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section .row > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_order_info ul li > div + div, body.page-order-detail .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_order_info ul li > div + div, body.page-order-confirmation .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_bloc_order .order-items .order-item .info > div + div, body.page-order-detail .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info > div + div, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul li > div + div, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div + div {
        padding-right: 0; }
    @media (min-width: 768px) {
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section .container, body#cms #wrapper #content-wrapper .page-content.page-cms div.section .big_container, body#cms #wrapper #content-wrapper .page-content.page-cms div.section .small_container {
        padding: 90px 150px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section p.title {
        font-size: 40px; } }
  body#product .popover:after {
    content: none; }
  body#product .popover .popup {
    transform: scaleX(0);
    transform-origin: 50% 0;
    transition: transform 0.5s ease;
    overflow: hidden;
    background-color: white; }
    body#product .popover .popup a:hover {
      text-decoration: none; }
    body#product .popover .popup .wrapper_img {
      padding: 10px; }
      body#product .popover .popup .wrapper_img img {
        height: 150px;
        width: 150px; }
        @media (min-width: 768px) {
          body#product .popover .popup .wrapper_img img {
            width: 250px;
            height: 250px; } }
    body#product .popover .popup .wrapper_title {
      border-top: solid 1px rgba(211, 211, 211, 0.8);
      font-size: 14px;
      letter-spacing: 1.4px;
      text-align: center;
      color: #2d2926;
      text-transform: uppercase;
      padding: 13px 25px;
      font-weight: 500; }
  body#product #header.header_transparent .header-top {
    background-color: white; }
    body#product #header.header_transparent .header-top #search_widget form input[type=text] {
      border-bottom-color: #000;
      color: #000; }
      body#product #header.header_transparent .header-top #search_widget form input[type=text]::placeholder {
        color: #000; }
    body#product #header.header_transparent .header-top #search_widget form .icon {
      color: #000; }
    body#product #header.header_transparent .header-top .list_action_header .wrapper_picto {
      padding-left: 22px; }
      @media (min-width: 768px) {
        body#product #header.header_transparent .header-top .list_action_header .wrapper_picto {
          padding-left: 40px; } }
    body#product #header.header_transparent .header-top .wrapper_picto label {
      display: none; }
    body#product #header.header_transparent .header-top .wrapper_logo .logo g {
      fill: #000 !important; }
    body#product #header.header_transparent .header-top .wrapper_picto {
      color: #000; }
      body#product #header.header_transparent .header-top .wrapper_picto label {
        color: #000; }
  body#product .popup-confort .header_modal {
    background-color: white;
    padding: 25px 40px 15px;
    position: relative; }
    body#product .popup-confort .header_modal .title {
      font-size: 24px;
      color: rgba(0, 0, 0, 0.85);
      font-family: "Libre Baskerville", sans-serif; }
  body#product .popup-confort .wrapper_content {
    background-color: #f6f6f6;
    padding: 30px 40px 5px; }
    body#product .popup-confort .wrapper_content .question-wrapper {
      margin-bottom: 40px; }
    body#product .popup-confort .wrapper_content .question {
      font-family: "Libre Baskerville", sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.85);
      margin-bottom: 23px; }
    body#product .popup-confort .wrapper_content .content_txt {
      font-size: 12px;
      font-weight: 300;
      line-height: 2.33;
      color: #727272;
      margin: 0; }
    body#product .popup-confort .wrapper_content .wrapper_exemple {
      margin-top: 30px; }
      body#product .popup-confort .wrapper_content .wrapper_exemple .title_ex {
        font-family: "Libre Baskerville", sans-serif;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.85);
        margin-bottom: 25px; }
        body#product .popup-confort .wrapper_content .wrapper_exemple .title_ex .sub {
          font-size: 11px;
          display: block;
          margin-top: 6px; }
      body#product .popup-confort .wrapper_content .wrapper_exemple .img_ex_h {
        margin-top: 11px; }
    body#product .popup-confort .wrapper_content .comfort-table {
      margin-top: 30px; }
  body#product .header-top {
    margin: 0 7px;
    width: calc(100% - 14px); }
    @media (min-width: 992px) {
      body#product .header-top {
        margin: 0 20px;
        width: calc(100% - 40px);
        padding: 0 50px; } }
    body#product .header-top .js-show_scroll {
      display: none; }
    body#product .header-top .return_cat {
      display: none; }
    body#product .header-top.nav_product .js-show_scroll {
      display: inline-block;
      vertical-align: initial; }
    body#product .header-top.nav_product .wrapper_logo {
      visibility: hidden; }
    body#product .header-top.nav_product .name_product {
      font-size: 18px;
      font-family: "Libre Baskerville", sans-serif;
      letter-spacing: 0.72px;
      color: #2d2926;
      text-decoration: none;
      display: none;
      padding-left: 0; }
      @media (min-width: 768px) {
        body#product .header-top.nav_product .name_product {
          display: inline-block; } }
    body#product .header-top.nav_product .return_cat {
      margin-left: 24px;
      margin-right: 15px;
      display: none; }
      @media (min-width: 768px) {
        body#product .header-top.nav_product .return_cat {
          display: inline-block; } }
    body#product .header-top.nav_product .cta_add-to-cart {
      margin-right: 20px;
      padding: 6px 20px; }
      @media (min-width: 768px) {
        body#product .header-top.nav_product .cta_add-to-cart {
          padding: 13px 24px;
          margin: 5px;
          margin-right: 20px;
          vertical-align: top; } }
    body#product .header-top.nav_product .header_price {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      text-align: right;
      color: #2d2926;
      margin-right: 20px;
      display: none; }
      @media (min-width: 768px) {
        body#product .header-top.nav_product .header_price {
          display: inline-block;
          vertical-align: top;
          line-height: 49px;
          margin: 5px;
          margin-right: 20px; } }
  body#product #main .page-content {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      body#product #main .page-content {
        margin-bottom: 1.563rem; } }
  body#product .big_container {
    position: relative; }
    body#product .big_container .back_grid {
      position: absolute;
      height: 100%;
      width: calc(100% - 30px);
      border-left: 1px solid #e2d9d1;
      border-right: 1px solid #e2d9d1;
      display: none; }
      @media (min-width: 768px) {
        body#product .big_container .back_grid {
          display: block; } }
      body#product .big_container .back_grid .row, body#product .big_container .back_grid body.page-order-detail .wrapper_order_info ul li, body.page-order-detail .wrapper_order_info ul body#product .big_container .back_grid li, body#product .big_container .back_grid body.page-order-confirmation .wrapper_order_info ul li, body.page-order-confirmation .wrapper_order_info ul body#product .big_container .back_grid li, body#product .big_container .back_grid body.page-order-detail .wrapper_bloc_order .order-items .order-item .info, body.page-order-detail .wrapper_bloc_order .order-items .order-item body#product .big_container .back_grid .info, body#product .big_container .back_grid body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item body#product .big_container .back_grid .info, body#product .big_container .back_grid body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul li, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul body#product .big_container .back_grid li {
        height: 100%; }
      body#product .big_container .back_grid .col-md-3 {
        border-right: 1px solid #e2d9d1; }
  body#product .wrapper_bloc_reassurance_product {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      body#product .wrapper_bloc_reassurance_product {
        padding-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px; } }
    body#product .wrapper_bloc_reassurance_product .part {
      max-width: 250px;
      margin: auto;
      margin-bottom: 32px;
      padding-right: 15px;
      padding-left: 15px; }
    body#product .wrapper_bloc_reassurance_product .bloc_img {
      height: 50px;
      vertical-align: bottom;
      margin-bottom: 30px; }
    body#product .wrapper_bloc_reassurance_product .title_reassurance {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #000;
      margin-bottom: 18px;
      text-transform: uppercase; }
    body#product .wrapper_bloc_reassurance_product .content {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.67;
      letter-spacing: 1px;
      color: #3d3b3c; }
  body#product .stafe_storelocator.sl-add-appointment-cta {
    overflow: hidden; }
    body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right {
      position: relative; }
      body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .media_back {
        position: absolute; }
      body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content {
        position: relative;
        z-index: 2;
        padding: 40px;
        max-width: 600px;
        margin: auto; }
        @media (min-width: 768px) {
          body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content {
            padding: 55px; } }
        body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content .title {
          font-size: 28px;
          line-height: 1.25;
          color: #000;
          margin-bottom: 15px;
          color: #000;
          text-align: center; }
          @media (min-width: 768px) {
            body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content .title {
              text-align: left;
              font-size: 40px; } }
        body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content .content_txt {
          margin-bottom: 45px;
          color: #000;
          text-align: center;
          line-height: 1.6;
          font-size: 12px; }
          @media (min-width: 768px) {
            body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content .content_txt {
              line-height: 2;
              text-align: left;
              font-size: 14px; } }
        body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content .buttons .btn {
          width: 100%; }
          @media (min-width: 768px) {
            body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content .buttons .btn {
              width: auto; } }
        body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content .buttons .btn + .btn {
          margin-top: 16px; }
          @media (min-width: 992px) {
            body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_right .content .buttons .btn + .btn {
              margin-top: 0px;
              margin-left: 10px; } }
    body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_left {
      min-height: 250px; }
      @media (min-width: 768px) {
        body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_left {
          min-height: 0px;
          margin: -5% 0 0 0;
          height: 130%; } }
    body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_img_left {
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      overflow: hidden; }
      body#product .stafe_storelocator.sl-add-appointment-cta .wrapper_img_left .wrapper_left {
        right: 0px;
        position: absolute;
        top: 0px; }
  body#product .wrapper_bloc_productbetter {
    position: relative; }
    @media (min-width: 768px) {
      body#product .wrapper_bloc_productbetter .wrapper_back_img {
        max-height: 600px;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0;
        height: 100%;
        overflow: hidden; }
        body#product .wrapper_bloc_productbetter .wrapper_back_img .img_right {
          height: 130%;
          background-image: url("../img/visuel-fabrication.jpg");
          margin: -10% 0 0 0; } }
    body#product .wrapper_bloc_productbetter .picto_t {
      position: absolute;
      top: 40px;
      left: -20px;
      z-index: 1; }
    body#product .wrapper_bloc_productbetter .wrapper_img_left {
      min-height: 350px;
      position: relative; }
      @media (min-width: 768px) {
        body#product .wrapper_bloc_productbetter .wrapper_img_left {
          max-height: 600px;
          height: 100%;
          overflow: hidden;
          position: absolute;
          width: 100%;
          left: 0;
          top: 0; } }
      body#product .wrapper_bloc_productbetter .wrapper_img_left .img_right {
        height: 350px;
        width: calc(100% + 13px);
        margin-left: -13px;
        position: relative;
        background-image: url("../img/visuel-fabrication.jpg"); }
        @media (min-width: 768px) {
          body#product .wrapper_bloc_productbetter .wrapper_img_left .img_right {
            background-image: none; } }
        body#product .wrapper_bloc_productbetter .wrapper_img_left .img_right:before {
          content: "";
          position: absolute;
          background-color: #e2d9d1;
          height: 100%;
          width: 1px;
          top: 0;
          left: 13px; }
        @media (min-width: 768px) {
          body#product .wrapper_bloc_productbetter .wrapper_img_left .img_right {
            height: 130%;
            width: 100%;
            margin-left: inherit;
            position: absolute;
            right: 0;
            top: 0; }
            body#product .wrapper_bloc_productbetter .wrapper_img_left .img_right:before {
              content: none; } }
    body#product .wrapper_bloc_productbetter #stafe_product_better_feature {
      background-color: white;
      height: 100%;
      padding: 32px 11px; }
      @media (min-width: 768px) {
        body#product .wrapper_bloc_productbetter #stafe_product_better_feature {
          min-height: 500px;
          padding: 80px 110px;
          border-right: 1px solid #e2d9d1;
          border-left: 1px solid #e2d9d1; } }
      body#product .wrapper_bloc_productbetter #stafe_product_better_feature .better_feature + .better_feature {
        border-top: 1px solid #979797; }
      body#product .wrapper_bloc_productbetter #stafe_product_better_feature .better_feature:last-child {
        border-bottom: 1px solid #979797; }
      body#product .wrapper_bloc_productbetter #stafe_product_better_feature .content_tab {
        padding: 20px;
        padding-bottom: 50px; }
      body#product .wrapper_bloc_productbetter #stafe_product_better_feature .header_tab .btn {
        font-size: 14px;
        font-weight: 600;
        line-height: 3.39;
        letter-spacing: 0.72px;
        text-transform: uppercase;
        color: #2d2926;
        position: relative;
        display: block;
        max-width: inherit;
        width: 100%;
        text-align: left;
        text-decoration: none;
        padding: 7px 0;
        box-shadow: none;
        padding-right: 50px; }
        @media (min-width: 768px) {
          body#product .wrapper_bloc_productbetter #stafe_product_better_feature .header_tab .btn {
            padding-right: 30px;
            font-size: 18px; } }
        body#product .wrapper_bloc_productbetter #stafe_product_better_feature .header_tab .btn:before {
          content: "\e936";
          color: #979797;
          position: absolute;
          right: 10px;
          font-size: 23px;
          font-weight: 600;
          font-family: 'icomoon' !important;
          -webkit-font-smoothing: antialiased;
          line-height: 2.3; }
          @media (min-width: 768px) {
            body#product .wrapper_bloc_productbetter #stafe_product_better_feature .header_tab .btn:before {
              font-size: 18px;
              right: 20px;
              line-height: 3.39; } }
        body#product .wrapper_bloc_productbetter #stafe_product_better_feature .header_tab .btn.collapsed:before {
          content: "\e937"; }
  body#product .wrapper_bloc_storelocator_link {
    position: relative;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body#product .wrapper_bloc_storelocator_link {
        width: calc(100% + 24px);
        margin-left: -12px; } }
    body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form {
      position: relative;
      background: transparent url("../img/Prise-rdv-fond.svg") repeat center center;
      background-size: 400px; }
      body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_left, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_right {
          height: 100%;
          overflow: hidden;
          position: absolute;
          width: 50%;
          top: 0; }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_left .img_left, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_left .img_right, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_right .img_left, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_right .img_right {
            height: 100%;
            overflow: hidden;
            position: absolute;
            width: 200%;
            top: 0; }
        body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_right {
          right: 0; }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_right .img_right {
            left: -100%; }
        body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_left {
          left: 0;
          transition: all 0.5s; }
          @media (min-width: 992px) {
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_left {
              margin: 20% 0 0; } }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_back_img .wrapper_img_left .img_left {
            left: 0; }
      body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_title {
        position: absolute;
        left: 0;
        top: 10%; }
        @media (min-width: 992px) {
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_title {
            top: 0;
            height: 100%;
            width: 100%; } }
        body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_title .title {
          font-family: "Libre Baskerville", sans-serif;
          font-size: 56px;
          line-height: 1;
          text-align: center;
          color: #000; }
          @media (min-width: 768px) {
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_title .title {
              font-size: 120px;
              overflow: hidden;
              height: 0px;
              transition: height 0.5s;
              max-width: 90%;
              margin: auto; }
              body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .wrapper_title .title.active {
                height: 240px;
                margin: 0 0 0 0; } }
      body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col {
        display: flex;
        flex-wrap: wrap;
        position: relative; }
        body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .image .wrapper_title {
          display: none; }
        @media (min-width: 992px) {
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image {
            overflow: hidden; }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .wrapper_title {
              width: 100vw;
              max-width: 1290px;
              left: -110px;
              top: 58px;
              z-index: 1;
              display: flex; }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image {
            overflow: hidden; }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image .wrapper_title {
              width: 100vw;
              max-width: 1290px;
              right: -110px;
              top: 58px;
              z-index: 1;
              display: flex;
              left: auto; } }
        body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 40px;
          transform: translateY(800px);
          transition: all 1s;
          opacity: 0.3; }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store.active, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video.active {
            opacity: 1;
            transform: translateY(0px); }
          @media (min-width: 992px) {
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video {
              padding: 100px 110px;
              padding-bottom: 60px;
              flex: 0 0 50%;
              max-width: 50%;
              transform: translateY(800px);
              transition: all 1s;
              opacity: 0.3; }
              body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store.active, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video.active {
                opacity: 1;
                transform: translateY(0px); }
                body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store.active .wrapper_img_left, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video.active .wrapper_img_left {
                  margin: 0 0 0; }
              body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store.active2, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video.active2 {
                opacity: 0.3;
                transform: translateY(-1000px); } }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .cta-collapse, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .cta-collapse {
            width: 100%;
            text-decoration: none;
            font-weight: 500; }
            @media (min-width: 768px) {
              body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .cta-collapse, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .cta-collapse {
                display: none; } }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_store, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_visio, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_store, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_visio {
            text-align: left; }
            @media (min-width: 768px) {
              body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_store, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_visio, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_store, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_visio {
                max-width: 250px;
                margin-left: 130px;
                padding-top: 25px;
                display: block;
                opacity: 0;
                transition: all 1s; }
                body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_store.active, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_visio.active, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_store.active, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_visio.active {
                  opacity: 1; } }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_store label, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_visio label, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_store label, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_visio label {
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 1px;
              margin-bottom: 10px; }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_store p, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store #content_text_visio p, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_store p, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video #content_text_visio p {
              font-size: 12px;
              line-height: 1.67;
              letter-spacing: 1px;
              color: #3d3b3c; }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image {
            height: 218px;
            position: relative; }
            @media (min-width: 768px) {
              body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image {
                height: 600px; } }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .link_store, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image .link_store {
              display: block;
              height: 100%;
              width: 100%;
              z-index: 4;
              position: relative; }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .label_btn, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image .label_btn {
              position: absolute;
              bottom: 0;
              right: 5%;
              width: 90%;
              padding: 13px 24px;
              font-size: 14px;
              letter-spacing: 1.4px;
              text-align: center;
              border: solid 1px transparent;
              transition: all 0.5s;
              box-shadow: none;
              max-width: 100%;
              white-space: inherit;
              color: #2d2926;
              background-color: #fff;
              text-transform: uppercase; }
              @media (min-width: 768px) {
                body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .label_btn, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image .label_btn {
                  right: 0;
                  width: 70%;
                  min-width: 250px;
                  opacity: 0;
                  transition: all 0.5s; }
                  body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .label_btn.active, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image .label_btn.active {
                    opacity: 1; } }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:hover .label_btn, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:active .label_btn, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:focus .label_btn, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image:hover .label_btn, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image:active .label_btn, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .video .image:focus .label_btn {
              color: #fff;
              background-color: #2d2926; }
        body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image {
          cursor: pointer; }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:hover .form, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:active .form, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:focus .form {
            transform: scaleY(0);
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            text-align: center;
            z-index: 1; }
            @media (min-width: 768px) {
              body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:hover .form, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:active .form, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:focus .form {
                transform: scaleY(1); } }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:hover > .label_btn, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:active > .label_btn, body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image:focus > .label_btn {
            display: none; }
          body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .form {
            transform: scaleY(0);
            transform-origin: 50% 0;
            transition: transform 0.5s ease;
            padding: 50px; }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .form .title {
              font-size: 36px;
              letter-spacing: 1.44px;
              text-align: center;
              color: #fff;
              text-transform: uppercase;
              margin-bottom: 8px;
              font-family: "Libre Baskerville", sans-serif; }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .form p {
              font-size: 14px;
              font-weight: 300;
              line-height: 2;
              text-align: center;
              color: #bbbbbb; }
            body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .form form {
              position: relative;
              margin-top: 100px; }
              body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .form form input {
                padding: 11px;
                width: calc(100% - 40px);
                height: inherit;
                padding-left: 0;
                padding-right: 40px;
                border-color: white;
                color: white; }
                body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .form form input::placeholder {
                  color: #6a6a6a; }
              body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .form form button {
                position: absolute;
                bottom: 17px;
                right: 0;
                color: white;
                background-color: transparent;
                padding: 0; }
                body#product .wrapper_bloc_storelocator_link .sl-add-appointment-cta-form .content_col .store .image .form form button .icon {
                  padding-left: 10px; }
  body#product .wrapper_bloc_inspiration {
    position: relative;
    overflow: hidden;
    height: 667px; }
    body#product .wrapper_bloc_inspiration .back, body#product .wrapper_bloc_inspiration .wrapper_col:before {
      content: "";
      position: absolute;
      display: block; }
    @media (min-width: 768px) {
      body#product .wrapper_bloc_inspiration {
        height: 900px; } }
    body#product .wrapper_bloc_inspiration .background_image, body#product .wrapper_bloc_inspiration .banner, body#product .wrapper_bloc_inspiration body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push body#product .wrapper_bloc_inspiration .background_push, body#product .wrapper_bloc_inspiration body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push body#product .wrapper_bloc_inspiration .background_push, body#product .wrapper_bloc_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push body#product .wrapper_bloc_inspiration .background_push, body#product .wrapper_bloc_inspiration body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header body#product .wrapper_bloc_inspiration .cms-banner {
      height: 100%;
      width: 100%;
      transform: scale(1); }
    body#product .wrapper_bloc_inspiration .wrapper_col {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      body#product .wrapper_bloc_inspiration .wrapper_col .title {
        font-family: "Libre Baskerville", sans-serif;
        font-size: 40px;
        line-height: 1;
        text-align: right;
        color: var(--white);
        position: absolute;
        top: calc(146px * 2 + 30px);
        right: 0;
        width: 100%;
        z-index: 1; }
        @media (min-width: 768px) {
          body#product .wrapper_bloc_inspiration .wrapper_col .title {
            font-size: 80px;
            top: calc(220px * 2 - 76px);
            right: calc(220px * 2 + 10px); } }
      body#product .wrapper_bloc_inspiration .wrapper_col .link_cat {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1.4px;
        position: absolute;
        top: calc(146px * 2);
        z-index: 1;
        padding: 25px 0;
        left: 10px; }
        @media (min-width: 768px) {
          body#product .wrapper_bloc_inspiration .wrapper_col .link_cat {
            top: calc(220px * 2);
            width: 100%;
            padding: 25px;
            left: 0; } }
        body#product .wrapper_bloc_inspiration .wrapper_col .link_cat a {
          color: white; }
      body#product .wrapper_bloc_inspiration .wrapper_col .list_link_cat {
        position: absolute;
        bottom: calc(146px * 2);
        width: 100%;
        letter-spacing: 0.67px;
        font-family: "Libre Baskerville", sans-serif;
        left: 10px;
        text-align: left;
        font-size: 18px; }
        @media (min-width: 768px) {
          body#product .wrapper_bloc_inspiration .wrapper_col .list_link_cat {
            left: initial;
            bottom: calc(220px * 1.5);
            right: calc(220px * 2);
            text-align: right;
            font-size: 20px; } }
        body#product .wrapper_bloc_inspiration .wrapper_col .list_link_cat li {
          padding-right: 11px;
          cursor: pointer;
          position: relative; }
          body#product .wrapper_bloc_inspiration .wrapper_col .list_link_cat li + li {
            margin-top: 12px; }
          body#product .wrapper_bloc_inspiration .wrapper_col .list_link_cat li.current:before, body#product .wrapper_bloc_inspiration .wrapper_col .list_link_cat li:hover:before {
            content: "\e941";
            font-family: 'icomoon' !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            padding-right: 15px;
            position: absolute;
            left: -40px; }
            @media (min-width: 768px) {
              body#product .wrapper_bloc_inspiration .wrapper_col .list_link_cat li.current:before, body#product .wrapper_bloc_inspiration .wrapper_col .list_link_cat li:hover:before {
                position: relative;
                left: 0px; } }
          body#product .wrapper_bloc_inspiration .wrapper_col .list_link_cat li a {
            text-decoration: none;
            color: white; }
      body#product .wrapper_bloc_inspiration .wrapper_col:before {
        height: 100%;
        top: 0;
        width: calc(50% - 146px);
        left: 0;
        background-color: transparent;
        transition: all 1s ease-in; }
        @media (min-width: 768px) {
          body#product .wrapper_bloc_inspiration .wrapper_col:before {
            width: calc(50% - 220px); } }
      body#product .wrapper_bloc_inspiration .wrapper_col.active_back:before {
        background-color: rgba(0, 0, 0, 0.3); }
      body#product .wrapper_bloc_inspiration .wrapper_col:after {
        height: 100%;
        top: 0;
        width: calc(50% - 146px);
        right: 0; }
        @media (min-width: 768px) {
          body#product .wrapper_bloc_inspiration .wrapper_col:after {
            width: calc(50% - 220px); } }
      body#product .wrapper_bloc_inspiration .wrapper_col .col_middel {
        position: absolute;
        width: calc(146px * 2);
        left: calc(50% - 146px);
        height: 100%;
        top: 0; }
        @media (min-width: 768px) {
          body#product .wrapper_bloc_inspiration .wrapper_col .col_middel {
            width: calc(220px * 2);
            left: calc(50% - 220px); } }
        body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .line svg {
          display: none; }
          @media (min-width: 768px) {
            body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .line svg {
              display: block; } }
        body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .line.line_left {
          position: absolute;
          width: 40px;
          left: -20px;
          top: 10%; }
        body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .line.line_right {
          position: absolute;
          width: 40px;
          right: -20px;
          bottom: 180px;
          z-index: 1; }
        body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .line:before {
          content: "";
          position: absolute;
          width: 1px;
          height: 1000px;
          background-color: #c8bcb0;
          left: 50%;
          bottom: 0; }
          @media (min-width: 768px) {
            body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .line:before {
              bottom: 50px; } }
        body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .line:after {
          content: "";
          position: absolute;
          width: 1px;
          height: 1000px;
          background-color: #c8bcb0;
          left: 50%; }
          @media (min-width: 768px) {
            body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .line:after {
              top: 50px; } }
        body#product .wrapper_bloc_inspiration .wrapper_col .col_middel:before {
          height: calc(50% - 146px);
          top: 0;
          width: 100%;
          left: 0; }
          @media (min-width: 768px) {
            body#product .wrapper_bloc_inspiration .wrapper_col .col_middel:before {
              height: calc(50% - 220px); } }
        body#product .wrapper_bloc_inspiration .wrapper_col .col_middel:after {
          height: calc(50% - 146px);
          bottom: 0;
          width: 100%;
          left: 0; }
          @media (min-width: 768px) {
            body#product .wrapper_bloc_inspiration .wrapper_col .col_middel:after {
              height: calc(50% - 220px); } }
        body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white {
          position: absolute;
          width: 100%;
          height: calc(146px * 2);
          top: calc(50% - 146px);
          color: white; }
          @media (min-width: 768px) {
            body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white {
              height: calc(220px * 2);
              top: calc(50% - 220px);
              transition: all 1s ease-in; }
              body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white > * {
                transition: all 0.5s;
                opacity: 0; }
              body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt .background_image, body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt .banner, body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt body.page-category #products .products .push-white-gloves .wrapper_push .background_push, body.page-category #products .products .push-white-gloves .wrapper_push body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt .background_push, body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt body.page-search #products .products .push-white-gloves .wrapper_push .background_push, body.page-search #products .products .push-white-gloves .wrapper_push body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt .background_push, body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push .background_push, body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves .wrapper_push body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt .background_push, body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt body#cms #wrapper #content-wrapper header.page-header .cms-banner, body#cms #wrapper #content-wrapper header.page-header body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt .cms-banner {
                opacity: 1; }
              body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_txt > * {
                opacity: 1; }
              body#product .wrapper_bloc_inspiration .wrapper_col .col_middel .content_white.active_back {
                background-color: transparent; } }
  body#product .product-information {
    margin-top: 0px;
    position: relative; }
    body#product .product-information > .border {
      top: 0;
      height: 100%;
      width: 1px;
      background-color: #e2d9d1;
      display: block;
      left: 0;
      position: absolute;
      border: 0 !important; }
      @media (min-width: 768px) {
        body#product .product-information > .border {
          height: 0%; } }
    @media (min-width: 768px) {
      body#product .product-information {
        margin-top: 45px;
        opacity: 0;
        transition: all 0.5s; }
        body#product .product-information.active {
          opacity: 1; } }
    body#product .product-information .content_text_product {
      padding-left: 19px;
      padding-right: 19px;
      padding-top: 16px; }
      @media (min-width: 768px) {
        body#product .product-information .content_text_product {
          padding-right: 0px;
          padding-left: 23px;
          padding-top: 40px; } }
      body#product .product-information .content_text_product:before {
        content: "";
        background-image: url(../img/t.svg);
        width: 20px;
        height: 20px;
        position: absolute;
        top: -24px;
        left: 5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (min-width: 768px) {
          body#product .product-information .content_text_product:before {
            width: 40px;
            height: 40px;
            top: -50px;
            left: -4px; } }
      body#product .product-information .content_text_product .collection_name {
        letter-spacing: 0.8px;
        color: #727272;
        font-size: 16px; }
        @media (min-width: 768px) {
          body#product .product-information .content_text_product .collection_name {
            font-size: 20px; } }
      body#product .product-information .content_text_product .gamme_name {
        font-size: 32px;
        letter-spacing: 2px;
        color: #000;
        margin-left: -30px;
        background-color: white;
        font-family: "Libre Baskerville", sans-serif; }
        @media (min-width: 768px) {
          body#product .product-information .content_text_product .gamme_name {
            font-size: 50px;
            margin-left: -40px; } }
      body#product .product-information .content_text_product .productdisponibility {
        padding: 4px 12px;
        border-radius: 6px;
        background-color: #c4a44f;
        display: inline-block;
        color: white;
        font-size: 12px;
        margin-left: -30px;
        transform: translateY(-2px); }
        @media (min-width: 768px) {
          body#product .product-information .content_text_product .productdisponibility {
            margin-left: -40px; } }
      body#product .product-information .content_text_product .product_name {
        font-weight: 600;
        letter-spacing: 0.72px;
        color: #000;
        margin-top: 14px;
        font-size: 16px;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          body#product .product-information .content_text_product .product_name {
            margin-top: 33px;
            font-size: 18px; } }
      body#product .product-information .content_text_product .product_description {
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        color: #727272;
        max-width: 500px;
        font-size: 12px;
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          body#product .product-information .content_text_product .product_description {
            font-size: 14px; } }
        body#product .product-information .content_text_product .product_description img {
          max-width: 100%;
          height: auto;
          margin: auto;
          display: block; }
          @media (min-width: 768px) {
            body#product .product-information .content_text_product .product_description img {
              display: inline; } }
        body#product .product-information .content_text_product .product_description ul li {
          position: relative; }
          body#product .product-information .content_text_product .product_description ul li:before {
            content: "";
            background-color: #727272;
            height: 6px;
            width: 6px;
            display: inline-block;
            border-radius: 4px;
            vertical-align: middle;
            margin-left: -22px;
            position: absolute;
            top: calc(50% - 3px); }
            @media (min-width: 768px) {
              body#product .product-information .content_text_product .product_description ul li:before {
                margin-left: -26px; } }
    body#product .product-information .wrapper_content_right {
      margin-bottom: 35px; }
      @media (min-width: 768px) {
        body#product .product-information .wrapper_content_right {
          margin-top: 100px; } }
      body#product .product-information .wrapper_content_right .productdisponibility_prise {
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        color: #000;
        margin-bottom: 7px; }
      body#product .product-information .wrapper_content_right .product-discounts {
        margin-bottom: 0; }
      body#product .product-information .wrapper_content_right .product-variants {
        margin-bottom: 30px; }
        body#product .product-information .wrapper_content_right .product-variants .control-label {
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 1.23px;
          color: #3d3b3c;
          text-transform: uppercase;
          margin-bottom: 17px;
          margin-left: 34px; }
          @media (min-width: 768px) {
            body#product .product-information .wrapper_content_right .product-variants .control-label {
              margin-left: 0px; } }
        body#product .product-information .wrapper_content_right .product-variants .product-variants-item {
          padding: 15px 0;
          margin: 0; }
        body#product .product-information .wrapper_content_right .product-variants label {
          margin-bottom: 0; }
        body#product .product-information .wrapper_content_right .product-variants .input-color {
          margin-bottom: 0; }
        body#product .product-information .wrapper_content_right .product-variants .color {
          margin-bottom: 0; }
      body#product .product-information .wrapper_content_right .product-prices {
        text-align: center; }
        @media (min-width: 992px) {
          body#product .product-information .wrapper_content_right .product-prices {
            text-align: left; } }
        body#product .product-information .wrapper_content_right .product-prices div {
          margin-bottom: 0; }
        body#product .product-information .wrapper_content_right .product-prices .current-price {
          font-size: 24px;
          font-weight: 500;
          line-height: 1;
          color: #000;
          margin-bottom: 7px; }
        body#product .product-information .wrapper_content_right .product-prices .price-ecotax {
          font-size: 9px;
          font-weight: 300;
          font-style: italic;
          color: #313233;
          margin-bottom: 0; }
        body#product .product-information .wrapper_content_right .product-prices .msg_onney {
          font-size: 12px;
          font-weight: 300;
          color: #313233;
          margin-bottom: 0;
          text-align: center; }
          @media (min-width: 992px) {
            body#product .product-information .wrapper_content_right .product-prices .msg_onney {
              text-align: left; } }
          body#product .product-information .wrapper_content_right .product-prices .msg_onney .material-icons {
            font-size: 14px;
            margin-left: 5px;
            vertical-align: baseline; }
      body#product .product-information .wrapper_content_right .btn_storelocator {
        text-transform: uppercase;
        margin-bottom: 30px; }
        body#product .product-information .wrapper_content_right .btn_storelocator:after {
          width: 100%;
          left: 0; }
      body#product .product-information .wrapper_content_right .product-add-to-cart {
        display: flex;
        flex-direction: column;
        width: calc(100% + 30px);
        margin-left: -15px; }
        @media (min-width: 768px) {
          body#product .product-information .wrapper_content_right .product-add-to-cart {
            width: 100%;
            margin-left: 0px; } }
        body#product .product-information .wrapper_content_right .product-add-to-cart .btn_quote:hover {
          background-color: transparent;
          color: #bb8925;
          border-color: transparent;
          box-shadow: none; }
          body#product .product-information .wrapper_content_right .product-add-to-cart .btn_quote:hover:after {
            background-color: #bb8925; }
        body#product .product-information .wrapper_content_right .product-add-to-cart .product-quantity {
          display: block; }
          body#product .product-information .wrapper_content_right .product-add-to-cart .product-quantity .qty, body#product .product-information .wrapper_content_right .product-add-to-cart .product-quantity .add {
            float: none;
            display: block; }
          body#product .product-information .wrapper_content_right .product-add-to-cart .product-quantity .qty {
            margin-bottom: 15px;
            margin-right: 0; }
            body#product .product-information .wrapper_content_right .product-add-to-cart .product-quantity .qty #quantity_wanted {
              border: 0; }
          body#product .product-information .wrapper_content_right .product-add-to-cart .product-quantity .add {
            margin-bottom: 17px; }
            body#product .product-information .wrapper_content_right .product-add-to-cart .product-quantity .add .product_options_popin_open, body#product .product-information .wrapper_content_right .product-add-to-cart .product-quantity .add .add-to-cart {
              width: 100%; }
      body#product .product-information .wrapper_content_right .delivery-information {
        padding: 5px 11px;
        background-color: #f6f6f6;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        color: #000;
        display: inline-block;
        margin-bottom: 33px; }
      body#product .product-information .wrapper_content_right .list_cta {
        width: 90%;
        margin: 20px auto 0; }
        @media (min-width: 992px) {
          body#product .product-information .wrapper_content_right .list_cta {
            width: 100%; } }
        body#product .product-information .wrapper_content_right .list_cta .link {
          font-weight: 500;
          line-height: 2.29;
          cursor: pointer;
          font-size: 12px; }
          @media (min-width: 768px) {
            body#product .product-information .wrapper_content_right .list_cta .link {
              font-size: 14px; } }
          body#product .product-information .wrapper_content_right .list_cta .link a:hover {
            text-decoration: none; }
          body#product .product-information .wrapper_content_right .list_cta .link .icon {
            margin-right: 10px;
            transition: all 0.5s; }
          body#product .product-information .wrapper_content_right .list_cta .link:hover .icon {
            margin-right: 3px; }
          body#product .product-information .wrapper_content_right .list_cta .link + .link {
            margin-top: 8px; }
  body#product main .product-variants {
    width: calc(100% + 30px);
    margin-left: -15px; }
    @media (min-width: 992px) {
      body#product main .product-variants {
        width: 100%;
        margin-left: 0px; } }
    body#product main .product-variants .cta_modal_conforts {
      font-size: 12px;
      font-weight: 300;
      color: #3d3b3c;
      text-align: right;
      float: right;
      cursor: pointer;
      margin-right: 40px;
      margin-bottom: 20px;
      text-decoration: underline; }
      @media (min-width: 768px) {
        body#product main .product-variants .cta_modal_conforts {
          margin-right: 0px; } }
      body#product main .product-variants .cta_modal_conforts .material-icons {
        padding-left: 12px;
        font-size: 15px;
        vertical-align: text-bottom;
        font-weight: 500; }
    body#product main .product-variants .wrapper_tabs_confort {
      display: flex;
      margin-bottom: 8px;
      width: 100%; }
      body#product main .product-variants .wrapper_tabs_confort .content_bloc_tabs {
        display: flex;
        width: 100%; }
        body#product main .product-variants .wrapper_tabs_confort .content_bloc_tabs .input-container {
          flex: 1 1 auto; }
          body#product main .product-variants .wrapper_tabs_confort .content_bloc_tabs .input-container label {
            width: 100%; }
      body#product main .product-variants .wrapper_tabs_confort .input-radio {
        opacity: 0.00001;
        position: absolute;
        left: -10000vw; }
        body#product main .product-variants .wrapper_tabs_confort .input-radio:checked + .tab_confort {
          box-shadow: 1px 3px 5px 0 rgba(157, 131, 131, 0.5);
          border: solid 1px #000;
          background-color: #fff; }
      body#product main .product-variants .wrapper_tabs_confort .tab_confort {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        color: #2d2926;
        border: solid 1px #d3d3d3;
        padding: 14px;
        cursor: pointer; }
        body#product main .product-variants .wrapper_tabs_confort .tab_confort .sub {
          font-weight: 300;
          display: block; }
          @media (min-width: 768px) {
            body#product main .product-variants .wrapper_tabs_confort .tab_confort .sub {
              display: inline-block; } }
    body#product main .product-variants .wrapper_confort_select {
      display: flex;
      padding: 15px 0;
      width: 100%; }
      body#product main .product-variants .wrapper_confort_select .picto_confort {
        flex: 1 1 auto;
        margin-right: 20px; }
      body#product main .product-variants .wrapper_confort_select .input-group {
        flex: 1 1 auto;
        align-items: center;
        justify-content: center;
        height: 100%; }
        body#product main .product-variants .wrapper_confort_select .input-group.with_title {
          display: inline-block; }
          body#product main .product-variants .wrapper_confort_select .input-group.with_title label {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1.4px;
            color: #2d2926;
            line-height: 40px;
            text-transform: uppercase;
            padding: 0px 10px; }
          body#product main .product-variants .wrapper_confort_select .input-group.with_title select {
            height: 40px;
            float: right;
            width: auto;
            padding-right: 15px; }
      body#product main .product-variants .wrapper_confort_select .picto_default {
        display: block;
        width: 50px; }
      body#product main .product-variants .wrapper_confort_select .picto_active {
        display: none; }
      body#product main .product-variants .wrapper_confort_select.active .picto_default {
        display: none; }
      body#product main .product-variants .wrapper_confort_select.active .picto_active {
        display: block;
        width: 50px; }
  body#product #confort_info {
    position: fixed;
    margin: 0 0 0 auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    top: 0;
    left: auto;
    bottom: auto; }
    body#product #confort_info .modal-dialog {
      margin: 0;
      height: 100%;
      max-width: 860px;
      width: 100%;
      right: calc(-100%);
      top: 0;
      position: absolute;
      -webkit-transition: opacity 0.3s ease-out, right 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-out, right 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-out, right 0.3s ease-in-out;
      transition: opacity 0.3s ease-out, right 0.3s ease-in-out;
      transform: translate(0, 0); }
      body#product #confort_info .modal-dialog .modal-content {
        height: 100%;
        border-radius: 0;
        display: block;
        border: 0;
        background-color: #f6f6f6;
        padding: 0; }
        body#product #confort_info .modal-dialog .modal-content .popup-confort .close-popup {
          position: fixed;
          opacity: 1;
          top: 20px;
          right: 18px;
          font-size: 16px; }
    body#product #confort_info.in .modal-dialog {
      right: 0; }
  body#product .product-add-to-cart {
    width: calc(100% + 30px);
    margin-left: -15px; }
    @media (min-width: 992px) {
      body#product .product-add-to-cart {
        width: 100%;
        margin-left: 0px; } }
  body#product .wrapper_slide {
    position: relative;
    background-color: black; }
    body#product .wrapper_slide .cta_next_section {
      display: none;
      font-size: 14px; }
      @media (min-width: 768px) {
        body#product .wrapper_slide .cta_next_section {
          display: block; } }
      body#product .wrapper_slide .cta_next_section label {
        margin-bottom: 0; }
    body#product .wrapper_slide .info_photos {
      position: absolute;
      top: -30px;
      z-index: 100;
      left: 20px;
      color: white;
      font-size: 11px; }
      @media (min-width: 768px) {
        body#product .wrapper_slide .info_photos {
          font-size: 14px; } }
    body#product .wrapper_slide .slick-dotted.slick-slider {
      margin-bottom: 0; }
    body#product .wrapper_slide .slick-dots {
      bottom: 173px;
      z-index: 2; }
      @media (min-width: 992px) {
        body#product .wrapper_slide .slick-dots {
          bottom: 135px; } }
      body#product .wrapper_slide .slick-dots li {
        width: 8px;
        height: 8px;
        padding: 0 8px; }
        body#product .wrapper_slide .slick-dots li button:before {
          width: 8px;
          height: 8px;
          color: black;
          opacity: 0.21; }
        body#product .wrapper_slide .slick-dots li.slick-active button:before {
          opacity: 0.31; }
    body#product .wrapper_slide .slick-arrow {
      z-index: 1; }
      body#product .wrapper_slide .slick-arrow:before {
        font-size: 20px;
        font-weight: bold; }
      body#product .wrapper_slide .slick-arrow.slick-prev {
        left: 20px; }
      body#product .wrapper_slide .slick-arrow.slick-next {
        right: 20px; }
    body#product .wrapper_slide .bloc_info_product {
      position: absolute;
      bottom: 0;
      background-color: white;
      width: calc(100% - 14px);
      margin: 0 7px;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      padding: 29px 20px; }
      @media (min-width: 768px) {
        body#product .wrapper_slide .bloc_info_product {
          padding: 40px 60px;
          margin: 0 20px;
          width: calc(100% - 40px); } }
      body#product .wrapper_slide .bloc_info_product .info_attr {
        text-align: right;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.5;
        color: #2d2926;
        justify-content: end;
        margin-top: 10px; }
        @media (min-width: 768px) {
          body#product .wrapper_slide .bloc_info_product .info_attr {
            justify-content: flex-end;
            margin-top: 0; } }
        body#product .wrapper_slide .bloc_info_product .info_attr .feature {
          text-align: left; }
          body#product .wrapper_slide .bloc_info_product .info_attr .feature + .feature {
            margin-left: 120px;
            text-align: right;
            flex-grow: 1; }
            @media (min-width: 768px) {
              body#product .wrapper_slide .bloc_info_product .info_attr .feature + .feature {
                text-align: left;
                flex-grow: inherit; } }
          body#product .wrapper_slide .bloc_info_product .info_attr .feature .name {
            font-weight: 600; }
      body#product .wrapper_slide .bloc_info_product .info_product_name .name {
        font-family: "Libre Baskerville", sans-serif;
        font-size: 18px;
        letter-spacing: 1.28px;
        color: #2d2926;
        width: 75%;
        display: inline-block; }
        @media (min-width: 768px) {
          body#product .wrapper_slide .bloc_info_product .info_product_name .name {
            font-size: 32px;
            display: block;
            width: 100%; } }
      body#product .wrapper_slide .bloc_info_product .info_product_name .price {
        font-size: 14px;
        font-weight: 300;
        color: #2d2926;
        float: right;
        line-height: 36px; }
        @media (min-width: 768px) {
          body#product .wrapper_slide .bloc_info_product .info_product_name .price {
            float: none;
            line-height: 1.5; } }
    body#product .wrapper_slide .product-images {
      overflow-y: hidden; }
      body#product .wrapper_slide .product-images .slick-slide {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; }
        body#product .wrapper_slide .product-images .slick-slide > div {
          width: 100%;
          height: 100%; }
        body#product .wrapper_slide .product-images .slick-slide .slide {
          width: 100%; }
          body#product .wrapper_slide .product-images .slick-slide .slide.thumb-container {
            display: flex !important;
            align-items: center;
            justify-content: center;
            height: 100%; }
            body#product .wrapper_slide .product-images .slick-slide .slide.thumb-container img {
              min-width: 100%;
              min-height: 100%;
              object-fit: cover;
              transform: scale(1);
              transition: all 0.5s; }
    body#product .wrapper_slide #stafe_pointsofinterest {
      height: 100%; }
      body#product .wrapper_slide #stafe_pointsofinterest .desktop, body#product .wrapper_slide #stafe_pointsofinterest .mobile {
        min-width: 100%;
        min-height: 100%;
        height: 100%; }
        body#product .wrapper_slide #stafe_pointsofinterest .desktop .image-container, body#product .wrapper_slide #stafe_pointsofinterest .mobile .image-container {
          height: 100%; }
        body#product .wrapper_slide #stafe_pointsofinterest .desktop .image, body#product .wrapper_slide #stafe_pointsofinterest .mobile .image {
          min-width: 100%;
          min-height: 100%;
          transform: scale(1);
          display: flex;
          align-items: center;
          justify-content: center;
          flex: none;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
        body#product .wrapper_slide #stafe_pointsofinterest .desktop .img_poi, body#product .wrapper_slide #stafe_pointsofinterest .mobile .img_poi {
          transform: scale(1); }
    body#product .wrapper_slide #stafe_pointsofinterest .point {
      padding: 0;
      background-color: transparent; }
      body#product .wrapper_slide #stafe_pointsofinterest .point .marker:before, body#product .wrapper_slide #stafe_pointsofinterest .point .marker:after {
        content: none; }
      body#product .wrapper_slide #stafe_pointsofinterest .point .marker .marker-icon {
        cursor: pointer;
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #000000;
        margin: 10px; }
        body#product .wrapper_slide #stafe_pointsofinterest .point .marker .marker-icon span {
          background-color: #000000;
          width: 8px;
          height: 8px;
          left: 3px;
          top: 3px;
          border-radius: 50%;
          position: absolute;
          display: block; }
  body#product #stafe_product_options_popin .modal-lg {
    max-width: 960px; }
  body#product #stafe_product_options_popin .info {
    padding: 40px; }
    body#product #stafe_product_options_popin .info .info_product {
      padding: 15px 0; }
      body#product #stafe_product_options_popin .info .info_product .name {
        font-size: 16px;
        line-height: 1.5;
        color: #000; }
      body#product #stafe_product_options_popin .info .info_product .current-price {
        float: right;
        text-align: right;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        color: #000; }
  body#product #stafe_product_options_popin .options {
    background-color: #f8f9f8; }
    body#product #stafe_product_options_popin .options .wrapper_options {
      padding: 32px;
      padding-bottom: 60px; }
    body#product #stafe_product_options_popin .options .title_options {
      font-size: 16px;
      line-height: 1.5;
      text-align: center;
      color: #000;
      margin-bottom: 30px;
      font-weight: 500; }
    body#product #stafe_product_options_popin .options .option {
      margin-bottom: 25px;
      padding: 24px 22px;
      border: solid 1px rgba(211, 211, 211, 0.8); }
      @media (min-width: 768px) {
        body#product #stafe_product_options_popin .options .option .input {
          margin-right: 25px; } }
      body#product #stafe_product_options_popin .options .option .content {
        padding-right: 25px;
        font-size: 14px;
        color: #2d2926;
        font-weight: 500; }
        body#product #stafe_product_options_popin .options .option .content .description {
          margin-top: 6px;
          font-size: 12px;
          font-weight: 300;
          color: #2d2926; }
          body#product #stafe_product_options_popin .options .option .content .description p {
            margin-bottom: 0; }
  body#product #stafe_product_options_popin .close-popup {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px; }
  body#product #stafe_product_options_popin .product_options_popin_add-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
  body#product .stafe_product_as_attribute {
    padding: 15px 0; }
    body#product .stafe_product_as_attribute .stafe_product_as_attribute_open_modal {
      border: solid 1px rgba(211, 211, 211, 0.8);
      border-radius: 0;
      text-decoration: none; }
      body#product .stafe_product_as_attribute .stafe_product_as_attribute_open_modal .img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 44px;
        width: 44px; }
      body#product .stafe_product_as_attribute .stafe_product_as_attribute_open_modal .content {
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        justify-content: start;
        height: 44px;
        padding: 10px 60px 10px 30px;
        position: relative; }
        body#product .stafe_product_as_attribute .stafe_product_as_attribute_open_modal .content span {
          display: block;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5;
          color: #495057; }
        body#product .stafe_product_as_attribute .stafe_product_as_attribute_open_modal .content:after {
          content: "\e931";
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          right: 20px; }
    body#product .stafe_product_as_attribute .cta_pdf {
      border: solid 1px rgba(211, 211, 211, 0.8);
      justify-content: center;
      text-transform: none; }
  body#product .wrapper_productaccessories {
    background-image: url(../img/Vous-aimerez-fond.svg);
    background-size: 400px;
    background-position: center; }
  body#product .page-footer {
    margin: 10px 0; }
    body#product .page-footer .info {
      font-size: 12px;
      font-style: italic; }
  body#sitemap .page-header h1 {
    margin: 100px;
    text-align: center; }
  body .ui-autocomplete.ui-widget {
    max-width: 100%;
    border-radius: 0;
    z-index: 1000; }
  body #blockcart-modal .modal-body {
    padding: 0; }
    body #blockcart-modal .modal-body .close {
      z-index: 1;
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 14px; }
    body #blockcart-modal .modal-body .modal-title {
      font-size: 14px;
      font-weight: bold;
      line-height: 2;
      color: #000;
      margin-bottom: 30px; }
      body #blockcart-modal .modal-body .modal-title .icon {
        font-size: 32px;
        line-height: 14px;
        vertical-align: middle;
        margin-bottom: 0;
        margin-right: 10px; }
    body #blockcart-modal .modal-body .divide-right {
      padding: 40px;
      border: 0; }
      body #blockcart-modal .modal-body .divide-right span {
        display: inline;
        padding: 0; }
      body #blockcart-modal .modal-body .divide-right .info_product {
        padding: 16px 0; }
        body #blockcart-modal .modal-body .divide-right .info_product .name {
          font-size: 16px;
          line-height: 1.5;
          color: #000;
          text-transform: uppercase;
          font-weight: bolder; }
        body #blockcart-modal .modal-body .divide-right .info_product .current-price {
          float: right;
          text-align: right;
          font-size: 16px;
          line-height: 1.5;
          font-weight: bolder;
          color: #000; }
    body #blockcart-modal .modal-body .info {
      padding: 40px;
      border: 0;
      background-color: #f8f9f8; }
      @media (min-width: 576px) {
        body #blockcart-modal .modal-body .info {
          padding-bottom: 80px; } }
      body #blockcart-modal .modal-body .info .cart-content {
        padding: 0;
        width: 100%; }
        body #blockcart-modal .modal-body .info .cart-content .cart-products-count {
          color: black; }
        body #blockcart-modal .modal-body .info .cart-content .cart-content-btn {
          width: 100%;
          display: block;
          text-align: center; }
          @media (min-width: 576px) {
            body #blockcart-modal .modal-body .info .cart-content .cart-content-btn {
              position: absolute;
              bottom: 0;
              left: 0;
              text-align: left;
              padding: 0; } }
          body #blockcart-modal .modal-body .info .cart-content .cart-content-btn .btn {
            display: block;
            width: 100%;
            margin-bottom: 0; }
            @media (min-width: 576px) {
              body #blockcart-modal .modal-body .info .cart-content .cart-content-btn .btn {
                display: inline-block;
                width: auto; } }
          body #blockcart-modal .modal-body .info .cart-content .cart-content-btn .btn_continue {
            text-transform: uppercase; }
          body #blockcart-modal .modal-body .info .cart-content .cart-content-btn .btn.btn-primary {
            margin-bottom: 0;
            margin-right: 0;
            margin-top: 15px; }
            @media (min-width: 576px) {
              body #blockcart-modal .modal-body .info .cart-content .cart-content-btn .btn.btn-primary {
                margin-top: 0;
                position: absolute;
                right: 0;
                bottom: 0; } }
  body#module-stafe_storelocator-storedetails .academy {
    font-size: 12px;
    text-align: right;
    margin-bottom: -25px; }
    body#module-stafe_storelocator-storedetails .academy img {
      max-width: 80px;
      padding-left: 3px;
      vertical-align: middle; }
  body#module-stafe_storelocator-storedetails .wrapper_title_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      body#module-stafe_storelocator-storedetails .wrapper_title_page {
        justify-content: space-between;
        align-items: center;
        flex-direction: row; } }
    body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links, body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links_bis {
      position: relative;
      height: 100%;
      margin-right: auto; }
      body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links .account-link, body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links_bis .account-link {
        display: flex;
        margin-top: 20px; }
        @media (min-width: 768px) {
          body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links .account-link, body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links_bis .account-link {
            margin-top: 0; } }
      @media (min-width: 768px) {
        body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links, body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links_bis {
          margin-right: 0; } }
      body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links label, body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links_bis label {
        display: block; }
    body#module-stafe_storelocator-storedetails .wrapper_title_page .wrapper_links_bis .icon {
      font-size: 18px;
      margin-right: 8px; }
  body#module-stafe_storelocator-storedetails .show_maps {
    display: flex;
    justify-content: space-around; }
  body#module-stafe_storelocator-storedetails .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), var(--ban);
    flex-direction: column; }
    body#module-stafe_storelocator-storedetails .banner .title_banner {
      max-width: 800px;
      font-family: "Libre Baskerville", sans-serif;
      font-size: 32px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: center;
      color: var(--white); }
      @media (min-width: 768px) {
        body#module-stafe_storelocator-storedetails .banner .title_banner {
          font-size: 80px;
          line-height: 1; } }
    body#module-stafe_storelocator-storedetails .banner .subtitle {
      font-family: "Open sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: center;
      color: var(--white);
      margin-top: 20px;
      max-width: 500px; }
  body#module-stafe_storelocator-storedetails .container, body#module-stafe_storelocator-storedetails .big_container, body#module-stafe_storelocator-storedetails .small_container {
    padding-left: 10%;
    padding-right: 10%; }
    @media (min-width: 768px) {
      body#module-stafe_storelocator-storedetails .container, body#module-stafe_storelocator-storedetails .big_container, body#module-stafe_storelocator-storedetails .small_container {
        padding-right: 15px;
        padding-left: 15px; } }
  body#module-stafe_storelocator-storedetails .content {
    padding: 40px 0; }
    @media (min-width: 768px) {
      body#module-stafe_storelocator-storedetails .content {
        padding: 40px; } }
  @media (min-width: 768px) {
    body#module-stafe_storelocator-storedetails .page-content {
      padding-top: 40px; } }
  body#module-stafe_storelocator-storedetails .show_maps {
    background-color: white;
    text-align: center;
    padding: 24px; }
    @media (min-width: 768px) {
      body#module-stafe_storelocator-storedetails .show_maps {
        display: none; } }
    body#module-stafe_storelocator-storedetails .show_maps .icon {
      font-size: 17px;
      vertical-align: text-bottom;
      padding-right: 5px; }
  @media (min-width: 768px) {
    body#module-stafe_storelocator-storedetails .sl-map-container {
      min-height: 607px; } }
  body#module-stafe_storelocator-storedetails .content_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.11;
    letter-spacing: 0.72px;
    text-align: center;
    color: #2d2926;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid black;
    display: inline-block;
    margin: auto; }
    @media (min-width: 768px) {
      body#module-stafe_storelocator-storedetails .content_title {
        margin: inherit; } }
  body#module-stafe_storelocator-storedetails .title_section {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.23px;
    margin-bottom: 16px; }
    body#module-stafe_storelocator-storedetails .title_section:after {
      content: "\e930";
      font-family: 'icomoon' !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin-left: 10px;
      -webkit-font-smoothing: antialiased; }
      @media (min-width: 768px) {
        body#module-stafe_storelocator-storedetails .title_section:after {
          content: ""; } }
  body#module-stafe_storelocator-storedetails .cta-show-content {
    display: none; }
    @media (min-width: 768px) {
      body#module-stafe_storelocator-storedetails .cta-show-content {
        display: block; } }
    body#module-stafe_storelocator-storedetails .cta-show-content.active_section {
      display: block !important; }
  body#module-stafe_storelocator-storedetails .contact {
    margin-top: 40px; }
    body#module-stafe_storelocator-storedetails .contact p {
      font-size: 12px;
      line-height: 2.08;
      color: #000;
      margin: 0; }
  body#module-stafe_storelocator-storedetails .route {
    margin-top: 16px; }
    body#module-stafe_storelocator-storedetails .route .link_road {
      margin-right: 30px;
      margin-bottom: 24px;
      text-decoration: underline;
      font-size: 12px;
      display: block; }
      @media (min-width: 768px) {
        body#module-stafe_storelocator-storedetails .route .link_road {
          float: left;
          display: inline-block;
          margin-bottom: 24px; } }
    body#module-stafe_storelocator-storedetails .route .sl-send-route-to {
      text-decoration: underline;
      font-size: 12px; }
    body#module-stafe_storelocator-storedetails .route .material-icons, body#module-stafe_storelocator-storedetails .route .icon {
      margin-right: 8px;
      font-size: 18px;
      display: inline-block; }
    body#module-stafe_storelocator-storedetails .route .icon {
      width: 1em;
      height: 1em;
      vertical-align: middle; }
  body#module-stafe_storelocator-storedetails .distance {
    margin-top: 40px; }
    body#module-stafe_storelocator-storedetails .distance .sl-store-distance {
      padding: 16px 22px;
      background-color: white; }
    body#module-stafe_storelocator-storedetails .distance .sl-store-distance-element {
      font-size: 12px;
      line-height: 2.08;
      color: #2d2926;
      display: grid;
      grid-template-columns: 1fr 5fr; }
      body#module-stafe_storelocator-storedetails .distance .sl-store-distance-element .mode {
        display: block;
        min-width: 66px;
        padding-right: 24px; }
        @media (min-width: 768px) {
          body#module-stafe_storelocator-storedetails .distance .sl-store-distance-element .mode {
            display: inline-block; } }
      body#module-stafe_storelocator-storedetails .distance .sl-store-distance-element + .sl-store-distance-element {
        margin-top: 24px; }
        @media (min-width: 768px) {
          body#module-stafe_storelocator-storedetails .distance .sl-store-distance-element + .sl-store-distance-element {
            margin-top: 0px; } }
  body#module-stafe_storelocator-storedetails .opening-hours {
    margin-top: 40px; }
    body#module-stafe_storelocator-storedetails .opening-hours .list_opening {
      padding: 12px 22px;
      background-color: white; }
      @media (min-width: 768px) {
        body#module-stafe_storelocator-storedetails .opening-hours .list_opening {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(4, 1fr);
          grid-column-gap: 70px;
          grid-auto-flow: column; } }
      body#module-stafe_storelocator-storedetails .opening-hours .list_opening .day {
        padding: 4px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        body#module-stafe_storelocator-storedetails .opening-hours .list_opening .day .label {
          display: inline-block;
          font-size: 12px;
          line-height: 2.08;
          color: #2d2926; }
        body#module-stafe_storelocator-storedetails .opening-hours .list_opening .day .hours {
          font-size: 12px;
          line-height: 2.08;
          color: #2d2926;
          display: inline-block; }
  body#module-stafe_storelocator-storedetails .temporary-message {
    margin-top: 4px;
    background-color: white;
    padding: 16px 22px;
    vertical-align: middle; }
    body#module-stafe_storelocator-storedetails .temporary-message .icon {
      font-size: 24px;
      padding-right: 24px;
      display: inline-block;
      vertical-align: middle; }
    body#module-stafe_storelocator-storedetails .temporary-message .content_text {
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      line-height: 2.08;
      letter-spacing: normal;
      color: #000;
      vertical-align: middle; }
  body#module-stafe_storelocator-storedetails .collections {
    margin-top: 40px; }
    body#module-stafe_storelocator-storedetails .collections .cta-show-content {
      padding: 12px 22px;
      background-color: white; }
    body#module-stafe_storelocator-storedetails .collections .list_collections {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 70px;
      grid-row-gap: 10px; }
      body#module-stafe_storelocator-storedetails .collections .list_collections .collection {
        font-family: "Open sans", sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.08;
        letter-spacing: normal;
        color: #2d2926; }
      body#module-stafe_storelocator-storedetails .collections .list_collections + a, body#module-stafe_storelocator-storedetails .collections .list_collections + a + a {
        font-family: "Open sans", sans-serif;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.08;
        letter-spacing: normal;
        color: #2d2926;
        margin-top: 25px;
        font-weight: bold; }
        body#module-stafe_storelocator-storedetails .collections .list_collections + a:hover, body#module-stafe_storelocator-storedetails .collections .list_collections + a + a:hover {
          text-decoration: none; }
        body#module-stafe_storelocator-storedetails .collections .list_collections + a span, body#module-stafe_storelocator-storedetails .collections .list_collections + a + a span {
          margin-left: 10px; }
      body#module-stafe_storelocator-storedetails .collections .list_collections.collapsed + .more + .less {
        display: none; }
      body#module-stafe_storelocator-storedetails .collections .list_collections.collapsed .collection:nth-child(n+5) {
        display: none; }
      body#module-stafe_storelocator-storedetails .collections .list_collections.deployed + .more {
        display: none; }
  body#module-stafe_storelocator-storedetails .list_link {
    margin-top: 40px; }
    body#module-stafe_storelocator-storedetails .list_link .btn {
      width: 320px;
      display: block; }
    body#module-stafe_storelocator-storedetails .list_link .btn + .btn {
      margin-top: 20px; }
  body#module-stafe_storelocator-storedetails .list_rs li {
    list-style: none;
    display: inline-block;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: black; }
    body#module-stafe_storelocator-storedetails .list_rs li a {
      display: block;
      height: 100%;
      text-align: center; }
      body#module-stafe_storelocator-storedetails .list_rs li a svg {
        height: 100%; }
  body#module-stafe_storelocator-storedetails .wrapper_bloc_content_team {
    background-color: white;
    padding: 40px 0; }
    body#module-stafe_storelocator-storedetails .wrapper_bloc_content_team .wrapper_img {
      text-align: center; }
      body#module-stafe_storelocator-storedetails .wrapper_bloc_content_team .wrapper_img img {
        max-width: 100%; }
  body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media {
    position: relative; }
    body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element {
      position: relative;
      z-index: 1;
      padding-bottom: 60px; }
      body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .before_section {
        padding: 30px; }
        @media (min-width: 768px) {
          body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .before_section {
            padding: 0 40px;
            padding-top: 70px; } }
        body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .before_section .title {
          font-family: "Libre Baskerville", sans-serif;
          font-size: 36px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #2d2926;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 50px; }
          @media (min-width: 768px) {
            body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .before_section .title {
              font-size: 56px; } }
          @media (min-width: 768px) {
            body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .before_section .title {
              font-size: 70px;
              line-height: 1.2;
              letter-spacing: 2.8px; } }
        body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .before_section .text {
          font-size: 12px;
          line-height: 1.67;
          letter-spacing: normal;
          margin: auto;
          margin-bottom: 40px;
          text-align: center; }
          @media (min-width: 768px) {
            body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .before_section .text {
              font-size: 14px;
              line-height: 1.71; } }
        body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .before_section .subtext .title {
          font-family: "Libre Baskerville", sans-serif;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #2d2926;
          text-align: start;
          margin-bottom: 16px; }
        body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .before_section .subtext .text {
          text-align: justify; }
      body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .link {
        text-align: center;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .link {
            margin-bottom: 110px;
            margin-top: 100px; } }
      body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media {
        padding-top: 50px; }
        @media (min-width: 768px) {
          body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media {
            min-height: 500px;
            margin-bottom: -200px; } }
        body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_left {
          height: 200px; }
          @media (min-width: 576px) {
            body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_left {
              height: 350px; } }
          @media (min-width: 768px) {
            body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_left {
              height: 500px; } }
        body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_right {
          height: 240px; }
          @media (min-width: 576px) {
            body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_right {
              height: 450px; } }
          @media (min-width: 768px) {
            body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .img_right {
              height: 600px; } }
        body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie {
          text-align: center;
          max-width: 690px;
          margin: auto;
          position: relative; }
          @media (min-width: 992px) {
            body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie {
              height: 100%; } }
          body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder, body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie {
            position: absolute;
            top: 0;
            cursor: pointer;
            width: calc(100% - 24px);
            left: 12px; }
            @media (min-width: 480px) {
              body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder, body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie {
                width: calc(100% - 20%);
                left: 10%; } }
            @media (min-width: 576px) {
              body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder, body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie {
                width: calc(100% - 15%);
                left: 7.5%; } }
            @media (min-width: 992px) {
              body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder, body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie {
                width: 100%;
                left: 0; } }
            body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder video, body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder img, body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie video, body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie img {
              width: 100%; }
          body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .placeholder {
            opacity: 1;
            z-index: 10; }
          body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie .movie {
            z-index: 1; }
          body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie.active .placeholder {
            z-index: 1; }
          body#module-stafe_storelocator-storedetails .wrapper_bloc_content_media .wrapper_element .wrapper_media .wrapper_movie.active .movie {
            pointer-events: inherit;
            opacity: 1;
            z-index: 10; }
  body#module-stafe_storelocator-storeLocator .banner {
    background-image: url("../img/bannerrdv.jpg"); }
    body#module-stafe_storelocator-storeLocator .banner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0.7;
      border: solid 1px #979797;
      background: #000;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      z-index: 1; }
    body#module-stafe_storelocator-storeLocator .banner h1 {
      font-family: "Libre Baskerville", sans-serif;
      font-size: 80px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      color: var(--white);
      z-index: 2;
      position: relative;
      max-width: 750px;
      margin: auto; }
    body#module-stafe_storelocator-storeLocator .banner .subtitle {
      margin: 16px auto;
      font-family: "Open sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: center;
      color: var(--white);
      max-width: 526px;
      z-index: 2;
      position: relative; }
  body#module-stafe_storelocator-storeLocator .wrapper_title > .full, body#module-stafe_storelocator-storeLocator .wrapper_title > .banner, body#module-stafe_storelocator-storeLocator body.page-contact .wrapper_title > .banner, body#module-stafe_storelocator-storeLocator body.page-contact .wrapper_title > .wrapper_title, body.page-contact body#module-stafe_storelocator-storeLocator .wrapper_title > .wrapper_title, body#module-stafe_storelocator-storeLocator body.page-contact .card .wrapper_title > .wrapper_form_contact, body.page-contact .card body#module-stafe_storelocator-storeLocator .wrapper_title > .wrapper_form_contact, body#module-stafe_storelocator-storeLocator body.page-contact .card .wrapper_title > .wrapper_listing_info, body.page-contact .card body#module-stafe_storelocator-storeLocator .wrapper_title > .wrapper_listing_info, body#module-stafe_storelocator-storeLocator body.page-category .stafe_category-menu .wrapper_title > .sub_categories:after, body.page-category .stafe_category-menu body#module-stafe_storelocator-storeLocator .wrapper_title > .sub_categories:after, body#module-stafe_storelocator-storeLocator body.page-search .stafe_category-menu .wrapper_title > .sub_categories:after, body.page-search .stafe_category-menu body#module-stafe_storelocator-storeLocator .wrapper_title > .sub_categories:after, body#module-stafe_storelocator-storeLocator body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu .wrapper_title > .sub_categories:after, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu body#module-stafe_storelocator-storeLocator .wrapper_title > .sub_categories:after, body#module-stafe_storelocator-storeLocator body#cms #wrapper #content-wrapper .wrapper_title > header.page-header, body#cms #wrapper #content-wrapper body#module-stafe_storelocator-storeLocator .wrapper_title > header.page-header, body#module-stafe_storelocator-storeLocator body#cms #wrapper #content-wrapper .page-content.page-cms .wrapper_title > div.focus, body#cms #wrapper #content-wrapper .page-content.page-cms body#module-stafe_storelocator-storeLocator .wrapper_title > div.focus, body#module-stafe_storelocator-storeLocator body#cms #wrapper #content-wrapper .page-content.page-cms .wrapper_title > div.section, body#cms #wrapper #content-wrapper .page-content.page-cms body#module-stafe_storelocator-storeLocator .wrapper_title > div.section, body#module-stafe_storelocator-storeLocator body#module-faqs-display .wrapper_title > #center_column_fag, body#module-faqs-display body#module-stafe_storelocator-storeLocator .wrapper_title > #center_column_fag, body#module-stafe_storelocator-storeLocator body#module-faqs-display .wrapper_title > .wrapper_title, body#module-faqs-display body#module-stafe_storelocator-storeLocator .wrapper_title > .wrapper_title {
    background: var(--white);
    padding: 24px 0; }
  body#module-stafe_storelocator-storeLocator .wrapper_title .filters form {
    display: flex;
    justify-content: space-around; }
    body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset {
      position: relative; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset legend > span {
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.23px;
        color: #3d3b3c;
        text-transform: uppercase;
        padding: 15px 15px;
        background-color: var(--white);
        display: flex;
        justify-content: space-between;
        border: solid 1px transparent; }
        body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset legend > span:after {
          font-family: 'icomoon';
          content: "\e930";
          color: #737373;
          padding-left: 27px; }
        body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset legend > span .number {
          width: 16px;
          height: 16px;
          border-radius: 16px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #ddbf85;
          color: var(--white);
          margin-left: 10px;
          font-family: "Open sans", sans-serif;
          font-size: 12px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset .elements {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5000;
        pointer-events: none;
        max-width: 150%;
        width: 100vw; }
        body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset .elements ul {
          transform: translateY(calc(-100% - 20px));
          padding: 32px 44px;
          border: solid 1px var(--white-80);
          background-color: var(--white);
          box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.8);
          transition: transform ease 500ms; }
          body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset .elements ul li .delete-all {
            background: none;
            border: none;
            box-shadow: none;
            font-family: "Open sans", sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.67;
            letter-spacing: 1px;
            color: #3d3b3c;
            text-decoration: underline;
            margin-bottom: 24px; }
          body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset .elements ul li label {
            font-family: "Open sans", sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: var(--black);
            display: flex;
            justify-content: flex-start;
            cursor: pointer;
            text-align: left; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:hover legend > span, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:active legend > span, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:focus legend > span, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset.active legend > span {
        border: solid 1px var(--white-80);
        -webkit-box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.8);
        -moz-box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.8);
        box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.8); }
        body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:hover legend > span:after, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:active legend > span:after, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:focus legend > span:after, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset.active legend > span:after {
          content: '\e933'; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:hover .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:active .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:focus .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset.active .elements {
        display: block;
        pointer-events: auto; }
        body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:hover .elements ul, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:active .elements ul, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset:focus .elements ul, body#module-stafe_storelocator-storeLocator .wrapper_title .filters form fieldset.active .elements ul {
          transform: translateY(0); }
  body#module-stafe_storelocator-storeLocator .wrapper_title .geolocation {
    display: flex;
    justify-content: flex-start;
    padding-left: 21px; }
    body#module-stafe_storelocator-storeLocator .wrapper_title .geolocation .postcode {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .geolocation .postcode input {
        padding: 12px 32px 12px 44px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #c1c1c1; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .geolocation .postcode:before {
        font-family: 'icomoon';
        content: "\e918";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px; }
    body#module-stafe_storelocator-storeLocator .wrapper_title .geolocation .around-me {
      margin: auto;
      font-family: "Open sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 1.4px;
      text-align: center;
      color: var(--black);
      position: relative;
      text-transform: uppercase;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .geolocation .around-me:before {
        font-family: 'icomoon';
        content: "\e910";
        position: absolute;
        right: calc(100% + 8px);
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px; }
  body#module-stafe_storelocator-storeLocator #wrapper {
    background-color: #f6f6f6; }
  body#module-stafe_storelocator-storeLocator #content {
    padding-top: 38px; }
    body#module-stafe_storelocator-storeLocator #content .marker-map-container {
      height: 100%; }
      body#module-stafe_storelocator-storeLocator #content .marker-map-container .marker-map-sticky {
        position: sticky;
        top: 100px;
        height: 600px; }
    body#module-stafe_storelocator-storeLocator #content .marker-map {
      height: 100% !important;
      max-height: 600px; }
      @media (min-width: 992px) {
        body#module-stafe_storelocator-storeLocator #content .marker-map {
          margin-right: 50px; } }
      @media (min-width: 1200px) {
        body#module-stafe_storelocator-storeLocator #content .marker-map {
          margin-right: 100px; } }
      body#module-stafe_storelocator-storeLocator #content .marker-map img.googleless {
        max-width: 100%; }
    body#module-stafe_storelocator-storeLocator #content .nb-results {
      font-family: "Open sans", sans-serif;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.33;
      letter-spacing: normal;
      color: var(--black);
      padding-left: 21px;
      margin-bottom: 16px; }
    body#module-stafe_storelocator-storeLocator #content .video_store {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
      body#module-stafe_storelocator-storeLocator #content .video_store .image {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/visio-treca.jpg"); }
      body#module-stafe_storelocator-storeLocator #content .video_store .content {
        background: var(--white);
        padding: 15px 0; }
        body#module-stafe_storelocator-storeLocator #content .video_store .content .title {
          font-family: "Open sans", sans-serif;
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: var(--black);
          width: 66%;
          margin: auto;
          text-transform: uppercase; }
        body#module-stafe_storelocator-storeLocator #content .video_store .content .subtitle {
          font-family: "Open sans", sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.08;
          letter-spacing: normal;
          color: var(--black);
          width: 66%;
          margin: auto;
          margin-bottom: 23px; }
        body#module-stafe_storelocator-storeLocator #content .video_store .content .link {
          width: 66%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin: auto; }
    body#module-stafe_storelocator-storeLocator #content .distance-progress-bar {
      margin-top: 30px; }
      body#module-stafe_storelocator-storeLocator #content .distance-progress-bar.hide {
        display: none; }
      body#module-stafe_storelocator-storeLocator #content .distance-progress-bar .bar {
        margin-top: 15px;
        display: block;
        width: 100%;
        position: relative;
        border: solid 1px #000;
        height: 5px;
        --progress-bar-width: 0; }
        body#module-stafe_storelocator-storeLocator #content .distance-progress-bar .bar:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: var(--progress-bar-width);
          background: #2d2926; }
    body#module-stafe_storelocator-storeLocator #content .filtered-stores, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store {
      margin-top: 50px;
      padding-left: 21px;
      display: grid; }
      body#module-stafe_storelocator-storeLocator #content .filtered-stores .see-more, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .see-more {
        order: 3;
        display: flex;
        justify-content: center;
        align-items: center; }
        body#module-stafe_storelocator-storeLocator #content .filtered-stores .see-more.hide, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .see-more.hide {
          display: none; }
      body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store {
        order: 2; }
        body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store.hide, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store.hide {
          display: none; }
        body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .top, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .top {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 10px;
          flex-wrap: wrap; }
          @media (min-width: 768px) {
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .top, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .top {
              font-size: 14px;
              line-height: 1.71;
              flex-wrap: nowrap; } }
          body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .top .academy, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .top .academy {
            text-align: right;
            font-size: 12px;
            flex-grow: 1; }
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .top .academy img, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .top .academy img {
              max-width: 80px;
              padding-left: 3px;
              vertical-align: middle; }
          body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .top .name, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .top .name {
            font-family: "Open sans", sans-serif;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            color: var(--black);
            text-transform: uppercase;
            display: inline;
            margin-right: 15px;
            min-height: 42px; }
          body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .top .storetypes, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .top .storetypes {
            display: flex;
            overflow: hidden;
            position: relative; }
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .top .storetypes:after, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .top .storetypes:after {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              width: 20px;
              background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%); }
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .top .storetypes .storetype, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .top .storetypes .storetype {
              padding: 4px 16px;
              border-radius: 4px;
              background-color: var(--very-light-pink);
              margin-right: 10px;
              font-family: "Open sans", sans-serif;
              font-size: 12px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #2d2926;
              flex-shrink: 0; }
        body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .distance, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .distance {
          font-family: "Open sans", sans-serif;
          font-size: 12px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.08;
          letter-spacing: normal;
          color: #2d2926;
          margin-bottom: 8px; }
        body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .address, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .address {
          font-family: "Open sans", sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.08;
          letter-spacing: normal;
          color: var(--black); }
          body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .address a.find-on-map, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .address a.find-on-map {
            text-decoration: underline; }
        body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .ctas > div, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .ctas > div {
          width: 100%; }
        body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .ctas a, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .ctas a {
          margin-bottom: 10px;
          width: 100%; }
        body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours {
          margin-top: 16px; }
          body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours > *:not(.days), body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours > *:not(.days) {
            position: relative;
            font-family: "Open sans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 1.23px;
            color: var(--black);
            cursor: pointer;
            display: inline-block;
            padding-right: 8px; }
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours > *:not(.days):after, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours > *:not(.days):after {
              font-family: 'icomoon';
              font-size: 8px;
              content: '\e930';
              position: absolute;
              top: 50%;
              left: 100%;
              transform: translateY(-50%); }
          body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours .days, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours .days {
            display: none; }
          body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours.active .days, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours.active .days {
            display: flex;
            margin-bottom: 24px; }
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours.active .days > div, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours.active .days > div {
              background: var(--white); }
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours.active .days .day, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours.active .days .day {
              display: flex;
              justify-content: space-between;
              align-items: center; }
              body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours.active .days .day .label, body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours.active .days .day .hours, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours.active .days .day .label, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours.active .days .day .hours {
                font-family: "Open sans", sans-serif;
                font-size: 12px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 2.08;
                letter-spacing: normal;
                color: #2d2926;
                padding: 8px 8px 8px 22px; }
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours.active .days .message, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours.active .days .message {
              padding: 16px 20px 16px 50px;
              font-family: "Open sans", sans-serif;
              font-size: 12px;
              font-weight: 600;
              font-stretch: normal;
              font-style: normal;
              line-height: 2.08;
              letter-spacing: normal;
              color: var(--black); }
              body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours.active .days .message .icon, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours.active .days .message .icon {
                font-size: 24px; }
          body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .opening-hours.active > *:not(.days):after, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .opening-hours.active > *:not(.days):after {
            content: '\e933'; }
        body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .links, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .links {
          margin-bottom: 40px;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          @media (min-width: 768px) {
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .links, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .links {
              margin-top: 10px; } }
          body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .links a, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .links a {
            margin-right: 0;
            font-family: "Open sans", sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.08;
            letter-spacing: normal;
            color: var(--black);
            text-decoration: underline;
            position: relative; }
            @media (min-width: 768px) {
              body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .links a, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .links a {
                margin-right: 32px; } }
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .links a .icon, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .links a .icon {
              margin-right: 8px;
              text-decoration: none;
              font-size: 18px;
              display: inline-block; }
            body#module-stafe_storelocator-storeLocator #content .filtered-stores .filtered-store .links a:hover .icon, body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .links a:hover .icon {
              text-decoration: none;
              transform: translateY(3px); }
    body#module-stafe_storelocator-storeLocator #content .wrapper_content_top {
      background-color: white;
      padding: 0px; }
      @media (min-width: 992px) {
        body#module-stafe_storelocator-storeLocator #content .wrapper_content_top {
          padding: 25px;
          width: calc(100% + 50px);
          margin-left: -50px; } }
      @media (min-width: 1200px) {
        body#module-stafe_storelocator-storeLocator #content .wrapper_content_top {
          padding: 25px 50px;
          width: calc(100% + 100px);
          margin-left: -50px; } }
      body#module-stafe_storelocator-storeLocator #content .wrapper_content_top .title_section {
        font-family: 'Libre Baskerville';
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          body#module-stafe_storelocator-storeLocator #content .wrapper_content_top .title_section {
            font-size: 30px;
            line-height: 36px; } }
    body#module-stafe_storelocator-storeLocator #content .wrapper_exlucif_store {
      padding: 20px; }
      @media (min-width: 992px) {
        body#module-stafe_storelocator-storeLocator #content .wrapper_exlucif_store {
          padding: 0; } }
    body#module-stafe_storelocator-storeLocator #content .list_exlucif_store {
      padding: 20px;
      margin-top: 20px; }
      @media (min-width: 992px) {
        body#module-stafe_storelocator-storeLocator #content .list_exlucif_store {
          grid-template-columns: 1fr 1fr;
          grid-gap: 50px;
          padding: 0; } }
      body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .links > div {
        display: inline-block;
        min-height: 28px; }
      body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .ctas {
        max-width: 230px; }
        body#module-stafe_storelocator-storeLocator #content .list_exlucif_store .filtered-store .ctas .stafe_storelocator a {
          border: 1px solid #f6f6f6; }
  @media (max-width: 767.98px) {
    body#module-stafe_storelocator-storeLocator .banner h1 {
      font-size: 40px; }
    body#module-stafe_storelocator-storeLocator .banner .subtitle {
      display: none; }
    body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner {
      flex-direction: row-reverse; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters.hide {
        display: none !important; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters-toggler {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--black);
        font-family: "Open sans", sans-serif;
        padding: 5px;
        width: 100%;
        height: 100%;
        min-width: 48px;
        min-height: 48px; }
        body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters-toggler.active, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters-toggler:hover, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters-toggler:active, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters-toggler:focus {
          border: solid 1px var(--black); }
      body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters {
        display: none; }
        body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show {
          display: flex !important;
          flex-wrap: wrap;
          flex-wrap: wrap;
          position: absolute;
          top: 100%;
          right: 0;
          padding: 30px;
          z-index: 9999;
          box-shadow: 1px 3px 5px 0 rgba(157, 131, 131, 0.5);
          border: solid 1px var(--white-80);
          background-color: var(--white);
          width: 90vw;
          max-width: 292px;
          justify-content: flex-start; }
          body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset {
            width: 100%; }
            body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset legend, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset legend span {
              font-size: 14px;
              font-weight: 500;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: 1.23px;
              color: var(--black);
              width: 100%;
              display: flex;
              justify-content: space-between;
              align-items: center;
              cursor: pointer;
              padding-left: 0; }
            body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset .elements {
              display: none; }
            body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:hover legend, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:hover legend span, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:active legend, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:active legend span, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:focus legend, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:focus legend span, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset.active legend, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset.active legend span {
              border: none;
              box-shadow: unset; }
            body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:hover .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:active .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:focus .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset.active .elements {
              transform: unset;
              display: block; }
              body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:hover .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:hover .elements ul, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:active .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:active .elements ul, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:focus .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset:focus .elements ul, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset.active .elements, body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner .filters #storelocator-filters.toggle-show fieldset.active .elements ul {
                position: relative;
                transition: none;
                transform: unset;
                border: none;
                box-shadow: unset;
                padding: 0; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner #sl-geolocation.fullsize {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important; }
        body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner #sl-geolocation.fullsize .postcode {
          margin: 0 auto 10px; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner #sl-geolocation .around-me {
        display: none !important; }
        body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner #sl-geolocation .around-me.show {
          display: flex !important;
          padding: 11px 21px 11px 22px;
          border: solid 1px var(--white-80); }
          body#module-stafe_storelocator-storeLocator .wrapper_title .postbanner #sl-geolocation .around-me.show:before {
            display: none; }
    body#module-stafe_storelocator-storeLocator .wrapper_title .mobile-display {
      padding-left: 42px;
      padding-right: 42px;
      padding-top: 16px;
      display: flex;
      justify-content: center;
      align-items: center; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .mobile-display button {
        flex: 1;
        border: solid 1px #d3d3d3;
        background-color: var(--white);
        text-transform: none; }
        body#module-stafe_storelocator-storeLocator .wrapper_title .mobile-display button:hover {
          color: #2d2926; }
      body#module-stafe_storelocator-storeLocator .wrapper_title .mobile-display button.active {
        box-shadow: 1px 3px 5px 0 rgba(157, 131, 131, 0.5);
        border: solid 1px var(--black);
        background-color: var(--white);
        color: #2d2926; }
    body#module-stafe_storelocator-storeLocator .wrapper_title .nb-results {
      padding-left: 42px;
      padding-right: 42px;
      padding-top: 16px;
      font-family: "Open sans", sans-serif;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.33;
      letter-spacing: normal;
      color: var(--black); }
    body#module-stafe_storelocator-storeLocator .map-column.hide, body#module-stafe_storelocator-storeLocator .list-column.hide {
      display: none; }
    body#module-stafe_storelocator-storeLocator .map-column {
      min-height: 70vh;
      padding: 0;
      margin-bottom: -62px; }
      body#module-stafe_storelocator-storeLocator .map-column .marker-map {
        margin: -37px 0 -25px 0 !important; }
    body#module-stafe_storelocator-storeLocator .list-column .video_store .content > * {
      width: 100% !important;
      margin-right: 25px !important;
      margin-left: 25px !important; }
    body#module-stafe_storelocator-storeLocator .list-column .video_store .content .title {
      max-width: 147px !important;
      margin-right: auto !important;
      margin-left: 25px !important; }
    body#module-stafe_storelocator-storeLocator .list-column .video_store .content .subtitle {
      max-width: 160px !important;
      margin-right: auto !important;
      margin-left: 25px !important; }
    body#module-stafe_storelocator-storeLocator .list-column .video_store .image {
      min-height: 156px; }
    body#module-stafe_storelocator-storeLocator .list-column .filtered-stores {
      padding-left: 0; }
      body#module-stafe_storelocator-storeLocator .list-column .filtered-stores .filtered-store {
        padding: 25px 40px; }
        body#module-stafe_storelocator-storeLocator .list-column .filtered-stores .filtered-store .links a .icon {
          margin-left: 14px; }
        body#module-stafe_storelocator-storeLocator .list-column .filtered-stores .filtered-store:not(:last-child) {
          position: relative; }
          body#module-stafe_storelocator-storeLocator .list-column .filtered-stores .filtered-store:not(:last-child):after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            height: 2px;
            background-color: var(--white);
            margin-left: calc(50% - 100vw) !important;
            margin-right: calc(50% - 50vw) !important;
            max-width: 1000% !important; } }
  body .sl-maps-marker-info-window .title {
    font-family: "Open sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: normal;
    color: var(--black); }
  body .sl-maps-marker-info-window .address {
    font-family: "Open sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    color: var(--black); }
  body .sl-maps-marker-info-window .links a {
    font-family: "Open sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    color: var(--black);
    text-decoration: underline;
    margin-right: 16px; }
  body#module-stafe_storelocator-storeAppointment .banner {
    background-image: url("../img/bannerrdv.jpg"); }
    body#module-stafe_storelocator-storeAppointment .banner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0.7;
      border: solid 1px #979797;
      background: #000;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      z-index: 1; }
    body#module-stafe_storelocator-storeAppointment .banner h1 {
      font-family: "Open sans", sans-serif;
      font-size: 80px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      color: var(--white);
      z-index: 2;
      position: relative; }
    body#module-stafe_storelocator-storeAppointment .banner .subtitle {
      margin: 16px auto;
      font-family: "Open sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: center;
      color: var(--white);
      max-width: 526px;
      z-index: 2;
      position: relative; }
  body#module-stafe_storelocator-storeAppointment .wrapper_title .name {
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: var(--black);
    margin-top: 20px;
    margin-bottom: 26px;
    text-transform: uppercase; }
  body#module-stafe_storelocator-storeAppointment .wrapper_title .link {
    margin: 26px 0 32px;
    font-family: "Open sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: var(--black);
    text-decoration: underline; }
  body#module-stafe_storelocator-storeAppointment #content > .full, body#module-stafe_storelocator-storeAppointment #content > .banner, body#module-stafe_storelocator-storeAppointment body.page-contact #content > .banner, body#module-stafe_storelocator-storeAppointment body.page-contact #content > .wrapper_title, body.page-contact body#module-stafe_storelocator-storeAppointment #content > .wrapper_title, body#module-stafe_storelocator-storeAppointment body.page-contact .card #content > .wrapper_form_contact, body.page-contact .card body#module-stafe_storelocator-storeAppointment #content > .wrapper_form_contact, body#module-stafe_storelocator-storeAppointment body.page-contact .card #content > .wrapper_listing_info, body.page-contact .card body#module-stafe_storelocator-storeAppointment #content > .wrapper_listing_info, body#module-stafe_storelocator-storeAppointment body.page-category .stafe_category-menu #content > .sub_categories:after, body.page-category .stafe_category-menu body#module-stafe_storelocator-storeAppointment #content > .sub_categories:after, body#module-stafe_storelocator-storeAppointment body.page-search .stafe_category-menu #content > .sub_categories:after, body.page-search .stafe_category-menu body#module-stafe_storelocator-storeAppointment #content > .sub_categories:after, body#module-stafe_storelocator-storeAppointment body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu #content > .sub_categories:after, body.page-module-pm-advancedsearch4-searchresults .stafe_category-menu body#module-stafe_storelocator-storeAppointment #content > .sub_categories:after, body#module-stafe_storelocator-storeAppointment body#cms #wrapper #content-wrapper #content > header.page-header, body#cms #wrapper #content-wrapper body#module-stafe_storelocator-storeAppointment #content > header.page-header, body#module-stafe_storelocator-storeAppointment body#cms #wrapper #content-wrapper .page-content.page-cms #content > div.focus, body#cms #wrapper #content-wrapper .page-content.page-cms body#module-stafe_storelocator-storeAppointment #content > div.focus, body#module-stafe_storelocator-storeAppointment body#cms #wrapper #content-wrapper .page-content.page-cms #content > div.section, body#cms #wrapper #content-wrapper .page-content.page-cms body#module-stafe_storelocator-storeAppointment #content > div.section, body#module-stafe_storelocator-storeAppointment body#module-faqs-display #content > #center_column_fag, body#module-faqs-display body#module-stafe_storelocator-storeAppointment #content > #center_column_fag, body#module-stafe_storelocator-storeAppointment body#module-faqs-display #content > .wrapper_title, body#module-faqs-display body#module-stafe_storelocator-storeAppointment #content > .wrapper_title {
    background: #f6f6f6;
    padding-top: 16px;
    padding-bottom: 55px; }
    body#module-stafe_storelocator-storeAppointment #content > .full:before, body#module-stafe_storelocator-storeAppointment #content > .banner:before, body#module-stafe_storelocator-storeAppointment body.page-contact #content > .banner:before, body#module-stafe_storelocator-storeAppointment body.page-contact #content > .wrapper_title:before, body.page-contact body#module-stafe_storelocator-storeAppointment #content > .wrapper_title:before, body#module-stafe_storelocator-storeAppointment body.page-contact .card #content > .wrapper_form_contact:before, body.page-contact .card body#module-stafe_storelocator-storeAppointment #content > .wrapper_form_contact:before, body#module-stafe_storelocator-storeAppointment body.page-contact .card #content > .wrapper_listing_info:before, body.page-contact .card body#module-stafe_storelocator-storeAppointment #content > .wrapper_listing_info:before, body#module-stafe_storelocator-storeAppointment body#cms #wrapper #content-wrapper #content > header.page-header:before, body#cms #wrapper #content-wrapper body#module-stafe_storelocator-storeAppointment #content > header.page-header:before, body#module-stafe_storelocator-storeAppointment body#cms #wrapper #content-wrapper .page-content.page-cms #content > div.focus:before, body#cms #wrapper #content-wrapper .page-content.page-cms body#module-stafe_storelocator-storeAppointment #content > div.focus:before, body#module-stafe_storelocator-storeAppointment body#cms #wrapper #content-wrapper .page-content.page-cms #content > div.section:before, body#cms #wrapper #content-wrapper .page-content.page-cms body#module-stafe_storelocator-storeAppointment #content > div.section:before, body#module-stafe_storelocator-storeAppointment body#module-faqs-display #content > #center_column_fag:before, body#module-faqs-display body#module-stafe_storelocator-storeAppointment #content > #center_column_fag:before, body#module-stafe_storelocator-storeAppointment body#module-faqs-display #content > .wrapper_title:before, body#module-faqs-display body#module-stafe_storelocator-storeAppointment #content > .wrapper_title:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      right: 0;
      width: 1px;
      background-color: #e2d9d1; }
  body#module-stafe_storelocator-storeAppointment #content .left-column {
    padding-right: 67px; }
    body#module-stafe_storelocator-storeAppointment #content .left-column .big_image {
      max-height: 390px;
      overflow-y: hidden; }
      body#module-stafe_storelocator-storeAppointment #content .left-column .big_image img {
        width: 100%;
        height: auto; }
    body#module-stafe_storelocator-storeAppointment #content .left-column h2, body#module-stafe_storelocator-storeAppointment #content .left-column h3 {
      font-family: "Open sans", sans-serif;
      font-size: 25px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.52;
      letter-spacing: 1px;
      color: #2d2926;
      margin: 0; }
    body#module-stafe_storelocator-storeAppointment #content .left-column h2 {
      font-family: "Libre Baskerville", sans-serif;
      font-size: 40px;
      font-weight: normal;
      letter-spacing: normal;
      margin: 16px 0 0; }
    body#module-stafe_storelocator-storeAppointment #content .left-column h3 {
      margin-bottom: 33px; }
    body#module-stafe_storelocator-storeAppointment #content .left-column p {
      font-family: "Open sans", sans-serif;
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #2d2926; }
  body#module-stafe_storelocator-storeAppointment #content .right-column {
    padding-left: 88px; }
    body#module-stafe_storelocator-storeAppointment #content .right-column > p {
      font-family: "Open sans", sans-serif;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.08;
      letter-spacing: normal;
      color: var(--black); }
    body#module-stafe_storelocator-storeAppointment #content .right-column input[type=text], body#module-stafe_storelocator-storeAppointment #content .right-column input[type=email], body#module-stafe_storelocator-storeAppointment #content .right-column input[type=password], body#module-stafe_storelocator-storeAppointment #content .right-column input[type=number], body#module-stafe_storelocator-storeAppointment #content .right-column input[type=tel] {
      width: 100%; }
    body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-number {
      position: absolute;
      left: 0;
      transform: translate(-50%, -10px);
      width: 40px;
      height: 40px;
      border-radius: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--white);
      box-shadow: 0 4px 7px -4px rgba(0, 0, 0, 0.5);
      font-family: "Libre Baskerville", sans-serif;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.96px;
      color: var(--black); }
    body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields {
      margin-top: 55px; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields legend {
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.79;
        letter-spacing: normal;
        color: var(--black); }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields legend span.collapser {
          cursor: pointer;
          font-weight: normal;
          display: flex;
          justify-content: flex-start; }
          body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields legend span.collapser .moins, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields legend span.collapser .plus {
            font-size: 16px;
            margin-left: auto; }
          body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields legend span.collapser .moins {
            display: none; }
          body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields legend span.collapser.active .moins {
            display: block; }
          body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields legend span.collapser.active .plus {
            display: none; }
          body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields legend span.collapser strong {
            font-weight: bold;
            margin-left: 5px; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .collapsed {
        display: none; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields select {
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2d2926;
        width: calc(100% - 44px); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .mornoon {
        justify-content: flex-end; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .mornoon label {
          font-family: "Open sans", sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.08;
          letter-spacing: normal;
          color: var(--black); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning {
        border-top: solid 2px #ededed; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week {
          display: flex !important;
          justify-content: space-between; }
          body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day {
            flex-grow: 1; }
            body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .header {
              font-family: "Open sans", sans-serif;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.79;
              letter-spacing: normal;
              text-align: center;
              color: var(--black); }
              body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .header em {
                font-style: normal;
                font-weight: bold; }
            body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day:nth-child(n+5) .day-part .hour label button {
              right: 100% !important;
              left: unset !important; }
            body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part {
              display: none; }
              body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part.show {
                display: flex;
                flex-direction: column; }
              body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part:not(:first-child) {
                margin-left: 4px; }
              body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part:not(:last-child) {
                margin-right: 4px; }
              body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour {
                padding: 7px 8px 7px 8px;
                background-color: var(--white);
                margin-bottom: 16px;
                position: relative;
                border: solid 4px transparent;
                border-left-width: 5px; }
                body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled):hover, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled):focus, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled):active, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled).active {
                  border-color: #000; }
                  body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled):hover label, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled):focus label, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled):active label, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled).active label {
                    background-color: var(--white);
                    color: #000 !important; }
                    body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled):hover label button, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled):focus label button, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled):active label button, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour:not(.disabled).active label button {
                      display: block;
                      position: absolute;
                      left: 100%;
                      top: -4px;
                      bottom: -4px;
                      z-index: 9999;
                      background: #000;
                      color: #fff;
                      font-family: "Open sans", sans-serif;
                      font-size: 14px;
                      font-weight: normal;
                      font-stretch: normal;
                      font-style: normal;
                      line-height: normal;
                      letter-spacing: 1.4px;
                      text-align: center;
                      text-transform: uppercase;
                      border: none;
                      padding: 0 25px; }
                body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour.disabled {
                  background: #f6f6f6;
                  border: solid 4px rgba(211, 211, 211, 0.1); }
                  body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour.disabled label button {
                    display: none !important; }
                body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour label {
                  margin: 0;
                  display: inline-block;
                  width: 100%;
                  text-align: center; }
                  body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour label button {
                    display: none; }
                  body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour label input[type=radio] {
                    position: absolute;
                    left: 1000vw; }
                body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour.selected {
                  background: #000;
                  position: relative; }
                  body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour.selected label, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour.selected input {
                    color: white; }
                  body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .week .day .day-part .hour.selected .check {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    width: 14px;
                    height: 14px; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .slick-arrow {
          top: 25px; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .planning-custom button {
          display: none; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .planning-custom input {
          width: 100%;
          position: relative;
          margin-top: 35px; }
          body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .planning-custom input:active + button, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .planning-custom input:focus + button, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .planning-custom input:not(:empty) + button, body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .planning-custom input:not(.empty) + button {
            display: block;
            position: absolute;
            right: 0; }
          body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .planning .planning-custom input + button.show {
            display: block;
            position: absolute;
            right: 0; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form p {
        font-family: "Open sans", sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.08;
        letter-spacing: normal;
        color: var(--black);
        margin-bottom: 22px; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form input:not([type=submit]) {
        margin-bottom: 28px;
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2d2926;
        padding: 1px 4px 2px 4px; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form input:not([type=submit])::placeholder {
          font-family: "Open sans", sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: rgba(45, 41, 38, 0.4); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form .custom-radio {
        margin-right: 16px; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form .custom-radio + label {
          margin-right: 30px;
          font-family: "Open sans", sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.08;
          letter-spacing: normal;
          color: var(--black); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form .subfield {
        display: none;
        width: 100%; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form .subfield input {
          width: 100%; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form .subfield.show {
          display: block; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form .subject-choices {
        display: flex;
        flex-wrap: wrap; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form .subject-choices label {
          text-align: left;
          flex: 1; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form .subject-choices .break {
          height: 0;
          flex-basis: 100%; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form label[for="guests"] {
        margin-top: 40px; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .appointment-step .step-formfields .customer-form select#guests {
        width: 130px;
        margin-top: 16px;
        margin-bottom: 40px; }
    body#module-stafe_storelocator-storeAppointment #content .right-column .final-step .check {
      font-size: 56px;
      width: 56px;
      height: 56px;
      border-radius: 56px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 7px -4px rgba(0, 0, 0, 0.5);
      margin-bottom: 24px; }
    body#module-stafe_storelocator-storeAppointment #content .right-column .final-step h2 {
      font-family: "Open sans", sans-serif;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      color: var(--black); }
    body#module-stafe_storelocator-storeAppointment #content .right-column .final-step p {
      font-family: "Open sans", sans-serif;
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.79;
      letter-spacing: normal;
      color: var(--black); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step p em {
        font-weight: 500;
        font-style: normal; }
    body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary {
      padding: 19px 23px;
      background-color: var(--white);
      position: relative; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary h3 {
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.79;
        letter-spacing: normal;
        color: var(--black);
        margin-bottom: 32px; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary p {
        font-family: "Open sans", sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.08;
        letter-spacing: normal;
        color: var(--black); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .phone_input .cta:not(.show) {
        display: none; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .phone_input .cta a {
        text-decoration: underline; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .phone_input .input:not(.show) {
        display: none; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .phone_input .input.show {
        display: block; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .customer .phone {
        display: none; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .customer .phone.show {
          display: block; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .customer p, body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store p {
        margin-bottom: 2px; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .customer .name, body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store .name {
        font-size: 14px;
        font-weight: bold;
        line-height: 2; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store {
        margin-bottom: 32px; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store .store_details, body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store .route_to {
          display: inline-block; }
          body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store .store_details a, body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store .route_to a {
            text-decoration: underline; }
            body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store .store_details a span, body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store .route_to a span {
              text-decoration: none; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .store .store_details {
          margin-right: 40px; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary em {
        font-style: normal;
        font-weight: bold; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step #summary .ics {
        position: relative;
        bottom: -19px;
        left: -23px; }
    body#module-stafe_storelocator-storeAppointment #content .right-column .final-step .signin {
      margin-top: 62px; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step .signin h3 {
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        color: var(--black); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step .signin p {
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.79;
        letter-spacing: normal;
        color: var(--black); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step .signin input[type=submit] {
        margin-top: 25px; }
  @media (max-width: 767.98px) {
    body#module-stafe_storelocator-storeAppointment #content > .full:before, body#module-stafe_storelocator-storeAppointment #content > .banner:before, body#module-stafe_storelocator-storeAppointment body.page-contact #content > .banner:before, body#module-stafe_storelocator-storeAppointment body.page-contact #content > .wrapper_title:before, body.page-contact body#module-stafe_storelocator-storeAppointment #content > .wrapper_title:before, body#module-stafe_storelocator-storeAppointment body.page-contact .card #content > .wrapper_form_contact:before, body.page-contact .card body#module-stafe_storelocator-storeAppointment #content > .wrapper_form_contact:before, body#module-stafe_storelocator-storeAppointment body.page-contact .card #content > .wrapper_listing_info:before, body.page-contact .card body#module-stafe_storelocator-storeAppointment #content > .wrapper_listing_info:before, body#module-stafe_storelocator-storeAppointment body#cms #wrapper #content-wrapper #content > header.page-header:before, body#cms #wrapper #content-wrapper body#module-stafe_storelocator-storeAppointment #content > header.page-header:before, body#module-stafe_storelocator-storeAppointment body#cms #wrapper #content-wrapper .page-content.page-cms #content > div.focus:before, body#cms #wrapper #content-wrapper .page-content.page-cms body#module-stafe_storelocator-storeAppointment #content > div.focus:before, body#module-stafe_storelocator-storeAppointment body#cms #wrapper #content-wrapper .page-content.page-cms #content > div.section:before, body#cms #wrapper #content-wrapper .page-content.page-cms body#module-stafe_storelocator-storeAppointment #content > div.section:before, body#module-stafe_storelocator-storeAppointment body#module-faqs-display #content > #center_column_fag:before, body#module-faqs-display body#module-stafe_storelocator-storeAppointment #content > #center_column_fag:before, body#module-stafe_storelocator-storeAppointment body#module-faqs-display #content > .wrapper_title:before, body#module-faqs-display body#module-stafe_storelocator-storeAppointment #content > .wrapper_title:before {
      content: none; }
    body#module-stafe_storelocator-storeAppointment #content .left-column {
      padding-right: 0 !important;
      margin-top: 50px !important; }
      body#module-stafe_storelocator-storeAppointment #content .left-column .big_image {
        max-height: 240px !important; }
      body#module-stafe_storelocator-storeAppointment #content .left-column h2, body#module-stafe_storelocator-storeAppointment #content .left-column h3 {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal; }
      body#module-stafe_storelocator-storeAppointment #content .left-column h2 {
        font-size: 30px;
        font-weight: normal;
        line-height: 1.27; }
      body#module-stafe_storelocator-storeAppointment #content .left-column p {
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #2d2926; }
      body#module-stafe_storelocator-storeAppointment #content .left-column > h2, body#module-stafe_storelocator-storeAppointment #content .left-column > h3, body#module-stafe_storelocator-storeAppointment #content .left-column > p {
        padding-left: 40px;
        padding-right: 40px; }
    body#module-stafe_storelocator-storeAppointment #content .right-column {
      padding-left: 0 !important; }
      body#module-stafe_storelocator-storeAppointment #content .right-column > p {
        font-family: "Open sans", sans-serif;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 24px;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: var(--black); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .step-number {
        transform: translate(0, -10px) !important; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields fieldset > legend {
        margin-left: 60px;
        margin-bottom: 25px;
        max-width: calc(100vw - 90px); }
        body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields fieldset > legend .collapser {
          max-width: calc(100vw - 90px);
          display: inline-flex;
          position: relative;
          flex-direction: column;
          width: 100%;
          transform: translateY(-12px); }
          body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields fieldset > legend .collapser .icon {
            position: absolute;
            left: 100%;
            top: 50%;
            transform: translateY(-50%); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields .mornoon {
        justify-content: space-between !important; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields .mornoon > label:nth-of-type(1):before,
        body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields .mornoon > label:nth-of-type(1):after {
          left: calc(50vw - 50%); }
        body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields .mornoon > input:nth-of-type(1):not(:checked) + label:after {
          left: calc(50vw - 50% + 20px); }
        body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields .mornoon > label:nth-of-type(2)::before {
          right: calc(50vw - 50%); }
      body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields .hour {
        padding: 0 !important; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .step-formfields .hour label {
          padding: 15px 0px;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .customer-form {
        padding-left: 40px !important;
        padding-right: 40px !important; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .customer-form .input-field {
          padding: 11px 27px !important; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .confirm-input-container {
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        max-width: 1000% !important;
        width: 100vw !important; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .confirm-input-container input {
          width: calc(100% - 50px);
          margin: auto; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step .ics {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important; }
      body#module-stafe_storelocator-storeAppointment #content .right-column .final-step .signin {
        padding: 40px;
        margin-top: 30px; }
        body#module-stafe_storelocator-storeAppointment #content .right-column .final-step .signin input[type="submit"] {
          display: inline-block;
          width: calc(100% - 20px);
          margin-left: -20px; } }
  body#module-stafe_storelocator-myQuotes .wrapper_table_quote {
    padding: 40px 0; }
    body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table {
      max-width: 800px;
      margin: auto;
      border: 0; }
      body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table thead th {
        border: 0;
        padding: 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 2;
        color: #000; }
      body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody tr {
        border-top: 3px solid #f6f6f6; }
        body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody tr:nth-of-type(odd) {
          background-color: transparent; }
      body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody th, body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody td {
        border: 0;
        background-color: white;
        padding: 8px 22px;
        font-size: 14px;
        line-height: 1.79;
        color: #000;
        font-weight: normal; }
        body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody th.quote-actions, body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody td.quote-actions {
          background-color: transparent;
          padding: 0 20px;
          vertical-align: middle; }
          body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody th.quote-actions label, body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody td.quote-actions label {
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 600; }
          body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody th.quote-actions .icon, body#module-stafe_storelocator-myQuotes .wrapper_table_quote .table tbody td.quote-actions .icon {
            font-size: 24px;
            vertical-align: middle;
            margin-right: 10px; }
    body#module-stafe_storelocator-myQuotes .wrapper_table_quote .info {
      font-size: 14px;
      line-height: 1.79;
      color: #000;
      margin-bottom: 25px;
      text-align: center; }
    body#module-stafe_storelocator-myQuotes .wrapper_table_quote .list_quotes .quote {
      background-color: white;
      padding: 0;
      border-bottom: 0;
      margin-bottom: 16px; }
      body#module-stafe_storelocator-myQuotes .wrapper_table_quote .list_quotes .quote .content_info_bloc {
        padding: 30px; }
        body#module-stafe_storelocator-myQuotes .wrapper_table_quote .list_quotes .quote .content_info_bloc label {
          margin-bottom: 0;
          font-weight: 500; }
      body#module-stafe_storelocator-myQuotes .wrapper_table_quote .list_quotes .quote .btn {
        width: 100%;
        font-size: 14px;
        letter-spacing: 1.4px;
        text-align: center; }
        body#module-stafe_storelocator-myQuotes .wrapper_table_quote .list_quotes .quote .btn .icon {
          font-size: 24px;
          vertical-align: middle;
          margin-right: 10px; }
        body#module-stafe_storelocator-myQuotes .wrapper_table_quote .list_quotes .quote .btn:hover {
          text-decoration: none; }
  body#module-stafe_storelocator-myQuotes .wrapper_quote_infos {
    padding-top: 40px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    body#module-stafe_storelocator-myQuotes .wrapper_quote_infos label {
      text-align: right;
      font-weight: 500;
      padding: 0; }
      @media (max-width: 991.98px) {
        body#module-stafe_storelocator-myQuotes .wrapper_quote_infos label {
          flex: none;
          width: auto; } }
    body#module-stafe_storelocator-myQuotes .wrapper_quote_infos .value {
      color: #000;
      padding: 0;
      text-align: left;
      padding-left: 5px; }
      @media (max-width: 991.98px) {
        body#module-stafe_storelocator-myQuotes .wrapper_quote_infos .value {
          flex: none;
          width: auto; } }
  body#module-stafe_storelocator-myQuotes .wrapper_details {
    margin-bottom: 77px;
    background-color: white; }
    body#module-stafe_storelocator-myQuotes .wrapper_details .title_quote {
      padding: 20px 40px;
      font-size: 14px;
      font-weight: 600;
      line-height: 2;
      color: #000;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        body#module-stafe_storelocator-myQuotes .wrapper_details .title_quote {
          padding: 39px 76px; } }
    body#module-stafe_storelocator-myQuotes .wrapper_details .global_informations, body#module-stafe_storelocator-myQuotes .wrapper_details .contact_informations {
      padding-bottom: 60px; }
      body#module-stafe_storelocator-myQuotes .wrapper_details .global_informations.contact_informations, body#module-stafe_storelocator-myQuotes .wrapper_details .contact_informations.contact_informations {
        padding-bottom: 30px; }
      body#module-stafe_storelocator-myQuotes .wrapper_details .global_informations .title_info, body#module-stafe_storelocator-myQuotes .wrapper_details .contact_informations .title_info {
        border: solid 1px rgba(211, 211, 211, 0.1);
        background-color: #000;
        color: white;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        padding: 15px 20px; }
        @media (min-width: 768px) {
          body#module-stafe_storelocator-myQuotes .wrapper_details .global_informations .title_info, body#module-stafe_storelocator-myQuotes .wrapper_details .contact_informations .title_info {
            padding: 15px 44px; } }
      body#module-stafe_storelocator-myQuotes .wrapper_details .global_informations .item_info, body#module-stafe_storelocator-myQuotes .wrapper_details .contact_informations .item_info {
        border-bottom: 2px solid #f3f2f1; }
        body#module-stafe_storelocator-myQuotes .wrapper_details .global_informations .item_info label, body#module-stafe_storelocator-myQuotes .wrapper_details .contact_informations .item_info label {
          padding: 20px 20px;
          padding-bottom: 10px;
          font-family: "Libre Baskerville", sans-serif;
          font-size: 16px;
          line-height: 1.5;
          color: #000;
          text-align: left;
          margin: 0; }
          @media (min-width: 768px) {
            body#module-stafe_storelocator-myQuotes .wrapper_details .global_informations .item_info label, body#module-stafe_storelocator-myQuotes .wrapper_details .contact_informations .item_info label {
              padding: 20px 44px; } }
        body#module-stafe_storelocator-myQuotes .wrapper_details .global_informations .item_info .value, body#module-stafe_storelocator-myQuotes .wrapper_details .contact_informations .item_info .value {
          padding: 20px 20px;
          padding-top: 0px;
          font-size: 14px;
          font-weight: 300;
          color: #000; }
          @media (min-width: 768px) {
            body#module-stafe_storelocator-myQuotes .wrapper_details .global_informations .item_info .value, body#module-stafe_storelocator-myQuotes .wrapper_details .contact_informations .item_info .value {
              padding: 23px 0; } }
  body .stafe_storelocator.quote.sl-quote-form > div {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none; }
    body .stafe_storelocator.quote.sl-quote-form > div::-webkit-scrollbar {
      display: none;
      width: 0 !important; }
  body .stafe_storelocator.quote.sl-quote-form .left-side {
    background-size: cover !important;
    background: no-repeat center; }
  body .stafe_storelocator.quote.sl-quote-form .right-side {
    overflow-x: hidden; }
    body .stafe_storelocator.quote.sl-quote-form .right-side .send-guest, body .stafe_storelocator.quote.sl-quote-form .right-side .ask-account {
      font-family: "Open sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 1.4px;
      text-align: center;
      color: var(--black);
      text-decoration: underline;
      background: none;
      border: none;
      box-shadow: none;
      margin: auto;
      width: 100%; }
    body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form {
      position: relative;
      padding: 77px 89px 18px 36px;
      max-height: 500vh;
      transition: max-height ease 100ms; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form.behind {
        overflow: hidden;
        max-height: calc(100vh - 40px);
        max-height: calc(var(--app-height) - 40px); }
      body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form .close {
        position: absolute;
        top: 5px;
        right: 5px; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form h2 {
        font-family: "Libre Baskerville", sans-serif;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.04;
        letter-spacing: normal;
        color: var(--black);
        margin-bottom: 62px;
        text-align: center; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form h3 {
        font-family: "Libre Baskerville", sans-serif;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.04;
        letter-spacing: normal;
        color: var(--black);
        text-align: left; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset {
        padding-bottom: 45px; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset legend, body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset label {
          font-family: "Open sans", sans-serif;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.56;
          letter-spacing: normal;
          color: var(--black);
          margin-bottom: 20px; }
          body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset legend span, body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset label span {
            font-size: 12px; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset textarea {
          border: solid 1px var(--black);
          width: 100%;
          height: 134px; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset select {
          border: solid 1px var(--black); }
        body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset input[type=text] {
          margin-bottom: 20px; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset .label-model {
          margin-top: 45px; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset #sl-quote-model {
          margin-top: 20px; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset .label-firmness {
          margin-right: 40px; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form form fieldset .custom-radio-firmness {
          margin-right: 5px; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form .primary-buttons {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 14px; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form .primary-buttons > * {
          flex: 1;
          margin-left: 36px;
          margin-right: 36px;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.83;
          letter-spacing: 1.2px;
          text-align: center; }
          body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form .primary-buttons > * em {
            font-style: normal;
            font-weight: bold; }
          body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form .primary-buttons > *:first-child {
            margin-left: 0; }
          body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form .primary-buttons > *:last-child {
            margin-right: 0; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form .send-guest {
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.4px;
        text-align: center;
        color: var(--black);
        text-decoration: underline;
        background: none;
        border: none;
        box-shadow: none;
        margin: auto;
        width: 100%; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .quote-form .last-sentence {
        font-family: "Libre Baskerville", sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.8px;
        color: var(--black);
        text-align: right;
        margin-top: 47px; }
    body .stafe_storelocator.quote.sl-quote-form .right-side .login-form, body .stafe_storelocator.quote.sl-quote-form .right-side .register-form {
      display: block;
      transition: transform ease 500ms;
      margin-top: 0;
      width: 66%;
      padding: 40px; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .login-form form, body .stafe_storelocator.quote.sl-quote-form .right-side .register-form form {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .login-form form input:not([type=checkbox]), body .stafe_storelocator.quote.sl-quote-form .right-side .register-form form input:not([type=checkbox]) {
          width: 100%;
          margin: 0 30px 30px; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .login-form .send-guest, body .stafe_storelocator.quote.sl-quote-form .right-side .login-form .ask-account, body .stafe_storelocator.quote.sl-quote-form .right-side .register-form .send-guest, body .stafe_storelocator.quote.sl-quote-form .right-side .register-form .ask-account {
        margin: 0; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .login-form .ask-account, body .stafe_storelocator.quote.sl-quote-form .right-side .register-form .ask-account {
        width: 100%;
        text-align: right; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .login-form button[name="submitQuoteLogin"], body .stafe_storelocator.quote.sl-quote-form .right-side .login-form button[name="submitQuoteRegister"], body .stafe_storelocator.quote.sl-quote-form .right-side .register-form button[name="submitQuoteLogin"], body .stafe_storelocator.quote.sl-quote-form .right-side .register-form button[name="submitQuoteRegister"] {
        margin-top: 50px;
        margin-bottom: 28px; }
    body .stafe_storelocator.quote.sl-quote-form .right-side .thanks-form:not(.hide) {
      height: calc(100vh - 50px);
      height: calc(var(--app-height) - 50px);
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      body .stafe_storelocator.quote.sl-quote-form .right-side .thanks-form:not(.hide) .thanks {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 40px;
        font-family: "Open sans", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        color: var(--black);
        text-align: center; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .thanks-form:not(.hide) .thanks br {
          margin-bottom: 15px; }
        body .stafe_storelocator.quote.sl-quote-form .right-side .thanks-form:not(.hide) .thanks a {
          margin-top: 50px; }
  @media (max-width: 767.98px) {
    body .stafe_storelocator.quote.sl-quote-form .login-form, body .stafe_storelocator.quote.sl-quote-form .register-form {
      width: 90% !important; }
    body .stafe_storelocator.quote.sl-quote-form .primary-buttons {
      flex-wrap: wrap; }
      body .stafe_storelocator.quote.sl-quote-form .primary-buttons button {
        margin: 0 !important; } }
  body#cms #wrapper .container, body#cms #wrapper .big_container, body#cms #wrapper .small_container {
    padding: 0; }
  @media (max-width: 991.98px) {
    body#cms #wrapper #content-wrapper #contact_form header.page-header {
      max-height: 210px;
      height: auto !important; }
      body#cms #wrapper #content-wrapper #contact_form header.page-header .cms-banner {
        height: var(--banner-height, 100%) !important; } }
  body#cms #wrapper #content-wrapper header.page-header {
    position: relative;
    height: 210px; }
    body#cms #wrapper #content-wrapper header.page-header .cms-banner {
      width: 100%;
      height: 100%; }
      body#cms #wrapper #content-wrapper header.page-header .cms-banner .filter {
        width: 100%;
        height: 100%;
        opacity: 0.7;
        background-blend-mode: darken;
        background-image: linear-gradient(to bottom, rgba(169, 162, 162, 0), rgba(64, 61, 58, 0.84) 100%); }
    body#cms #wrapper #content-wrapper header.page-header h1 {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      font-family: 'Libre Baskerville';
      color: #fff;
      font-size: 40px;
      line-height: 46px;
      text-align: center; }
      body#cms #wrapper #content-wrapper header.page-header h1.dark {
        color: #000; }
    @media (min-width: 768px) {
      body#cms #wrapper #content-wrapper header.page-header {
        height: 420px; }
        body#cms #wrapper #content-wrapper header.page-header h1 {
          font-size: 70px;
          line-height: 76px;
          top: 60%; } }
  body#cms #wrapper #content-wrapper .page-content.page-cms {
    padding: 30px 10px; }
    body#cms #wrapper #content-wrapper .page-content.page-cms h2 {
      font-family: 'Libre Baskerville';
      font-size: 24px;
      line-height: 30px;
      color: #000;
      margin-bottom: 1rem; }
    body#cms #wrapper #content-wrapper .page-content.page-cms h3 {
      font-family: OpenSans-Regular, sans-serif;
      color: #000;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 1rem; }
    body#cms #wrapper #content-wrapper .page-content.page-cms p {
      font-family: OpenSans-Regular, sans-serif;
      max-width: 295px;
      font-size: 12px;
      line-height: 20px;
      color: #727272;
      margin: 0 auto;
      text-align: left; }
      body#cms #wrapper #content-wrapper .page-content.page-cms p.img {
        max-width: none;
        margin: 30px 0 30px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms p.img img  {
          width: 100%; }
        body#cms #wrapper #content-wrapper .page-content.page-cms p.img .caption {
          display: inline-block;
          width: 100%;
          font-size: 12px;
          line-height: 17px;
          padding: 5px 15px 0 0; }
    body#cms #wrapper #content-wrapper .page-content.page-cms a.btn {
      font-family: OpenSans-Regular, sans-serif;
      padding: 10px 50px;
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 20px;
      border: 1px solid #e0e0e0;
      width: 100%; }
      body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-primary {
        color: #fff;
        background-color: #000; }
        body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-primary:hover {
          color: #2d2926;
          background-color: #fff; }
      body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-secondary, body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-tertiary, body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-transparent {
        color: #2d2926; }
        body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-secondary:hover, body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-tertiary:hover, body#cms #wrapper #content-wrapper .page-content.page-cms a.btn.btn-transparent:hover {
          background-color: #000;
          color: #fff; }
    @media (min-width: 768px) {
      body#cms #wrapper #content-wrapper .page-content.page-cms {
        padding: 50px 60px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms h2 {
          font-size: 50px;
          line-height: 70px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms h3 {
          font-size: 24px;
          line-height: 36px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms p {
          font-size: 14px;
          max-width: 620px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms p.img {
            margin: 65px 0 30px; }
            body#cms #wrapper #content-wrapper .page-content.page-cms p.img .caption {
              padding: 15px 15px 0 0; }
        body#cms #wrapper #content-wrapper .page-content.page-cms a.btn {
          width: auto; } }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph {
      margin-bottom: 30px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph > div {
        display: flex;
        justify-content: center;
        align-items: center; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph img {
        max-width: 100%; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph p.hook {
        color: #aba9a8;
        font-size: 12px;
        line-height: 17px;
        text-transform: uppercase; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph p.title {
        color: #000;
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
        margin-bottom: 15px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .col-12, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .col-12 + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves {
        margin-top: 50px; }
      @media (min-width: 768px) {
        body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph {
          margin-bottom: 60px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph > div .wrapper {
            padding: 0 60px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .col-12, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .col-12, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .col-12, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .col-12, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .col-12, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .col-12 + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push_category + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .push-white-gloves + .wrapper_product-miniature, #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .push_category, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .col-12 + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push_category + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push_category + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .push_category, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .col-12 + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push_category + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-search body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push_category + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push_category, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push_category, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push_category, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push_category, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push_category, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .wrapper_product-miniature, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .wrapper_product-miniature, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .wrapper_product-miniature, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .wrapper_product-miniature, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .wrapper_product-miniature, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .col-12 + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .col-12 + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph #stafe_cart_inspiration .wrapper_product-miniature + .push-white-gloves, #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products #stafe_cart_inspiration body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push_category + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .wrapper_product-miniature + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-category #products .products .push-white-gloves + .push-white-gloves, body.page-category body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-category #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push_category + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .wrapper_product-miniature + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-search #products .products .push-white-gloves + .push-white-gloves, body.page-search body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults body.page-search #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push_category + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push_category + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .wrapper_product-miniature + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .wrapper_product-miniature + .push-white-gloves, body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph body.page-module-pm-advancedsearch4-searchresults #products .products .push-white-gloves + .push-white-gloves, body.page-module-pm-advancedsearch4-searchresults #products .products body#cms #wrapper #content-wrapper .page-content.page-cms div.paragraph .push-white-gloves + .push-white-gloves {
            margin-top: 0; } }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.focus {
      background: transparent url("../img/cms_focus_bgd.jpeg") repeat center center;
      margin-top: 50px;
      padding-bottom: 0; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .container, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .big_container, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .small_container {
        padding: 30px 40px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .container > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .big_container > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .small_container > div {
          height: 100%; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.focus img {
        max-width: 100%; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 20px 0 0; }
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper > div:not(.bottom) {
          flex-grow: 1;
          display: flex;
          align-items: center;
          padding-bottom: 30px; }
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper > div.bottom a {
          color: #2d2926;
          font-size: 14px;
          text-transform: uppercase;
          text-decoration: underline; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper > div.bottom a:hover {
            text-decoration: none; }
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper p {
          max-width: 300px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper p.hook {
            font-size: 18px;
            line-height: 25px;
            max-width: none;
            text-transform: uppercase; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper p.title {
            font-family: 'Libre Baskerville';
            color: #000;
            font-weight: normal;
            font-size: 32px;
            line-height: 40px;
            max-width: none;
            margin-bottom: 20px;
            text-transform: capitalize; }
      @media (min-width: 768px) {
        body#cms #wrapper #content-wrapper .page-content.page-cms div.focus {
          margin-top: 0; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .container, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .big_container, body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .small_container {
            padding: 50px 45px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper {
            padding: 0 60px; }
            body#cms #wrapper #content-wrapper .page-content.page-cms div.focus .wrapper > div:not(.bottom) {
              padding-bottom: 100px; }
          body#cms #wrapper #content-wrapper .page-content.page-cms div.focus p.title {
            font-size: 40px;
            line-height: 50px; } }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section.bgd {
      background-color: #f6f6f6; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section .container, body#cms #wrapper #content-wrapper .page-content.page-cms div.section .big_container, body#cms #wrapper #content-wrapper .page-content.page-cms div.section .small_container {
      padding: 60px 40px; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section img {
      max-width: 100%; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section p {
      max-width: none; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section p.title {
        font-family: 'Libre Baskerville';
        font-size: 32px;
        color: #2d2926;
        text-transform: capitalize;
        margin-bottom: 40px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section p.subtitle {
        font-size: 24px;
        line-height: 36px;
        color: #000;
        margin-bottom: 15px;
        font-weight: 600; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section .row + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_order_info ul li + .subtitle, body.page-order-detail .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_order_info ul li + .subtitle, body.page-order-confirmation .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_bloc_order .order-items .order-item .info + .subtitle, body.page-order-detail .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info + .subtitle, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info + .subtitle, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul li + .subtitle, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li + .subtitle {
      margin-top: 30px; }
    body#cms #wrapper #content-wrapper .page-content.page-cms div.section .row > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_order_info ul li > div, body.page-order-detail .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_order_info ul li > div, body.page-order-confirmation .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_bloc_order .order-items .order-item .info > div, body.page-order-detail .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info > div, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info > div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul li > div, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div {
      padding-right: 50px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section .row > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_order_info ul li > div + div, body.page-order-detail .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_order_info ul li > div + div, body.page-order-confirmation .wrapper_order_info ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-detail .wrapper_bloc_order .order-items .order-item .info > div + div, body.page-order-detail .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body.page-order-confirmation .wrapper_bloc_order .order-items .order-item .info > div + div, body.page-order-confirmation .wrapper_bloc_order .order-items .order-item body#cms #wrapper #content-wrapper .page-content.page-cms div.section .info > div + div, body#cms #wrapper #content-wrapper .page-content.page-cms div.section body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul li > div + div, body#module-stafe_storelocator-myQuotes .wrapper_quote_infos ul body#cms #wrapper #content-wrapper .page-content.page-cms div.section li > div + div {
        padding-right: 0; }
    @media (min-width: 768px) {
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section .container, body#cms #wrapper #content-wrapper .page-content.page-cms div.section .big_container, body#cms #wrapper #content-wrapper .page-content.page-cms div.section .small_container {
        padding: 90px 150px; }
      body#cms #wrapper #content-wrapper .page-content.page-cms div.section p.title {
        font-size: 40px; } }
  body#module-faqs-display .page-content, body#module-faqs-display .page-footer {
    margin: 0 !important; }
  body#module-faqs-display #wrapper {
    padding-top: 0 !important; }
  body#module-faqs-display .wrapper_title {
    position: relative; }
    body#module-faqs-display .wrapper_title .title {
      font-size: 24px;
      font-family: "Libre Baskerville", sans-serif;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: var(--black); }
      @media (min-width: 768px) {
        body#module-faqs-display .wrapper_title .title {
          font-size: 32px; } }
    body#module-faqs-display .wrapper_title .icon {
      font-size: 30px;
      font-weight: 700;
      vertical-align: middle;
      margin-right: 15px; }
    body#module-faqs-display .wrapper_title label {
      display: none;
      margin: 0;
      vertical-align: middle; }
      @media (min-width: 768px) {
        body#module-faqs-display .wrapper_title label {
          display: inline; } }
    body#module-faqs-display .wrapper_title .back, body#module-faqs-display .wrapper_title body#product .wrapper_bloc_inspiration .wrapper_col:before, body#product .wrapper_bloc_inspiration body#module-faqs-display .wrapper_title .wrapper_col:before {
      position: absolute;
      left: 5px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #3d3b3c !important; }
      @media (min-width: 768px) {
        body#module-faqs-display .wrapper_title .back, body#module-faqs-display .wrapper_title body#product .wrapper_bloc_inspiration .wrapper_col:before, body#product .wrapper_bloc_inspiration body#module-faqs-display .wrapper_title .wrapper_col:before {
          left: 78px; } }
      body#module-faqs-display .wrapper_title .back:hover, body#module-faqs-display .wrapper_title body#product .wrapper_bloc_inspiration .wrapper_col:hover:before, body#product .wrapper_bloc_inspiration body#module-faqs-display .wrapper_title .wrapper_col:hover:before {
        text-decoration: none; }
  body#module-faqs-display .input_search {
    width: 522px;
    max-width: calc(100% - 20px);
    height: 48px;
    margin: 26px auto;
    background-color: var(--white);
    z-index: 1; }
    body#module-faqs-display .input_search input {
      padding: 0 10px !important;
      font-size: 14px !important;
      font-family: "Libre Baskerville", sans-serif;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: rgba(45, 41, 38, 0.4); }
    body#module-faqs-display .input_search span.icon {
      cursor: pointer; }
  body#module-faqs-display .faqs-card-block {
    background-color: transparent;
    border: none;
    box-shadow: unset;
    padding-top: 60px; }
    body#module-faqs-display .faqs-card-block div[class*="content_home_page_"] {
      grid-gap: unset; }
    body#module-faqs-display .faqs-card-block .category_block {
      margin-top: 25px; }
    body#module-faqs-display .faqs-card-block *[class*="category_name_"].change_item {
      padding: 32px 44px 16px 45px;
      background-color: rgba(224, 224, 224, 0.4);
      font-family: "Libre Baskerville", sans-serif;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: center;
      color: var(--black);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      body#module-faqs-display .faqs-card-block *[class*="category_name_"].change_item:hover {
        text-decoration: none; }
      body#module-faqs-display .faqs-card-block *[class*="category_name_"].change_item .icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        font-size: 50px;
        height: auto;
        margin-bottom: 20px; }
    body#module-faqs-display .faqs-card-block .questions {
      font-family: "Libre Baskerville", sans-serif;
      padding: 27px 22px;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: var(--black);
      background-color: #f6f6f6;
      border-top: solid 1px var(--white); }
      body#module-faqs-display .faqs-card-block .questions .right-icon {
        float: right; }
      body#module-faqs-display .faqs-card-block .questions .plus, body#module-faqs-display .faqs-card-block .questions .minus {
        color: #979797;
        font-size: 20px; }
      body#module-faqs-display .faqs-card-block .questions .minus {
        display: none; }
      body#module-faqs-display .faqs-card-block .questions.active .right-icon {
        display: none; }
      body#module-faqs-display .faqs-card-block .questions.active .minus {
        float: right;
        display: inline; }
    body#module-faqs-display .faqs-card-block .answer_faq, body#module-faqs-display .faqs-card-block .more_faq_cat {
      box-shadow: none;
      background-color: #f6f6f6;
      margin: 0;
      padding: 27px 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      border: none;
      color: #797777 !important;
      font-size: 12px; }
      body#module-faqs-display .faqs-card-block .answer_faq p, body#module-faqs-display .faqs-card-block .more_faq_cat p {
        color: inherit;
        font-size: inherit; }
    body#module-faqs-display .faqs-card-block .more_faq_cat {
      text-align: center;
      border-top: solid 1px var(--white);
      color: var(--black) !important;
      width: 100%;
      display: inline-block; }
  body#module-faqs-display #left-column {
    display: none; }
  body#module-faqs-display #content-wrapper {
    width: 100% !important;
    max-width: 100% !important; }
  body#module-faqs-display #center_column_fag {
    background-color: #f6f6f6;
    margin-bottom: 0; }
    body#module-faqs-display #center_column_fag .gomakoil_faq_page {
      display: flex;
      justify-content: center;
      align-items: center; }
    body#module-faqs-display #center_column_fag .faqs-card-block {
      max-width: 526px;
      width: 100%; }
    body#module-faqs-display #center_column_fag .answer_faq, body#module-faqs-display #center_column_fag .questions {
      background-color: var(--white); }
    body#module-faqs-display #center_column_fag .questions {
      border-top-color: #f6f6f6; }
  body#module-faqs-display .wrapper_title {
    background-color: var(--white);
    padding-top: 16px;
    padding-bottom: 16px; }
  body .pagination .page-list {
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    body .pagination .page-list li {
      width: 38px;
      height: 38px;
      box-sizing: content-box;
      margin: 0 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      body .pagination .page-list li.current a, body .pagination .page-list li a {
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: var(--black); }
      body .pagination .page-list li.current {
        color: #2d2926;
        border-bottom: solid 2px #2d2926; }
      body .pagination .page-list li .next, body .pagination .page-list li .prev, body .pagination .page-list li .previous {
        float: none; }
  body #sl-send-route-to-modal form.hide {
    display: none; }
  body#cart.cart-empty .featured-products {
    display: none; }
  body#cart .featured-products .product-title {
    display: block !important;
    text-align: left; }
    body#cart .featured-products .product-title a {
      font-size: 14px;
      color: #000; }
  body#cart .featured-products .product-price-and-shipping {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 12px;
    margin-top: 5px; }
  body .modal-backdrop.fade.in {
    opacity: 0.5; }
  body.elementor-page .page-header {
    display: none; }
  body .wrapper_banner_img .title.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    font-size: 80px !important; }

#stafe_productasattribute_modal {
  z-index: 1000000; }
  #stafe_productasattribute_modal .stafe_productasattribute_modal_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75%;
    width: 100%; }
    #stafe_productasattribute_modal .stafe_productasattribute_modal_loader.blueprint {
      display: none; }
    #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content {
      text-align: center; }
      #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .description {
        font-family: "Libre Baskerville", sans-serif;
        font-size: 22px;
        color: #2d2926;
        max-width: 500px; }
      #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation {
        background-color: #ddd;
        height: 120px;
        width: 120px;
        border-radius: 100%;
        margin: 20px auto 0;
        position: relative; }
        #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          max-width: 55px;
          max-height: 55px;
          width: 100%;
          opacity: 0; }
          #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img:nth-child(1) {
            animation: fadeinout 3s linear -0.25s infinite; }
          #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img:nth-child(2) {
            animation: fadeinout 3s linear 0.5s infinite; }
          #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img:nth-child(3) {
            animation: fadeinout 3s linear 1.25s infinite; }
          #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img:nth-child(4) {
            animation: fadeinout 3s linear 2s infinite; }
@keyframes fadeinout {
  0% {
    opacity: 0; }
  8.3333333333%,
            25% {
    opacity: 1; }
  33.3333333333%,
            100% {
    opacity: 0; } }
  #stafe_productasattribute_modal .modal-dialog {
    max-width: 100vw;
    max-height: 100vh;
    max-height: var(--app-height);
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
    position: absolute;
    top: 0;
    left: 0;
    margin: -1px 0 0 !important;
    border-radius: 0; }
    #stafe_productasattribute_modal .modal-dialog .modal-content {
      height: 100%;
      overflow-y: auto; }
      #stafe_productasattribute_modal .modal-dialog .modal-content .modal-header {
        border: 0;
        padding: 5px 0; }
        @media (min-width: 768px) {
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-header {
            padding: 10px 1rem; } }
        #stafe_productasattribute_modal .modal-dialog .modal-content .modal-header button.close {
          font-weight: normal;
          color: #979797;
          font-size: 40px;
          margin-right: 0;
          z-index: 10; }
      #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body {
        padding-top: 0;
        margin-top: -30px; }
        @media (min-width: 768px) {
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body {
            margin-top: 0; } }
        #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body h1 {
          font-family: "Libre Baskerville", sans-serif;
          font-size: 28px;
          color: #2d2926;
          text-transform: uppercase;
          margin-bottom: 30px;
          text-align: center; }
          @media (min-width: 768px) {
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body h1 {
              font-size: 40px;
              text-align: left;
              margin-bottom: 40px; } }
        #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list {
          padding: 0; }
          @media (min-width: 768px) {
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list {
              padding-right: 15px;
              padding-left: 15px; } }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters {
            margin-bottom: 20px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters li {
              display: inline-block;
              margin-bottom: 5px;
              margin-right: 5px; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters li a {
                display: inline-block;
                border: 1px solid rgba(211, 211, 211, 0.8);
                border-radius: 20px;
                padding: 5px 10px;
                min-width: 70px;
                text-align: center;
                color: #2d2926;
                font-size: 12px;
                line-height: 1;
                text-decoration: none; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters li a:hover {
                  background-color: rgba(211, 211, 211, 0.8); }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters li.active a {
                background-color: rgba(211, 211, 211, 0.8); }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper {
            margin-bottom: 30px;
            text-align: center; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper label {
              width: 100%;
              text-align: center;
              font-size: 14px;
              font-weight: 600;
              color: #000;
              text-transform: uppercase;
              margin: 0 0 5px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper .select-wrapper {
              display: inline-block;
              width: auto;
              position: relative; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper .select-wrapper #select_categories_filters {
                width: auto;
                padding: 0 30px 0 10px;
                background: none;
                color: #000;
                font-size: 14px;
                box-shadow: none;
                font-weight: 500;
                margin: 0;
                cursor: pointer;
                border: 1px solid #000; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper .select-wrapper:after {
                content: "\f078";
                font-family: FontAwesome;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translate(0, -50%);
                color: #000;
                pointer-events: none; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes .results {
            font-size: 14px;
            color: #2d2926; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes .results .nb {
              font-weight: 300; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top {
            margin-bottom: 30px;
            padding: 0 0 15px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li {
              padding: 0 8px 0 0; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li a {
                display: block; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li a .cover {
                  position: relative;
                  box-sizing: border-box;
                  height: 52px;
                  width: 52px; }
                  #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li a .cover img {
                    height: 100%;
                    width: 100%; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li.active .cover {
                border: 2px solid rgba(0, 0, 0, 0.8); }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li.active .cover:after {
                  content: "\f00c";
                  font-family: FontAwesome;
                  color: #fff;
                  font-size: 13px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  background-color: black;
                  position: absolute;
                  bottom: 0;
                  right: 0;
                  height: 16px;
                  width: 16px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots {
              display: flex;
              margin: 0;
              bottom: 0;
              height: 2px;
              width: 100%;
              background-color: var(--very-light-pink); }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots li {
                height: 2px;
                width: auto;
                margin: 0;
                flex-grow: 1; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots li button {
                  width: 100%;
                  height: 2px; }
                  #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots li button:before {
                    border-radius: 0;
                    width: 100%;
                    height: 2px;
                    opacity: 0; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots li.slick-active button::before {
                  opacity: 0.75; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li,
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li {
            align-items: center;
            border-bottom: 1px solid rgba(211, 211, 211, 0.8);
            min-height: 66px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li a,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li a {
              text-decoration: none;
              padding: 10px 0; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li a:hover,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li a:hover {
                background-color: rgba(211, 211, 211, 0.5); }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .col,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .col {
              display: flex;
              align-items: center; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .cover,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .cover {
              flex-grow: 0; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .cover .wrapper,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .cover .wrapper {
                width: 60px;
                max-height: 60px;
                position: relative; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .cover .wrapper img,
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .cover .wrapper img {
                  height: 100%;
                  width: 100%;
                  font-size: 10px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li p,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li p {
              color: #2d2926;
              margin: 0 0 5px;
              font-family: "Open sans", sans-serif;
              line-height: 1.2; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li p.name,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li p.name {
                text-transform: uppercase;
                font-size: 14px;
                margin-bottom: 10px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .short_description,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .short_description {
              font-size: 12px; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .short_description p,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .short_description p {
                font-size: 12px; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .short_description ul,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .short_description ul {
                list-style-type: initial;
                padding-left: 20px; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .short_description ul li,
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .short_description ul li {
                  font-size: 12px;
                  color: #2d2926;
                  margin: 0 0 5px;
                  font-family: "Open sans", sans-serif;
                  line-height: 1.2; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .combination_price,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .combination_price {
              flex-grow: 0; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .combination_price .price,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .combination_price .price {
                font-size: 14px;
                font-weight: 300; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li.active .cover .wrapper,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li.active .cover .wrapper {
              border: 2px solid rgba(0, 0, 0, 0.8); }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li.active .cover .wrapper:after,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li.active .cover .wrapper:after {
                content: "\f00c";
                font-family: FontAwesome;
                color: #fff;
                font-size: 13px;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: black;
                position: absolute;
                bottom: 0;
                right: 0;
                height: 16px;
                width: 16px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-prev, #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-next {
            left: 50%;
            transform: translate(-50%, 0) rotate(90deg); }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-prev.slick-disabled, #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-next.slick-disabled {
              display: none !important; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-next {
            top: unset;
            bottom: -30px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-prev {
            top: -30px; }
        #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select {
          padding: 0; }
          @media (min-width: 768px) {
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select {
              padding: 50px 100px 0 35px; } }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover {
            position: relative;
            margin-bottom: 15px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover img {
              width: 100%; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover .supplier {
              position: absolute;
              bottom: 5px;
              left: 50%;
              transform: translate(-50%, 0); }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover .supplier a {
                display: inline-block;
                color: #fff;
                font-size: 14px;
                text-align: center; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover .supplier a img.logo {
                  width: 68px;
                  max-height: 68px;
                  margin-bottom: 5px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description {
            padding: 0 10px; }
            @media (min-width: 768px) {
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description {
                padding: 0; } }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description p {
              margin-bottom: 10px;
              font-size: 14px;
              font-weight: 300;
              line-height: 1; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description p.name {
                color: #2d2926;
                font-size: 18px;
                font-weight: 600; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description div.short_description {
              margin-bottom: 10px; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description div.short_description p {
                margin-bottom: 5px;
                line-height: 1.2; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description div.short_description ul {
                list-style-type: initial;
                padding-left: 20px; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description div.short_description ul li {
                  font-size: 14px;
                  color: #7a7a7a;
                  margin: 0 0 5px;
                  font-family: "Open sans", sans-serif;
                  line-height: 1.2; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .choose {
            margin-top: 5px;
            text-align: center; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .choose .cancel {
              margin-top: 20px;
              font-size: 14px;
              color: #2d2926;
              display: inline-block; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-prev, #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-next {
            top: 35%;
            z-index: 1; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-next {
            right: 5px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-prev {
            left: 5px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow:before {
            color: #fff; }
          @media (min-width: 768px) {
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-next {
              right: -35px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-prev {
              left: -35px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow:before {
              color: #000; } }
      #stafe_productasattribute_modal .modal-dialog .modal-content .modal-footer {
        display: none; }

#shc-press {
  position: relative; }
  #shc-press:before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
    background-color: #f6f6f6; }
  #shc-press .form_search_press {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      #shc-press .form_search_press {
        padding-top: 60px;
        padding-bottom: 60px; } }
    #shc-press .form_search_press .loader2 {
      justify-content: space-evenly;
      padding: 20px; }
    #shc-press .form_search_press .wrapper_input_search {
      display: flex;
      font-family: OpenSans;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 1.4px;
      text-align: left;
      color: #000;
      transition: all 0.5s;
      cursor: pointer;
      height: 0;
      background: transparent;
      border: 0;
      height: auto;
      border: solid 1px #979797;
      border-left: 0;
      border-right: 0;
      background-color: #fff;
      padding: 7px 20px; }
      @media (min-width: 768px) {
        #shc-press .form_search_press .wrapper_input_search {
          padding: 11px 50px; } }
      #shc-press .form_search_press .wrapper_input_search .icon {
        padding-right: 20px;
        font-size: 20px; }
        @media (min-width: 768px) {
          #shc-press .form_search_press .wrapper_input_search .icon {
            font-size: 40px; } }
      #shc-press .form_search_press .wrapper_input_search input#search {
        border: 0;
        font-family: OpenSans;
        margin-bottom: 0;
        font-size: 15px; }
        @media (min-width: 768px) {
          #shc-press .form_search_press .wrapper_input_search input#search {
            font-size: 30px; } }
  #shc-press .wrapper_top_press {
    position: relative;
    display: grid;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #shc-press .wrapper_top_press {
        margin-bottom: 70px;
        grid-template-columns: 2fr 3fr; } }
    #shc-press .wrapper_top_press .image_press {
      height: 100%;
      order: 1; }
      @media (min-width: 768px) {
        #shc-press .wrapper_top_press .image_press {
          order: 2; } }
      #shc-press .wrapper_top_press .image_press img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 215px; }
    #shc-press .wrapper_top_press .wrapper_content {
      order: 2;
      position: relative;
      background-color: #fff;
      margin: -15% 15px 0 15px;
      width: calc(100% - 30px);
      padding: 13px; }
      @media (min-width: 768px) {
        #shc-press .wrapper_top_press .wrapper_content {
          width: 115%;
          padding: 35px 53px 23px 27px;
          margin: 80px -15% 80px 0;
          order: 1; } }
      #shc-press .wrapper_top_press .wrapper_content .title_top_press {
        font-family: LibreBaskerville;
        line-height: 1.25 !important;
        text-align: left;
        color: #1d1d1b;
        position: relative;
        font-size: 24px !important;
        margin-bottom: 10px !important;
        padding-bottom: 10px; }
        @media (min-width: 768px) {
          #shc-press .wrapper_top_press .wrapper_content .title_top_press {
            padding-bottom: inherit;
            margin-bottom: 30px !important;
            font-size: 64px !important; } }
        #shc-press .wrapper_top_press .wrapper_content .title_top_press:after {
          display: block;
          content: "";
          width: 80%;
          background-color: black;
          height: 1px;
          position: absolute;
          bottom: 0; }
      #shc-press .wrapper_top_press .wrapper_content .title {
        font-family: OpenSans;
        font-weight: bold;
        line-height: 2.06;
        text-align: left;
        color: #000;
        position: relative;
        margin-bottom: 10px !important;
        font-size: 12px !important;
        padding-bottom: 10px; }
        @media (min-width: 768px) {
          #shc-press .wrapper_top_press .wrapper_content .title {
            padding-bottom: 30px;
            letter-spacing: 2px;
            font-size: 16px !important; } }
        #shc-press .wrapper_top_press .wrapper_content .title:after {
          content: "";
          display: block;
          width: 80%;
          background-color: black;
          height: 1px;
          position: absolute;
          bottom: 0; }
      #shc-press .wrapper_top_press .wrapper_content .wrapper_info {
        font-family: OpenSans;
        font-weight: 200;
        font-style: italic;
        letter-spacing: 1.4px;
        color: #000;
        margin-bottom: 10px;
        font-size: 10px; }
        @media (min-width: 768px) {
          #shc-press .wrapper_top_press .wrapper_content .wrapper_info {
            font-size: 14px; } }
      #shc-press .wrapper_top_press .wrapper_content .btn {
        float: right; }
  #shc-press .wrapper_filter_year {
    position: relative;
    padding-top: 60px; }
    #shc-press .wrapper_filter_year .list_year {
      list-style: none;
      margin-bottom: 40px; }
      #shc-press .wrapper_filter_year .list_year .filter_y {
        display: inline-block;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.4px;
        text-align: left;
        color: #000;
        padding: 11px 50px;
        border: solid 1px #979797;
        background-color: #fff;
        transition: all 0.5s;
        cursor: pointer; }
        #shc-press .wrapper_filter_year .list_year .filter_y:hover, #shc-press .wrapper_filter_year .list_year .filter_y .active {
          color: white;
          background-color: #000; }
    #shc-press .wrapper_filter_year .title_year {
      font-family: LibreBaskerville;
      font-size: 80px;
      line-height: 1;
      text-align: left;
      color: #1d1d1b;
      margin-bottom: 40px; }
  #shc-press .wrapper_listing_press {
    position: relative;
    margin-bottom: 40px; }
    #shc-press .wrapper_listing_press.search {
      padding-bottom: 40px; }
    #shc-press .wrapper_listing_press .listing_press {
      padding-bottom: 20px; }
    #shc-press .wrapper_listing_press .press {
      background-color: white;
      margin: 30px 0; }
      @media (min-width: 768px) {
        #shc-press .wrapper_listing_press .press {
          padding: 40px 50px;
          display: grid;
          grid-template-columns: 2fr 3fr;
          grid-gap: 70px; } }
      #shc-press .wrapper_listing_press .press .wrapper_content {
        position: relative;
        padding: 0 20px 25px 20px; }
        @media (min-width: 768px) {
          #shc-press .wrapper_listing_press .press .wrapper_content {
            padding: 0; } }
        #shc-press .wrapper_listing_press .press .wrapper_content .logo-img {
          max-width: 80%;
          margin: auto;
          display: block;
          margin-bottom: 19px;
          margin-top: 20px; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .logo-img {
              max-width: 30%;
              margin-bottom: 0;
              margin: initial;
              position: absolute;
              right: 0;
              top: 0; } }
        #shc-press .wrapper_listing_press .press .wrapper_content .wrapper_info {
          font-family: OpenSans;
          font-size: 14px;
          font-weight: 300;
          font-style: italic;
          letter-spacing: 1.4px;
          text-align: left;
          color: #000;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .wrapper_info {
              padding-top: 30px; } }
        #shc-press .wrapper_listing_press .press .wrapper_content .title {
          font-size: 14px;
          font-weight: bold;
          text-align: left;
          color: #000;
          line-height: 1.25;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .title {
              line-height: 2;
              max-width: 65%; } }
        #shc-press .wrapper_listing_press .press .wrapper_content .content {
          font-family: OpenSans;
          font-size: 12px;
          font-weight: 300;
          line-height: 2.33;
          text-align: left;
          color: #000;
          padding: 20px 0;
          margin-bottom: 0; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .content {
              padding: 70px 0;
              width: 80%;
              margin-bottom: 80px; } }
          #shc-press .wrapper_listing_press .press .wrapper_content .content p {
            max-width: 100% !important; }
        #shc-press .wrapper_listing_press .press .wrapper_content .btn {
          margin-top: 0 !important; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .btn {
              position: absolute;
              bottom: 0;
              right: 0; } }
      #shc-press .wrapper_listing_press .press .wrapper_image img {
        min-height: 150px;
        object-fit: cover;
        height: 100%; }
        @media (min-width: 768px) {
          #shc-press .wrapper_listing_press .press .wrapper_image img {
            min-height: 346px; } }
    #shc-press .wrapper_listing_press .wrapper_show_more {
      margin-left: calc(50% - 50vw) !important;
      margin-right: calc(50% - 50vw) !important;
      max-width: 1000% !important;
      width: 100vw !important;
      text-align: center;
      background-color: white;
      padding-top: 15px; }
      #shc-press .wrapper_listing_press .wrapper_show_more .btn .loader2 span {
        border-color: transparent #fff #fff; }
      #shc-press .wrapper_listing_press .wrapper_show_more .btn:hover .loader2 span {
        border-color: transparent #000 #000; }

#shc-event {
  position: relative;
  padding-top: 0px; }
  @media (min-width: 768px) {
    #shc-event {
      padding-top: 80px; } }
  #shc-event:before {
    content: "";
    top: 0;
    height: 105%;
    width: calc(30% + 150px);
    background-color: #f6f6f6;
    position: absolute;
    left: -120px;
    top: 0; }
    @media (min-width: 768px) {
      #shc-event:before {
        width: calc(50% + 150px); } }
  #shc-event > div {
    position: relative; }
  #shc-event .title {
    line-height: 1;
    font-family: LibreBaskerville;
    padding-bottom: 20px;
    font-size: 32px;
    padding: 0 50px 20px 50px; }
    @media (min-width: 768px) {
      #shc-event .title {
        padding: 0 50px 10px 0px;
        font-size: 64px; } }
  @media (min-width: 768px) {
    #shc-event .wrapper-event {
      padding: 20px 40px; } }
  #shc-event .wrapper-event .event {
    padding-right: 20px; }
    @media (min-width: 768px) {
      #shc-event .wrapper-event .event {
        padding-right: 70px; } }
    #shc-event .wrapper-event .event img {
      height: 225px;
      object-fit: cover;
      width: 100%;
      margin-bottom: 10px; }
    #shc-event .wrapper-event .event .title {
      font-size: 36px;
      padding: 13px 0px;
      line-height: 1; }
    #shc-event .wrapper-event .event .content {
      font-size: 13px;
      line-height: 1.69;
      padding-bottom: 20px; }
    #shc-event .wrapper-event .event .btn {
      float: right;
      width: inherit !important; }
  #shc-event .wrapper_nav .nav_next {
    position: absolute;
    right: 0;
    top: -60px;
    font-size: 23px;
    cursor: pointer;
    transition: all 0.5s; }
    #shc-event .wrapper_nav .nav_next:hover {
      transform: translateX(10px); }
  #shc-event .slick-slide {
    width: 80vw; }
  #shc-event .slick-slider .slick-dots {
    margin-bottom: 0;
    margin-bottom: 0;
    text-align: end;
    padding-right: 30px; }
    #shc-event .slick-slider .slick-dots li button:before {
      opacity: 1;
      width: 10px;
      height: 10px;
      background-color: white !important;
      border: 2px solid black !important; }
    #shc-event .slick-slider .slick-dots li.slick-active button:before {
      opacity: 1;
      background-color: black !important; }

.loader2 {
  display: none; }
  .loader2.active {
    display: flex; }
  .loader2 span {
    display: block;
    width: 70px;
    height: 70px;
    border: 3px solid;
    border-radius: 50%;
    border-color: transparent #000 #000;
    animation: cssload-spin 690ms infinite linear; }
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
#stafe_productasattribute_modal {
  z-index: 1000000; }
  #stafe_productasattribute_modal .stafe_productasattribute_modal_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75%;
    width: 100%; }
    #stafe_productasattribute_modal .stafe_productasattribute_modal_loader.blueprint {
      display: none; }
    #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content {
      text-align: center; }
      #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .description {
        font-family: "Libre Baskerville", sans-serif;
        font-size: 22px;
        color: #2d2926;
        max-width: 500px; }
      #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation {
        background-color: #ddd;
        height: 120px;
        width: 120px;
        border-radius: 100%;
        margin: 20px auto 0;
        position: relative; }
        #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          max-width: 55px;
          max-height: 55px;
          width: 100%;
          opacity: 0; }
          #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img:nth-child(1) {
            animation: fadeinout 3s linear -0.25s infinite; }
          #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img:nth-child(2) {
            animation: fadeinout 3s linear 0.5s infinite; }
          #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img:nth-child(3) {
            animation: fadeinout 3s linear 1.25s infinite; }
          #stafe_productasattribute_modal .stafe_productasattribute_modal_loader .content .animation img:nth-child(4) {
            animation: fadeinout 3s linear 2s infinite; }
@keyframes fadeinout {
  0% {
    opacity: 0; }
  8.3333333333%,
            25% {
    opacity: 1; }
  33.3333333333%,
            100% {
    opacity: 0; } }
  #stafe_productasattribute_modal .modal-dialog {
    max-width: 100vw;
    max-height: 100vh;
    max-height: var(--app-height);
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
    position: absolute;
    top: 0;
    left: 0;
    margin: -1px 0 0 !important;
    border-radius: 0; }
    #stafe_productasattribute_modal .modal-dialog .modal-content {
      height: 100%;
      overflow-y: auto; }
      #stafe_productasattribute_modal .modal-dialog .modal-content .modal-header {
        border: 0;
        padding: 5px 0; }
        @media (min-width: 768px) {
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-header {
            padding: 10px 1rem; } }
        #stafe_productasattribute_modal .modal-dialog .modal-content .modal-header button.close {
          font-weight: normal;
          color: #979797;
          font-size: 40px;
          margin-right: 0;
          z-index: 10; }
      #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body {
        padding-top: 0;
        margin-top: -30px; }
        @media (min-width: 768px) {
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body {
            margin-top: 0; } }
        #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body h1 {
          font-family: "Libre Baskerville", sans-serif;
          font-size: 28px;
          color: #2d2926;
          text-transform: uppercase;
          margin-bottom: 30px;
          text-align: center; }
          @media (min-width: 768px) {
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body h1 {
              font-size: 40px;
              text-align: left;
              margin-bottom: 40px; } }
        #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list {
          padding: 0; }
          @media (min-width: 768px) {
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list {
              padding-right: 15px;
              padding-left: 15px; } }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters {
            margin-bottom: 20px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters li {
              display: inline-block;
              margin-bottom: 5px;
              margin-right: 5px; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters li a {
                display: inline-block;
                border: 1px solid rgba(211, 211, 211, 0.8);
                border-radius: 20px;
                padding: 5px 10px;
                min-width: 70px;
                text-align: center;
                color: #2d2926;
                font-size: 12px;
                line-height: 1;
                text-decoration: none; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters li a:hover {
                  background-color: rgba(211, 211, 211, 0.8); }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list ul.categories_filters li.active a {
                background-color: rgba(211, 211, 211, 0.8); }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper {
            margin-bottom: 30px;
            text-align: center; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper label {
              width: 100%;
              text-align: center;
              font-size: 14px;
              font-weight: 600;
              color: #000;
              text-transform: uppercase;
              margin: 0 0 5px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper .select-wrapper {
              display: inline-block;
              width: auto;
              position: relative; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper .select-wrapper #select_categories_filters {
                width: auto;
                padding: 0 30px 0 10px;
                background: none;
                color: #000;
                font-size: 14px;
                box-shadow: none;
                font-weight: 500;
                margin: 0;
                cursor: pointer;
                border: 1px solid #000; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .wrapper .select-wrapper:after {
                content: "\f078";
                font-family: FontAwesome;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translate(0, -50%);
                color: #000;
                pointer-events: none; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes .results {
            font-size: 14px;
            color: #2d2926; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes .results .nb {
              font-weight: 300; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top {
            margin-bottom: 30px;
            padding: 0 0 15px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li {
              padding: 0 8px 0 0; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li a {
                display: block; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li a .cover {
                  position: relative;
                  box-sizing: border-box;
                  height: 52px;
                  width: 52px; }
                  #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li a .cover img {
                    height: 100%;
                    width: 100%; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li.active .cover {
                border: 2px solid rgba(0, 0, 0, 0.8); }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top li.active .cover:after {
                  content: "\f00c";
                  font-family: FontAwesome;
                  color: #fff;
                  font-size: 13px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  background-color: black;
                  position: absolute;
                  bottom: 0;
                  right: 0;
                  height: 16px;
                  width: 16px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots {
              display: flex;
              margin: 0;
              bottom: 0;
              height: 2px;
              width: 100%;
              background-color: var(--very-light-pink); }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots li {
                height: 2px;
                width: auto;
                margin: 0;
                flex-grow: 1; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots li button {
                  width: 100%;
                  height: 2px; }
                  #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots li button:before {
                    border-radius: 0;
                    width: 100%;
                    height: 2px;
                    opacity: 0; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.top .slick-dots li.slick-active button::before {
                  opacity: 0.75; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li,
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li {
            align-items: center;
            border-bottom: 1px solid rgba(211, 211, 211, 0.8);
            min-height: 66px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li a,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li a {
              text-decoration: none;
              padding: 10px 0; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li a:hover,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li a:hover {
                background-color: rgba(211, 211, 211, 0.5); }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .col,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .col {
              display: flex;
              align-items: center; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .cover,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .cover {
              flex-grow: 0; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .cover .wrapper,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .cover .wrapper {
                width: 60px;
                max-height: 60px;
                position: relative; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .cover .wrapper img,
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .cover .wrapper img {
                  height: 100%;
                  width: 100%;
                  font-size: 10px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li p,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li p {
              color: #2d2926;
              margin: 0 0 5px;
              font-family: "Open sans", sans-serif;
              line-height: 1.2; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li p.name,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li p.name {
                text-transform: uppercase;
                font-size: 14px;
                margin-bottom: 10px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .short_description,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .short_description {
              font-size: 12px; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .short_description p,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .short_description p {
                font-size: 12px; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .short_description ul,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .short_description ul {
                list-style-type: initial;
                padding-left: 20px; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .short_description ul li,
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .short_description ul li {
                  font-size: 12px;
                  color: #2d2926;
                  margin: 0 0 5px;
                  font-family: "Open sans", sans-serif;
                  line-height: 1.2; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .combination_price,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .combination_price {
              flex-grow: 0; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li .combination_price .price,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li .combination_price .price {
                font-size: 14px;
                font-weight: 300; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li.active .cover .wrapper,
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li.active .cover .wrapper {
              border: 2px solid rgba(0, 0, 0, 0.8); }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right > li.active .cover .wrapper:after,
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-slide > div > li.active .cover .wrapper:after {
                content: "\f00c";
                font-family: FontAwesome;
                color: #fff;
                font-size: 13px;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: black;
                position: absolute;
                bottom: 0;
                right: 0;
                height: 16px;
                width: 16px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-prev, #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-next {
            left: 50%;
            transform: translate(-50%, 0) rotate(90deg); }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-prev.slick-disabled, #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-next.slick-disabled {
              display: none !important; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-next {
            top: unset;
            bottom: -30px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .list .productasattributes ul.slider.right .slick-prev {
            top: -30px; }
        #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select {
          padding: 0; }
          @media (min-width: 768px) {
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select {
              padding: 50px 100px 0 35px; } }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover {
            position: relative;
            margin-bottom: 15px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover img {
              width: 100%; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover .supplier {
              position: absolute;
              bottom: 5px;
              left: 50%;
              transform: translate(-50%, 0); }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover .supplier a {
                display: inline-block;
                color: #fff;
                font-size: 14px;
                text-align: center; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .cover .supplier a img.logo {
                  width: 68px;
                  max-height: 68px;
                  margin-bottom: 5px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description {
            padding: 0 10px; }
            @media (min-width: 768px) {
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description {
                padding: 0; } }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description p {
              margin-bottom: 10px;
              font-size: 14px;
              font-weight: 300;
              line-height: 1; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description p.name {
                color: #2d2926;
                font-size: 18px;
                font-weight: 600; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description div.short_description {
              margin-bottom: 10px; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description div.short_description p {
                margin-bottom: 5px;
                line-height: 1.2; }
              #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description div.short_description ul {
                list-style-type: initial;
                padding-left: 20px; }
                #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .description div.short_description ul li {
                  font-size: 14px;
                  color: #7a7a7a;
                  margin: 0 0 5px;
                  font-family: "Open sans", sans-serif;
                  line-height: 1.2; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .choose {
            margin-top: 5px;
            text-align: center; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider li .choose .cancel {
              margin-top: 20px;
              font-size: 14px;
              color: #2d2926;
              display: inline-block; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-prev, #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-next {
            top: 35%;
            z-index: 1; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-next {
            right: 5px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-prev {
            left: 5px; }
          #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow:before {
            color: #fff; }
          @media (min-width: 768px) {
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-next {
              right: -35px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow.slick-prev {
              left: -35px; }
            #stafe_productasattribute_modal .modal-dialog .modal-content .modal-body .select ul.slider .slick-arrow:before {
              color: #000; } }
      #stafe_productasattribute_modal .modal-dialog .modal-content .modal-footer {
        display: none; }

#shc-press {
  position: relative; }
  #shc-press:before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
    background-color: #f6f6f6; }
  #shc-press .form_search_press {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      #shc-press .form_search_press {
        padding-top: 60px;
        padding-bottom: 60px; } }
    #shc-press .form_search_press .loader2 {
      justify-content: space-evenly;
      padding: 20px; }
    #shc-press .form_search_press .wrapper_input_search {
      display: flex;
      font-family: OpenSans;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 1.4px;
      text-align: left;
      color: #000;
      transition: all 0.5s;
      cursor: pointer;
      height: 0;
      background: transparent;
      border: 0;
      height: auto;
      border: solid 1px #979797;
      border-left: 0;
      border-right: 0;
      background-color: #fff;
      padding: 7px 20px; }
      @media (min-width: 768px) {
        #shc-press .form_search_press .wrapper_input_search {
          padding: 11px 50px; } }
      #shc-press .form_search_press .wrapper_input_search .icon {
        padding-right: 20px;
        font-size: 20px; }
        @media (min-width: 768px) {
          #shc-press .form_search_press .wrapper_input_search .icon {
            font-size: 40px; } }
      #shc-press .form_search_press .wrapper_input_search input#search {
        border: 0;
        font-family: OpenSans;
        margin-bottom: 0;
        font-size: 15px; }
        @media (min-width: 768px) {
          #shc-press .form_search_press .wrapper_input_search input#search {
            font-size: 30px; } }
  #shc-press .wrapper_top_press {
    position: relative;
    display: grid;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #shc-press .wrapper_top_press {
        margin-bottom: 70px;
        grid-template-columns: 2fr 3fr; } }
    #shc-press .wrapper_top_press .image_press {
      height: 100%;
      order: 1; }
      @media (min-width: 768px) {
        #shc-press .wrapper_top_press .image_press {
          order: 2; } }
      #shc-press .wrapper_top_press .image_press img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 215px; }
    #shc-press .wrapper_top_press .wrapper_content {
      order: 2;
      position: relative;
      background-color: #fff;
      margin: -15% 15px 0 15px;
      width: calc(100% - 30px);
      padding: 13px; }
      @media (min-width: 768px) {
        #shc-press .wrapper_top_press .wrapper_content {
          width: 115%;
          padding: 35px 53px 23px 27px;
          margin: 80px -15% 80px 0;
          order: 1; } }
      #shc-press .wrapper_top_press .wrapper_content .title_top_press {
        font-family: LibreBaskerville;
        line-height: 1.25 !important;
        text-align: left;
        color: #1d1d1b;
        position: relative;
        font-size: 24px !important;
        margin-bottom: 10px !important;
        padding-bottom: 10px; }
        @media (min-width: 768px) {
          #shc-press .wrapper_top_press .wrapper_content .title_top_press {
            padding-bottom: inherit;
            margin-bottom: 30px !important;
            font-size: 64px !important; } }
        #shc-press .wrapper_top_press .wrapper_content .title_top_press:after {
          display: block;
          content: "";
          width: 80%;
          background-color: black;
          height: 1px;
          position: absolute;
          bottom: 0; }
      #shc-press .wrapper_top_press .wrapper_content .title {
        font-family: OpenSans;
        font-weight: bold;
        line-height: 2.06;
        text-align: left;
        color: #000;
        position: relative;
        margin-bottom: 10px !important;
        font-size: 12px !important;
        padding-bottom: 10px; }
        @media (min-width: 768px) {
          #shc-press .wrapper_top_press .wrapper_content .title {
            padding-bottom: 30px;
            letter-spacing: 2px;
            font-size: 16px !important; } }
        #shc-press .wrapper_top_press .wrapper_content .title:after {
          content: "";
          display: block;
          width: 80%;
          background-color: black;
          height: 1px;
          position: absolute;
          bottom: 0; }
      #shc-press .wrapper_top_press .wrapper_content .wrapper_info {
        font-family: OpenSans;
        font-weight: 200;
        font-style: italic;
        letter-spacing: 1.4px;
        color: #000;
        margin-bottom: 10px;
        font-size: 10px; }
        @media (min-width: 768px) {
          #shc-press .wrapper_top_press .wrapper_content .wrapper_info {
            font-size: 14px; } }
      #shc-press .wrapper_top_press .wrapper_content .btn {
        float: right; }
  #shc-press .wrapper_filter_year {
    position: relative;
    padding-top: 60px; }
    #shc-press .wrapper_filter_year .list_year {
      list-style: none;
      margin-bottom: 40px; }
      #shc-press .wrapper_filter_year .list_year .filter_y {
        display: inline-block;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.4px;
        text-align: left;
        color: #000;
        padding: 11px 50px;
        border: solid 1px #979797;
        background-color: #fff;
        transition: all 0.5s;
        cursor: pointer; }
        #shc-press .wrapper_filter_year .list_year .filter_y:hover, #shc-press .wrapper_filter_year .list_year .filter_y .active {
          color: white;
          background-color: #000; }
    #shc-press .wrapper_filter_year .title_year {
      font-family: LibreBaskerville;
      font-size: 80px;
      line-height: 1;
      text-align: left;
      color: #1d1d1b;
      margin-bottom: 40px; }
  #shc-press .wrapper_listing_press {
    position: relative;
    margin-bottom: 40px; }
    #shc-press .wrapper_listing_press.search {
      padding-bottom: 40px; }
    #shc-press .wrapper_listing_press .listing_press {
      padding-bottom: 20px; }
    #shc-press .wrapper_listing_press .press {
      background-color: white;
      margin: 30px 0; }
      @media (min-width: 768px) {
        #shc-press .wrapper_listing_press .press {
          padding: 40px 50px;
          display: grid;
          grid-template-columns: 2fr 3fr;
          grid-gap: 70px; } }
      #shc-press .wrapper_listing_press .press .wrapper_content {
        position: relative;
        padding: 0 20px 25px 20px; }
        @media (min-width: 768px) {
          #shc-press .wrapper_listing_press .press .wrapper_content {
            padding: 0; } }
        #shc-press .wrapper_listing_press .press .wrapper_content .logo-img {
          max-width: 80%;
          margin: auto;
          display: block;
          margin-bottom: 19px;
          margin-top: 20px; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .logo-img {
              max-width: 30%;
              margin-bottom: 0;
              margin: initial;
              position: absolute;
              right: 0;
              top: 0; } }
        #shc-press .wrapper_listing_press .press .wrapper_content .wrapper_info {
          font-family: OpenSans;
          font-size: 14px;
          font-weight: 300;
          font-style: italic;
          letter-spacing: 1.4px;
          text-align: left;
          color: #000;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .wrapper_info {
              padding-top: 30px; } }
        #shc-press .wrapper_listing_press .press .wrapper_content .title {
          font-size: 14px;
          font-weight: bold;
          text-align: left;
          color: #000;
          line-height: 1.25;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .title {
              line-height: 2;
              max-width: 65%; } }
        #shc-press .wrapper_listing_press .press .wrapper_content .content {
          font-family: OpenSans;
          font-size: 12px;
          font-weight: 300;
          line-height: 2.33;
          text-align: left;
          color: #000;
          padding: 20px 0;
          margin-bottom: 0; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .content {
              padding: 70px 0;
              width: 80%;
              margin-bottom: 80px; } }
          #shc-press .wrapper_listing_press .press .wrapper_content .content p {
            max-width: 100% !important; }
        #shc-press .wrapper_listing_press .press .wrapper_content .btn {
          margin-top: 0 !important; }
          @media (min-width: 768px) {
            #shc-press .wrapper_listing_press .press .wrapper_content .btn {
              position: absolute;
              bottom: 0;
              right: 0; } }
      #shc-press .wrapper_listing_press .press .wrapper_image img {
        min-height: 150px;
        object-fit: cover;
        height: 100%; }
        @media (min-width: 768px) {
          #shc-press .wrapper_listing_press .press .wrapper_image img {
            min-height: 346px; } }
    #shc-press .wrapper_listing_press .wrapper_show_more {
      margin-left: calc(50% - 50vw) !important;
      margin-right: calc(50% - 50vw) !important;
      max-width: 1000% !important;
      width: 100vw !important;
      text-align: center;
      background-color: white;
      padding-top: 15px; }
      #shc-press .wrapper_listing_press .wrapper_show_more .btn .loader2 span {
        border-color: transparent #fff #fff; }
      #shc-press .wrapper_listing_press .wrapper_show_more .btn:hover .loader2 span {
        border-color: transparent #000 #000; }

#shc-event {
  position: relative;
  padding-top: 0px; }
  @media (min-width: 768px) {
    #shc-event {
      padding-top: 80px; } }
  #shc-event:before {
    content: "";
    top: 0;
    height: 105%;
    width: calc(30% + 150px);
    background-color: #f6f6f6;
    position: absolute;
    left: -120px;
    top: 0; }
    @media (min-width: 768px) {
      #shc-event:before {
        width: calc(50% + 150px); } }
  #shc-event > div {
    position: relative; }
  #shc-event .title {
    line-height: 1;
    font-family: LibreBaskerville;
    padding-bottom: 20px;
    font-size: 32px;
    padding: 0 50px 20px 50px; }
    @media (min-width: 768px) {
      #shc-event .title {
        padding: 0 50px 10px 0px;
        font-size: 64px; } }
  @media (min-width: 768px) {
    #shc-event .wrapper-event {
      padding: 20px 40px; } }
  #shc-event .wrapper-event .event {
    padding-right: 20px; }
    @media (min-width: 768px) {
      #shc-event .wrapper-event .event {
        padding-right: 70px; } }
    #shc-event .wrapper-event .event img {
      height: 225px;
      object-fit: cover;
      width: 100%;
      margin-bottom: 10px; }
    #shc-event .wrapper-event .event .title {
      font-size: 36px;
      padding: 13px 0px;
      line-height: 1; }
    #shc-event .wrapper-event .event .content {
      font-size: 13px;
      line-height: 1.69;
      padding-bottom: 20px; }
    #shc-event .wrapper-event .event .btn {
      float: right;
      width: inherit !important; }
  #shc-event .wrapper_nav .nav_next {
    position: absolute;
    right: 0;
    top: -60px;
    font-size: 23px;
    cursor: pointer;
    transition: all 0.5s; }
    #shc-event .wrapper_nav .nav_next:hover {
      transform: translateX(10px); }
  #shc-event .slick-slide {
    width: 80vw; }
  #shc-event .slick-slider .slick-dots {
    margin-bottom: 0;
    margin-bottom: 0;
    text-align: end;
    padding-right: 30px; }
    #shc-event .slick-slider .slick-dots li button:before {
      opacity: 1;
      width: 10px;
      height: 10px;
      background-color: white !important;
      border: 2px solid black !important; }
    #shc-event .slick-slider .slick-dots li.slick-active button:before {
      opacity: 1;
      background-color: black !important; }

.loader2 {
  display: none; }
  .loader2.active {
    display: flex; }
  .loader2 span {
    display: block;
    width: 70px;
    height: 70px;
    border: 3px solid;
    border-radius: 50%;
    border-color: transparent #000 #000;
    animation: cssload-spin 690ms infinite linear; }
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg); } }
.PM_ASCriterionsGroupAttribute,
.PM_ASCriterionsGroupFeature {
  float: none !important; }

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