[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@charset "UTF-8";
.nice-select, .facet__header {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover, .nice-select.product-miniature__wishlist-button.wishlist-remove, .product-miniature__wishlist-button.wishlist-remove.facet__header, .facet__header:hover {
  border-color: #dbdbdb; }

.nice-select:active, .facet__header:active, .nice-select.open, .open.facet__header, .nice-select:focus, .facet__header:focus {
  border-color: #999; }

.nice-select:after, .facet__header:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after, .open.facet__header:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list, .open.facet__header .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled, .disabled.facet__header {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after, .disabled.facet__header:after {
  border-color: #cccccc; }

.nice-select.wide, .wide.facet__header {
  width: 100%; }

.nice-select.wide .list, .wide.facet__header .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right, .right.facet__header {
  float: right; }

.nice-select.right .list, .right.facet__header .list {
  left: auto;
  right: 0; }

.nice-select.small, .small.facet__header, .facet__header.quick-view, .nice-select.quick-view {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after, .small.facet__header:after, .facet__header.quick-view:after, .nice-select.quick-view:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option, .small.facet__header .option, .facet__header.quick-view .option, .nice-select.quick-view .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list, .facet__header .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover):not(.product-miniature__wishlist-button.wishlist-remove), .facet__header .list:hover .option:not(:hover):not(.product-miniature__wishlist-button.wishlist-remove), .nice-select .list.product-miniature__wishlist-button.wishlist-remove .option:not(:hover):not(.product-miniature__wishlist-button.wishlist-remove), .facet__header .list.product-miniature__wishlist-button.wishlist-remove .option:not(:hover):not(.product-miniature__wishlist-button.wishlist-remove) {
  background-color: transparent !important; }

.nice-select .option, .facet__header .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .facet__header .option:hover, .nice-select .option.product-miniature__wishlist-button.wishlist-remove, .facet__header .option.product-miniature__wishlist-button.wishlist-remove, .nice-select .option.focus, .facet__header .option.focus, .nice-select .option.selected.focus, .facet__header .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected, .facet__header .option.selected {
  font-weight: bold; }

.nice-select .option.disabled, .facet__header .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list, .no-csspointerevents .facet__header .list {
  display: none; }

.no-csspointerevents .nice-select.open .list, .no-csspointerevents .open.facet__header .list {
  display: block; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #888888;
  --gray-dark: #343a40;
  --primary: #ffcd00;
  --secondary: #222222;
  --success: #59b572;
  --info: #44baba;
  --warning: #ffc107;
  --danger: #e73430;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1366px;
  --breakpoint-xlg: 1600px;
  --breakpoint-xxlg: 1800px;
  --font-family-sans-serif: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  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: #222222;
  text-decoration: none;
  background-color: transparent; }
  a:hover, a.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a.product-miniature__wishlist-button.wishlist-remove:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label, .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; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

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,
.products-section-title, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2; }

h1,
.h1,
.products-section-title {
  font-size: 1.875rem; }
  @media (max-width: 1200px) {
    h1,
    .h1,
    .products-section-title {
      font-size: calc(1.3125rem + 0.75vw) ; } }

h2, .h2 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

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

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

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

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

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

.display-1 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.4375rem + 2.25vw) ; } }

.display-2 {
  font-size: 2.188rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.3438rem + 1.1256vw) ; } }

.display-3 {
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.2813rem + 0.3756vw) ; } }

.display-4 {
  font-size: 1.25rem;
  font-weight: 400;
  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,
.quick-view {
  font-size: 0.875rem;
  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: 0.875rem;
  color: #888888; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529; }
  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, .l-wrapper--boxed, body:not(#index) .l-wrapper, body:not(#index) main > .notifications-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .l-wrapper--boxed, body:not(#index) .l-wrapper, body:not(#index) main > .notifications-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .l-wrapper--boxed, body:not(#index) .l-wrapper, body:not(#index) main > .notifications-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .l-wrapper--boxed, body:not(#index) .l-wrapper, body:not(#index) main > .notifications-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .l-wrapper--boxed, body:not(#index) .l-wrapper, body:not(#index) main > .notifications-container {
      max-width: 1396px; } }

.container-fluid, .l-wrapper, main > .notifications-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .products {
  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, .product-miniature, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg,
.col-xlg-auto, .col-xxlg-1, .col-xxlg-2, .col-xxlg-3, .col-xxlg-4, .col-xxlg-5, .col-xxlg-6, .col-xxlg-7, .col-xxlg-8, .col-xxlg-9, .col-xxlg-10, .col-xxlg-11, .col-xxlg-12, .col-xxlg,
.col-xxlg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

.col-6, .product-miniature {
  flex: 0 0 50%;
  max-width: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xlg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xlg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xlg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xlg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xlg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xlg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xlg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xlg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xlg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xlg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xlg-first {
    order: -1; }
  .order-xlg-last {
    order: 13; }
  .order-xlg-0 {
    order: 0; }
  .order-xlg-1 {
    order: 1; }
  .order-xlg-2 {
    order: 2; }
  .order-xlg-3 {
    order: 3; }
  .order-xlg-4 {
    order: 4; }
  .order-xlg-5 {
    order: 5; }
  .order-xlg-6 {
    order: 6; }
  .order-xlg-7 {
    order: 7; }
  .order-xlg-8 {
    order: 8; }
  .order-xlg-9 {
    order: 9; }
  .order-xlg-10 {
    order: 10; }
  .order-xlg-11 {
    order: 11; }
  .order-xlg-12 {
    order: 12; }
  .offset-xlg-0 {
    margin-left: 0; }
  .offset-xlg-1 {
    margin-left: 8.33333%; }
  .offset-xlg-2 {
    margin-left: 16.66667%; }
  .offset-xlg-3 {
    margin-left: 25%; }
  .offset-xlg-4 {
    margin-left: 33.33333%; }
  .offset-xlg-5 {
    margin-left: 41.66667%; }
  .offset-xlg-6 {
    margin-left: 50%; }
  .offset-xlg-7 {
    margin-left: 58.33333%; }
  .offset-xlg-8 {
    margin-left: 66.66667%; }
  .offset-xlg-9 {
    margin-left: 75%; }
  .offset-xlg-10 {
    margin-left: 83.33333%; }
  .offset-xlg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1800px) {
  .col-xxlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxlg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxlg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxlg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxlg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxlg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxlg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxlg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxlg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxlg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxlg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxlg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxlg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxlg-first {
    order: -1; }
  .order-xxlg-last {
    order: 13; }
  .order-xxlg-0 {
    order: 0; }
  .order-xxlg-1 {
    order: 1; }
  .order-xxlg-2 {
    order: 2; }
  .order-xxlg-3 {
    order: 3; }
  .order-xxlg-4 {
    order: 4; }
  .order-xxlg-5 {
    order: 5; }
  .order-xxlg-6 {
    order: 6; }
  .order-xxlg-7 {
    order: 7; }
  .order-xxlg-8 {
    order: 8; }
  .order-xxlg-9 {
    order: 9; }
  .order-xxlg-10 {
    order: 10; }
  .order-xxlg-11 {
    order: 11; }
  .order-xxlg-12 {
    order: 12; }
  .offset-xxlg-0 {
    margin-left: 0; }
  .offset-xxlg-1 {
    margin-left: 8.33333%; }
  .offset-xxlg-2 {
    margin-left: 16.66667%; }
  .offset-xxlg-3 {
    margin-left: 25%; }
  .offset-xxlg-4 {
    margin-left: 33.33333%; }
  .offset-xxlg-5 {
    margin-left: 41.66667%; }
  .offset-xxlg-6 {
    margin-left: 50%; }
  .offset-xxlg-7 {
    margin-left: 58.33333%; }
  .offset-xxlg-8 {
    margin-left: 66.66667%; }
  .offset-xxlg-9 {
    margin-left: 75%; }
  .offset-xxlg-10 {
    margin-left: 83.33333%; }
  .offset-xxlg-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #222222;
  background-color: #fff; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eaeaea; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eaeaea; }
  .table tbody + tbody {
    border-top: 2px solid #eaeaea; }

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

.table-bordered {
  border: 1px solid #eaeaea; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eaeaea; }
  .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, .table-hover tbody tr.product-miniature__wishlist-button.wishlist-remove {
  color: #222222;
  background-color: rgba(0, 0, 0, 0.075); }

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffe57a; }

.table-hover .table-primary:hover, .table-hover .table-primary.product-miniature__wishlist-button.wishlist-remove {
  background-color: #ffec9f; }
  .table-hover .table-primary:hover > td, .table-hover .table-primary.product-miniature__wishlist-button.wishlist-remove > td,
  .table-hover .table-primary:hover > th,
  .table-hover .table-primary.product-miniature__wishlist-button.wishlist-remove > th {
    background-color: #ffec9f; }

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #8c8c8c; }

.table-hover .table-secondary:hover, .table-hover .table-secondary.product-miniature__wishlist-button.wishlist-remove {
  background-color: #b4b4b4; }
  .table-hover .table-secondary:hover > td, .table-hover .table-secondary.product-miniature__wishlist-button.wishlist-remove > td,
  .table-hover .table-secondary:hover > th,
  .table-hover .table-secondary.product-miniature__wishlist-button.wishlist-remove > th {
    background-color: #b4b4b4; }

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a9d9b6; }

.table-hover .table-success:hover, .table-hover .table-success.product-miniature__wishlist-button.wishlist-remove {
  background-color: #bfe2c9; }
  .table-hover .table-success:hover > td, .table-hover .table-success.product-miniature__wishlist-button.wishlist-remove > td,
  .table-hover .table-success:hover > th,
  .table-hover .table-success.product-miniature__wishlist-button.wishlist-remove > th {
    background-color: #bfe2c9; }

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #9edbdb; }

.table-hover .table-info:hover, .table-hover .table-info.product-miniature__wishlist-button.wishlist-remove {
  background-color: #b8e5e5; }
  .table-hover .table-info:hover > td, .table-hover .table-info.product-miniature__wishlist-button.wishlist-remove > td,
  .table-hover .table-info:hover > th,
  .table-hover .table-info.product-miniature__wishlist-button.wishlist-remove > th {
    background-color: #b8e5e5; }

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover, .table-hover .table-warning.product-miniature__wishlist-button.wishlist-remove {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td, .table-hover .table-warning.product-miniature__wishlist-button.wishlist-remove > td,
  .table-hover .table-warning:hover > th,
  .table-hover .table-warning.product-miniature__wishlist-button.wishlist-remove > th {
    background-color: #ffe8a1; }

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f39593; }

.table-hover .table-danger:hover, .table-hover .table-danger.product-miniature__wishlist-button.wishlist-remove {
  background-color: #f5b0ae; }
  .table-hover .table-danger:hover > td, .table-hover .table-danger.product-miniature__wishlist-button.wishlist-remove > td,
  .table-hover .table-danger:hover > th,
  .table-hover .table-danger.product-miniature__wishlist-button.wishlist-remove > th {
    background-color: #f5b0ae; }

.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, .table-hover .table-light.product-miniature__wishlist-button.wishlist-remove {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td, .table-hover .table-light.product-miniature__wishlist-button.wishlist-remove > td,
  .table-hover .table-light:hover > th,
  .table-hover .table-light.product-miniature__wishlist-button.wishlist-remove > th {
    background-color: #ececf6; }

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover, .table-hover .table-dark.product-miniature__wishlist-button.wishlist-remove {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td, .table-hover .table-dark.product-miniature__wishlist-button.wishlist-remove > td,
  .table-hover .table-dark:hover > th,
  .table-hover .table-dark.product-miniature__wishlist-button.wishlist-remove > th {
    background-color: #b9bbbe; }

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

.table-hover .table-active:hover, .table-hover .table-active.product-miniature__wishlist-button.wishlist-remove {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td, .table-hover .table-active.product-miniature__wishlist-button.wishlist-remove > td,
  .table-hover .table-active:hover > th,
  .table-hover .table-active.product-miniature__wishlist-button.wishlist-remove > 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: #eaeaea; }

.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, .table-dark.table-hover tbody tr.product-miniature__wishlist-button.wishlist-remove {
    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; } }

@media (max-width: 1365.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-xlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xlg > .table-bordered {
      border: 0; } }

@media (max-width: 1799.98px) {
  .table-responsive-xxlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxlg > .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 + 1.6875rem + 2px);
  padding: 0.84375rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #222222;
    background-color: #fff;
    border-color: #222222;
    outline: 0;
    box-shadow: 0; }
  .form-control::placeholder {
    color: #888888;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.84375rem;
  padding-bottom: 0.84375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #222222;
  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.75rem + 2px);
  padding: 0.375rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5; }

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

textarea.form-control {
  height: auto; }

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

.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 {
    color: #222222; }

.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: 0.75rem;
  color: #59b572; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  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(89, 181, 114, 0.9); }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #59b572;
  padding-right: calc(1.5em + 1.6875rem);
  background-image: #59b572;
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.42188rem);
  background-size: calc(0.75em + 0.84375rem) calc(0.75em + 0.84375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #59b572;
    box-shadow: 0 0 0 0.2rem rgba(89, 181, 114, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .custom-select:valid, .was-validated .facet__header:valid, .custom-select.is-valid, .is-valid.facet__header {
  border-color: #59b572;
  padding-right: calc((1em + 1.6875rem) * 3 / 4 + 2.125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px, #59b572 #fff no-repeat center right 2.125rem/calc(0.75em + 0.84375rem) calc(0.75em + 0.84375rem); }
  .was-validated .custom-select:valid:focus, .was-validated .facet__header:valid:focus, .custom-select.is-valid:focus, .is-valid.facet__header:focus {
    border-color: #59b572;
    box-shadow: 0 0 0 0.2rem rgba(89, 181, 114, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .facet__header:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .was-validated .facet__header:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .is-valid.facet__header ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip,
  .is-valid.facet__header ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #59b572; }

.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: #59b572; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #59b572; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #7cc590;
  background-color: #7cc590; }

.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(89, 181, 114, 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: #59b572; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #59b572; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #59b572;
  box-shadow: 0 0 0 0.2rem rgba(89, 181, 114, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  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(231, 52, 48, 0.9); }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e73430;
  padding-right: calc(1.5em + 1.6875rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.42188rem);
  background-size: calc(0.75em + 0.84375rem) calc(0.75em + 0.84375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #e73430;
    box-shadow: 0 0 0 0.2rem rgba(231, 52, 48, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .custom-select:invalid, .was-validated .facet__header:invalid, .custom-select.is-invalid, .is-invalid.facet__header {
  border-color: #e73430;
  padding-right: calc((1em + 1.6875rem) * 3 / 4 + 2.125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px, none #fff no-repeat center right 2.125rem/calc(0.75em + 0.84375rem) calc(0.75em + 0.84375rem); }
  .was-validated .custom-select:invalid:focus, .was-validated .facet__header:invalid:focus, .custom-select.is-invalid:focus, .is-invalid.facet__header:focus {
    border-color: #e73430;
    box-shadow: 0 0 0 0.2rem rgba(231, 52, 48, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .facet__header:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .was-validated .facet__header:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .is-invalid.facet__header ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip,
  .is-invalid.facet__header ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e73430; }

.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: #e73430; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e73430; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec615e;
  background-color: #ec615e; }

.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(231, 52, 48, 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: #e73430; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e73430; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e73430;
  box-shadow: 0 0 0 0.2rem rgba(231, 52, 48, 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, .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,
    .form-inline .facet__header {
      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: #222222;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.9375rem 2.1875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  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; }
  .btn:hover, .btn.product-miniature__wishlist-button.wishlist-remove {
    color: #222222;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 205, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #212529;
  background-color: #ffcd00;
  border-color: #ffcd00; }
  .btn-primary:hover, .btn-primary.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #d9ae00;
    border-color: #cca400; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 180, 6, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #ffcd00;
    border-color: #ffcd00; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #cca400;
    border-color: #bf9a00; }
    .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(222, 180, 6, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #222222;
  border-color: #222222; }
  .btn-secondary:hover, .btn-secondary.product-miniature__wishlist-button.wishlist-remove {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #090909; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #090909;
    border-color: #020202; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }

.btn-success {
  color: #fff;
  background-color: #59b572;
  border-color: #59b572; }
  .btn-success:hover, .btn-success.product-miniature__wishlist-button.wishlist-remove {
    color: #fff;
    background-color: #47a060;
    border-color: #44975a; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(114, 192, 135, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #59b572;
    border-color: #59b572; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #44975a;
    border-color: #408f55; }
    .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(114, 192, 135, 0.5); }

.btn-info {
  color: #212529;
  background-color: #44baba;
  border-color: #44baba; }
  .btn-info:hover, .btn-info.product-miniature__wishlist-button.wishlist-remove {
    color: #fff;
    background-color: #3a9e9e;
    border-color: #369595; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 164, 164, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #44baba;
    border-color: #44baba; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #369595;
    border-color: #338b8b; }
    .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(63, 164, 164, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover, .btn-warning.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .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(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e73430;
  border-color: #e73430; }
  .btn-danger:hover, .btn-danger.product-miniature__wishlist-button.wishlist-remove {
    color: #fff;
    background-color: #d81d19;
    border-color: #cc1c18; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 82, 79, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e73430;
    border-color: #e73430; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc1c18;
    border-color: #c11a16; }
    .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(235, 82, 79, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover, .btn-light.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    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: #343a40;
  border-color: #343a40; }
  .btn-dark:hover, .btn-dark.product-miniature__wishlist-button.wishlist-remove {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .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(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #ffcd00;
  border-color: #ffcd00; }
  .btn-outline-primary:hover, .btn-outline-primary.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #ffcd00;
    border-color: #ffcd00; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 205, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ffcd00;
    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: #212529;
    background-color: #ffcd00;
    border-color: #ffcd00; }
    .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(255, 205, 0, 0.5); }

.btn-outline-secondary {
  color: #222222;
  border-color: #222222; }
  .btn-outline-secondary:hover, .btn-outline-secondary.product-miniature__wishlist-button.wishlist-remove {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #222222;
    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: #222222;
    border-color: #222222; }
    .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(34, 34, 34, 0.5); }

.btn-outline-success {
  color: #59b572;
  border-color: #59b572; }
  .btn-outline-success:hover, .btn-outline-success.product-miniature__wishlist-button.wishlist-remove {
    color: #fff;
    background-color: #59b572;
    border-color: #59b572; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 181, 114, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #59b572;
    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: #59b572;
    border-color: #59b572; }
    .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(89, 181, 114, 0.5); }

.btn-outline-info {
  color: #44baba;
  border-color: #44baba; }
  .btn-outline-info:hover, .btn-outline-info.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #44baba;
    border-color: #44baba; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 186, 186, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #44baba;
    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: #212529;
    background-color: #44baba;
    border-color: #44baba; }
    .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(68, 186, 186, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover, .btn-outline-warning.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    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: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .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(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #e73430;
  border-color: #e73430; }
  .btn-outline-danger:hover, .btn-outline-danger.product-miniature__wishlist-button.wishlist-remove {
    color: #fff;
    background-color: #e73430;
    border-color: #e73430; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 52, 48, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e73430;
    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: #e73430;
    border-color: #e73430; }
    .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(231, 52, 48, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover, .btn-outline-light.product-miniature__wishlist-button.wishlist-remove {
    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: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover, .btn-outline-dark.product-miniature__wishlist-button.wishlist-remove {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    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: #343a40;
    border-color: #343a40; }
    .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(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #222222;
  text-decoration: none; }
  .btn-link:hover, .btn-link.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #888888;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1.0625rem 4.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.46875rem 1.5625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0; }

.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; }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.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: #222222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

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

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

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

@media (min-width: 1800px) {
  .dropdown-menu-xxlg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxlg-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.product-miniature__wishlist-button.wishlist-remove, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffcd00; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #888888;
    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: #888888;
  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 > .btn.product-miniature__wishlist-button.wishlist-remove,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn.product-miniature__wishlist-button.wishlist-remove {
      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; }

.dropdown-toggle-split {
  padding-right: 1.64062rem;
  padding-left: 1.64062rem; }
  .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: 1.17188rem;
  padding-left: 1.17188rem; }

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

.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-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 > .facet__header,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .facet__header,
    .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 + .facet__header,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .facet__header + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .facet__header + .custom-select,
    .input-group > .custom-select + .facet__header,
    .input-group > .facet__header + .facet__header,
    .input-group > .custom-select + .custom-file,
    .input-group > .facet__header + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .facet__header,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .facet__header: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 > .custom-file {
    display: flex;
    align-items: center; }

.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.84375rem 1.125rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da; }
  .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,
.input-group-lg > .facet__header {
  height: calc(1.5em + 1.75rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .facet__header,
.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.875rem 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .facet__header,
.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.375rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5; }


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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #222222;
    border-color: #eaeaea;
    background-color: #fff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: 0; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e9ecef;
    border-color: #eaeaea; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #888888; }
    .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.21875rem;
    left: -1.5625rem;
    display: block;
    width: 1.0625rem;
    height: 1.0625rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #eaeaea solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.21875rem;
    left: -1.5625rem;
    display: block;
    width: 1.0625rem;
    height: 1.0625rem;
    content: "";
    background: no-repeat 50% / 65% 65%; }

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23222222' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ffcd00;
  background-color: #ffcd00; }

.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23222222' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #e9ecef; }

.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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23222222'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-switch {
  padding-left: 2.35938rem; }
  .custom-switch .custom-control-label::before {
    left: -2.35938rem;
    width: 1.85938rem;
    pointer-events: all;
    border-radius: 0.53125rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.21875rem + 2px);
    left: calc(-2.35938rem + 2px);
    width: calc(1.0625rem - 4px);
    height: calc(1.0625rem - 4px);
    background-color: #eaeaea;
    border-radius: 0.53125rem;
    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; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.79688rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #e9ecef; }

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.6875rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #222222;
    box-shadow: 0; }
  .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 + 1.6875rem + 2px);
  padding: 0.84375rem 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  background-color: #fff;
  border: 1px solid #ced4da; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.6875rem);
    padding: 0.84375rem 1.125rem;
    line-height: 1.5;
    color: #222222;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.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; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ffcd00;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #fff0b3; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #f1f1f1;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ffcd00;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-moz-range-thumb:active {
      background-color: #fff0b3; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #f1f1f1;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ffcd00;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-ms-thumb:active {
      background-color: #fff0b3; }
  .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: #f1f1f1; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #f1f1f1; }
  .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, .facet__header {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.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.product-miniature__wishlist-button.wishlist-remove, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #888888;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 2px solid #f1f1f1; }
  .nav-tabs .nav-item {
    margin-bottom: -2px; }
  .nav-tabs .nav-link {
    border: 2px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link.product-miniature__wishlist-button.wishlist-remove, .nav-tabs .nav-link:focus {
      border-color: transparent transparent #f1f1f1; }
    .nav-tabs .nav-link.disabled {
      color: #888888;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #ffcd00;
    background-color: #fff;
    border-color: transparent transparent #ffcd00; }
  .nav-tabs .dropdown-menu {
    margin-top: -2px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ffcd00; }

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

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

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

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

.card, .order-details__info-box, .address, .card-block {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eaeaea; }
  .card > hr, .order-details__info-box > hr, .address > hr, .card-block > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body, .order-details__info-box-body, .address-body, .card-block {
  flex: 1 1 auto;
  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, .card-link.product-miniature__wishlist-button.wishlist-remove {
  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 #eaeaea; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #eaeaea; }

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

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card, .card-deck .order-details__info-box, .card-deck .address, .card-deck .card-block {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card, .card-deck .order-details__info-box, .card-deck .address, .card-deck .card-block {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card, .card-group > .order-details__info-box, .card-group > .address, .card-group > .card-block {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card, .card-group > .order-details__info-box, .card-group > .address, .card-group > .card-block {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card, .card-group > .order-details__info-box + .card, .card-group > .address + .card, .card-group > .card-block + .card, .card-group > .card + .order-details__info-box, .card-group > .order-details__info-box + .order-details__info-box, .card-group > .address + .order-details__info-box, .card-group > .card-block + .order-details__info-box, .card-group > .card + .address, .card-group > .order-details__info-box + .address, .card-group > .address + .address, .card-group > .card-block + .address, .card-group > .card + .card-block, .card-group > .order-details__info-box + .card-block, .card-group > .address + .card-block, .card-group > .card-block + .card-block {
          margin-left: 0;
          border-left: 0; } }

.card-columns .card, .card-columns .order-details__info-box, .card-columns .address, .card-columns .card-block {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card, .card-columns .order-details__info-box, .card-columns .address, .card-columns .card-block {
      display: inline-block;
      width: 100%; } }

.accordion > .card, .accordion > .order-details__info-box, .accordion > .address, .accordion > .card-block {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type):not(:last-of-type), .accordion > .order-details__info-box:not(:first-of-type):not(:last-of-type), .accordion > .address:not(:first-of-type):not(:last-of-type), .accordion > .card-block:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0; }
  .accordion > .card:first-of-type, .accordion > .order-details__info-box:first-of-type, .accordion > .address:first-of-type, .accordion > .card-block:first-of-type {
    border-bottom: 0; }
  .accordion > .card .card-header, .accordion > .order-details__info-box .card-header, .accordion > .address .card-header, .accordion > .card-block .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5625rem 30px;
  margin-bottom: 1.5625rem;
  list-style: none;
  background-color: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #222222;
    content: "|"; }

.breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb-item + .breadcrumb-item.product-miniature__wishlist-button.wishlist-remove::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb-item + .breadcrumb-item.product-miniature__wishlist-button.wishlist-remove::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #222222; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 14px 0;
  margin-left: -1px;
  line-height: 1.429;
  color: #000;
  background-color: transparent;
  border: 1px solid transparent; }
  .page-link:hover, .page-link.product-miniature__wishlist-button.wishlist-remove {
    z-index: 2;
    color: #ffcd00;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .page-link:focus {
    z-index: 2;
    outline: none;
    box-shadow: none; }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffcd00;
  background-color: #fff;
  border-color: #ffcd00; }

.page-item.disabled .page-link {
  color: #888888;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: transparent; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.badge {
  display: inline-block;
  padding: 0.875rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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; }
  a.badge:hover, a.badge.product-miniature__wishlist-button.wishlist-remove, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

.badge-pill {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

.badge-primary {
  color: #212529;
  background-color: #ffcd00; }
  a.badge-primary:hover, a.badge-primary.product-miniature__wishlist-button.wishlist-remove, a.badge-primary:focus {
    color: #212529;
    background-color: #cca400; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 205, 0, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #222222; }
  a.badge-secondary:hover, a.badge-secondary.product-miniature__wishlist-button.wishlist-remove, a.badge-secondary:focus {
    color: #fff;
    background-color: #090909; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5); }

.badge-success {
  color: #fff;
  background-color: #59b572; }
  a.badge-success:hover, a.badge-success.product-miniature__wishlist-button.wishlist-remove, a.badge-success:focus {
    color: #fff;
    background-color: #44975a; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(89, 181, 114, 0.5); }

.badge-info {
  color: #212529;
  background-color: #44baba; }
  a.badge-info:hover, a.badge-info.product-miniature__wishlist-button.wishlist-remove, a.badge-info:focus {
    color: #212529;
    background-color: #369595; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(68, 186, 186, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning.product-miniature__wishlist-button.wishlist-remove, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #e73430; }
  a.badge-danger:hover, a.badge-danger.product-miniature__wishlist-button.wishlist-remove, a.badge-danger:focus {
    color: #fff;
    background-color: #cc1c18; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(231, 52, 48, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light.product-miniature__wishlist-button.wishlist-remove, 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: #343a40; }
  a.badge-dark:hover, a.badge-dark.product-miniature__wishlist-button.wishlist-remove, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #fffdf5;
  background-color: #ffcd00;
  border-color: #ffcd00; }
  .alert-primary hr {
    border-top-color: #e6b900; }
  .alert-primary .alert-link {
    color: #fff3c2; }

.alert-secondary {
  color: #f6f6f6;
  background-color: #222222;
  border-color: #222222; }
  .alert-secondary hr {
    border-top-color: #151515; }
  .alert-secondary .alert-link {
    color: #dddddd; }

.alert-success {
  color: #f8fcf9;
  background-color: #59b572;
  border-color: #59b572; }
  .alert-success hr {
    border-top-color: #4ba965; }
  .alert-success .alert-link {
    color: #d4edda; }

.alert-info {
  color: #f8fcfc;
  background-color: #44baba;
  border-color: #44baba; }
  .alert-info hr {
    border-top-color: #3da7a7; }
  .alert-info .alert-link {
    color: #d4eded; }

.alert-warning {
  color: #fffdf5;
  background-color: #ffc107;
  border-color: #ffc107; }
  .alert-warning hr {
    border-top-color: #edb100; }
  .alert-warning .alert-link {
    color: #fff3c2; }

.alert-danger {
  color: #fef7f7;
  background-color: #e73430;
  border-color: #e73430; }
  .alert-danger hr {
    border-top-color: #e31f1a; }
  .alert-danger .alert-link {
    color: #f8caca; }

.alert-light {
  color: white;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .alert-light hr {
    border-top-color: #e9ecef; }
  .alert-light .alert-link {
    color: #e6e6e6; }

.alert-dark {
  color: #f7f7f7;
  background-color: #343a40;
  border-color: #343a40; }
  .alert-dark hr {
    border-top-color: #292d32; }
  .alert-dark .alert-link {
    color: #dedede; }

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

.media-body {
  flex: 1; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #888888;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ffcd00;
    border-color: #ffcd00; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 1366px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 1600px) {
  .list-group-horizontal-xlg {
    flex-direction: row; }
    .list-group-horizontal-xlg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xlg .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 1800px) {
  .list-group-horizontal-xxlg {
    flex-direction: row; }
    .list-group-horizontal-xxlg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxlg .list-group-item:last-child {
        margin-right: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #856b00;
  background-color: #fff1b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action.product-miniature__wishlist-button.wishlist-remove, .list-group-item-primary.list-group-item-action:focus {
    color: #856b00;
    background-color: #ffec9f; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #856b00;
    border-color: #856b00; }

.list-group-item-secondary {
  color: #121212;
  background-color: #c1c1c1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action.product-miniature__wishlist-button.wishlist-remove, .list-group-item-secondary.list-group-item-action:focus {
    color: #121212;
    background-color: #b4b4b4; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #121212;
    border-color: #121212; }

.list-group-item-success {
  color: #2e5e3b;
  background-color: #d1ead8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action.product-miniature__wishlist-button.wishlist-remove, .list-group-item-success.list-group-item-action:focus {
    color: #2e5e3b;
    background-color: #bfe2c9; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2e5e3b;
    border-color: #2e5e3b; }

.list-group-item-info {
  color: #236161;
  background-color: #cbecec; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action.product-miniature__wishlist-button.wishlist-remove, .list-group-item-info.list-group-item-action:focus {
    color: #236161;
    background-color: #b8e5e5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #236161;
    border-color: #236161; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action.product-miniature__wishlist-button.wishlist-remove, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #781b19;
  background-color: #f8c6c5; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action.product-miniature__wishlist-button.wishlist-remove, .list-group-item-danger.list-group-item-action:focus {
    color: #781b19;
    background-color: #f5b0ae; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #781b19;
    border-color: #781b19; }

.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.product-miniature__wishlist-button.wishlist-remove, .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: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action.product-miniature__wishlist-button.wishlist-remove, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover, .close.product-miniature__wishlist-button.wishlist-remove {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled), .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  .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: #888888;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  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); }
  .modal.show .modal-dialog {
    transform: none; }

.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);
    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 transparent;
  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.7; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem 1.5625rem;
  border-bottom: 1px solid #eaeaea; }
  .modal-header .close {
    padding: 1.25rem 1.5625rem;
    margin: -1.25rem -1.5625rem -1.25rem auto; }

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #eaeaea; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .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); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 887px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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); }
  .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) * -1); }
    .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) * -1);
    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) * -1); }
    .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) * -1);
    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; }
  .popover-header:empty {
    display: none; }

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

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

.spinner-border, .rc:after, .btn-add-to-cart .btn-add-to-cart__spinner {
  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; } }

.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: #ffcd00 !important; }

a.bg-primary:hover, a.bg-primary.product-miniature__wishlist-button.wishlist-remove, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary.product-miniature__wishlist-button.wishlist-remove,
button.bg-primary:focus {
  background-color: #cca400 !important; }

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

a.bg-secondary:hover, a.bg-secondary.product-miniature__wishlist-button.wishlist-remove, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary.product-miniature__wishlist-button.wishlist-remove,
button.bg-secondary:focus {
  background-color: #090909 !important; }

.bg-success {
  background-color: #59b572 !important; }

a.bg-success:hover, a.bg-success.product-miniature__wishlist-button.wishlist-remove, a.bg-success:focus,
button.bg-success:hover,
button.bg-success.product-miniature__wishlist-button.wishlist-remove,
button.bg-success:focus {
  background-color: #44975a !important; }

.bg-info {
  background-color: #44baba !important; }

a.bg-info:hover, a.bg-info.product-miniature__wishlist-button.wishlist-remove, a.bg-info:focus,
button.bg-info:hover,
button.bg-info.product-miniature__wishlist-button.wishlist-remove,
button.bg-info:focus {
  background-color: #369595 !important; }

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

a.bg-warning:hover, a.bg-warning.product-miniature__wishlist-button.wishlist-remove, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning.product-miniature__wishlist-button.wishlist-remove,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger.product-miniature__wishlist-button.wishlist-remove, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger.product-miniature__wishlist-button.wishlist-remove,
button.bg-danger:focus {
  background-color: #cc1c18 !important; }

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

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

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

a.bg-dark:hover, a.bg-dark.product-miniature__wishlist-button.wishlist-remove, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark.product-miniature__wishlist-button.wishlist-remove,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #eaeaea !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: #ffcd00 !important; }

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

.border-success {
  border-color: #59b572 !important; }

.border-info {
  border-color: #44baba !important; }

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

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

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

.border-dark {
  border-color: #343a40 !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, .social-sharing, .pack-product-container, .pack-product-quantity {
  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 (min-width: 1366px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xlg-none {
    display: none !important; }
  .d-xlg-inline {
    display: inline !important; }
  .d-xlg-inline-block {
    display: inline-block !important; }
  .d-xlg-block {
    display: block !important; }
  .d-xlg-table {
    display: table !important; }
  .d-xlg-table-row {
    display: table-row !important; }
  .d-xlg-table-cell {
    display: table-cell !important; }
  .d-xlg-flex {
    display: flex !important; }
  .d-xlg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1800px) {
  .d-xxlg-none {
    display: none !important; }
  .d-xxlg-inline {
    display: inline !important; }
  .d-xxlg-inline-block {
    display: inline-block !important; }
  .d-xxlg-block {
    display: block !important; }
  .d-xxlg-table {
    display: table !important; }
  .d-xxlg-table-row {
    display: table-row !important; }
  .d-xxlg-table-cell {
    display: table-cell !important; }
  .d-xxlg-flex {
    display: flex !important; }
  .d-xxlg-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.85714%; }

.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, .social-sharing {
  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, .pack-product-name {
  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, .pack-product-container {
  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, .social-sharing--product, .pack-product-container, .pack-product-quantity {
  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, .pack-product-quantity {
  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; } }

@media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xlg-row {
    flex-direction: row !important; }
  .flex-xlg-column {
    flex-direction: column !important; }
  .flex-xlg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xlg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xlg-wrap {
    flex-wrap: wrap !important; }
  .flex-xlg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xlg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xlg-fill {
    flex: 1 1 auto !important; }
  .flex-xlg-grow-0 {
    flex-grow: 0 !important; }
  .flex-xlg-grow-1 {
    flex-grow: 1 !important; }
  .flex-xlg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xlg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xlg-start {
    justify-content: flex-start !important; }
  .justify-content-xlg-end {
    justify-content: flex-end !important; }
  .justify-content-xlg-center {
    justify-content: center !important; }
  .justify-content-xlg-between {
    justify-content: space-between !important; }
  .justify-content-xlg-around {
    justify-content: space-around !important; }
  .align-items-xlg-start {
    align-items: flex-start !important; }
  .align-items-xlg-end {
    align-items: flex-end !important; }
  .align-items-xlg-center {
    align-items: center !important; }
  .align-items-xlg-baseline {
    align-items: baseline !important; }
  .align-items-xlg-stretch {
    align-items: stretch !important; }
  .align-content-xlg-start {
    align-content: flex-start !important; }
  .align-content-xlg-end {
    align-content: flex-end !important; }
  .align-content-xlg-center {
    align-content: center !important; }
  .align-content-xlg-between {
    align-content: space-between !important; }
  .align-content-xlg-around {
    align-content: space-around !important; }
  .align-content-xlg-stretch {
    align-content: stretch !important; }
  .align-self-xlg-auto {
    align-self: auto !important; }
  .align-self-xlg-start {
    align-self: flex-start !important; }
  .align-self-xlg-end {
    align-self: flex-end !important; }
  .align-self-xlg-center {
    align-self: center !important; }
  .align-self-xlg-baseline {
    align-self: baseline !important; }
  .align-self-xlg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1800px) {
  .flex-xxlg-row {
    flex-direction: row !important; }
  .flex-xxlg-column {
    flex-direction: column !important; }
  .flex-xxlg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxlg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxlg-wrap {
    flex-wrap: wrap !important; }
  .flex-xxlg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxlg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxlg-fill {
    flex: 1 1 auto !important; }
  .flex-xxlg-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxlg-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxlg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxlg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxlg-start {
    justify-content: flex-start !important; }
  .justify-content-xxlg-end {
    justify-content: flex-end !important; }
  .justify-content-xxlg-center {
    justify-content: center !important; }
  .justify-content-xxlg-between {
    justify-content: space-between !important; }
  .justify-content-xxlg-around {
    justify-content: space-around !important; }
  .align-items-xxlg-start {
    align-items: flex-start !important; }
  .align-items-xxlg-end {
    align-items: flex-end !important; }
  .align-items-xxlg-center {
    align-items: center !important; }
  .align-items-xxlg-baseline {
    align-items: baseline !important; }
  .align-items-xxlg-stretch {
    align-items: stretch !important; }
  .align-content-xxlg-start {
    align-content: flex-start !important; }
  .align-content-xxlg-end {
    align-content: flex-end !important; }
  .align-content-xxlg-center {
    align-content: center !important; }
  .align-content-xxlg-between {
    align-content: space-between !important; }
  .align-content-xxlg-around {
    align-content: space-around !important; }
  .align-content-xxlg-stretch {
    align-content: stretch !important; }
  .align-self-xxlg-auto {
    align-self: auto !important; }
  .align-self-xxlg-start {
    align-self: flex-start !important; }
  .align-self-xxlg-end {
    align-self: flex-end !important; }
  .align-self-xxlg-center {
    align-self: center !important; }
  .align-self-xxlg-baseline {
    align-self: baseline !important; }
  .align-self-xxlg-stretch {
    align-self: stretch !important; } }

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

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

.float-none, .float-xs-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; } }

@media (min-width: 1366px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xlg-left {
    float: left !important; }
  .float-xlg-right {
    float: right !important; }
  .float-xlg-none {
    float: none !important; } }

@media (min-width: 1800px) {
  .float-xxlg-left {
    float: left !important; }
  .float-xxlg-right {
    float: right !important; }
  .float-xxlg-none {
    float: 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;
  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, .social-share-btn--product {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow, .social-share-btn--product:hover, .social-share-btn--product.product-miniature__wishlist-button.wishlist-remove, .card--reassurance, .card-block {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2) !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; }

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

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

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

.mr-0,
.mx-0 {
  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,
.pack-product-name {
  margin-right: 1.5rem !important; }

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

.ml-4,
.mx-4,
.pack-product-name {
  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; } }

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

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

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

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

@media (min-width: 1366px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xlg-left {
    text-align: left !important; }
  .text-xlg-right {
    text-align: right !important; }
  .text-xlg-center {
    text-align: center !important; } }

@media (min-width: 1800px) {
  .text-xxlg-left {
    text-align: left !important; }
  .text-xxlg-right {
    text-align: right !important; }
  .text-xxlg-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: #ffcd00 !important; }

a.text-primary:hover, a.text-primary.product-miniature__wishlist-button.wishlist-remove, a.text-primary:focus {
  color: #b39000 !important; }

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

a.text-secondary:hover, a.text-secondary.product-miniature__wishlist-button.wishlist-remove, a.text-secondary:focus {
  color: black !important; }

.text-success {
  color: #59b572 !important; }

a.text-success:hover, a.text-success.product-miniature__wishlist-button.wishlist-remove, a.text-success:focus {
  color: #3c8650 !important; }

.text-info {
  color: #44baba !important; }

a.text-info:hover, a.text-info.product-miniature__wishlist-button.wishlist-remove, a.text-info:focus {
  color: #308282 !important; }

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

a.text-warning:hover, a.text-warning.product-miniature__wishlist-button.wishlist-remove, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger.product-miniature__wishlist-button.wishlist-remove, a.text-danger:focus {
  color: #b51915 !important; }

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

a.text-light:hover, a.text-light.product-miniature__wishlist-button.wishlist-remove, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark.product-miniature__wishlist-button.wishlist-remove, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #222222 !important; }

.text-muted {
  color: #222222 !important; }

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    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, .l-wrapper--boxed, body:not(#index) .l-wrapper, body:not(#index) main > .notifications-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 #f1f1f1 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #eaeaea; }
  .table .thead-dark th {
    color: inherit;
    border-color: #eaeaea; } }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffcd00'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffcd00'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-blue, .swiper-container-rtl .swiper-button-next.swiper-button-blue {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007bff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-blue, .swiper-container-rtl .swiper-button-prev.swiper-button-blue {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007bff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-indigo, .swiper-container-rtl .swiper-button-next.swiper-button-indigo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236610f2'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-indigo, .swiper-container-rtl .swiper-button-prev.swiper-button-indigo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236610f2'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-purple, .swiper-container-rtl .swiper-button-next.swiper-button-purple {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236f42c1'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-purple, .swiper-container-rtl .swiper-button-prev.swiper-button-purple {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236f42c1'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-pink, .swiper-container-rtl .swiper-button-next.swiper-button-pink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e83e8c'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-pink, .swiper-container-rtl .swiper-button-prev.swiper-button-pink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e83e8c'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-red, .swiper-container-rtl .swiper-button-next.swiper-button-red {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dc3545'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-red, .swiper-container-rtl .swiper-button-prev.swiper-button-red {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dc3545'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-orange, .swiper-container-rtl .swiper-button-next.swiper-button-orange {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fd7e14'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-orange, .swiper-container-rtl .swiper-button-prev.swiper-button-orange {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fd7e14'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-yellow, .swiper-container-rtl .swiper-button-next.swiper-button-yellow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffc107'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-yellow, .swiper-container-rtl .swiper-button-prev.swiper-button-yellow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffc107'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-green, .swiper-container-rtl .swiper-button-next.swiper-button-green {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2328a745'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-green, .swiper-container-rtl .swiper-button-prev.swiper-button-green {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2328a745'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-teal, .swiper-container-rtl .swiper-button-next.swiper-button-teal {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2320c997'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-teal, .swiper-container-rtl .swiper-button-prev.swiper-button-teal {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2320c997'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-cyan, .swiper-container-rtl .swiper-button-next.swiper-button-cyan {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2317a2b8'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-cyan, .swiper-container-rtl .swiper-button-prev.swiper-button-cyan {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2317a2b8'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-gray, .swiper-container-rtl .swiper-button-next.swiper-button-gray {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23888888'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-gray, .swiper-container-rtl .swiper-button-prev.swiper-button-gray {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23888888'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-gray-dark, .swiper-container-rtl .swiper-button-next.swiper-button-gray-dark {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23343a40'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-gray-dark, .swiper-container-rtl .swiper-button-prev.swiper-button-gray-dark {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23343a40'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.simplebar-scrollbar:before {
  background: #ffcd00; }

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1; }

.rc {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: background 150ms; }
  .rc:after {
    content: "";
    border-color: #f1f1f1;
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    z-index: 2;
    border-right-color: transparent; }
  .rc--lazyload:after {
    display: none; }

.rc > * {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.rc > a {
  display: block; }

.ratio2_1 {
  padding-top: 50%; }

.ratio1_2 {
  padding-top: 200%; }

.ratio4_3 {
  padding-top: 75%; }

.ratio16_9 {
  padding-top: 56.25%; }

.ratio1_1 {
  padding-top: 100%; }

.ratio3_2 {
  padding-top: 33.33333%; }

.no-js img.lazyload {
  display: none; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 500ms; }

.slick-slide.lazyload {
  display: none !important; }

.slick-slide .lazyload {
  display: none !important; }

.slick-active.lazyload,
.slick-current.lazyload,
.slick-current + .slick-slide.lazyload {
  display: block !important; }

.slick-active .lazyload,
.slick-current .lazyload,
.slick-current + .slick-slide .lazyload {
  display: block !important; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../img/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../img/MaterialIcons-Regular.woff2) format("woff2"), url(../img/MaterialIcons-Regular.woff) format("woff"), url(../img/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.material-icons + span {
  display: inline-block; }

.small .material-icons, .quick-view .material-icons,
.btn-sm .material-icons,
.btn-group-sm > .btn .material-icons {
  font-size: 0.875rem;
  line-height: 1.5; }

.btn-lg .material-icons, .btn-group-lg > .btn .material-icons {
  font-size: 1.875rem; }

.pagination .material-icons {
  font-size: 1.429rem; }

.material-icons.md-18 {
  font-size: 18px;
  line-height: 1; }

.material-icons.md-24 {
  font-size: 24px;
  line-height: 1; }

.material-icons.md-36 {
  font-size: 36px;
  line-height: 1; }

.material-icons.md-48 {
  font-size: 48px;
  line-height: 1; }

@font-face {
  font-family: "icomoon";
  src: url(../img/icomoon.eot);
  src: url(../img/icomoon.eot#iefix) format("embedded-opentype"), url(../img/icomoon.ttf) format("truetype"), url(../img/icomoon.woff) format("woff"), url(../img/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search-light:before {
  content: ""; }

.icon-arrow_left:before {
  content: ""; }

.icon-uzytkownicy-1:before {
  content: ""; }

.icon-arrow_3:before {
  content: ""; }

.icon-arrow:before {
  content: ""; }

.icon-b2b_platform:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-bin:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-category_1:before {
  content: ""; }

.icon-category_2:before {
  content: ""; }

.icon-category_3:before {
  content: ""; }

.icon-category_4:before, .homepage-boxes-after-slide__icon--4:before {
  content: ""; }

.icon-checked:before {
  content: ""; }

.icon-client:before {
  content: ""; }

.icon-closed:before, .invalid-feedback:before, .modal-header .close:before {
  content: ""; }

.icon-copyright:before {
  content: ""; }

.icon-credit_card:before {
  content: ""; }

.icon-dane_firmy:before {
  content: ""; }

.icon-delivery2:before, .homepage-boxes-after-slide__icon--2:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-historia_zamowien_2:before {
  content: ""; }

.icon-information_2:before {
  content: ""; }

.icon-information:before {
  content: ""; }

.icon-location2:before {
  content: ""; }

.icon-long_arrow:before {
  content: ""; }

.icon-long_arrow-left:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-obrot_miesieczny:before {
  content: ""; }

.icon-opened_folder:before {
  content: ""; }

.icon-platnosc_przy_odbiorze:before {
  content: ""; }

.icon-propozycje_do_akceptacji:before {
  content: ""; }

.icon-quality:before, .homepage-boxes-after-slide__icon--1:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-rozliczenia:before {
  content: ""; }

.icon-ruler:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-shopping_bag:before {
  content: ""; }

.icon-sklep_stacjonarny:before {
  content: ""; }

.icon-spolki_i_oddzialy:before {
  content: ""; }

.icon-tag_sale:before, .homepage-boxes-after-slide__icon--3:before {
  content: ""; }

.icon-telephone:before {
  content: ""; }

.icon-tshirt_logo:before {
  content: ""; }

.icon-tshirt:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-ustawienia_konta:before {
  content: ""; }

.icon-uzytkownicy:before {
  content: ""; }

.menu__b2b-button-icon:before, .menu__item-icon--price-drop:before, .menu__item-icon--contact:before, .product-miniature__details-icon:after, .invalid-feedback::before, .block-contact-nav__icon:before, .block-contact__title-icon:before, .block-contact__address-icon:before, .wishlist-nav__icon:before, .user-info__icon:before, .shopping-cart__icon:before, .homepage-boxes-after-slide__icon, .my-account-nav__icon:before, .history-table__authorization-order-icon:before, .address__delete-button-icon:before, .identity__change-data-company-phone-icon:before, .identity__change-data-company-mail-icon:before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .modal-header .close {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* montserrat-100normal - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url(../img/montserrat-latin-ext-100.woff2) format("woff2"), url(../img/montserrat-latin-ext-100.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-100italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  font-weight: 100;
  src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url(../img/montserrat-latin-ext-100-italic.woff2) format("woff2"), url(../img/montserrat-latin-ext-100-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-200normal - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url(../img/montserrat-latin-ext-200.woff2) format("woff2"), url(../img/montserrat-latin-ext-200.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-200italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  font-weight: 200;
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url(../img/montserrat-latin-ext-200-italic.woff2) format("woff2"), url(../img/montserrat-latin-ext-200-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-300normal - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(../img/montserrat-latin-ext-300.woff2) format("woff2"), url(../img/montserrat-latin-ext-300.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-300italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url(../img/montserrat-latin-ext-300-italic.woff2) format("woff2"), url(../img/montserrat-latin-ext-300-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-400normal - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(../img/montserrat-latin-ext-400.woff2) format("woff2"), url(../img/montserrat-latin-ext-400.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-400italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url(../img/montserrat-latin-ext-400-italic.woff2) format("woff2"), url(../img/montserrat-latin-ext-400-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-500normal - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(../img/montserrat-latin-ext-500.woff2) format("woff2"), url(../img/montserrat-latin-ext-500.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-500italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url(../img/montserrat-latin-ext-500-italic.woff2) format("woff2"), url(../img/montserrat-latin-ext-500-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-600normal - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(../img/montserrat-latin-ext-600.woff2) format("woff2"), url(../img/montserrat-latin-ext-600.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-600italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url(../img/montserrat-latin-ext-600-italic.woff2) format("woff2"), url(../img/montserrat-latin-ext-600-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-700normal - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(../img/montserrat-latin-ext-700.woff2) format("woff2"), url(../img/montserrat-latin-ext-700.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-700italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url(../img/montserrat-latin-ext-700-italic.woff2) format("woff2"), url(../img/montserrat-latin-ext-700-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-800normal - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(../img/montserrat-latin-ext-800.woff2) format("woff2"), url(../img/montserrat-latin-ext-800.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-800italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url(../img/montserrat-latin-ext-800-italic.woff2) format("woff2"), url(../img/montserrat-latin-ext-800-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-900normal - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(../img/montserrat-latin-ext-900.woff2) format("woff2"), url(../img/montserrat-latin-ext-900.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-900italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url(../img/montserrat-latin-ext-900-italic.woff2) format("woff2"), url(../img/montserrat-latin-ext-900-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

.ps-alert-error {
  margin-bottom: 0; }

.ps-alert-error .item, .ps-alert-success .item {
  align-items: center;
  border: 2px #e73430 solid;
  display: flex;
  background-color: #e73430;
  margin-bottom: 1rem; }
  .ps-alert-error .item i, .ps-alert-success .item i {
    border: 15px #e73430 solid;
    display: flex; }
    .ps-alert-error .item i svg, .ps-alert-success .item i svg {
      background-color: #e73430;
      width: 24px;
      height: 24px; }
  .ps-alert-error .item p, .ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 1rem;
    width: 100%; }

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem 0.25rem; }
  .ps-alert-success .item {
    border-color: #59b572;
    background-color: #59b572; }
    .ps-alert-success .item i {
      border-color: #59b572; }
      .ps-alert-success .item i svg {
        background-color: #59b572; }

.social-sharing--product {
  margin: 1rem 0; }

.modal .social-sharing--product {
  margin: 0; }

.social-share-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin: 0 0.5rem;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center; }
  .social-share-btn.facebook {
    background-image: url(../img/facebook.svg); }
  .social-share-btn.twitter {
    background-image: url(../img/twitter.svg); }
  .social-share-btn.googleplus {
    background-image: url(../img/gplus.svg); }
  .social-share-btn.pinterest {
    background-image: url(../img/pinterest.svg); }
  .social-share-btn.rss {
    background-image: url(../img/rss.svg); }
  .social-share-btn.youtube {
    background-image: url(../img/youtube.svg); }
  .social-share-btn.vimeo {
    background-image: url(../img/vimeo.svg); }
  .social-share-btn.instagram {
    background-image: url(../img/instagram.svg); }
  .social-share-btn--product {
    background-size: 80%;
    background-color: #fff;
    border-radius: 50%;
    transition: box-shadow 0.3s ease-in-out; }
    .social-share-btn--product.facebook {
      background-image: url(../img/facebook-gray.svg); }
      .social-share-btn--product.facebook:hover, .social-share-btn--product.facebook.product-miniature__wishlist-button.wishlist-remove {
        background-image: url(../img/facebook-blue.svg); }
    .social-share-btn--product.twitter {
      background-image: url(../img/twitter-gray.svg); }
      .social-share-btn--product.twitter:hover, .social-share-btn--product.twitter.product-miniature__wishlist-button.wishlist-remove {
        background-image: url(../img/twitter-blue.svg); }
    .social-share-btn--product.googleplus {
      background-image: url(../img/gplus-gray.svg); }
      .social-share-btn--product.googleplus:hover, .social-share-btn--product.googleplus.product-miniature__wishlist-button.wishlist-remove {
        background-image: url(../img/gplus-blue.svg); }
    .social-share-btn--product.pinterest {
      background-image: url(../img/pinterest-gray.svg); }
      .social-share-btn--product.pinterest:hover, .social-share-btn--product.pinterest.product-miniature__wishlist-button.wishlist-remove {
        background-image: url(../img/pinterest-blue.svg); }
  .social-share-btn--footer {
    transition: background-color 0.3s ease-in-out; }
    .social-share-btn--footer:hover, .social-share-btn--footer.product-miniature__wishlist-button.wishlist-remove {
      background-color: #ffcd00; }

.total-value, .card-body--summary .cart-total {
  background-color: #f1f1f1;
  font-weight: 700; }

.table__title-head {
  margin-bottom: 0;
  font-size: 1rem; }

.media-list__item:not(:last-child) {
  margin-bottom: 0.5rem; }

.link__showsummary[aria-expanded=true] .material-icons {
  transform: rotateZ(180deg); }

.form__add-voucher {
  margin-bottom: 30px; }

.cart__card-header {
  font-size: 30px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px; }

.cart__card-body {
  position: relative; }
  .cart__card-body.is--loading .cart__card-loader {
    display: flex;
    opacity: 1; }

.cart__card-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 0.15s linear;
  z-index: 3; }

.cart-headers {
  color: #222222;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea; }

.cart-item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.product-line-actions {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .product-line-actions .input-group.bootstrap-touchspin {
    max-width: 130px; }

.product-line-grid .product-line__title {
  margin-bottom: 0.75rem;
  display: inline-block;
  color: #222222; }

.product-line-grid .product-price {
  display: flex;
  align-items: center; }
  .product-line-grid .product-price .discount {
    font-size: 0.875rem;
    line-height: 1; }

.product-line-grid .product-discount {
  margin-right: 0.5rem; }

.product-line__info {
  display: flex;
  align-items: center; }

.product-line__number {
  flex: 0 0 30px; }

.product-line__img {
  border: 1px solid #eaeaea; }

.product-line__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none; }

.product-line__reference {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase; }

.product-line__attributes {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase; }

.product-line__attr:not(:last-child) {
  margin-bottom: 5px; }

.product-line__price {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; }

.product-line__price-total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #ffcd00; }
  .product-line__price-total a {
    margin: 0 20px;
    color: #222222; }
    .product-line__price-total a:hover, .product-line__price-total a.product-miniature__wishlist-button.wishlist-remove, .product-line__price-total a:focus {
      color: #e73430; }

.nav-tabs--center {
  justify-content: center; }

@media (max-width: 991.98px) {
  .checkout {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.4); }
    .checkout a {
      width: 100%; } }

.promo-code-alert {
  display: none; }

.promo-highlighted {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

.promo-discounts {
  font-weight: 700;
  text-align: center;
  color: #495057; }
  .promo-discounts .code {
    color: #f39d72; }

.cart-promo-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background: #eaeaea;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; }
  .cart-promo-line-discount {
    margin-right: 10px;
    color: #ffcd00; }

.card-body .separator, .order-details__info-box-body .separator, .address-body .separator, .card-block .separator {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  border-top: 0; }

.card-body--summary .cart-total {
  padding: 0.25rem; }
  .card-body--summary .cart-total .label {
    margin-bottom: 0; }

.card-body--summary.card-body, .card-body--summary.order-details__info-box-body, .card-body--summary.address-body, .card-body--summary.card-block {
  padding-bottom: 0; }

.cart-summary__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px; }
  .cart-summary__line.cart-total {
    font-weight: 700; }

.cart-summary-totals {
  margin-bottom: 30px; }
  .cart-summary-totals .cart-summary__label {
    text-transform: uppercase; }

.cart-actions {
  display: flex;
  flex-direction: column; }
  .cart-actions .free-shipping__bottom {
    margin-bottom: 20px; }
  .cart-actions--back-link {
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: auto; }

.cart-empty:not(body) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0; }

.cart-empty__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 12px; }

.cart-empty__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  border: 1px solid #eaeaea;
  min-width: 323px;
  transition: .3s; }
  .cart-empty__button:hover, .cart-empty__button.product-miniature__wishlist-button.wishlist-remove, .cart-empty__button:focus {
    box-shadow: 0 1px 6px rgba(1, 1, 2, 0.1); }

.cart-empty__image {
  margin-right: 15px; }

.block-categories--title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .block-categories--title span {
    transform: rotate(90deg);
    transition: .3s;
    line-height: 18px;
    height: 18px;
    display: block;
    font-size: 14px; }
  .block-categories--title [aria-expanded="false"] span {
    transform: rotate(-90deg); }

.block-categories--sub-menu {
  margin: 0; }

.block-categories--sub-item {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0 0;
  border: 1px solid #f1f1f1;
  margin-bottom: -1px;
  font-weight: 500;
  text-transform: none;
  background: #fff; }
  .block-categories--sub-item a {
    margin-bottom: 9px;
    display: inline-block; }
  .block-categories--sub-item li {
    border-left: none;
    border-right: none; }
  .block-categories--sub-item--0 {
    background: #f1f1f1;
    font-weight: 700;
    text-transform: uppercase; }
  .block-categories--sub-item span {
    transform: rotate(90deg);
    transition: .3s;
    line-height: 18px;
    height: 18px;
    display: block;
    font-size: 11px;
    cursor: pointer; }
  .block-categories--sub-item [aria-expanded="false"] span {
    transform: rotate(-90deg); }
  .block-categories--sub-item .block-categories--sub-item .block-categories--sub-item a {
    padding-left: 15px; }

.block-categories .collapse-icons .remove {
  display: none; }

.block-categories .collapse-icons[aria-expanded=true].remove {
  display: block; }

.block-categories .collapse-icons[aria-expanded=true].add {
  display: none; }

.block-categories .category-sub-link.active_category_tree {
  font-weight: 600; }

.block-category {
  background-color: #f1f1f1;
  padding: 19px 30px 18px;
  margin-bottom: 1px; }
  .block-category--title {
    color: #000;
    font-size: 24px;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }
  .block-category--counts {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap; }

.block-listing-title {
  background-color: #f1f1f1;
  padding: 30px 30px 25px;
  margin-bottom: 1px; }
  .block-listing-title--text {
    color: #000;
    font-size: 24px;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 500; }
  .block-listing-title--counts {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 10px; }

.subcategories--title {
  color: #000;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 27px; }

.subcategories--item {
  border: 1px solid #e6edeb;
  padding: 21px;
  margin-bottom: 26px; }

.subcategories--name {
  margin-top: 11px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase; }

.register-form__info {
  text-align: center; }

.register-form__info-header {
  margin-bottom: 30px; }

.register-form__info-list {
  text-align: left;
  padding: 0 20px 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px; }

.register-form__info-item {
  margin-bottom: 30px;
  padding-left: 22px;
  position: relative;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-style: normal; }
  .register-form__info-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #ffcd00;
    border-radius: 50%; }

.register-form__info-footer {
  margin-bottom: 30px; }

.register-form__info-footer-title {
  margin-bottom: 15px; }

.register-form__info-footer-link.href {
  font-size: 14px; }

.page-authentication .footer__before {
  margin-top: 2.5rem; }

.footer__top {
  padding: 67px 0 63px;
  background-color: #2b4857; }
  @media (max-width: 575.98px) {
    .footer__top {
      padding: 40px 0 35px; } }

@media (max-width: 991.98px) {
  .footer__bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse; } }

.footer__col-wrapper {
  margin-left: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex: 1 1; }
  @media (max-width: 1365.98px) {
    .footer__col-wrapper {
      margin-left: 25px; } }
  @media (max-width: 1199.98px) {
    .footer__col-wrapper {
      margin-left: 0;
      width: 100%; } }
  @media (max-width: 575.98px) {
    .footer__col-wrapper {
      flex-wrap: wrap; } }

.footer__col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  width: auto; }
  @media (max-width: 575.98px) {
    .footer__col {
      flex: 0 0 100%;
      max-width: 100%; }
      .footer__col:not(:last-of-type) {
        margin-bottom: 20px; } }
  @media (min-width: 576px) {
    .footer__col--last {
      padding-left: 25px;
      position: relative; }
      .footer__col--last:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        top: -40px;
        bottom: -36px;
        left: 0;
        background-color: #fff; } }

.footer__title {
  margin-bottom: 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 575.98px) {
    .footer__title {
      text-align: center; } }
  .footer__title--hidden {
    opacity: 0; }
  .footer__title--mobile {
    display: none;
    margin-bottom: 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eaeaea; }
    @media (max-width: 991.98px) {
      .footer__title--mobile {
        display: block; } }
    .footer__title--mobile[data-toggle="collapse"][aria-expanded="true"]:after {
      transform: rotate(180deg); }

.footer-after {
  padding: 15px 0;
  background-color: #0f1417; }
  .footer-after__copyright-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row; }
    @media (max-width: 991.98px) {
      .footer-after__copyright-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row; } }
  .footer-after__icon-copyright {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
    color: #fff; }
  @media (max-width: 1199.98px) {
    .footer-after__link-group:not(:first-of-type) {
      margin-bottom: 5px; } }
  .footer-after__link-group--right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row; }
    @media (max-width: 1199.98px) {
      .footer-after__link-group--right {
        justify-content: center; } }
  .footer-after__link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
    color: #fff; }

.header__nav {
  align-items: center; }

.header-nav__nav2 {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.header-mobile__user-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.header__top {
  display: flex;
  justify-content: space-between;
  position: static; }

.carousel a {
  display: block; }
  .carousel a:not(:first-child) {
    display: none; }

.imageslider__container {
  margin-left: -15px;
  margin-right: -15px; }

.imageslider__lazy-wrap {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: background 150ms; }

.imageslider__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 3; }

.imageslider__url {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent; }

.imageslider__url {
  z-index: 5; }

.imageslider__navigation-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  right: 5%;
  bottom: 13%;
  z-index: 1;
  height: 68px; }
  @media (max-width: 1199.98px) {
    .imageslider__navigation-container {
      bottom: 15%;
      height: 30px; } }

.imageslider__navigation.swiper-button--custom {
  margin: 0 3px;
  position: static; }

.imageslider__pagination-container {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  right: 5%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%); }
  @media (max-width: 575.98px) {
    .imageslider__pagination-container {
      display: none; } }
  .imageslider__pagination-container .swiper-pagination-bullet {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    font-style: normal;
    color: #222222;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s;
    color: #fff;
    transition: font-size .15s ease-in-out;
    cursor: pointer; }
    .imageslider__pagination-container .swiper-pagination-bullet:hover, .imageslider__pagination-container .swiper-pagination-bullet.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: none; }
    .imageslider__pagination-container .swiper-pagination-bullet:active, .imageslider__pagination-container .swiper-pagination-bullet:focus {
      color: #ffcd00;
      text-decoration: none; }
    .imageslider__pagination-container .swiper-pagination-bullet:disabled {
      opacity: 0.54; }
    .imageslider__pagination-container .swiper-pagination-bullet:hover, .imageslider__pagination-container .swiper-pagination-bullet.product-miniature__wishlist-button.wishlist-remove {
      color: #fff; }
    @media (max-width: 1199.98px) {
      .imageslider__pagination-container .swiper-pagination-bullet {
        font-size: 12px;
        line-height: 20px; } }
    .imageslider__pagination-container .swiper-pagination-bullet-active {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
      font-style: normal;
      color: #222222;
      text-transform: none;
      text-decoration: none;
      transition: color 0.3s;
      color: #fff;
      border-bottom: 1px solid #ffcd00;
      transition: font-size .15s ease-in-out; }
      .imageslider__pagination-container .swiper-pagination-bullet-active:hover, .imageslider__pagination-container .swiper-pagination-bullet-active.product-miniature__wishlist-button.wishlist-remove {
        color: #ffcd00;
        text-decoration: none; }
      .imageslider__pagination-container .swiper-pagination-bullet-active:active, .imageslider__pagination-container .swiper-pagination-bullet-active:focus {
        color: #ffcd00;
        text-decoration: none; }
      .imageslider__pagination-container .swiper-pagination-bullet-active:disabled {
        opacity: 0.54; }
      .imageslider__pagination-container .swiper-pagination-bullet-active:hover, .imageslider__pagination-container .swiper-pagination-bullet-active.product-miniature__wishlist-button.wishlist-remove {
        color: #fff; }
      @media (max-width: 1199.98px) {
        .imageslider__pagination-container .swiper-pagination-bullet-active {
          margin-bottom: 5px;
          font-size: 20px;
          line-height: normal; } }

.slider-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  color: #fff;
  width: 100%;
  height: 100%; }
  .slider-caption__inner {
    padding: 0 15px;
    position: absolute;
    max-width: 360px;
    z-index: 6;
    margin-left: calc(((360 + 50) / 1920) * 100%); }
    @media (max-width: 1199.98px) {
      .slider-caption__inner {
        margin: auto; } }
  .slider-caption__title {
    color: #fff;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 100px;
    font-weight: 900;
    text-transform: none;
    line-height: 2.8125rem; }
  .slider-caption__text {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 50px;
    font-weight: 400;
    line-height: 2.8125rem;
    font-style: normal;
    font-family: "Montserrat", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white; }
    @media (max-width: 1199.98px) {
      .slider-caption__text {
        font-size: 30px;
        line-height: 30px;
        text-align: center; } }
    .slider-caption__text h6 {
      margin-bottom: 1rem;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      font-style: normal; }
      @media (max-width: 1199.98px) {
        .slider-caption__text h6 {
          margin-bottom: 5px; } }
  .slider-caption .btn.btn-default {
    margin-top: 10px;
    padding-left: calc(30px + 2.1875rem);
    position: relative;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    @media (max-width: 991.98px) {
      .slider-caption .btn.btn-default {
        margin-top: 0;
        padding-left: calc(30px + 15px);
        padding-right: 15px; } }

.menu {
  height: 100%;
  margin-left: 15px; }
  @media (min-width: 1800px) {
    .menu {
      margin-left: 30px; } }
  @media (max-width: 1199.98px) {
    .menu {
      margin-left: 0;
      width: 100%; } }
  @media (max-width: 991.98px) {
    .menu {
      display: none; } }
  .menu__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
  .menu__mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
  @media (max-width: 1199.98px) {
    .header-top__container .menu {
      display: none; } }
  .menu-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0;
    height: 100%; }
    @media (max-width: 1199.98px) {
      .menu-top {
        justify-content: center; } }
    @media (max-width: 991.98px) {
      .menu-top {
        width: 100%; } }
  .menu__b2b-wrapper {
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    height: 100%; }
    @media (max-width: 1599.98px) {
      .menu__b2b-wrapper {
        margin: 0 10px; } }
    @media (max-width: 1199.98px) {
      .menu__b2b-wrapper {
        display: none; } }
    @media (max-width: 991.98px) {
      .menu__b2b-wrapper {
        margin-left: 15px; } }
    .menu__b2b-wrapper--header-top {
      margin: 0 15px; }
      @media (min-width: 1200px) {
        .menu__b2b-wrapper--header-top {
          display: none; } }
    .menu__b2b-wrapper--mobile {
      margin-bottom: 15px;
      width: 100%; }
      @media (min-width: 576px) {
        .menu__b2b-wrapper--mobile {
          display: none; } }
  .menu__b2b-button {
    padding-top: 11px;
    padding-bottom: 11px; }
    @media (min-width: 1200px) and (max-width: 1365.98px) {
      .menu__b2b-button.btn-padding-sm {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10px; } }
  .menu__b2b-button-icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row; }
    @media (max-width: 1799.98px) {
      .menu__b2b-button-icon {
        display: none; } }
    .menu__b2b-button-icon:before {
      margin-right: 8px;
      content: "";
      font-size: 26px; }
  .menu__b2b-button-text {
    font-weight: 500; }
  .menu__item-header {
    height: 100%; }
  .menu__item-icon {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 58px;
    height: 42px;
    border-bottom: 1px solid #eaeaea; }
    @media (max-width: 991.98px) {
      .menu__item-icon {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-right: 15px;
        justify-content: flex-start;
        width: 40px;
        border-bottom: none; } }
    .menu__item-icon--1 {
      padding: 0;
      margin: 0 30px 0 0;
      width: 38px;
      height: 38px;
      border-bottom: 0; }
      @media (max-width: 991.98px) {
        .menu__item-icon--1 {
          margin: 0 15px 0 0;
          width: 30px;
          height: auto; } }
    .menu__item-icon-image {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }
      .menu__item-icon-image--hover {
        display: none; }
    .menu__item-icon--price-drop {
      margin-bottom: 18px; }
      .menu__item-icon--price-drop:before {
        content: "";
        font-size: 33px; }
    .menu__item-icon--contact {
      margin-bottom: 18px; }
      .menu__item-icon--contact:before {
        content: "";
        font-size: 33px; }
  .menu__item-span {
    text-align: left; }
    .menu__item-span--text-center {
      text-align: center; }
      @media (max-width: 991.98px) {
        .menu__item-span--text-center {
          text-align: left; } }
  .menu__item--top {
    max-width: 175px;
    height: 100%; }
    @media (max-width: 1365.98px) {
      .menu__item--top {
        max-width: 155px; } }
    @media (max-width: 1199.98px) {
      .menu__item--top {
        max-width: none; }
        .menu__item--top:first-child .menu__item-link--top:before {
          display: none; } }
    @media (max-width: 991.98px) {
      .menu__item--top {
        width: 100%; } }
    .menu__item--top:before {
      left: 0; }
  .menu__item-link--top {
    padding: 30px 12px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    height: 100%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    color: #222222;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s;
    color: #222222;
    text-transform: uppercase;
    word-break: break-word;
    transition: none; }
    .menu__item-link--top:hover, .menu__item-link--top.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: none; }
    .menu__item-link--top:active, .menu__item-link--top:focus {
      color: #ffcd00;
      text-decoration: none; }
    .menu__item-link--top:disabled {
      opacity: 0.54; }
    @media (max-width: 1365.98px) {
      .menu__item-link--top {
        padding: 30px 9px 15px;
        font-size: 9px; } }
    @media (max-width: 1199.98px) {
      .menu__item-link--top {
        padding: 30px 30px 15px; } }
    @media (max-width: 991.98px) {
      .menu__item-link--top {
        flex-direction: row;
        height: auto; } }
    .menu__item-link--top:before {
      content: '';
      display: block;
      position: absolute;
      top: calc(50% - 30px);
      left: 0;
      width: 1px;
      height: 60px;
      background-color: #eaeaea; }
      @media (max-width: 991.98px) {
        .menu__item-link--top:before {
          display: none; } }
    .menu__item-link--top:hover .menu__item-icon-image:not(.menu__item-icon-image--1), .menu__item-link--top.product-miniature__wishlist-button.wishlist-remove .menu__item-icon-image:not(.menu__item-icon-image--1) {
      display: none; }
    .menu__item-link--top:hover .menu__item-icon-image--nohover:not(.menu__item-icon-image--nohover--1), .menu__item-link--top.product-miniature__wishlist-button.wishlist-remove .menu__item-icon-image--nohover:not(.menu__item-icon-image--nohover--1) {
      display: block; }
    .menu__item-link--top:hover .menu__item-icon-image--hover:not(.menu__item-icon-image--hover--1), .menu__item-link--top.product-miniature__wishlist-button.wishlist-remove .menu__item-icon-image--hover:not(.menu__item-icon-image--hover--1) {
      display: block; }
  .menu__item-link--1 {
    padding: 10px 15px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
    .menu__item-link--1:hover, .menu__item-link--1.product-miniature__wishlist-button.wishlist-remove {
      border-bottom-color: #ffcd00; }
      .menu__item-link--1:hover .menu__item-icon-image--1, .menu__item-link--1.product-miniature__wishlist-button.wishlist-remove .menu__item-icon-image--1 {
        display: none; }
      .menu__item-link--1:hover .menu__item-icon-image--nohover--1, .menu__item-link--1.product-miniature__wishlist-button.wishlist-remove .menu__item-icon-image--nohover--1 {
        display: block; }
      .menu__item-link--1:hover .menu__item-icon-image--hover--1, .menu__item-link--1.product-miniature__wishlist-button.wishlist-remove .menu__item-icon-image--hover--1 {
        display: block; }
  .modal-header .menu__close-modal-menu-button.close {
    padding: 8px;
    top: 10px;
    right: 10px; }
  .menu__collapseicon {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    cursor: pointer; }
  .menu__buttons-list-container {
    margin-top: 15px;
    padding: 0 13px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .menu__buttons-list-container {
        padding: 0 15px;
        margin-top: 0;
        margin-left: 10px;
        width: auto; } }
  .menu__button-list-wrapper {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    border-top: 1px solid #eaeaea; }
    @media (max-width: 991.98px) {
      .menu__button-list-wrapper {
        padding: 20px 0 15px;
        border-top: 0; } }
  .menu__button-list-href:not(:first-child) {
    margin-left: 15px; }

@media (min-width: 992px) {
  .menu-sub {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: -1;
    transition: all .5s ease; }
  .menu-sub__content > ul {
    padding: 30px 17px 20px;
    background-color: #fff;
    border: 1px solid #ffcd00; }
  .menu__item--active .menu-sub {
    z-index: 2;
    opacity: 1; }
  .menu-sub__list--1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
  .menu__item--1 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    margin-bottom: 20px; }
  .menu__item-link--1 {
    padding-bottom: 20px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea; }
    .menu__item-link--1 .menu__item-link {
      color: #222222; } }

@media (max-width: 991.98px) {
  .menu-top {
    flex-direction: column;
    margin-bottom: 1rem; }
  .menu-sub {
    width: 100%;
    transition: all .3s ease-out; }
  .menu-sub__content {
    padding: 0; }
  .menu__item-link--top {
    padding: 0; }
  .js-top-menu {
    margin-right: -1rem;
    margin-left: -1rem; }
  .menu__item {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea; }
  .menu__item--top:not(:first-child) {
    border-top: 0; }
  .menu__item--sub:not(:first-child) {
    border-top: 0; }
  .menu__item-header {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
  .menu__item-link--1 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase; }
  .menu__item-link--nosubmenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 10px 15px; }
  .menu-sub.show {
    background: #fff; }
  .menu__item--2 .menu__item-link--nosubmenu,
  .menu__item--2 .menu__item-header {
    margin-left: 20px; }
  .menu__item--3 .menu__item-link--nosubmenu,
  .menu__item--3 .menu__item-header {
    margin-left: 30px; } }

#mobile_top_menu_wrapper.modal .modal-header {
  border-bottom: 0; }

#mobile_top_menu_wrapper.modal .modal-body {
  padding-top: 0; }

.modal.fade .modal-dialog__offcanvas {
  width: 350px;
  height: 100%;
  margin: 0;
  max-width: 90%;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform .3s ease-out; }

.modal.show .modal-dialog__offcanvas {
  transform: translateX(0); }

.modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  right: 0;
  transform: translateX(100%); }

.modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  transform: translateX(0); }

.modal-dialog__offcanvas .modal-content {
  height: inherit;
  border-width: 0;
  border-radius: 0; }

.modal .modal-dialog__offcanvas .modal-header {
  border-radius: inherit; }

.modal .modal-dialog__offcanvas .modal-body {
  overflow-y: auto;
  height: inherit; }

.modal-content > .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px; }
  .modal-content > .close .icon {
    font-weight: 600; }

.products {
  align-items: stretch; }

@media (min-width: 992px) {
  .product-miniature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .layout-full-width .product-miniature {
    flex: 0 0 25%;
    max-width: 25%; }
  .layout-full-width .product-miniature-5-col {
    flex: 0 0 20%;
    max-width: 20%; } }

.product-miniature__card-product {
  height: 100%;
  position: relative; }
  .product-miniature__card-product .discount {
    display: none; }

.product-miniature__card-body {
  padding: 0 20px;
  margin-top: 10px; }
  .product-miniature__card-body--small-padding {
    padding: 0 15px; }

.product-miniature__image-container {
  padding: 40px;
  position: relative;
  border-radius: 0; }
  .product-miniature__image-container:hover .product-miniature__highlighted-information-container, .product-miniature__image-container.product-miniature__wishlist-button.wishlist-remove .product-miniature__highlighted-information-container {
    opacity: 1; }
  .product-miniature__image-container--small-padding {
    padding: 40px 15px 20px; }

.product-miniature__image {
  width: 100%; }

.product-miniature__highlighted-information-container {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  transition: opacity .2s ease-in-out; }

.product-miniature__details-button {
  margin-bottom: 5px; }

.product-miniature__details-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  .product-miniature__details-icon:after {
    margin-right: 5px;
    content: "";
    font-size: 1.125rem;
    font-weight: 700; }

.product-miniature__details-span {
  font-weight: 500; }

.product-miniature__description-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.product-miniature__name-container {
  padding-bottom: 15px;
  width: 100%; }

.product-miniature__title {
  margin-bottom: 5px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  text-align: center;
  word-break: break-word; }
  .product-miniature__title:hover, .product-miniature__title.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .product-miniature__title:active, .product-miniature__title:focus {
    color: #ffcd00;
    text-decoration: none; }
  .product-miniature__title:disabled {
    opacity: 0.54; }

.product-miniature__reference-container {
  text-align: center; }

.product-miniature__reference {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase; }

.product-miniature__price-info-container {
  padding-top: 12px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #eaeaea; }

.product-miniature__price-info {
  margin-right: 10px;
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase; }
  .product-miniature__price-info--small-margin {
    margin-right: 5px; }

.product-miniature__price-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex: 1 1; }
  .product-miniature__price-container--with-discount {
    justify-content: space-between; }

.product-miniature__price {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  font-style: normal;
  color: #ffcd00; }
  .product-miniature__price--old {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    color: #222222;
    text-decoration: line-through; }
  .product-miniature__price--small {
    font-size: 16px;
    font-weight: 600; }

.product-miniature__wishlist-button {
  display: flex;
  align-items: center; }
  .product-miniature__wishlist-button.wishlist-remove .product-miniature__wishlist-button-span {
    display: none; }
  .product-miniature__wishlist-button.wishlist-remove .product-miniature__wishlist-button-span-active {
    display: block; }

.product-miniature__wishlist-button-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  margin-right: 10px;
  font-size: 1.125rem;
  font-weight: 700; }

.product-miniature__wishlist-button-span {
  font-weight: 600; }

.product-miniature__wishlist-button-span-active {
  font-weight: 600;
  display: none; }

.product-thumbs {
  max-width: calc(100% - 50px); }
  .product-thumbs__nav .swiper-button-prev {
    left: 0; }
  .product-thumbs__nav .swiper-button-next {
    right: 0; }

.product-right-column {
  border: 1px solid #e6edeb;
  padding: 20px; }
  .product-right-column--title.h1, .product-right-column--title.products-section-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 35px; }
  .product-right-column .product-actions {
    margin-left: -20px;
    margin-right: -20px; }

.product-details-table {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  margin-bottom: 30px; }
  .product-details-table--column {
    border-top: 1px solid #f1f1f1; }
    @media (min-width: 992px) {
      .product-details-table--column:nth-child(1), .product-details-table--column:nth-child(2) {
        border-top: none; }
      .product-details-table--column:nth-child(even) {
        padding-left: 47px;
        border-left: 1px solid #f1f1f1; } }
  .product-details-table--item {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px 0; }
  .product-details-table--label {
    color: #888888; }
  .product-details-table--value {
    display: inline-block; }

.product-contact-block__title {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.product-contact-block__block {
  display: flex;
  align-items: center; }
  .product-contact-block__block:not(:last-child) {
    margin-bottom: 7px; }

.product-contact-block__icon {
  font-size: 20px;
  margin-right: 10px; }

.product-contact-block__data {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 10px 0; }

.product-contact-block__link {
  margin: 0 5px; }

.product-contact-block__contact {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  margin: 10px 0; }
  @media (max-width: 575.98px) {
    .product-contact-block__contact {
      justify-content: flex-start; } }
  .product-contact-block__contact .product-contact-block__icon {
    margin-right: 15px; }
    @media (min-width: 600px) {
      .product-contact-block__contact .product-contact-block__icon {
        font-size: 30px; } }
  .product-contact-block__contact .product-contact-block__data {
    text-transform: uppercase;
    font-weight: 700;
    margin: unset; }

.product-description {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal; }
  .product-description hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  .product-description--title {
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    background: #eaeaea;
    padding: 15px 34px; }
  .product-description--content {
    border: 1px solid #eaeaea;
    padding: 30px; }
  .product-description--main {
    padding-bottom: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    color: #222222; }
    .product-description--main .clr-box {
      list-style: none;
      margin-top: 14px; }
      .product-description--main .clr-box li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px; }
        .product-description--main .clr-box li:before {
          content: none; }
        .product-description--main .clr-box li img {
          max-width: 40px;
          height: auto; }
  .product-description--features {
    padding-left: 115px;
    border-left: 1px solid #eaeaea; }
  .product-description ul {
    margin-bottom: 0; }
    .product-description ul li {
      color: #222222;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      padding-left: 16px;
      position: relative;
      padding-bottom: 14px; }
      .product-description ul li:last-child {
        padding-bottom: 0; }
      .product-description ul li:before {
        content: "";
        display: block;
        position: absolute;
        left: 2px;
        top: 7px;
        width: 6px;
        height: 6px;
        background: #ffcd00;
        border-radius: 50%; }
      .product-description ul li a {
        text-decoration: underline; }
        .product-description ul li a:hover, .product-description ul li a.product-miniature__wishlist-button.wishlist-remove, .product-description ul li a:focus {
          text-decoration: none; }
      .product-description ul li strong, .product-description ul li b {
        font-weight: 600; }
      .product-description ul li .value-Composition, .product-description ul li .value-Materiał {
        font-weight: 600; }
  .product-description--subtitle, .product-description h4 {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px; }

.product-banner-1 {
  background: #1b4157;
  color: #fff;
  margin-bottom: 45px;
  padding: 11px 116px 19px; }
  @media (max-width: 600px) {
    .product-banner-1 {
      padding: 10px; } }
  .product-banner-1__wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 600px) {
      .product-banner-1__wrapper {
        flex-wrap: wrap;
        justify-content: center; } }
  .product-banner-1__image {
    margin-right: 77px; }
    @media (max-width: 600px) {
      .product-banner-1__image {
        margin-right: 0; } }
  .product-banner-1__text {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (max-width: 600px) {
      .product-banner-1__text {
        flex-basis: 90%;
        margin: 20px auto;
        flex-grow: 1;
        max-width: 100%;
        text-align: center; } }
    .product-banner-1__text p {
      margin-bottom: 0; }
  .product-banner-1__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block; }
  .product-banner-1__subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    opacity: 0.9;
    display: block; }

.product-banner-2 {
  padding-bottom: 30px; }
  .product-banner-2__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 32%;
    max-width: 32%; }
    @media (max-width: 600px) {
      .product-banner-2__wrapper {
        flex: 0 0 80%;
        max-width: 80%; } }
    .product-banner-2__wrapper:nth-child(2), .product-banner-2__wrapper:nth-child(3) {
      padding-left: 30px;
      padding-right: 30px;
      flex: 0 0 34%;
      max-width: 34%; }
      @media (max-width: 600px) {
        .product-banner-2__wrapper:nth-child(2), .product-banner-2__wrapper:nth-child(3) {
          flex: 0 0 80%;
          max-width: 80%; } }
      .product-banner-2__wrapper:nth-child(2):before, .product-banner-2__wrapper:nth-child(3):before {
        content: "";
        display: block;
        height: 80%;
        width: 1px;
        background: #eaeaea;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .product-banner-2__image {
    margin-right: 18px; }
  .product-banner-2__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    display: block; }
  .product-banner-2__subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    opacity: 0.8; }
  .product-banner-2__button {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    opacity: 0.8; }

.ribbon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute; }

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid transparent; }

.ribbon span {
  position: absolute;
  display: block;
  width: 150px;
  padding: 5px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px; }

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-color: #3b9b9b;
  border-top-color: transparent;
  border-left-color: transparent; }

.ribbon-top-left::before {
  top: 0;
  right: 0; }

.ribbon-top-left::after {
  bottom: 0;
  left: 0; }

.ribbon-top-left span {
  right: -27px;
  top: 21px;
  transform: rotate(-45deg);
  background-color: #44baba; }

.ribbon-top-right {
  top: -10px;
  right: -10px; }

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-color: #bb2e2c;
  border-top-color: transparent;
  border-right-color: transparent; }

.ribbon-top-right::before {
  top: 0;
  left: 0; }

.ribbon-top-right::after {
  bottom: 0;
  right: 0; }

.ribbon-top-right span {
  left: -27px;
  top: 21px;
  transform: rotate(45deg);
  background-color: #e73430; }

.page-content--product .product-flags {
  left: 0; }

.btn-zoom {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  cursor: pointer;
  display: none;
  padding: 0;
  line-height: 1;
  z-index: 5;
  text-decoration: none !important; }
  .btn-zoom.btn .icon {
    font-size: 3rem; }

.images-container:hover .btn-zoom, .images-container.product-miniature__wishlist-button.wishlist-remove .btn-zoom {
  display: block; }

.product-images-modal__dialog {
  max-width: 650px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto; }

.product-images-modal__close.close {
  top: 0;
  right: -30px;
  height: 30px;
  width: 30px;
  opacity: 1;
  text-shadow: none;
  color: #fff; }

.product-images-modal__content.modal-content {
  padding: 0; }

.product-images-modal__body.modal-body {
  padding: 0; }

.product-variants--item {
  background: #eaeaea;
  margin-bottom: 1px;
  padding: 15px 18px 7px;
  display: flex;
  align-items: center; }
  .product-variants--item-color {
    padding-top: 0; }
    .product-variants--item-color .product-variants--label, .product-variants--item-color .product-variants--color {
      min-width: 110px;
      margin-top: 15px; }

.product-variants--label {
  color: #222222;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  min-width: 150px; }

.product-variants--values {
  display: flex;
  flex-wrap: wrap; }

.product-variants--color {
  margin-bottom: 0;
  margin-right: 35px;
  text-align: center; }
  .product-variants--color-name {
    color: #222222;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer; }
  .product-variants--color .color {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px;
    cursor: pointer; }
  .product-variants--color input:checked + .color, .product-variants--color input:hover + .color, .product-variants--color input.product-miniature__wishlist-button.wishlist-remove + .color {
    outline: 2px solid #fff;
    box-shadow: 0 0 0 3px #222222; }

.product-variants--radio {
  margin-right: 30px; }
  .product-variants--radio-name {
    height: 32px;
    min-width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer; }
  .product-variants--radio input:checked + label, .product-variants--radio input:checked + .label, .product-variants--radio input:hover + label, .product-variants--radio input.product-miniature__wishlist-button.wishlist-remove + label, .product-variants--radio input:hover + .label, .product-variants--radio input.product-miniature__wishlist-button.wishlist-remove + .label {
    border-color: #222222; }

.product-variants--input {
  display: none; }

.product-variants--link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  text-transform: uppercase;
  display: flex;
  align-items: center; }
  .product-variants--link:hover, .product-variants--link.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .product-variants--link:active, .product-variants--link:focus {
    color: #ffcd00;
    text-decoration: none; }
  .product-variants--link:disabled {
    opacity: 0.54; }
  .product-variants--link span {
    font-size: 23px;
    margin-right: 10px; }

.input-color:checked + span, .input-color:hover + span, .input-color.product-miniature__wishlist-button.wishlist-remove + span, .input-radio:checked + label, .input-radio:checked + .label, .input-radio:hover + label, .input-radio.product-miniature__wishlist-button.wishlist-remove + label, .input-radio:hover + .label, .input-radio.product-miniature__wishlist-button.wishlist-remove + .label {
  border-color: #232323; }

.product-prices {
  margin-bottom: 30px; }
  .product-prices--block {
    margin-bottom: 10px; }
  .product-prices--label {
    color: #888888;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase; }
  .product-prices--price {
    color: #222222;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase; }
  .product-prices--price-large {
    color: #ffcd00;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700; }
  .product-prices--regular {
    color: #888888;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: line-through; }
  .product-prices--discount {
    color: #ffcd00;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase; }

.product-add-to-cart {
  background: #eaeaea;
  margin-bottom: 18px;
  padding: 20px 19px; }

.product-quantity {
  display: flex; }

.cart-content__title {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 13px; }

.cart-content__item {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.cart-content__total {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 22px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.btn-add-to-cart .btn-add-to-cart__spinner {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
  display: none; }

.btn-add-to-cart.is--loading .btn-add-to-cart__spinner {
  display: inline-block; }

.btn-add-to-cart.is--loading .btn-add-to-cart__icon {
  display: none; }

.mass-add {
  background: #eaeaea;
  padding: 20px 19px; }
  @media (max-width: 575.98px) {
    .mass-add {
      padding-right: 15px;
      padding-left: 15px; } }
  .mass-add__header {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 575.98px) {
      .mass-add__header {
        justify-content: center; } }
  .mass-add__content {
    max-height: 310px;
    overflow-x: hidden; }
    @media (max-width: 575.98px) {
      .mass-add__content {
        max-height: 530px; } }
  .mass-add__item {
    margin-bottom: 15px;
    align-items: center;
    justify-content: center; }
    .mass-add__item:last-child {
      margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .mass-add__item {
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1; } }
  .mass-add__label {
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .mass-add__label {
        text-align: right;
        padding-right: 60px; } }
  @media (max-width: 575.98px) {
    .mass-add__spinner-wrapper {
      max-width: 200px; } }
  .mass-add__stock {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase; }
    .mass-add__stock--disable {
      color: #ffcd00; }
    @media (max-width: 575.98px) {
      .mass-add__stock {
        margin-top: 10px; } }

.bootstrap-touchspin > input.js-mass-add-qty-input {
  max-width: 100%; }

.product-tabs .nav-tabs {
  font-size: 0.9rem; }

.pack-product-container {
  padding: 0 1rem;
  font-size: 0.875rem; }

.pack-product__img {
  border: 1px solid #eaeaea; }

.pack-product-quantity {
  border-left: 1px solid #eaeaea; }

.pack-product-price {
  padding-right: 0.5rem; }

.pack-product-quantity {
  padding-left: 1rem; }

.mask {
  width: 55px; }

.thumb-mask {
  padding: 1rem 0; }

.modal-cart__title {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center; }

.modal-cart__product {
  padding-top: 35px; }

.modal-cart__image {
  margin-right: 20px;
  max-width: 116px;
  height: auto; }

.modal-cart__name {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 2px; }

.modal-cart__reference {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 11px; }

.modal-cart__attr {
  color: #222222;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 6px; }
  .modal-cart__attr span {
    font-weight: 500; }

.modal-cart__price {
  color: #222222;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 6px; }

.modal-cart__table {
  margin-top: 30px;
  overflow: hidden; }

.modal-cart__table-head {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea; }

.modal-cart__table-head-quantity {
  padding-left: 60px; }

.modal-cart__table-body-item {
  padding-top: 15px;
  padding-bottom: 10px;
  align-items: center;
  border-bottom: 1px solid #eaeaea; }

.modal-cart__table-item-quantity {
  padding-left: 60px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase; }

.modal-cart__table-footer {
  margin-top: 20px;
  text-align: right; }

.modal-cart__table-footer-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px; }
  .modal-cart__table-footer-item span.name {
    display: inline-block;
    margin-right: 10px;
    min-width: 50px;
    text-align: left; }
  .modal-cart__table-footer-item span.value {
    min-width: 70px;
    display: inline-block; }

.product-img:not(:first-child) .rc {
  display: none; }

.slick-initialized .product-img .rc {
  display: block; }

.products-selection {
  background-color: #f1f1f1;
  padding: 32px 14px 33px 13px;
  margin-bottom: 55px; }

.pack-miniature-item {
  margin-bottom: 2rem; }

.ratio1_1 {
  display: block; }

.pack-product-name {
  margin: 0 4rem;
  flex-grow: 1; }

.product-miniature {
  margin-bottom: 2rem; }

.product__card-img {
  position: relative; }

.highlighted-informations {
  text-align: center;
  padding: 2rem; }

.quantity__label {
  margin-bottom: 0;
  margin-top: 1rem; }

.product-customization {
  margin-bottom: 4rem; }

.product-discounts {
  margin-bottom: 4rem; }

.product__quantity {
  margin-bottom: 0; }

.sort-by-row--label {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: 19px; }

.sort-by-row--select.nice-select, .sort-by-row--select.facet__header {
  width: 100%;
  max-width: 250px;
  color: #949595;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.total__item-show {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem; }

.variant-links {
  display: flex;
  justify-content: center; }

.product__download {
  text-transform: uppercase; }

.card--address {
  height: 100%;
  text-align: center;
  justify-content: center; }

.invoice__address {
  margin-top: 3rem; }

.invoice-address {
  height: 100%;
  text-align: center;
  justify-content: center; }

.nav-tabs {
  justify-content: center; }

.pagination {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  justify-content: flex-end;
  margin: 0; }
  .pagination .page-item {
    flex: 0 0 50px; }
    .pagination .page-item:not(.active) {
      flex: 0 0 40px; }
    .pagination .page-item.disabled {
      flex: 0 0 auto; }
  .pagination .page-link {
    text-align: center; }

.facet__block {
  margin-bottom: 22px; }
  .facet__block:last-child {
    margin-bottom: 35px; }

.facet__header {
  font-weight: 600;
  text-transform: uppercase; }
  .facet__header:after {
    transform: scale(1.3) rotate(45deg); }

.facet__dropdown {
  width: 100%;
  padding: 0;
  border: 1px solid #d6e3df;
  margin-top: -1px; }

.facet__inner {
  padding: 25px 13px; }

.facet__counter {
  padding: 10px 11px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6e3df; }

.custom-color.custom-control {
  padding-left: 0;
  margin-bottom: .25rem; }

.custom-color .custom-control-label:before,
.custom-color .custom-control-label:after {
  display: none; }

.custom-color .color {
  margin-right: .25rem;
  border: none; }

.custom-color .color__label {
  line-height: 1.25;
  display: inline-block; }

.custom-color.custom-control--active .color {
  border: 2px solid black; }

.active_filters {
  margin-bottom: 20px; }
  .active_filters__clear-all {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
    text-transform: uppercase; }
  .active_filters__link {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px; }
    .active_filters__link span {
      font-size: 10px;
      margin-left: 5px;
      vertical-align: -1px;
      font-weight: 700; }

.faceted-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 1051; }
  .faceted-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .faceted-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .faceted-overlay .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.search_filters {
  background-color: #f1f1f1;
  padding: 19px 14px 1px;
  margin-bottom: 1px; }
  .search_filters--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 17px;
    font-weight: 700; }
    .search_filters--title span {
      transform: rotate(90deg);
      transition: .3s;
      line-height: 18px;
      height: 18px; }
    .search_filters--title[aria-expanded="false"] span {
      transform: rotate(-90deg); }

#search_filters .ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
  cursor: pointer; }

#search_filters .ui-widget-header {
  background: #222222; }

#search_filters .ui-slider .ui-slider-handle {
  top: -10px;
  width: 20px;
  height: 20px;
  background: #ffcd00;
  border-radius: 50%;
  border: none; }
  #search_filters .ui-slider .ui-slider-handle:last-child {
    margin-left: -20px; }

#search_filters .ui-slider-horizontal {
  height: 1px;
  border: none;
  background: #eaeaea; }

.btn--clearfilter {
  margin-bottom: 1rem; }

.facet-min-max-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px; }
  .facet-min-max-label span {
    border: 1px solid #eaeaea;
    padding: 8px 15px 7px 14px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    min-width: 85px;
    text-align: center; }

.mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.top-logo {
  text-align: center; }

.mobile-user {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.displayTop {
  display: flex;
  justify-content: space-between;
  position: static; }

.header-nav {
  background-color: #2b4857; }
  @media (max-width: 991.98px) {
    .header-nav {
      background-color: #fff; } }
  .header-nav__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .header-nav__container {
        padding-top: 20px; } }
  .header-nav__col-nav-1 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    height: 50px; }
  .header-nav__col-nav-2 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    height: 50px; }
  .header-nav__mobile-contact-container {
    padding: 15px 0;
    background-color: #2b4857; }

.header-top {
  position: relative; }
  .header-top__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
    @media (min-width: 1200px) {
      .header-top__container {
        height: 150px; } }
    @media (max-width: 991.98px) {
      .header-top__container {
        padding-top: 20px;
        padding-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .header-top__container {
        padding-top: 10px;
        padding-bottom: 25px; } }
    @media (max-width: 575.98px) {
      .header-top__container {
        flex-direction: column; } }
  .header-top__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  @media (max-width: 1799.98px) {
    .header-top__logo-container {
      max-width: 160px; } }
  @media (min-width: 1800px) {
    .header-top__logo-container {
      max-width: 160px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 991.98px) {
    .header-top__logo-container {
      margin: 0 auto 10px; } }
  .header-top__user-actions-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex: 1 1; }
    @media (min-width: 992px) and (max-width: 1599.98px) {
      .header-top__user-actions-container {
        flex: none; } }
    @media (max-width: 575.98px) {
      .header-top__user-actions-container {
        width: 100%; } }
  .header-top__menu-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 150px; }
    @media (min-width: 1200px) {
      .header-top__menu-container {
        display: none; } }
    @media (max-width: 991.98px) {
      .header-top__menu-container {
        display: none; } }

.products-slider {
  margin: 0 -10px;
  padding: 10px; }
  .products-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto; }
  .products-slider .product-miniature {
    max-width: 100%;
    flex: 1;
    padding-left: 0px;
    padding-right: 0px; }

.product-image-max-width {
  max-width: 540px; }

.swiper-button {
  user-select: none; }
  .swiper-button--custom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: none;
    color: #222222; }
  .swiper-button--default {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .swiper-button--default .material-icons {
      font-size: 3rem; }
  .swiper-button--rounded {
    width: 68px;
    height: 68px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent; }
    .swiper-button--rounded:hover, .swiper-button--rounded.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      border-color: #ffcd00; }
    @media (max-width: 1199.98px) {
      .swiper-button--rounded {
        width: 30px;
        height: 30px;
        font-size: 12px; } }
  .swiper-button--top-right {
    font-size: 10px;
    left: unset;
    width: 10px;
    height: 20px;
    margin-top: -10px; }
    .swiper-button--top-right:hover, .swiper-button--top-right.product-miniature__wishlist-button.wishlist-remove, .swiper-button--top-right:focus, .swiper-button--top-right:active {
      outline: none; }
    .swiper-button--top-right.swiper-button-prev {
      justify-content: flex-start;
      right: 20px; }
    .swiper-button--top-right.swiper-button-next {
      justify-content: flex-end;
      right: 0; }

.form--100 {
  min-width: 100%;
  width: 100%; }

.form--465 {
  max-width: 465px; }

.form-footer {
  margin-top: 1rem; }

.form-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase; }
  .form-label.required:after {
    content: " *";
    color: #e73430;
    font-size: inherit;
    font-weight: 400; }
  .form-label .text-muted {
    margin-top: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    font-style: normal;
    opacity: 1; }

.required-sign {
  color: #e73430;
  font-size: inherit;
  font-weight: 400; }

.required-sup {
  display: inline-block; }
  .required-sup:after {
    content: "*";
    color: #e73430;
    font-size: inherit;
    font-weight: 400; }

.required-info {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal; }

.form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  max-width: 465px; }
  .form-group .custom-select, .form-group .facet__header {
    min-width: 63px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    @media (max-width: 575.98px) {
      .form-group .custom-select, .form-group .facet__header {
        font-size: 0.75rem; } }
    .form-group .custom-select.w-300, .form-group .w-300.facet__header {
      min-width: 300px; }
  .form-group label small, .form-group .label small,
  .form-group label .small,
  .form-group .label .small,
  .form-group label .quick-view,
  .form-group .label .quick-view, .form-group .label small,
  .form-group .label .small,
  .form-group .label .quick-view {
    font-size: 0.75rem; }
  .form-group .btn-show-pass {
    height: 1rem;
    position: absolute;
    right: 10px;
    top: 16px;
    z-index: 1; }

.invalid-feedback {
  color: #e73430;
  font-weight: 400;
  text-transform: none; }
  .invalid-feedback::before {
    margin-right: 8px;
    color: #e73430;
    font-size: 0.625rem;
    font-weight: 700; }
  .invalid-feedback ul {
    margin-bottom: 0;
    display: inline-block; }

.nice-select, .facet__header {
  border-radius: 0;
  background-image: none;
  color: #222222; }
  .nice-select:active, .facet__header:active, .nice-select.open, .open.facet__header, .nice-select:focus, .facet__header:focus {
    border-color: #222222;
    box-shadow: none; }
  .nice-select:disabled, .facet__header:disabled, .nice-select.disabled, .disabled.facet__header {
    color: #888888;
    background-color: #e9ecef; }
    .nice-select:disabled:after, .facet__header:disabled:after, .nice-select.disabled:after, .disabled.facet__header:after {
      border-color: transparent;
      border-top-color: #888888; }
  .nice-select::after, .facet__header::after {
    margin-top: -3px;
    width: 6px;
    height: 6px;
    right: 22px;
    border-width: 1px;
    border-color: #222222; }
  .nice-select .list, .facet__header .list {
    margin-top: 0;
    border-radius: 0;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    top: calc(100% + 1px);
    left: -1px;
    box-shadow: none;
    border: 1px solid #222222;
    border-top: none;
    max-height: 400px;
    overflow-y: auto; }
  .nice-select .option, .facet__header .option {
    line-height: 50px; }
    .nice-select .option.focus, .facet__header .option.focus {
      background-color: #f3f3f3; }
    .nice-select .option.selected, .facet__header .option.selected {
      color: #222222;
      font-weight: 500; }
      .nice-select .option.selected.focus, .facet__header .option.selected.focus {
        background-color: #f3f3f3; }
    .nice-select .option:hover, .facet__header .option:hover, .nice-select .option.product-miniature__wishlist-button.wishlist-remove, .facet__header .option.product-miniature__wishlist-button.wishlist-remove {
      background-color: #f3f3f3; }

.page-header {
  text-align: center;
  margin-bottom: 46px; }
  .page-header h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase; }

.no-account {
  text-align: center; }
  @media (max-width: 767.98px) {
    .no-account {
      margin-bottom: 30px; } }
  .no-account--title {
    margin-bottom: 30px; }
  .no-account--desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 40px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }

.forgot-password__link {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
  text-transform: uppercase; }

.forgotten-password__text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 40px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

.forgotten-password__back-link {
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase; }
  .forgotten-password__back-link a {
    font-weight: 600;
    text-decoration: underline; }

.block-contact-nav__wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .block-contact-nav__wrapper {
      justify-content: space-between; } }

.block-contact-nav__href {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  color: #fff; }
  .block-contact-nav__href:hover, .block-contact-nav__href.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .block-contact-nav__href:active, .block-contact-nav__href:focus {
    color: #ffcd00;
    text-decoration: none; }
  .block-contact-nav__href:disabled {
    opacity: 0.54; }
  .block-contact-nav__href:hover, .block-contact-nav__href.product-miniature__wishlist-button.wishlist-remove, .block-contact-nav__href:focus, .block-contact-nav__href:active {
    color: #fff; }
  .block-contact-nav__href:not(:first-child) {
    padding-left: 45px; }
    @media (max-width: 991.98px) {
      .block-contact-nav__href:not(:first-child) {
        padding-left: 15px; } }

.block-contact-nav__icon {
  margin-right: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  .block-contact-nav__icon:before {
    font-weight: 700; }
  .block-contact-nav__icon--phone:before {
    content: "";
    font-size: 1rem; }
  .block-contact-nav__icon--mail:before {
    content: ""; }

@media (max-width: 991.98px) {
  .block-contact--desktop {
    display: none; } }

.block-contact__wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  width: auto; }
  @media (max-width: 1199.98px) {
    .block-contact__wrapper {
      margin-bottom: 80px;
      width: 100%; } }
  @media (max-width: 575.98px) {
    .block-contact__wrapper {
      margin-bottom: 40px;
      flex-direction: column;
      align-items: center; } }

.block-contact__col-left {
  margin-right: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 767.98px) {
    .block-contact__col-left {
      margin-right: 10px; } }
  @media (max-width: 575.98px) {
    .block-contact__col-left {
      margin-right: 0;
      margin-bottom: 50px;
      flex-direction: column;
      align-items: center; } }

.block-contact__col-right {
  margin-left: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 767.98px) {
    .block-contact__col-right {
      margin-left: 10px;
      min-width: 45%; } }
  @media (max-width: 575.98px) {
    .block-contact__col-right {
      margin-left: 0;
      flex-direction: column;
      align-items: center;
      min-width: auto; } }

.block-contact__title-wrapper {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 575.98px) {
    .block-contact__title-wrapper {
      justify-content: center; } }

.block-contact__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .block-contact__title {
      line-height: normal; } }

.block-contact__title-icon-wrapper {
  margin-right: 16px; }
  @media (max-width: 575.98px) {
    .block-contact__title-icon-wrapper {
      margin-right: 0;
      margin-bottom: 10px; } }

.block-contact__title-icon:before {
  content: "";
  font-size: 34px;
  color: #fff; }

@media (max-width: 575.98px) {
  .block-contact__content-wrapper {
    text-align: center; } }

.block-contact__item-href--phone {
  margin-bottom: 30px;
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  color: #fff; }
  .block-contact__item-href--phone:hover, .block-contact__item-href--phone.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .block-contact__item-href--phone:active, .block-contact__item-href--phone:focus {
    color: #ffcd00;
    text-decoration: none; }
  .block-contact__item-href--phone:disabled {
    opacity: 0.54; }
  @media (max-width: 575.98px) {
    .block-contact__item-href--phone {
      margin-bottom: 20px; } }

.block-contact__item-href--mail {
  margin-bottom: 30px;
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  color: #fff; }
  .block-contact__item-href--mail:hover, .block-contact__item-href--mail.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .block-contact__item-href--mail:active, .block-contact__item-href--mail:focus {
    color: #ffcd00;
    text-decoration: none; }
  .block-contact__item-href--mail:disabled {
    opacity: 0.54; }
  @media (max-width: 575.98px) {
    .block-contact__item-href--mail {
      margin-bottom: 20px; } }

.block-contact__safety-payment-title {
  display: block;
  margin-bottom: 15px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-style: normal;
  text-transform: uppercase;
  color: #fff; }

.block-contact__safety-payment-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 575.98px) {
    .block-contact__safety-payment-logos {
      justify-content: center; } }

@media (max-width: 767.98px) {
  .block-contact__safety-payment-img {
    max-width: 70px; } }

.block-contact__safety-payment-img:not(:first-child) {
  margin-left: 18px; }
  @media (max-width: 575.98px) {
    .block-contact__safety-payment-img:not(:first-child) {
      margin-left: 10px; } }

.block-contact__address-icon-wrapper {
  margin-right: 14px; }
  @media (max-width: 575.98px) {
    .block-contact__address-icon-wrapper {
      margin-right: 0;
      margin-bottom: 10px; } }

.block-contact__address-icon:before {
  content: "";
  font-size: 30px;
  color: #fff; }

@media (max-width: 575.98px) {
  .block-contact__address-wrapper {
    text-align: center; } }

.block-contact__address {
  margin-bottom: 10px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  color: #fff; }

.block-contact__open-hours-title {
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  font-style: normal;
  color: #fff; }

.block-contact__open-hours {
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  color: #fff; }

.currency-selector__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .currency-selector__container {
      padding-left: 0;
      padding-right: 0;
      align-items: flex-start;
      flex-direction: column; } }

.currency-selector__title {
  margin-right: 12px;
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .currency-selector__title {
      margin-right: 0;
      margin-bottom: 10px;
      color: #222222; } }

.currency-selector__items-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .currency-selector__items-container {
      justify-content: flex-start; } }

.currency-selector__item {
  margin: 0 2.5px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #222222;
  transition: color 0.2s ease-in-out, background-color 0.15s ease-in-out; }
  .currency-selector__item--active {
    background-color: #ffcd00;
    color: #fff; }
  .currency-selector__item:hover, .currency-selector__item.product-miniature__wishlist-button.wishlist-remove, .currency-selector__item:focus, .currency-selector__item:active {
    background-color: #ffcd00;
    color: #fff; }

.language-selector__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .language-selector__container {
      padding-left: 0;
      padding-right: 0;
      align-items: flex-start;
      flex-direction: column; } }

.language-selector__title {
  margin-right: 12px;
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .language-selector__title {
      margin-right: 0;
      margin-bottom: 10px;
      color: #222222; } }

.language-selector__items-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .language-selector__items-container {
      justify-content: flex-start; } }

.language-selector__item {
  margin: 0 2.5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #222222;
  transition: color 0.2s ease-in-out, background-color 0.15s ease-in-out; }
  .language-selector__item--active {
    background-color: #ffcd00;
    color: #fff; }
  .language-selector__item:hover, .language-selector__item.product-miniature__wishlist-button.wishlist-remove, .language-selector__item:focus, .language-selector__item:active {
    background-color: #ffcd00;
    color: #fff; }

.wishlist-nav__wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-right: 20px; }

.wishlist-nav__href {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  color: #fff;
  text-transform: uppercase; }
  .wishlist-nav__href:hover, .wishlist-nav__href.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .wishlist-nav__href:active, .wishlist-nav__href:focus {
    color: #ffcd00;
    text-decoration: none; }
  .wishlist-nav__href:disabled {
    opacity: 0.54; }
  .wishlist-nav__href:hover, .wishlist-nav__href.product-miniature__wishlist-button.wishlist-remove, .wishlist-nav__href:focus, .wishlist-nav__href:active {
    color: #fff; }

.wishlist-nav__icon:before {
  margin-right: 10px;
  content: "";
  font-size: 1.25rem; }

.search-widget {
  padding: 0;
  flex: 1 1; }
  @media (max-width: 1599.98px) {
    .search-widget {
      margin-left: 10px; } }
  @media (min-width: 1600px) {
    .search-widget {
      padding: 0 15px; } }
  @media (max-width: 991.98px) {
    .search-widget {
      margin-left: 0; } }
  @media (min-width: 992px) {
    .search-widget.is-opened .search-widget__input-wrapper {
      width: 240px;
      height: 50px; } }
  @media (min-width: 1200px) {
    .search-widget.is-opened .search-widget__input-wrapper {
      width: 300px;
      height: 50px; } }
  .search-widget.is-opened .search-widget__button-show-input-wrapper {
    color: #ffcd00; }
  .search-widget__input-group {
    position: relative; }
    @media (min-width: 992px) and (max-width: 1599.98px) {
      .search-widget__input-group {
        display: block; } }
    @media (min-width: 1600px) {
      .search-widget__input-group {
        min-width: 290px; } }
  .search-widget__input-wrapper {
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1599.98px) {
      .search-widget__input-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: 3;
        background-color: white;
        transition: width 0.35s ease-in-out, height 0.35s ease-in-out; } }
  .search-widget__form-control {
    padding-right: 50px; }
  .search-widget__submit-button {
    position: absolute;
    right: 0;
    z-index: 4; }
    @media (min-width: 992px) and (max-width: 1599.98px) {
      .search-widget__submit-button.btn {
        display: none; } }
  .search-widget__button-show-input-wrapper {
    display: none; }
    @media (min-width: 992px) and (max-width: 1599.98px) {
      .search-widget__button-show-input-wrapper {
        padding: 27.5px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 0.875rem;
        font-weight: 400;
        line-height: normal;
        font-style: normal;
        color: #222222;
        text-transform: none;
        text-decoration: none;
        transition: color 0.3s;
        cursor: pointer; }
        .search-widget__button-show-input-wrapper:hover, .search-widget__button-show-input-wrapper.product-miniature__wishlist-button.wishlist-remove {
          color: #ffcd00;
          text-decoration: none; }
        .search-widget__button-show-input-wrapper:active, .search-widget__button-show-input-wrapper:focus {
          color: #ffcd00;
          text-decoration: none; }
        .search-widget__button-show-input-wrapper:disabled {
          opacity: 0.54; }
        .search-widget__button-show-input-wrapper:before {
          content: '';
          display: block;
          position: absolute;
          top: calc(50% - 20px);
          left: 0;
          width: 1px;
          height: 40px;
          background-color: #eaeaea; } }
  .search-widget__button-show-input-icon:before {
    font-size: 25px; }

.user-info {
  margin-left: 15px; }
  @media (max-width: 1599.98px) {
    .user-info {
      margin-left: 0; } }
  .user-info__href {
    position: relative;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    color: #222222;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: uppercase; }
    .user-info__href:hover, .user-info__href.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: none; }
    .user-info__href:active, .user-info__href:focus {
      color: #ffcd00;
      text-decoration: none; }
    .user-info__href:disabled {
      opacity: 0.54; }
    @media (max-width: 1799.98px) {
      .user-info__href {
        padding: 25px 15px; } }
    @media (max-width: 991.98px) {
      .user-info__href {
        padding: 15px; } }
    .user-info__href:active, .user-info__href:focus {
      color: inherit; }
    .user-info__href:before {
      content: '';
      display: block;
      position: absolute;
      top: calc(50% - 30px);
      left: 0;
      width: 1px;
      height: 60px;
      background-color: #eaeaea; }
      @media (max-width: 1799.98px) {
        .user-info__href:before {
          top: calc(50% - 20px);
          height: 40px; } }
      @media (max-width: 991.98px) {
        .user-info__href:before {
          display: none; } }
  .user-info__text {
    margin-bottom: 8px;
    display: block; }
    @media (max-width: 1799.98px) {
      .user-info__text {
        display: none; } }
  .user-info__icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row; }
    .user-info__icon:before {
      content: "";
      font-size: 30px; }

.info-dropdown {
  margin-top: 0;
  padding: 15px;
  min-width: 200px; }
  .info-dropdown__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    font-style: normal;
    color: #222222;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: uppercase; }
    .info-dropdown__item:hover, .info-dropdown__item.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: none; }
    .info-dropdown__item:active, .info-dropdown__item:focus {
      color: #ffcd00;
      text-decoration: none; }
    .info-dropdown__item:disabled {
      opacity: 0.54; }
    .info-dropdown__item--logout {
      margin-top: 10px;
      border-top: 1px solid #eaeaea;
      justify-content: flex-end; }
  .info-dropdown__logout {
    padding: 20px 0 5px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    color: #222222;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    transition: color 0.3s; }
    .info-dropdown__logout:hover, .info-dropdown__logout.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: underline; }
    .info-dropdown__logout:active, .info-dropdown__logout:focus {
      color: #ffcd00;
      text-decoration: underline; }
    .info-dropdown__logout:disabled {
      opacity: 0.54; }
  .info-dropdown__button-indicator {
    margin: 11.5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase; }
  .info-dropdown .my-account-nav__item {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    min-height: unset;
    background-color: transparent;
    border: none; }
    .info-dropdown .my-account-nav__item:not(:first-child) {
      border-top: none; }
    .info-dropdown .my-account-nav__item--active .my-account-nav__text:not(.my-account-nav__text--logout) {
      font-weight: 500;
      color: #222222; }
    .info-dropdown .my-account-nav__item:hover:not(.my-account-nav__text--logout), .info-dropdown .my-account-nav__item.product-miniature__wishlist-button.wishlist-remove:not(.my-account-nav__text--logout), .info-dropdown .my-account-nav__item:focus:not(.my-account-nav__text--logout) {
      background-color: transparent; }
      .info-dropdown .my-account-nav__item:hover:not(.my-account-nav__text--logout) .my-account-nav__text:not(.my-account-nav__text--logout), .info-dropdown .my-account-nav__item.product-miniature__wishlist-button.wishlist-remove:not(.my-account-nav__text--logout) .my-account-nav__text:not(.my-account-nav__text--logout), .info-dropdown .my-account-nav__item:focus:not(.my-account-nav__text--logout) .my-account-nav__text:not(.my-account-nav__text--logout) {
        font-weight: 500;
        color: #ffcd00; }
  .info-dropdown .my-account-nav__text {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    font-style: normal;
    color: #222222;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: uppercase; }
    .info-dropdown .my-account-nav__text:hover, .info-dropdown .my-account-nav__text.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: none; }
    .info-dropdown .my-account-nav__text:active, .info-dropdown .my-account-nav__text:focus {
      color: #ffcd00;
      text-decoration: none; }
    .info-dropdown .my-account-nav__text:disabled {
      opacity: 0.54; }
  .info-dropdown .my-account-nav__icon {
    display: none; }

.shopping-cart__href {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  text-transform: uppercase; }
  .shopping-cart__href:hover, .shopping-cart__href.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .shopping-cart__href:active, .shopping-cart__href:focus {
    color: #ffcd00;
    text-decoration: none; }
  .shopping-cart__href:disabled {
    opacity: 0.54; }
  @media (max-width: 1799.98px) {
    .shopping-cart__href {
      padding: 25px 15px; } }
  @media (max-width: 991.98px) {
    .shopping-cart__href {
      padding: 15px; } }
  .shopping-cart__href:active, .shopping-cart__href:focus {
    color: inherit; }
  .shopping-cart__href:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    width: 1px;
    height: 60px;
    background-color: #eaeaea; }
    @media (max-width: 1799.98px) {
      .shopping-cart__href:before {
        top: calc(50% - 20px);
        height: 40px; } }

.shopping-cart__text {
  margin-bottom: 8px;
  display: block; }
  @media (max-width: 1799.98px) {
    .shopping-cart__text {
      display: none; } }

.shopping-cart__icon {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  .shopping-cart__icon:before {
    content: "";
    font-size: 30px; }

.shopping-cart__products-counter {
  position: absolute;
  bottom: -5px;
  left: calc(100% + 3px);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #ffcd00; }

.autocomplete-product {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  padding: 20px 15px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea; }
  .autocomplete-product:after {
    position: absolute;
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    bottom: 0;
    background-color: #eaeaea; }
  .autocomplete-product__image {
    padding: 8px;
    width: 80px;
    max-width: 100%;
    object-fit: contain;
    border: 1px solid #eaeaea; }
    .autocomplete-product__image img {
      width: 100%;
      max-width: 100%;
      max-height: 100%; }
    .autocomplete-product__image-container {
      flex: 0 0 auto;
      margin-right: 1rem; }
  .autocomplete-product__data-container {
    flex: 1 1 auto;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-direction: column; }
  .autocomplete-product__name {
    display: block;
    margin-bottom: 3px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 600;
    line-height: 1.375rem;
    font-style: normal; }
  .autocomplete-product__reference {
    display: block;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase; }
  .autocomplete-product__price {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.125rem;
    font-style: normal;
    color: #000; }
    .autocomplete-product__price--old {
      font-size: 10px;
      text-decoration: line-through;
      font-weight: 400; }
  .autocomplete-product__last-text {
    position: relative;
    margin: 0 -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    background-color: #ffcd00; }
    .autocomplete-product__last-text:hover, .autocomplete-product__last-text.product-miniature__wishlist-button.wishlist-remove, .autocomplete-product__last-text:focus, .autocomplete-product__last-text:active {
      color: #fff; }

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  background: #fff;
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 99999999;
  max-height: 430px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box; }
  @media (max-width: 991.98px) {
    .autocomplete-suggestions {
      max-height: 240px; } }

.autocomplete-suggestion {
  text-overflow: ellipsis;
  font-size: small;
  cursor: pointer; }
  .autocomplete-suggestion:first-child {
    border-top: none; }
  .autocomplete-suggestion img {
    max-width: 80px;
    max-height: 80px; }
  .autocomplete-suggestion.selected {
    background: rgba(160, 160, 160, 0.1); }

.autocomplete-alias {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  font-style: normal; }

.autocomplete-aliases {
  padding: 1rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative; }
  .autocomplete-aliases:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: black; }

.homepage-boxes-after-slide__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (max-width: 991.98px) {
    .homepage-boxes-after-slide__row--desktop {
      display: none; } }

.homepage-boxes-after-slide__column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative; }
  .homepage-boxes-after-slide__column:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    width: 1px;
    height: 40px;
    background-color: #eaeaea; }

.homepage-boxes-after-slide__item {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .homepage-boxes-after-slide__item {
      padding: 10px 0;
      cursor: pointer; } }

.homepage-boxes-after-slide__icon {
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  max-height: 40px;
  color: #ffcd00;
  font-size: 40px; }
  @media (max-width: 1199.98px) {
    .homepage-boxes-after-slide__icon {
      margin-right: 15px; } }
  .homepage-boxes-after-slide__icon--img {
    height: 40px; }
  .homepage-boxes-after-slide__icon--2 {
    font-size: 53px; }

.homepage-boxes-after-slide__text {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.24px; }

.homepage-manufacturers__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 576px) {
    .homepage-manufacturers__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .homepage-manufacturers__container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .homepage-manufacturers__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .homepage-manufacturers__container {
      max-width: 1396px; } }
  @media (max-width: 575.98px) {
    .homepage-manufacturers__container {
      padding-top: 20px;
      padding-bottom: 20px; } }

.homepage-manufacturers__header-container {
  padding-bottom: 12px;
  margin-bottom: 48px;
  border-bottom: 1px solid #eaeaea; }
  @media (max-width: 575.98px) {
    .homepage-manufacturers__header-container {
      margin-bottom: 30px; } }

.homepage-manufacturers__header {
  position: relative;
  margin-bottom: 5px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 575.98px) {
    .homepage-manufacturers__header {
      font-size: 20px; } }

.homepage-manufacturers__subheader {
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center; }

@media (max-width: 575.98px) {
  .homepage-manufacturers__image-container {
    display: block;
    text-align: center; } }

.homepage-manufacturers__image {
  max-width: 160px; }
  @media (max-width: 575.98px) {
    .homepage-manufacturers__image {
      max-width: 100%; } }

.homepage-description__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0; }
  @media (min-width: 576px) {
    .homepage-description__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .homepage-description__container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .homepage-description__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .homepage-description__container {
      max-width: 1396px; } }

.homepage-description__header {
  margin-bottom: 30px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center; }

.homepage-description__short-desc {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-style: normal;
  text-align: center; }

.homepage-description__button-more-container {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.homepage-description__button-more {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  color: #222222;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  transition: color 0.3s; }
  .homepage-description__button-more:hover, .homepage-description__button-more.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: underline; }
  .homepage-description__button-more:active, .homepage-description__button-more:focus {
    color: #ffcd00;
    text-decoration: underline; }
  .homepage-description__button-more:disabled {
    opacity: 0.54; }
  .homepage-description__button-more:focus, .homepage-description__button-more:active {
    color: #222222; }
  .homepage-description__button-more:before {
    content: '+';
    color: #ffcd00; }
  .homepage-description__button-more[aria-expanded="true"] {
    color: #ffcd00; }
    .homepage-description__button-more[aria-expanded="true"]:before {
      content: '-'; }

.homepage-sub-banner {
  margin: 25px 0 20px; }
  @media (max-width: 991.98px) {
    .homepage-sub-banner {
      margin: 15px 0 15px; } }
  .homepage-sub-banner__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0; }
    @media (max-width: 991.98px) {
      .homepage-sub-banner__row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px; } }
  .homepage-sub-banner__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

.slider-products {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 576px) {
    .slider-products {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .slider-products {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .slider-products {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .slider-products {
      max-width: 1396px; } }
  @media (max-width: 575.98px) {
    .slider-products {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .slider-products__header-container {
    padding-bottom: 12px;
    margin-bottom: 48px;
    border-bottom: 1px solid #eaeaea; }
    @media (max-width: 575.98px) {
      .slider-products__header-container {
        margin-bottom: 30px; } }
  .slider-products__header {
    position: relative;
    margin-bottom: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px; }
    @media (max-width: 575.98px) {
      .slider-products__header {
        font-size: 20px; } }
  .slider-products__footer-link-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row; }
  .slider-products__footer-link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    color: #222222;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    transition: color 0.3s; }
    .slider-products__footer-link:hover, .slider-products__footer-link.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: underline; }
    .slider-products__footer-link:active, .slider-products__footer-link:focus {
      color: #ffcd00;
      text-decoration: underline; }
    .slider-products__footer-link:disabled {
      opacity: 0.54; }

.newsletter__wrapper {
  margin-top: 40px;
  padding: 50px 0;
  width: 100%;
  background-image: url(../img/newsletter_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.newsletter__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .newsletter__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .newsletter__container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .newsletter__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .newsletter__container {
      max-width: 1396px; } }

.newsletter__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (max-width: 1199.98px) {
    .newsletter__row {
      flex-direction: column;
      align-items: center; } }

.newsletter__column {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 991.98px) {
    .newsletter__column {
      max-width: 100%;
      flex: none;
      width: auto; } }
  .newsletter__column--justify-end {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 1199.98px) {
      .newsletter__column--justify-end {
        justify-content: center; } }

.newsletter__form {
  max-width: 580px; }

.newsletter__input-group {
  margin-bottom: 15px; }

.newsletter__form-input {
  height: 60px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase; }
  .newsletter__form-input::-webkit-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase; }
  .newsletter__form-input:-ms-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase; }
  .newsletter__form-input::placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase; }

.newsletter__form-response .custom-control-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  color: #fff; }
  @media (max-width: 1199.98px) {
    .newsletter__form-response .custom-control-label {
      font-size: 11px; } }

@media (max-width: 1199.98px) {
  .newsletter__information-wrapper {
    margin-bottom: 40px; } }

.newsletter__information-header-container {
  margin-bottom: 24px;
  position: relative; }
  .newsletter__information-header-container:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: -6px;
    top: -15px;
    width: 52px;
    height: 52px;
    background-color: #ffcd00;
    border-radius: 50%; }

.newsletter__information-header {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 1365.98px) {
    .newsletter__information-header {
      font-size: 34px; } }
  @media (max-width: 1199.98px) {
    .newsletter__information-header {
      font-size: 28px;
      line-height: 36px; } }

.newsletter__information-subheader {
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  font-style: normal;
  color: #fff; }
  @media (max-width: 1199.98px) {
    .newsletter__information-subheader {
      font-size: 14px;
      line-height: normal; } }

.newsletter__submit.btn-md {
  line-height: 1; }

.linkblock-footer-after__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }

.linkblock-footer-after__item {
  margin: 0 30px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s; }
  .linkblock-footer-after__item:hover, .linkblock-footer-after__item.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .linkblock-footer-after__item:active, .linkblock-footer-after__item:focus {
    color: #ffcd00;
    text-decoration: none; }
  .linkblock-footer-after__item:disabled {
    opacity: 0.54; }
  @media (max-width: 1199.98px) {
    .linkblock-footer-after__item {
      margin: 0 15px; } }
  @media (max-width: 991.98px) {
    .linkblock-footer-after__item {
      margin: 0 5px;
      flex-wrap: wrap; } }

.linkblock-footer-after__href {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  text-transform: uppercase;
  color: #fff; }
  .linkblock-footer-after__href:hover, .linkblock-footer-after__href.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .linkblock-footer-after__href:active, .linkblock-footer-after__href:focus {
    color: #ffcd00;
    text-decoration: none; }
  .linkblock-footer-after__href:disabled {
    opacity: 0.54; }

@media (max-width: 575.98px) {
  .linkblock__list {
    text-align: center; } }

.linkblock__href {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  color: #fff; }
  .linkblock__href:hover, .linkblock__href.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .linkblock__href:active, .linkblock__href:focus {
    color: #ffcd00;
    text-decoration: none; }
  .linkblock__href:disabled {
    opacity: 0.54; }

.my-account-page__row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .my-account-page__row {
      flex-direction: column; } }

.my-account-page__aside {
  width: 23.27965%;
  margin-right: 3.25769%; }
  @media (max-width: 1199.98px) {
    .my-account-page__aside {
      margin-right: 15px;
      width: 33%; } }
  @media (max-width: 991.98px) {
    .my-account-page__aside {
      padding: 0;
      margin: 30px auto 30px;
      width: 100%; } }
  .my-account-page__aside--history, .my-account-page__aside--cart-history, .my-account-page__aside--order-detail, .my-account-page__aside--discount, .my-account-page__aside--module-nvc_wnet_accountmanagement-corporation, .my-account-page__aside--module-nvc_wnet_accountmanagement-department, .my-account-page__aside--module-nvc_wnet_orderverification-orderList, .my-account-page__aside--module-nvc_wnet_accountmanagement-user, .my-account-page__aside--module-nvc_wnet_invoices-invoices {
    margin-right: 1.02489%;
    width: 23.27965%; }
    @media (max-width: 1199.98px) {
      .my-account-page__aside--history, .my-account-page__aside--cart-history, .my-account-page__aside--order-detail, .my-account-page__aside--discount, .my-account-page__aside--module-nvc_wnet_accountmanagement-corporation, .my-account-page__aside--module-nvc_wnet_accountmanagement-department, .my-account-page__aside--module-nvc_wnet_orderverification-orderList, .my-account-page__aside--module-nvc_wnet_accountmanagement-user, .my-account-page__aside--module-nvc_wnet_invoices-invoices {
        margin-right: 15px;
        width: 33%; } }
    @media (max-width: 991.98px) {
      .my-account-page__aside--history, .my-account-page__aside--cart-history, .my-account-page__aside--order-detail, .my-account-page__aside--discount, .my-account-page__aside--module-nvc_wnet_accountmanagement-corporation, .my-account-page__aside--module-nvc_wnet_accountmanagement-department, .my-account-page__aside--module-nvc_wnet_orderverification-orderList, .my-account-page__aside--module-nvc_wnet_accountmanagement-user, .my-account-page__aside--module-nvc_wnet_invoices-invoices {
        padding: 0;
        margin: 30px auto 30px;
        width: 100%; } }

.my-account-page__content {
  width: 70.20498%;
  margin-left: 3.25769%; }
  @media (max-width: 1199.98px) {
    .my-account-page__content {
      margin-left: 15px;
      width: 66%; } }
  @media (max-width: 991.98px) {
    .my-account-page__content {
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }
  .my-account-page__content--history, .my-account-page__content--cart-history, .my-account-page__content--order-detail, .my-account-page__content--discount, .my-account-page__content--module-nvc_wnet_accountmanagement-corporation, .my-account-page__content--module-nvc_wnet_accountmanagement-department, .my-account-page__content--module-nvc_wnet_orderverification-orderList, .my-account-page__content--module-nvc_wnet_accountmanagement-user, .my-account-page__content--module-nvc_wnet_invoices-invoices {
    margin-left: 1.02489%;
    width: 74.67057%; }
    @media (max-width: 1199.98px) {
      .my-account-page__content--history, .my-account-page__content--cart-history, .my-account-page__content--order-detail, .my-account-page__content--discount, .my-account-page__content--module-nvc_wnet_accountmanagement-corporation, .my-account-page__content--module-nvc_wnet_accountmanagement-department, .my-account-page__content--module-nvc_wnet_orderverification-orderList, .my-account-page__content--module-nvc_wnet_accountmanagement-user, .my-account-page__content--module-nvc_wnet_invoices-invoices {
        margin-left: 15px;
        width: 66%; } }
    @media (max-width: 991.98px) {
      .my-account-page__content--history, .my-account-page__content--cart-history, .my-account-page__content--order-detail, .my-account-page__content--discount, .my-account-page__content--module-nvc_wnet_accountmanagement-corporation, .my-account-page__content--module-nvc_wnet_accountmanagement-department, .my-account-page__content--module-nvc_wnet_orderverification-orderList, .my-account-page__content--module-nvc_wnet_accountmanagement-user, .my-account-page__content--module-nvc_wnet_invoices-invoices {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%; } }

.my-account-page__header-container {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .my-account-page__header-container {
      margin-bottom: 20px; } }
  .my-account-page__header-container--with-right-button {
    justify-content: space-between; }
    @media (max-width: 1199.98px) {
      .my-account-page__header-container--with-right-button {
        flex-direction: column; }
        .my-account-page__header-container--with-right-button .my-account-page__header {
          margin-bottom: 10px; } }
  .my-account-page__header-container--single-button {
    align-items: baseline; }
    @media (max-width: 1199.98px) {
      .my-account-page__header-container--single-button .my-account-page__header {
        margin-bottom: 10px; } }
  @media (max-width: 575.98px) {
    .my-account-page__header-container--with-edit-button {
      flex-direction: column; } }

.my-account-page__header {
  margin-bottom: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.875rem;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .my-account-page__header {
      font-size: 24px; } }

.page-customer-account .psgdprinfo17 {
  background: white;
  border: 1px solid #eaeaea; }

.my-account-nav {
  border: 1px solid #eaeaea; }
  .my-account-nav__item {
    padding: 0 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    min-height: 60px;
    background-color: #f0f5f3;
    color: #222222;
    line-height: 18px; }
    .my-account-nav__item:not(:first-child) {
      border-top: 1px solid #fff; }
    .my-account-nav__item:hover:not(.my-account-nav__item--logout), .my-account-nav__item.product-miniature__wishlist-button.wishlist-remove:not(.my-account-nav__item--logout), .my-account-nav__item:focus:not(.my-account-nav__item--logout) {
      background-color: #222222; }
      .my-account-nav__item:hover:not(.my-account-nav__item--logout) .my-account-nav__text:not(.my-account-nav__text--logout), .my-account-nav__item.product-miniature__wishlist-button.wishlist-remove:not(.my-account-nav__item--logout) .my-account-nav__text:not(.my-account-nav__text--logout), .my-account-nav__item:focus:not(.my-account-nav__item--logout) .my-account-nav__text:not(.my-account-nav__text--logout) {
        font-weight: 500;
        color: #fff; }
      .my-account-nav__item:hover:not(.my-account-nav__item--logout) .my-account-nav__icon, .my-account-nav__item.product-miniature__wishlist-button.wishlist-remove:not(.my-account-nav__item--logout) .my-account-nav__icon, .my-account-nav__item:focus:not(.my-account-nav__item--logout) .my-account-nav__icon {
        color: #fff; }
    .my-account-nav__item--active {
      background-color: #222222; }
      .my-account-nav__item--active .my-account-nav__text:not(.my-account-nav__text--logout) {
        font-weight: 500;
        color: #fff; }
      .my-account-nav__item--active .my-account-nav__icon {
        color: #fff; }
    .my-account-nav__item--logout {
      justify-content: flex-end;
      background-color: #fff;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 0.75rem;
      font-weight: 600;
      line-height: normal;
      font-style: normal;
      color: #222222;
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase;
      text-decoration: underline;
      transition: color 0.3s; }
      .my-account-nav__item--logout:hover, .my-account-nav__item--logout.product-miniature__wishlist-button.wishlist-remove {
        color: #ffcd00;
        text-decoration: underline; }
      .my-account-nav__item--logout:active, .my-account-nav__item--logout:focus {
        color: #ffcd00;
        text-decoration: underline; }
      .my-account-nav__item--logout:disabled {
        opacity: 0.54; }
  .my-account-nav__icon {
    margin-right: 24px;
    color: #222222;
    font-size: 30px; }
    .my-account-nav__icon--my-data:before {
      content: ""; }
    .my-account-nav__icon--my-addresses:before {
      content: ""; }
    .my-account-nav__icon--my-orders:before {
      content: ""; }
    .my-account-nav__icon--my-discounts:before {
      content: ""; }
    .my-account-nav__icon--my-wishlist:before {
      content: ""; }
    .my-account-nav__icon--users:before {
      content: ""; }
    .my-account-nav__icon--corporations:before {
      content: ""; }
    .my-account-nav__icon--my-carts:before {
      content: ""; }
    .my-account-nav__icon--company:before {
      content: ""; }
    .my-account-nav__icon--settings:before {
      content: ""; }
    .my-account-nav__icon--invoices:before {
      content: ""; }
  .my-account-nav__text {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 18px;
    font-style: normal;
    width: 100%;
    text-align: left;
    text-transform: uppercase; }
    .my-account-nav__text--logout {
      width: auto;
      text-align: right; }

.history-table {
  width: 100%; }
  .history-table__table {
    margin-bottom: 35px; }
    .history-table__table--min-850-width {
      min-width: 850px; }
  .history-table__subtitle {
    margin-bottom: 10px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    color: #222222;
    opacity: 0.51; }
  .table .history-table__header {
    padding-bottom: 5px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.125rem;
    font-style: normal;
    color: #222222;
    text-align: left;
    text-transform: uppercase;
    border-top: none;
    border-bottom-width: 1px; }
    .table .history-table__header:first-of-type {
      padding-left: 0; }
  .history-table__value {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-align: left; }
    .history-table__value:first-of-type {
      padding-left: 0; }
    .history-table__value--status {
      padding: 11px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      min-height: 50px;
      max-width: 210px;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      font-style: normal;
      text-transform: uppercase;
      text-align: center; }
      .history-table__value--status.bright {
        color: white; }
      .history-table__value--status.dark {
        color: #222222; }
      .history-table__value--status--status-td {
        width: 174px; }
    .history-table__value--image {
      width: 98px; }
    .history-table__value--name {
      width: 20%;
      text-align: left; }
    .history-table__value--attribute {
      width: 16%; }
    .history-table__value--bold {
      font-weight: 500; }
    @media (min-width: 992px) {
      .history-table__value--large {
        font-size: 1rem; } }
    .history-table__value--text-left {
      text-align: left; }
    .history-table__value--invoice {
      font-size: 25px; }
    .history-table__value--flex {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row; }
    .table .history-table__value {
      padding-top: 30px;
      padding-bottom: 30px;
      vertical-align: middle;
      border-top: 0;
      border-bottom: 1px solid #eaeaea; }
      @media (max-width: 575.98px) {
        .table .history-table__value {
          padding-top: 20px;
          padding-bottom: 20px; } }
  .history-table__value-delivery {
    display: block;
    opacity: 0.5;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    color: #222222; }
  .history-table__table-body {
    transition: none; }
  .history-table__name-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 100%; }
    @media (max-width: 1199.98px) {
      .history-table__name-container {
        min-width: 150px; } }
  .history-table__name {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    font-style: normal;
    color: #222222;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s; }
    .history-table__name:hover, .history-table__name.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: none; }
    .history-table__name:active, .history-table__name:focus {
      color: #ffcd00;
      text-decoration: none; }
    .history-table__name:disabled {
      opacity: 0.54; }
  .history-table__attribute-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
    .history-table__attribute-item:not(:last-of-type) {
      margin-bottom: 15px; }
  .history-table__attribute-item-key {
    padding-right: 8px;
    display: block;
    width: 50%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    color: #222222;
    text-transform: uppercase; }
    @media (max-width: 1365.98px) {
      .history-table__attribute-item-key {
        width: auto; } }
  .history-table__attribute-item-value {
    display: block;
    width: 50%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    color: #222222; }
    @media (max-width: 1365.98px) {
      .history-table__attribute-item-value {
        width: auto; } }
    .history-table__attribute-item-value--texture, .history-table__attribute-item-value--color {
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #eaeaea; }
  .history-table__price-list {
    margin-bottom: 0; }
  .history-table__price-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
    .history-table__price-list-item:not(:last-of-type) {
      margin-bottom: 15px; }
  .history-table__price-label {
    padding-right: 8px;
    display: block;
    width: 40%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase; }
    @media (max-width: 1365.98px) {
      .history-table__price-label {
        width: auto; } }
  .history-table__price {
    display: block;
    width: 60%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal; }
    @media (max-width: 1365.98px) {
      .history-table__price {
        width: auto; } }
  .history-table__image {
    max-width: 115px; }
    @media (max-width: 1199.98px) {
      .history-table__image {
        max-width: 80px; } }
    @media (max-width: 991.98px) {
      .history-table__image {
        max-width: 65px; } }
  .history-table__href {
    display: block;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    color: #222222;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    transition: color 0.3s; }
    .history-table__href:hover, .history-table__href.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: underline; }
    .history-table__href:active, .history-table__href:focus {
      color: #ffcd00;
      text-decoration: underline; }
    .history-table__href:disabled {
      opacity: 0.54; }
  .history-table__collapse-button .for-collapsed {
    display: none; }
  .history-table__collapse-button[aria-expanded="true"] .for-collapsed {
    display: block; }
  .history-table__collapse-button[aria-expanded="true"] .for-not-collapsed {
    display: none; }
  .history-table__authorization-order-wrapper {
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 20px;
    height: 20px; }
    .history-table__authorization-order-wrapper:hover .history-table__authorization-order-tooltip, .history-table__authorization-order-wrapper.product-miniature__wishlist-button.wishlist-remove .history-table__authorization-order-tooltip {
      display: block; }
  .history-table__authorization-order-icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    cursor: default; }
    .history-table__authorization-order-icon:before {
      content: "";
      color: #59b572;
      font-size: 20px; }
  .history-table__authorization-order-tooltip {
    padding: 6px;
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 170px;
    z-index: 1;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    border: 1px solid #59b572; }

.order-details__infos-wrapper {
  height: 100%; }

.order-details__infos-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%; }

.order-details__infos-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%; }

.order-details__infos-key {
  padding-right: 15px;
  width: 50%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
  font-style: normal;
  text-transform: uppercase; }
  @media (max-width: 1199.98px) {
    .order-details__infos-key {
      width: 50%; } }

.order-details__infos-value {
  width: 50%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  font-style: normal; }
  @media (max-width: 1199.98px) {
    .order-details__infos-value {
      width: 50%;
      text-align: right; } }
  .order-details__infos-value--lowercase {
    text-transform: none; }

.order-details__status-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 20px; }

.order-details__status {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase; }
  .order-details__status--bright {
    color: white; }
  .order-details__status--dark {
    color: #222222; }

.order-details__infos-button:not(:last-of-type) {
  margin-bottom: 30px; }

.order-details__invoice-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }

.order-details__invoice-img {
  margin-right: 10px;
  max-width: 32px; }

.order-details__invoice-span {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  color: #222222;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  transition: color 0.3s; }
  .order-details__invoice-span:hover, .order-details__invoice-span.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: underline; }
  .order-details__invoice-span:active, .order-details__invoice-span:focus {
    color: #ffcd00;
    text-decoration: underline; }
  .order-details__invoice-span:disabled {
    opacity: 0.54; }

.order-details__info-box {
  height: 100%; }

.order-details__info-box-header {
  margin: 0 24px;
  padding: 20px 0 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea; }

.order-details__info-box-body {
  padding: 24px 24px 20px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  font-style: normal; }

.order-details address {
  margin-bottom: 0; }

.order-details__table-header-container {
  margin-bottom: 30px; }

.order-details__table-header {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase; }

.order-details__back-to-account {
  padding-left: 0; }

.order-details__footer-summary-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .order-details__footer-summary-container {
      flex-direction: column-reverse;
      align-items: flex-start; } }

.order-details__footer-summary {
  min-width: 345px; }
  @media (max-width: 991.98px) {
    .order-details__footer-summary {
      width: 100%;
      min-width: unset; } }

@media (max-width: 991.98px) {
  .order-details__footer-summary-button {
    margin-bottom: 0.5rem;
    width: 100%;
    min-width: unset; } }

.order-details__footer-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; }

.order-details__footer-summary-item-key {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  font-style: normal; }
  .order-details__footer-summary-item-key--bold {
    font-weight: 700; }
  .order-details__footer-summary-item-key--uppercase {
    text-transform: uppercase; }

.order-details__footer-summary-item-value {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  font-style: normal; }
  .order-details__footer-summary-item-value--bold {
    font-weight: 700; }

.discount-table {
  width: 100%; }
  .discount-table__table {
    min-width: 850px; }
  .table .discount-table__header {
    padding-bottom: 5px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.125rem;
    font-style: normal;
    color: #222222;
    text-align: left;
    text-transform: uppercase;
    border-top: none;
    border-bottom-width: 1px; }
    .table .discount-table__header:first-of-type {
      padding-left: 0; }
  .discount-table__value {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-align: left; }
    .discount-table__value:first-of-type {
      padding-left: 0; }
    .discount-table__value--bold {
      font-weight: 500; }
    .discount-table__value--available {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      font-style: normal;
      text-transform: uppercase;
      color: #59b572; }
    .table .discount-table__value {
      padding-top: 30px;
      padding-bottom: 30px;
      vertical-align: middle;
      border-top: 0;
      border-bottom: 1px solid #eaeaea; }
  .discount-table__table-body {
    transition: none; }
  .discount-table__code-input {
    padding: 0;
    display: inline;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-align: left; }
    .discount-table__code-input:hover, .discount-table__code-input.product-miniature__wishlist-button.wishlist-remove, .discount-table__code-input:focus {
      outline: none; }

.cart-rule__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row; }

.cart-rule__list-item-key {
  max-width: 50%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  font-style: normal;
  text-transform: uppercase; }

.cart-rule__list-item-value {
  max-width: 50%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  font-style: normal;
  word-break: break-all; }

.address {
  height: 100%; }
  .address-header {
    margin: 0 24px;
    padding: 20px 0 16px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea; }
  .address-body {
    padding: 24px 24px 20px; }
  .address-footer {
    margin: 0 24px;
    padding: 18px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-top: 1px solid #eaeaea; }
  .address__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
    .address__item:not(:last-of-type) {
      margin-bottom: 20px; }
  .address__label {
    padding-right: 20px;
    display: block;
    width: 50%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    color: #222222;
    text-transform: uppercase;
    opacity: 0.5; }
  .address__value {
    display: block;
    width: 50%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    word-break: break-word; }
  .address address {
    margin-bottom: 0; }
  .address__action-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    color: #222222;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    transition: color 0.3s;
    text-decoration: none; }
    .address__action-button:hover, .address__action-button.product-miniature__wishlist-button.wishlist-remove {
      color: #ffcd00;
      text-decoration: underline; }
    .address__action-button:active, .address__action-button:focus {
      color: #ffcd00;
      text-decoration: underline; }
    .address__action-button:disabled {
      opacity: 0.54; }
    .address__action-button:hover, .address__action-button.product-miniature__wishlist-button.wishlist-remove {
      text-decoration: none; }
    .address__action-button:active, .address__action-button:focus {
      text-decoration: none; }
  .address__action-button-text {
    text-decoration: underline; }
  .address__delete-button-icon {
    margin-right: 10px; }
    .address__delete-button-icon:before {
      content: "";
      font-weight: 700; }

.identity__form-wrapper {
  display: none; }
  .identity__form-wrapper.is-showing {
    display: block; }

.identity__account-info-wrapper {
  display: none; }
  .identity__account-info-wrapper.is-showing {
    display: block; }

.identity__account-info-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }

.identity__account-info-label {
  padding-right: 20px;
  display: block;
  width: 50%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  color: #222222;
  text-transform: uppercase;
  opacity: 0.5; }
  @media (max-width: 575.98px) {
    .identity__account-info-label {
      padding-right: 0;
      margin-bottom: 8px;
      width: 100%; } }

.identity__account-info-value {
  display: block;
  width: 50%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  word-break: break-word; }
  @media (max-width: 575.98px) {
    .identity__account-info-value {
      width: 100%; } }

.identity__form-edit-wrapper {
  margin-bottom: 7px;
  margin-left: 75px;
  align-self: flex-end; }
  @media (max-width: 575.98px) {
    .identity__form-edit-wrapper {
      margin-top: 10px;
      margin-left: 0;
      align-self: flex-start; } }
  .identity__form-edit-wrapper--super-admin {
    margin-bottom: 0; }

.identity__form-edit-href {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  color: #222222;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  transition: color 0.3s;
  color: #222222; }
  .identity__form-edit-href:hover, .identity__form-edit-href.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: underline; }
  .identity__form-edit-href:active, .identity__form-edit-href:focus {
    color: #ffcd00;
    text-decoration: underline; }
  .identity__form-edit-href:disabled {
    opacity: 0.54; }
  .identity__form-edit-href:focus, .identity__form-edit-href:active {
    color: #222222; }

.identity__form-wrapper form {
  padding-top: 15px; }

.identity__change-data-company-wrapper {
  margin-top: 25px;
  padding: 35px 50px;
  width: 100%;
  border: 1px solid #ffc107; }
  @media (max-width: 575.98px) {
    .identity__change-data-company-wrapper {
      padding: 20px; } }

.identity__change-data-company-header {
  margin-bottom: 25px;
  position: relative;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase; }
  .identity__change-data-company-header:before {
    content: '!';
    position: absolute;
    top: -10px;
    left: -25px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 33px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #ffc107; }
    @media (max-width: 575.98px) {
      .identity__change-data-company-header:before {
        top: calc(50% - 20px);
        left: -13px; } }

.identity__change-data-company-item:not(:last-of-type) {
  margin-bottom: 20px; }

.identity__change-data-company-phone-icon {
  margin-right: 7px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  .identity__change-data-company-phone-icon:before {
    content: "";
    font-size: 16px; }

.identity__change-data-company-mail-icon {
  margin-right: 7px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  .identity__change-data-company-mail-icon:before {
    content: "";
    font-size: 14px; }

.identity__change-data-company-href {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s; }
  .identity__change-data-company-href:hover, .identity__change-data-company-href.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .identity__change-data-company-href:active, .identity__change-data-company-href:focus {
    color: #ffcd00;
    text-decoration: none; }
  .identity__change-data-company-href:disabled {
    opacity: 0.54; }

.identity__account-header-super-admin-wrapper {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }
  @media (max-width: 575.98px) {
    .identity__account-header-super-admin-wrapper {
      flex-direction: column;
      align-items: flex-start; } }

.identity__account-header-super-admin {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase; }

.customer-form__footer-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }

.address-form__buttons-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }

.address-form__button {
  flex: 1 1; }

.addresses-footer {
  margin-top: 20px; }

.addresses__col {
  margin-bottom: 30px; }

.checkout-summary__body {
  border: 1px solid #eaeaea;
  padding: 24px 16px 15px; }

.checkout-summary__title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }

.checkout-summary__content {
  padding-left: 30px;
  padding-right: 30px; }

.checkout-summary__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; }

.checkout-step__header {
  border-top: 1px solid #eaeaea;
  padding: 23px 0; }

.checkout-step__title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-style: normal; }
  .-unreachable:not(.-current) .checkout-step__title {
    font-weight: 400;
    opacity: 0.3; }

.checkout-step__edit {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  padding: 0;
  float: right;
  margin: 5px 0 5px 10px; }

.checkout-step__body {
  padding: 0 0 50px; }

.checkout-step__content form {
  margin: 0; }

.checkout-tabs {
  overflow: hidden; }
  .checkout-tabs .nav {
    margin: 0 -25px 25px; }
  .checkout-tabs .nav-item {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    text-transform: uppercase; }
    .checkout-tabs .nav-item:before {
      position: absolute;
      left: 0;
      top: -1px;
      content: '|';
      font-weight: 500; }
  .checkout-tabs .nav-link {
    padding: 0; }
    .checkout-tabs .nav-link.active {
      font-weight: 600; }

.checkout-identity__info {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 25px; }
  .checkout-identity__info a {
    font-weight: 400; }

.checkout-identity__logout {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase; }
  .checkout-identity__logout a {
    font-weight: 600; }

.checkout-address__item {
  padding: 20px;
  border: 1px solid #eaeaea;
  margin-bottom: 25px; }

.checkout-address__label {
  display: block;
  margin: 0; }

.checkout-address__header {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  padding-right: 40px;
  position: relative; }

.checkout-address__icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffcd00;
  font-size: 20px;
  line-height: 1;
  display: none; }

.checkout-address__body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-style: normal; }

.confirmation--header {
  margin-bottom: 40px; }

.confirmation--header__title {
  text-align: center;
  margin-bottom: 30px; }

.confirmation--header__info {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }
  .confirmation--header__info span {
    font-weight: 600; }

.confirmation--content {
  margin-bottom: 80px;
  border: 1px solid #eaeaea;
  padding: 20px; }

.confirmation--content__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px; }

.confirmation--content__info {
  padding-top: 30px;
  max-width: 92%;
  margin: 0 auto; }

.confirmation--content__email {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; }
  .confirmation--content__email span {
    color: #888888;
    font-weight: 500;
    margin-right: 30px;
    text-transform: uppercase; }
  .confirmation--content__email:last-child {
    margin-bottom: 30px; }

.confirmation--content__button {
  text-align: center; }
  @media (min-width: 992px) {
    .confirmation--content__button .btn {
      min-width: 345px; } }

.confirmation--content__contact {
  max-width: 92%;
  margin: 0 auto;
  padding-bottom: 10px; }

.confirmation--content__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 35px; }
  .confirmation--content__text a {
    font-weight: 600;
    text-decoration: underline; }

.confirmation-products__title-main {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px; }

.confirmation-products__headers {
  color: #222222;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea; }

.confirmation-products__line {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.confirmation-products__info {
  display: flex;
  align-items: center; }

.confirmation-products__number {
  flex: 0 0 30px;
  font-weight: 500;
  font-size: 14px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .confirmation-products__number {
      display: none; } }

.confirmation-products__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: none; }

.confirmation-products__reference {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase; }

.confirmation-products__attributes {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase; }

.confirmation-products__attr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }
  .confirmation-products__attr:not(:last-child) {
    margin-bottom: 5px; }

.confirmation-products__attr-value {
  margin-left: 10px; }
  .confirmation-products__attr-value--texture, .confirmation-products__attr-value--color {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #eaeaea; }

.confirmation-products__quantity {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #222222; }

.confirmation-products__price {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #222222; }

.confirmation-products__price-total {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #222222; }

.contact-page__content {
  margin-bottom: 50px; }

.contact-page__row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px; }

.contact-page__col {
  padding-left: 5px;
  padding-right: 5px; }

.contact-form__wrapper {
  border: 1px solid #eaeaea;
  padding: 30px 70px;
  text-align: center; }

.contact-form__title {
  margin-bottom: 34px; }

.contact-rich__title {
  margin-bottom: 30px; }

.contact-rich__block {
  margin-bottom: 22px; }

.contact-rich__data {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; }

.contact-rich__data-link {
  font-weight: 600; }

.contact-rich__icon {
  font-size: 30px; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important; } }

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

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1365.98px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1366px) {
  .hidden-xxl-up {
    display: none !important; } }

@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important; } }

@media (min-width: 1600px) {
  .hidden-xlg-up {
    display: none !important; } }

@media (max-width: 1799.98px) {
  .hidden-xlg-down {
    display: none !important; } }

@media (min-width: 1800px) {
  .hidden-xxlg-up {
    display: none !important; } }

.hidden-xxlg-down {
  display: none !important; }

.form-control {
  background-clip: border-box; }
  .form-control.disabled {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: inherit; }

.text-muted {
  margin-top: 2px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  font-style: normal;
  color: #222222;
  opacity: 0.7; }

.custom-control-label {
  margin-bottom: 0;
  vertical-align: middle;
  color: #222222;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal; }
  .custom-control-label:hover, .custom-control-label.product-miniature__wishlist-button.wishlist-remove {
    cursor: pointer; }

.custom-radio .custom-control-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  content: "";
  color: #222222;
  font-size: 0.6875rem;
  font-weight: 600;
  background: none; }

.btn-primary {
  color: #212529;
  background-color: #ffcd00;
  border-color: #ffcd00;
  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; }
  .btn-primary:hover, .btn-primary.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #fff;
    border-color: #ffcd00; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 180, 6, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #ffcd00;
    border-color: #ffcd00; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #ffcd00; }
    .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(222, 180, 6, 0.5); }
  .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled) {
    color: #ffcd00; }

.btn-secondary {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
  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; }
  .btn-secondary:hover, .btn-secondary.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #fff;
    border-color: #222222; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #222222; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }
  .btn-secondary:not(:disabled):not(.disabled):hover, .btn-secondary.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled) {
    color: #222222; }

.btn-success {
  color: #fff;
  background-color: #59b572;
  border-color: #59b572;
  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; }
  .btn-success:hover, .btn-success.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #fff;
    border-color: #59b572; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(114, 192, 135, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #59b572;
    border-color: #59b572; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #59b572; }
    .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(114, 192, 135, 0.5); }
  .btn-success:not(:disabled):not(.disabled):hover, .btn-success.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled) {
    color: #59b572; }

.btn-info {
  color: #212529;
  background-color: #44baba;
  border-color: #44baba;
  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; }
  .btn-info:hover, .btn-info.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #fff;
    border-color: #44baba; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 164, 164, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #44baba;
    border-color: #44baba; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #44baba; }
    .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(63, 164, 164, 0.5); }
  .btn-info:not(:disabled):not(.disabled):hover, .btn-info.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled) {
    color: #44baba; }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  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; }
  .btn-warning:hover, .btn-warning.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #fff;
    border-color: #ffc107; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #ffc107; }
    .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(222, 170, 12, 0.5); }
  .btn-warning:not(:disabled):not(.disabled):hover, .btn-warning.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled) {
    color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #e73430;
  border-color: #e73430;
  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; }
  .btn-danger:hover, .btn-danger.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #fff;
    border-color: #e73430; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 82, 79, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e73430;
    border-color: #e73430; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #e73430; }
    .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(235, 82, 79, 0.5); }
  .btn-danger:not(:disabled):not(.disabled):hover, .btn-danger.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled) {
    color: #e73430; }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  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; }
  .btn-light:hover, .btn-light.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #fff;
    border-color: #f8f9fa; }
  .btn-light:focus, .btn-light.focus {
    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: #fff;
    border-color: #f8f9fa; }
    .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-light:not(:disabled):not(.disabled):hover, .btn-light.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled) {
    color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  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; }
  .btn-dark:hover, .btn-dark.product-miniature__wishlist-button.wishlist-remove {
    color: #212529;
    background-color: #fff;
    border-color: #343a40; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #343a40; }
    .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(82, 88, 93, 0.5); }
  .btn-dark:not(:disabled):not(.disabled):hover, .btn-dark.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled) {
    color: #343a40; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }
  .btn:hover, .btn.product-miniature__wishlist-button.wishlist-remove, .btn:focus, .btn:active {
    outline: 0;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: none; }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      box-shadow: none; }

.btn-md {
  padding: 1.15625rem 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }
  @media (max-width: 575.98px) {
    .btn-md {
      padding: 0.9375rem 2.1875rem;
      font-size: 0.75rem;
      line-height: 1.5;
      border-radius: 0; } }

.btn-padding-sm {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.btn-link {
  transition: color 0.2s ease-in-out;
  font-weight: 600;
  text-decoration: underline; }
  .btn-link:hover, .btn-link.product-miniature__wishlist-button.wishlist-remove, .btn-link:focus, .btn-link:active {
    text-decoration: underline; }

.btn .icon {
  font-size: 1.125rem; }

.btn-warning {
  color: #fff; }

.btn-light:not(:disabled):not(.disabled):hover, .btn-light.product-miniature__wishlist-button.wishlist-remove:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fa;
  color: #222222; }

.modal-header {
  border-bottom: none; }
  .modal-header .close {
    padding: 0 0.8125rem;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 24px;
    color: #222222;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 1; }
    .modal-header .close span {
      display: none; }

.modal-title {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06rem; }
  @media (max-width: 575.98px) {
    .modal-title {
      font-size: 0.8rem; } }

@media (min-width: 992px) {
  .modal-body {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; } }

@media (min-width: 992px) {
  .modal-body--large-padding {
    padding-left: calc((887px - 465px) / 2);
    padding-right: calc((887px - 465px) / 2); } }

.modal-row {
  padding: 1rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

.modal-text {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  font-style: normal; }
  .modal-text--small {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.125rem;
    font-style: normal; }

.modal-content {
  padding: 1rem 0; }

.modal-footer {
  justify-content: center;
  border-top: none; }
  @media (min-width: 768px) {
    .modal-footer {
      padding-left: 1.5625rem;
      padding-right: 1.5625rem; } }
  .modal-footer--large-padding {
    padding-left: calc((887px - 465px) / 2);
    padding-right: calc((887px - 465px) / 2); }

.modal-product-slider-section {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

.badge {
  text-transform: uppercase; }
  .badge.bright {
    color: #fff; }
  .badge.dark {
    color: #222222; }

.alert {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  font-style: normal; }

.breadcrumb-item {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.625rem;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
  color: #222222;
  text-transform: uppercase;
  opacity: 0.8; }
  .product-miniature__wishlist-button.wishlist-remove.breadcrumb-item, .breadcrumb-item:hover {
    color: #ffcd00;
    text-decoration: none; }
  .breadcrumb-item:active, .breadcrumb-item:focus {
    color: #ffcd00;
    text-decoration: none; }
  .breadcrumb-item:disabled {
    opacity: 0.54; }
  .product-miniature__wishlist-button.wishlist-remove.breadcrumb-item, .breadcrumb-item:hover {
    color: #ffcd00;
    text-decoration: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.25rem;
    color: #222222;
    font-size: 0.6875rem; }

.breadcrumb-item:last-child {
  color: #222222;
  font-weight: 400;
  opacity: 1;
  pointer-events: none; }

.breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb-item + .breadcrumb-item.product-miniature__wishlist-button.wishlist-remove::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb-item + .breadcrumb-item.product-miniature__wishlist-button.wishlist-remove::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #222222; }

img[data-lazy] {
  display: none; }

.text-underline {
  text-decoration: underline; }

.cursor-pointer {
  cursor: pointer; }

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

@media (min-width: 992px) {
  .visible--mobile {
    display: none; } }

.d--none {
  display: none; }

.full-bleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%); }

.d--flex-between {
  display: flex;
  justify-content: space-between; }

.mb--0 {
  margin-bottom: 0; }

.mxw-345 {
  max-width: 345px; }

a {
  text-decoration: none; }

sup {
  top: -0.3em; }

.page-footer:empty {
  display: none; }

.left-column > div,
.right-column > div {
  margin-bottom: 1rem; }

/* HEADER */
.l-header {
  background-color: #fff; }

@media (max-width: 767.98px) {
  .header__container {
    padding-left: 0;
    padding-right: 0; }
  .logo {
    width: 100%;
    max-width: 160px; } }

/* MISC */
ul {
  list-style: none;
  padding-left: 0; }

h1,
.h1,
.products-section-title {
  text-transform: uppercase; }

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

.bootstrap-touchspin {
  box-shadow: inset 0 0 0 1px #ced4da;
  background: #fff; }
  .bootstrap-touchspin > input {
    max-width: 25px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: none;
    outline: none;
    text-align: center;
    font-weight: 500;
    -moz-appearance: textfield;
    background: transparent; }
    .bootstrap-touchspin > input::-webkit-inner-spin-button, .bootstrap-touchspin > input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .bootstrap-touchspin > input:hover, .bootstrap-touchspin > input.product-miniature__wishlist-button.wishlist-remove, .bootstrap-touchspin > input:focus {
      background: transparent; }
    .bootstrap-touchspin > input.product-qty {
      max-width: 94px; }
  .bootstrap-touchspin .btn {
    padding: 0 17px;
    font-size: 24px;
    position: relative;
    z-index: 2;
    color: #222222;
    background: transparent; }
  .bootstrap-touchspin .input-group-btn {
    display: flex; }
    .bootstrap-touchspin .input-group-btn:first-child {
      margin-right: -1px; }
    .bootstrap-touchspin .input-group-btn:last-child {
      margin-left: -1px; }

/* collapse icons */
.icon-collapse, .link__showsummary .material-icons {
  transition: transform 0.4s ease; }

.icon-collapse[aria-expanded=true], .link__showsummary .material-icons[aria-expanded=true] {
  transform: rotateZ(180deg); }

/* CHECKOUT STEP */
.order-checkout .card-body, .order-checkout .order-details__info-box-body, .order-checkout .address-body, .order-checkout .card-block {
  padding-bottom: 0; }

.step-edit[aria-expanded="true"] {
  display: none; }

.step-title {
  margin-bottom: 0; }

.-complete.-reachable .step-title .done {
  display: inline-block; }

.-current .step-title .done {
  visibility: hidden; }

.-current .card-header {
  background-color: #fff; }

.accordion .card-body .card, .accordion .order-details__info-box-body .card, .accordion .address-body .card, .accordion .card-block .card, .accordion .card-body .order-details__info-box, .accordion .order-details__info-box-body .order-details__info-box, .accordion .address-body .order-details__info-box, .accordion .card-block .order-details__info-box, .accordion .card-body .address, .accordion .order-details__info-box-body .address, .accordion .address-body .address, .accordion .card-block .address, .accordion .card-body .card-block, .accordion .order-details__info-box-body .card-block, .accordion .address-body .card-block, .accordion .card-block .card-block {
  border: 1px solid #eaeaea;
  transition: border 0.1s linear; }

.accordion .card-body .card-header, .accordion .order-details__info-box-body .card-header, .accordion .address-body .card-header, .accordion .card-block .card-header {
  text-align: center; }

.accordion .selected .card, .accordion .selected .order-details__info-box, .accordion .selected .address, .accordion .selected .card-block {
  border-color: #59b572;
  border-width: 2px; }

.nav-tabs-info {
  font-size: 1.1rem; }
  .nav-tabs-info .active {
    font-weight: bold; }

.address-selector .card, .address-selector .order-details__info-box, .address-selector .address, .address-selector .card-block {
  transition: border 0.1s linear; }

.address-selector .card-header,
.address-selector .card-body,
.address-selector .order-details__info-box-body,
.address-selector .address-body,
.address-selector .card-block {
  cursor: pointer; }

.card-body_add-address {
  padding: 0.75rem 1.25rem; }
  .card-body_add-address .material-icons {
    opacity: .8; }

.carrier-price {
  font-weight: bold;
  font-size: 1.25rem;
  color: #ffcd00; }

.regular-price {
  text-decoration: line-through;
  font-size: 0.875rem;
  color: #495057;
  font-weight: 700; }

.price {
  font-weight: 700;
  color: #000; }

custom-file-label.selected:after {
  content: "" !important; }

.nav-tabs .nav-link {
  color: #888888;
  font-weight: 700; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-width: 3px; }

.tab-content {
  padding-top: 1rem; }

.products-section-title {
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
  font-weight: 700; }

@media (max-width: 767.98px) {
  .modal-footer {
    flex-direction: column;
    flex-direction: column-reverse; }
    .modal-footer > .btn {
      margin: 0;
      width: 100%; }
    .modal-footer .btn:not(:last-child) {
      margin-top: 0.5rem; } }

.nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .nav-tabs::-webkit-scrollbar {
    display: none; }
  .nav-tabs .nav-link {
    white-space: nowrap; }

.notifications-container ul {
  margin-bottom: 0; }

.js-invalid-feedback-browser:empty {
  display: none; }

@media (min-width: 768px) {
  .page-wrapper--order-detail form {
    margin: unset; } }

.badge.dark {
  color: #fff;
  mix-blend-mode: difference; }

.js-date-picker {
  position: relative;
  z-index: 1000; }

h1,
.h1,
.products-section-title, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-transform: uppercase; }

h1,
.h1,
.products-section-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
  font-style: normal; }

h2, .h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  font-style: normal; }

h3, .h3 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  font-style: normal; }

h4, .h4 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  font-style: normal; }

h5, .h5 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  font-style: normal; }

.base-href {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s; }
  .base-href:hover, .base-href.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: none; }
  .base-href:active, .base-href:focus {
    color: #ffcd00;
    text-decoration: none; }
  .base-href:disabled {
    opacity: 0.54; }
  .base-href--disabled {
    opacity: 0.54;
    pointer-events: none; }

.href {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  color: #222222;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  transition: color 0.3s; }
  .href:hover, .href.product-miniature__wishlist-button.wishlist-remove {
    color: #ffcd00;
    text-decoration: underline; }
  .href:active, .href:focus {
    color: #ffcd00;
    text-decoration: underline; }
  .href:disabled {
    opacity: 0.54; }
  .href--disabled {
    opacity: 0.54;
    pointer-events: none; }





.homepage-3-boxes {
  padding-bottom: 50px; }
  @media (max-width: 575.98px) {
    .homepage-3-boxes {
      padding: 20px 0; } }
  .homepage-3-boxes__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0; }
    @media (max-width: 1199.98px) {
      .homepage-3-boxes__row {
        justify-content: center; } }
  .homepage-3-boxes__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (max-width: 1199.98px) {
      .homepage-3-boxes__item {
        flex: 0 0 100%;
        max-width: 100%;
        max-width: 630px; }
        .homepage-3-boxes__item:not(:last-of-type) {
          margin-bottom: 30px; } }
    @media (max-width: 575.98px) {
      .homepage-3-boxes__item:not(:last-of-type) {
        margin-bottom: 20px; } }
  .homepage-3-boxes__item-wrapper {
    position: relative;
    width: auto;
    height: 100%; }
    .homepage-3-boxes__item-wrapper:hover .homepage-3-boxes__img {
      transform: scale(1.05); }
  .homepage-3-boxes__img-container {
    overflow: hidden; }
  .homepage-3-boxes__img {
    max-width: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease-in-out;
    max-height: 470px; }
  .homepage-3-boxes__content {
    padding: 40px 50px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .homepage-3-boxes__content {
        padding: 30px 25px 20px; } }
    @media (max-width: 575.98px) {
      .homepage-3-boxes__content {
        padding: 30px 25px 20px; } }
  .homepage-3-boxes__header-container {
    margin-bottom: 25px;
    position: relative; }
    @media (max-width: 1599.98px) {
      .homepage-3-boxes__header-container {
        margin-bottom: 15px; } }
    @media (max-width: 575.98px) {
      .homepage-3-boxes__header-container {
        margin-bottom: 5px; } }
    .homepage-3-boxes__header-container:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      left: -13px;
      top: -16px;
      width: 52px;
      height: 52px;
      background-color: #ffcd00;
      border-radius: 50%; }
      @media (max-width: 575.98px) {
        .homepage-3-boxes__header-container:before {
          top: -8px;
          left: -8px;
          width: 30px;
          height: 30px; } }
  .homepage-3-boxes__header {
    position: relative;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    z-index: 2; }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .homepage-3-boxes__header {
        font-size: 24px; } }
    @media (max-width: 575.98px) {
      .homepage-3-boxes__header {
        font-size: 16px; } }
  .homepage-3-boxes__desc {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
    color: #fff; }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .homepage-3-boxes__desc {
        font-size: 16px;
        line-height: normal; } }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .homepage-3-boxes__desc {
        font-size: 14px;
        line-height: normal; } }
    @media (max-width: 575.98px) {
      .homepage-3-boxes__desc {
        font-size: 12px;
        line-height: normal; } }
    .homepage-3-boxes__desc p {
      margin-bottom: 0; }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .homepage-3-boxes__button {
      padding: 15px;
      font-size: 12px; } }
  @media (max-width: 575.98px) {
    .homepage-3-boxes__button {
      padding: 8px;
      font-size: 10px; } }






.wnet_cookiespolicy {
  padding: 12.5px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #0f1417;
  opacity: 0.9;
  color: white; }
  .wnet_cookiespolicy__container {
    display: flex;
    justify-content: center;
    align-items: center; }
  .wnet_cookiespolicy__content {
    padding-right: 15px;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; }
    .wnet_cookiespolicy__content p {
      margin-bottom: 0; }
  .wnet_cookiespolicy__button {
    flex: 0 0 auto;
    padding-left: 15px; }
    .wnet_cookiespolicy__button .btn.btn-sm {
      padding-top: 0.313rem;
      padding-bottom: 0.313rem; }




.cart-dropdown {
  background-color: white;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .cart-dropdown__container {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1001;
    max-width: 480px;
    width: 480px; }
  .cart-dropdown__header-container {
    margin: 0 20px;
    padding: 24px 0 20px; }
  .cart-dropdown__header {
    margin-bottom: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase;
    text-align: center; }
  .cart-dropdown__list {
    margin-bottom: 8px;
    max-height: 300px;
    overflow: auto; }
  .cart-dropdown__list-item {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea; }
    .cart-dropdown__list-item:first-of-type {
      border-top: 1px solid #eaeaea; }
    .cart-dropdown__list-item:last-of-type {
      border-bottom: 0; }
  .cart-dropdown__footer {
    background-color: #EAEAEA; }
  .cart-dropdown__footer-container {
    padding: 15px 0;
    max-width: 345px;
    margin: 0 auto; }
  .cart-dropdown__exit {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    color: #222222;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s;
    position: absolute;
    top: 20px;
    right: 20px; }
    .cart-dropdown__exit:hover {
      color: #ffcd00;
      text-decoration: none; }
    .cart-dropdown__exit:active, .cart-dropdown__exit:focus {
      color: #ffcd00;
      text-decoration: none; }
    .cart-dropdown__exit:disabled {
      opacity: 0.54; }

.cart-dropdown-product {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left; }
  .cart-dropdown-product__name {
    margin-bottom: 2px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    color: #222222;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s;
    word-break: break-word;
    white-space: normal; }
    .cart-dropdown-product__name:hover {
      color: #ffcd00;
      text-decoration: none; }
    .cart-dropdown-product__name:active, .cart-dropdown-product__name:focus {
      color: #ffcd00;
      text-decoration: none; }
    .cart-dropdown-product__name:disabled {
      opacity: 0.54; }
  .cart-dropdown-product__reference {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase; }
  .cart-dropdown-product__attributes-item {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
  .cart-dropdown-product__attribute-name {
    margin-right: 3px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase; }
  .cart-dropdown-product__attribute-value {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase; }
  .cart-dropdown-product__image-container {
    padding: 8px;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    border: 1px solid #eaeaea; }
  .cart-dropdown-product__data-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex: 0 0 auto;
    padding-left: 15px;
    width: calc(100% - 100px); }
  .cart-dropdown-product__price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    font-style: normal; }
  .cart-dropdown-product__image {
    max-width: 100%;
    width: 100%; }
  .cart-dropdown-product__remove-from-cart {
    margin-right: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    color: #222222;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s; }
    .cart-dropdown-product__remove-from-cart:hover {
      color: #ffcd00;
      text-decoration: none; }
    .cart-dropdown-product__remove-from-cart:active, .cart-dropdown-product__remove-from-cart:focus {
      color: #ffcd00;
      text-decoration: none; }
    .cart-dropdown-product__remove-from-cart:disabled {
      opacity: 0.54; }

.cart-dropdown-dictionary {
  font-size: 12px; }
  .cart-dropdown-dictionary__item {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .cart-dropdown-dictionary__item--cart-total {
      margin: 10px 0; }
  .cart-dropdown-dictionary__label {
    flex: 0 0 auto;
    width: 50%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal; }
    .cart-dropdown-dictionary__label--cart-total {
      font-weight: 600;
      text-transform: uppercase; }
  .cart-dropdown-dictionary__value {
    flex: 0 0 auto;
    width: 50%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-align: right; }
    .cart-dropdown-dictionary__value--cart-total {
      font-weight: 600; }

.blockcart {
  position: relative; }

.free-shipping__label-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; }

.free-shipping__label-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }

.free-shipping__label-icon {
  margin-right: 7px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 37px; }

.free-shipping__label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  font-style: normal; }

.free-shipping__value {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  font-style: normal; }

.free-shipping__progress {
  width: 100%;
  height: 6px;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #222222;
  box-shadow: none;
  position: relative; }

.free-shipping__progress-bar {
  background-color: #222222;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.free-shipping__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }





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