@charset "UTF-8";
/*******************************************************************************
******************************* COLOUR VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* FONTS VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ZINDEX VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ANIMATION VARIABLES ****************************
*******************************************************************************/
.padding-top--5px {
  padding-top: 5px;
}

.padding-top--10px {
  padding-top: 10px;
}

.padding-top--15px {
  padding-top: 15px;
}

.padding-top--20px {
  padding-top: 20px;
}

.padding-top--25px {
  padding-top: 25px;
}

.padding-top--30px {
  padding-top: 30px;
}

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

.padding-top--40px {
  padding-top: 40px;
}

.padding-top--45px {
  padding-top: 45px;
}

.padding-top--50px {
  padding-top: 50px;
}

.padding-top--55px {
  padding-top: 55px;
}

.padding-top--60px {
  padding-top: 60px;
}

.padding-top--65px {
  padding-top: 65px;
}

.padding-top--70px {
  padding-top: 70px;
}

.padding-top--75px {
  padding-top: 75px;
}

.padding-top--80px {
  padding-top: 80px;
}

.padding-top--85px {
  padding-top: 85px;
}

.padding-top--90px {
  padding-top: 90px;
}

.padding-top--95px {
  padding-top: 95px;
}

.padding-top--100px {
  padding-top: 100px;
}

.padding-top--105px {
  padding-top: 105px;
}

.padding-top--110px {
  padding-top: 110px;
}

.padding-top--115px {
  padding-top: 115px;
}

.padding-top--120px {
  padding-top: 120px;
}

.padding-top--125px {
  padding-top: 125px;
}

.padding-top--130px {
  padding-top: 130px;
}

.padding-top--135px {
  padding-top: 135px;
}

.padding-top--140px {
  padding-top: 140px;
}

.padding-top--145px {
  padding-top: 145px;
}

.padding-top--150px {
  padding-top: 150px;
}

.padding-top--155px {
  padding-top: 155px;
}

.padding-top--160px {
  padding-top: 160px;
}

.padding-top--165px {
  padding-top: 165px;
}

.padding-top--170px {
  padding-top: 170px;
}

.padding-top--175px {
  padding-top: 175px;
}

.padding-top--180px {
  padding-top: 180px;
}

.padding-top--185px {
  padding-top: 185px;
}

.padding-top--190px {
  padding-top: 190px;
}

.padding-top--195px {
  padding-top: 195px;
}

.padding-top--200px {
  padding-top: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  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.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, .cart-container .shop-protection img {
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > 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 {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 15px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 15px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

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

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

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

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.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(130, 138, 145, 0.5);
}

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

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

.btn-warning {
  color: #212529;
  background-color: #EDC005;
  border-color: #EDC005;
}
.btn-warning:hover {
  color: #212529;
  background-color: #c8a204;
  border-color: #bb9804;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #c8a204;
  border-color: #bb9804;
  box-shadow: 0 0 0 0.2rem rgba(206, 169, 10, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #EDC005;
  border-color: #EDC005;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #bb9804;
  border-color: #af8d04;
}
.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(206, 169, 10, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  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: #ffffff;
  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: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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(108, 117, 125, 0.5);
}

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

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

.btn-outline-warning {
  color: #EDC005;
  border-color: #EDC005;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #EDC005;
  border-color: #EDC005;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 192, 5, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #EDC005;
  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: #EDC005;
  border-color: #EDC005;
}
.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(237, 192, 5, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  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: #ffffff;
  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: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 15px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #ffffff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.badge-warning {
  color: #212529;
  background-color: #EDC005;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #bb9804;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 192, 5, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  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;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

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

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

.alert-warning {
  color: #7b6403;
  background-color: #fbf2cd;
  border-color: #faedb9;
}
.alert-warning hr {
  border-top-color: #f8e7a1;
}
.alert-warning .alert-link {
  color: #493c02;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

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

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}

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

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

.list-group-item-warning {
  color: #7b6403;
  background-color: #faedb9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7b6403;
  background-color: #f8e7a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b6403;
  border-color: #7b6403;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  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:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: 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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.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: #000000;
}

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #a28303 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.amlocator-map {
  min-height: 400px;
}

.ampickup-store-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.ampickup-store-container.-cart {
  padding: 0 5px;
}
.ampickup-store-container .ampickup-field {
  width: 100%;
}
.ampickup-store-container .ampickup-field:not(:last-of-type) {
  margin-bottom: 10px;
}
.ampickup-store-container .ampickup-field select,
.ampickup-store-container .ampickup-field input {
  padding: 5px 10px;
  height: inherit;
}
.ampickup-store-container .ampickup-field.-store .ampickup-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ampickup-store-container .ampickup-field.-date .control {
  display: flex;
  flex-wrap: wrap;
}
.ampickup-store-container .ampickup-field.-date input {
  flex: 1 1 80%;
}
.ampickup-store-container .ampickup-field.-date .ui-datepicker-trigger {
  max-width: 50px;
  flex: 1 1 20%;
}
.ampickup-store-container .ampickup-separator {
  align-self: stretch;
  margin: 15px 0;
  width: inherit;
  border-top: 1px solid #c7c7c7;
}
.ampickup-store-container .ampickup-choosemap {
  display: inline-block;
  margin: 0 auto 0 0;
  padding: 5px 15px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.ampickup-store-container .label {
  display: inline-block;
  margin-bottom: 8px;
}

.ampickup-details-container {
  margin-bottom: 15px;
  flex: 1 1 100%;
}
.ampickup-details-container .ampickup-title {
  margin: 0 0 15px 0;
}
.ampickup-details-container div:empty,
.ampickup-details-container div:empty + br {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .ampickup-details-container.shipping-address-details {
  width: 100%;
}

.ampickup-map-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.ampickup-map-popup .ampickup-overlay {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.ampickup-map-popup .ampickup-title {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
}
.ampickup-map-popup .ampickup-content {
  position: relative;
  z-index: 2;
  overflow: auto;
  box-sizing: border-box;
  padding: 25px;
  width: 90vw;
  max-height: 95vh;
  border-radius: 4px;
  background: #fff;
}
.ampickup-map-popup .ampickup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  opacity: 0.3;
  cursor: pointer;
}
.ampickup-map-popup .ampickup-close:hover {
  opacity: 1;
}
.ampickup-map-popup .ampickup-close:before, .ampickup-map-popup .ampickup-close:after {
  position: absolute;
  left: 11px;
  width: 2px;
  height: 27px;
  background-color: #333;
  content: " ";
}
.ampickup-map-popup .ampickup-close:before {
  transform: rotate(45deg);
}
.ampickup-map-popup .ampickup-close:after {
  transform: rotate(-45deg);
}
.ampickup-map-popup .amlocator-block.-map {
  box-sizing: border-box;
}

@media (max-width: 1025px) {
  .ampickup-store-container.-checkout .ampickup-field {
    box-sizing: border-box;
  }
  .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-left: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-right: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .ampickup-map-popup .ampickup-content {
    width: 80vw;
  }
}
@media all and (min-width: 768px), print {
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container {
    text-align: left;
    font-size: 1.4rem;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    top: 0 !important;
    right: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    width: 50%;
    margin-bottom: 10px;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px;
  }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit;
  }
}
@media all and (min-width: 1440px), print {
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
}
.amlocator-main-container {
  color: #000;
}

.amlocator-main-container .amlocator-button {
  box-sizing: border-box;
  min-height: 40px;
  font-weight: inherit;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}

.amlocator-main-container .amlocator-select {
  cursor: pointer;
}

.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}

.amlocator-main-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #e7e7e7;
}

.amlocator-search-container {
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #f8f8f8;
  width: 100%;
  box-sizing: border-box;
}

.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}

.amlocator-search-container .amlocator-block {
  width: 100%;
  margin-bottom: 15px;
}

.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}

.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: initial;
}

.amlocator-search-container .amlocator-select {
  height: 40px;
}

.amlocator-search-container .amlocator-select.-measurement {
  min-width: inherit;
  background-color: #f8f8f8;
  height: inherit;
  line-height: 1;
  border: none;
}

.amlocator-search-container .amlocator-button.-nearby {
  width: 100%;
  margin-left: auto;
}

.amlocator-current-location .amlocator-search {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 23px;
  height: 23px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.amlocator-current-location .amlocator-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px;
}

.amlocator-current-location .amlocator-text {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding-right: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
}

.amlocator-current-location .amlocator-text:focus {
  box-shadow: none;
}

.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}

.amlocator-search-radius .amlocator-radio {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  color: #fff;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}

.amlocator-search-radius .amlocator-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}

.amlocator-range-slider {
  width: 100%;
  height: 10px;
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
}

.amlocator-range-slider .ui-slider-range {
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.amlocator-range-slider .amlocator-handle {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: -7px;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  transform: translateY(-50%);
  cursor: pointer;
}

.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}

.amlocator-range-slider .amlocator-tooltip {
  position: absolute;
  top: -7px;
  left: 50%;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  border-radius: 2px;
  transform: translate(-50%, -100%);
}

.amlocator-range-slider .amlocator-tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, 50%) rotate(45deg);
}

.amlocator-filters-container {
  margin-bottom: 10px;
  background: #f8f8f8;
}

.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.amlocator-filters-container .amlocator-content {
  transition: all 0.3s ease;
}

.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}

.amlocator-filters-container .amlocator-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 12px;
}

.amlocator-filters-container .amlocator-clear {
  cursor: pointer;
}

.amlocator-filters-container .amlocator-button {
  min-height: 25px;
  margin-left: 25px;
  padding: 0px 20px;
  border: none;
  line-height: unset;
  box-shadow: none;
}

.amlocator-filters-container .amlocator-button:hover {
  color: #fff;
  border: none;
}

.amlocator-attribute-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 15px;
}

.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}

.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  width: 40%;
  padding-right: 5px;
  word-wrap: break-word;
}

.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}

.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}

.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  height: inherit;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
  line-height: 1;
  border-color: #ccc;
}

.amlocator-attribute-wrapper .chosen-container {
  height: inherit;
  font-size: inherit;
}

.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  transform: translateY(-50%);
}

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
  color: #fff;
  border: none;
  box-shadow: none;
}

.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amlocator-map-container > .amlocator-block {
  width: 100%;
}

.amlocator-map-container .amlocator-map {
  width: 100%;
  height: 300px;
}

.amlocator-arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 8px;
  margin-left: auto;
}

.amlocator-arrow:before,
.amlocator-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #363636;
  transition: all 0.2s ease;
}

.amlocator-arrow:before {
  left: 0;
}

.amlocator-arrow:after {
  right: 0;
}

.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}

.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}

.amlocator-store-list {
  order: 1;
  overflow: auto;
}

.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}

.amlocator-stores-wrapper {
  margin-bottom: 10px;
}

.amlocator-store-desc {
  display: block;
  margin-bottom: 15px;
  overflow: auto;
  font-size: 14px;
  background: #f6f6f6;
  cursor: pointer;
}

.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}

.amlocator-store-desc .amlocator-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.amlocator-store-desc .amlocator-title .amlocator-link {
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
}

.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
}

.amlocator-store-desc .amlocator-image {
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-right: 15px;
  background-position: center;
  background-size: cover;
}

.amlocator-store-desc.-active .amlocator-today {
  color: #000;
  background: #9dd4ff;
}

.amlocator-description {
  word-break: break-word;
}

.amlocator-schedule-container .amlocator-today {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  padding: 5px 15px 5px 35px;
  background: #dfdfdf;
}

.amlocator-schedule-container .amlocator-today:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}

.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}

.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}

.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.amlocator-schedule-table .amlocator-cell {
  width: 50%;
  box-sizing: border-box;
}

.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}

.amlocator-schedule-table .amlocator-cell.-time {
  white-space: nowrap;
  text-align: right;
  padding-right: 8%;
}

.amlocator-pager-container {
  margin-top: auto;
}

.amlocator-pager-container .pages {
  text-align: right;
}

.amlocator-pager-container .items {
  padding: 0;
}

.amlocator-pager-container .pages .page {
  padding: 8px 10px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  background: #f8f8f8;
}

.amlocator-pager-container .pages a.page {
  color: #000;
}

.amlocator-pager-container .pages .item {
  position: relative;
  margin: 0;
}

.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}

.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  color: #fff;
}

.amlocator-pager-container .pages a.action {
  margin: 0;
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.amlocator-pager-container .pages .items a.action:before {
  font-size: 14px;
  color: #000;
}

.amlocator-pager-container .pages .items a.action:hover:before {
  color: #fff;
}

.amlocator-info-popup {
  width: 250px;
}

.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}

.amlocator-info-popup .amlocator-image {
  display: block;
  clear: both;
  width: 100px;
  margin-bottom: 10px;
}

.amlocator-map .amlocator-image img {
  max-width: 150px;
}

.amlocator-index-index {
  overflow-x: hidden;
}

.amstars-rating-container {
  width: 160px;
  height: 27px;
  margin-bottom: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  overflow: hidden;
}

.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}

.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}

.amstars-rating-container.-main-page {
  margin: 0px 10px;
}

.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}

.amlocator-description-grey {
  word-break: break-word;
  padding: 0 15px;
  background: #fbfbfb;
}

.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}

.amlocator-location-container .amlocator-column.-right {
  display: none;
}

.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}

.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}

.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}

.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}

.amlocator-location-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #d2dde5;
}

.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}

.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}

.amlocator-location-container .amlocator-button {
  box-sizing: border-box;
  height: auto;
  padding: 0px 15px;
  font-weight: inherit;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}

.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
}

.amlocator-route-creator .amlocator-modes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amlocator-route-creator .amlocator-mode,
.amlocator-route-creator .amlocator-swap {
  display: none;
}

.amlocator-route-creator .amlocator-mode + .amlocator-label {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.amlocator-route-creator .amlocator-mode:checked + .amlocator-label,
.amlocator-route-creator .amlocator-mode + .amlocator-label:hover {
  background-color: #2d93e2;
  opacity: 1;
}

.amlocator-route-creator .amlocator-label:not(:last-of-type) {
  margin-right: 5px;
}

.amlocator-route-creator .amlocator-label.-driving {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}

.amlocator-route-creator .amlocator-label.-transit {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}

.amlocator-route-creator .amlocator-label.-walking {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}

.amlocator-route-creator .amlocator-label.-bicycling {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
}

.amlocator-route-creator .amlocator-addresses {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}

.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}

.amlocator-route-creator .amlocator-address {
  height: 35px;
  border: none;
}

.amlocator-route-creator .amlocator-address.-end {
  color: #707070;
  background: #f2f2f2;
}

.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}

.amlocator-route-creator .amlocator-swap + .amlocator-label {
  display: block;
  width: 20px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+) no-repeat center;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.amlocator-route-creator .amlocator-swap + .amlocator-label:hover {
  opacity: 1;
}

.amlocator-route-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 13px;
  height: 65px;
}

.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}

.amlocator-route-icon .amlocator-icon.-start {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 10px;
}

.amlocator-route-icon .amlocator-icon.-dot {
  width: 4px;
  height: 4px;
  background: #2d93e2;
  border-radius: 10px;
}

.amlocator-route-icon .amlocator-icon.-end {
  width: 13px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
}

.amlocator-collapse-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
}

.amlocator-directions-container table.adp-placemark {
  color: #fff;
  background: #1978c3;
}

.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}

.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}

.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}

.amlocator-location-info .amlocator-link {
  cursor: pointer;
  color: #000;
}

.amlocator-location-info .amlocator-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 10px;
}

.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}

.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}

.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}

.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  padding-right: 0;
  padding-left: 30px;
  background: none;
  cursor: pointer;
}

.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}

.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}

.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}

.amlocator-location-gallery {
  padding: 0 15px;
}

.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}

.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}

.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}

.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}

.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}

.amlocator-location-reviews .amlocator-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}

.amlocator-reviews-general {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.amlocator-reviews-general .amlocator-value {
  margin-right: 10px;
  font-weight: 400;
  font-size: 50px;
}

.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}

.amlocator-location-review {
  padding: 10px 0 0;
}

.amlocator-location-review .amlocator-name {
  font-weight: bold;
}

.amlocator-location-review .amlocator-message {
  max-height: 1000px;
  margin-top: 10px;
  overflow: auto;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.3s ease;
}

.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}

.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  position: relative;
  margin-right: 14px;
  font-size: 12px;
  color: #6b8fab;
  cursor: pointer;
}

.amlocator-location-review .amlocator-date {
  margin-left: auto;
  font-size: 12px;
  color: #c4c4c4;
  margin-right: 5px;
}

.amlocator-attributes-container {
  padding: 30px 20px;
  display: none;
}

.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}

.amlocator-location-attribute .amlocator-label {
  margin-right: 10px;
}

.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}

.amlocator-location-attribute .amlocator-value {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}

.amlocator-location-attribute .amlocator-value.-multiselect {
  color: #363636;
  background: #fff;
}

.hidden {
  display: none;
}

.loading-mask {
  z-index: 100001 !important;
}

.amlocator-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2784313725);
}

.amlocator-review-popup {
  position: relative;
  box-sizing: border-box;
  width: 80vw;
  min-width: 300px;
  max-width: 500px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.amlocator-review-popup .amlocator-header {
  margin-bottom: 10px;
  font-size: 16px;
}

.amlocator-review-popup .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}

.amlocator-review-popup .amlocator-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNFOUU2RTYiIGZpbGw9IiNFQkVCRUIiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%;
  cursor: pointer;
}

.amlocator-review-popup .amlocator-close:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMxOTc5YzMiIGZpbGw9IiMxOTc5YzMiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%;
}

.field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}

.field.review-field-ratings .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}

.amlocator-review-form .review-field-rating .label {
  font-weight: 400;
  color: #3f3f3f;
}

.amlocator-review-form .review-control-vote:before {
  content: "";
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}

.amlocator-review-form .review-control-vote label:before {
  content: "";
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}

.amlocator-review-form .review-control-vote input[type=radio]:not(:checked) + label:hover:before {
  opacity: 1;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
}

.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}

.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}

.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}

.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}

.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}

.amlocator-review-form.review-form .action.submit.primary {
  width: inherit;
  padding: 0px 20px;
  color: #fff;
  border: 0;
  border-radius: 0;
}

.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

.ampickup-map-popup .amlocator-store-desc.-active .amlocator-button.-pickup {
  background: #1a535c;
}
.ampickup-map-popup .amlocator-store-desc.-active .amlocator-button.-pickup:hover {
  background: #ffffff !important;
}

.ampickup-store-container .ampickup-choosemap {
  background: #1a535c !important;
  border-radius: 0 !important;
}

.amlocator-search-container .amlocator-block.-search label {
  display: none !important;
}

select[name=radius] {
  display: none !important;
}

/*******************************************************************************
******************************* COLOUR VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* FONTS VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ZINDEX VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ANIMATION VARIABLES ****************************
*******************************************************************************/
.padding-top--5px {
  padding-top: 5px;
}

.padding-top--10px {
  padding-top: 10px;
}

.padding-top--15px {
  padding-top: 15px;
}

.padding-top--20px {
  padding-top: 20px;
}

.padding-top--25px {
  padding-top: 25px;
}

.padding-top--30px {
  padding-top: 30px;
}

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

.padding-top--40px {
  padding-top: 40px;
}

.padding-top--45px {
  padding-top: 45px;
}

.padding-top--50px {
  padding-top: 50px;
}

.padding-top--55px {
  padding-top: 55px;
}

.padding-top--60px {
  padding-top: 60px;
}

.padding-top--65px {
  padding-top: 65px;
}

.padding-top--70px {
  padding-top: 70px;
}

.padding-top--75px {
  padding-top: 75px;
}

.padding-top--80px {
  padding-top: 80px;
}

.padding-top--85px {
  padding-top: 85px;
}

.padding-top--90px {
  padding-top: 90px;
}

.padding-top--95px {
  padding-top: 95px;
}

.padding-top--100px {
  padding-top: 100px;
}

.padding-top--105px {
  padding-top: 105px;
}

.padding-top--110px {
  padding-top: 110px;
}

.padding-top--115px {
  padding-top: 115px;
}

.padding-top--120px {
  padding-top: 120px;
}

.padding-top--125px {
  padding-top: 125px;
}

.padding-top--130px {
  padding-top: 130px;
}

.padding-top--135px {
  padding-top: 135px;
}

.padding-top--140px {
  padding-top: 140px;
}

.padding-top--145px {
  padding-top: 145px;
}

.padding-top--150px {
  padding-top: 150px;
}

.padding-top--155px {
  padding-top: 155px;
}

.padding-top--160px {
  padding-top: 160px;
}

.padding-top--165px {
  padding-top: 165px;
}

.padding-top--170px {
  padding-top: 170px;
}

.padding-top--175px {
  padding-top: 175px;
}

.padding-top--180px {
  padding-top: 180px;
}

.padding-top--185px {
  padding-top: 185px;
}

.padding-top--190px {
  padding-top: 190px;
}

.padding-top--195px {
  padding-top: 195px;
}

.padding-top--200px {
  padding-top: 200px;
}

body, html {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}

body {
  color: #1a535c;
  font-family: "Muli", sans-serif;
}

* {
  outline: none !important;
}

a, input, button {
  outline: none !important;
  box-shadow: none !important;
}

a {
  color: #1a535c;
}
a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

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

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

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

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

.height--50 {
  height: 50vh;
}

.height--33 {
  height: 33vh;
}

.height--75 {
  height: 75vh;
}

.bg--black {
  background: #000000;
}

.bg--green__dark {
  background: #164D46;
}

.bg--blue__light {
  background: #D8DFE0;
}

.bg--grey__light {
  background: #e7e7e7;
}

.bg--grey__superLight {
  background: #F8F8F8;
}

.bg--grey__normal {
  background: #becacc;
}

.bg--orange__dark {
  background: #ba4e00;
}

.bg--blue__dark {
  background: #1a535c;
}

.bg--blue__normal {
  background: #31646c;
}

.bg--pink__normal {
  background: #E0407B;
}

.bg--red__bright {
  background: #EA132C;
}

.bg--red {
  background: #BF1E2D;
}

.bg--orange {
  background: #D6A156 !important;
}

.headingL {
  font-size: 48px;
}

.headingM {
  font-size: 36px;
  line-height: 40px;
}

.headingMS {
  font-size: 28px;
}

.headingS {
  font-size: 21px;
}

@media (max-width: 1025px) {
  .headingMobileS {
    font-size: 21px;
  }
}
.headingXS {
  font-size: 18px;
}

.bodyStandard {
  font-size: 13px;
}

.bodyL {
  font-size: 16px;
}

.bodyM {
  font-size: 14px;
}

.bodyS {
  font-size: 12px !important;
}

.bodyXS {
  font-size: 11px;
}

.color--white {
  color: #ffffff;
}

.color--grey__light {
  color: #e7e7e7;
}

.color--grey__dark {
  color: #7f7f7f;
}

.color--grey__darkest {
  color: #3C3C3C;
}

.color--grey__normal {
  color: #becacc;
}

.color--grey__dark {
  color: #7f7f7f;
}

.color--grey__darkest {
  color: #3C3C3C;
}

.color--blue__dark {
  color: #1a535c;
}

.color--blue__darkest {
  color: #253A4A;
}

.color--black {
  color: #000000;
}

.color--red {
  color: #BF1E2D;
}

.color--red__dark {
  color: #BC2738;
}

.superscript {
  vertical-align: super;
  font-size: 10px;
}

.font--body {
  font-family: "Muli", sans-serif;
}

.font--headings {
  font-family: "mixta-didone-alt", serif;
}

.link--underline {
  color: #31646c;
  border-bottom: 1px solid #31646c;
  transition: all 400ms ease-in-out;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
}
.link--underline:hover {
  opacity: 0.5;
}
.link--underline__dark {
  color: #3C3C3C;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: inherit;
}

.cms-page-view h1 {
  font-size: 36px;
  font-family: "mixta-didone-alt", serif;
}
.cms-page-view h2 {
  font-size: 28px;
  font-family: "mixta-didone-alt", serif;
}
.cms-page-view h3 {
  font-size: 21px;
  font-family: "mixta-didone-alt", serif;
}
.cms-page-view h4 {
  font-size: 18px;
  font-family: "mixta-didone-alt", serif;
}
.cms-page-view h1, .cms-page-view h2, .cms-page-view h3, .cms-page-view h4 {
  display: block;
  width: 100%;
}

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

.container-fluid.container--custom, .container--custom.container-sm, .container--custom.container-md, .container--custom.container-lg, .container--custom.container-xl {
  padding: 0 60px;
}

.container-fluid.container--custom__product, .container--custom__product.container-sm, .container--custom__product.container-md, .container--custom__product.container-lg, .container--custom__product.container-xl {
  padding: 0 120px;
}

.container--custom__spacing .col-xs-1, .container--custom__spacing .col-sm-1, .container--custom__spacing .col-md-1, .container--custom__spacing .col-lg-1, .container--custom__spacing .col-xs-2, .container--custom__spacing .col-sm-2, .container--custom__spacing .col-md-2, .container--custom__spacing .col-lg-2, .container--custom__spacing .col-xs-3, .container--custom__spacing .col-sm-3, .container--custom__spacing .col-md-3, .container--custom__spacing .col-lg-3, .container--custom__spacing .col-xs-4, .container--custom__spacing .col-sm-4, .container--custom__spacing .col-md-4, .container--custom__spacing .col-lg-4, .container--custom__spacing .col-xs-5, .container--custom__spacing .col-sm-5, .container--custom__spacing .col-md-5, .container--custom__spacing .col-lg-5, .container--custom__spacing .col-xs-6, .container--custom__spacing .col-sm-6, .container--custom__spacing .col-md-6, .container--custom__spacing .col-lg-6, .container--custom__spacing .col-xs-7, .container--custom__spacing .col-sm-7, .container--custom__spacing .col-md-7, .container--custom__spacing .col-lg-7, .container--custom__spacing .col-xs-8, .container--custom__spacing .col-sm-8, .container--custom__spacing .col-md-8, .container--custom__spacing .col-lg-8, .container--custom__spacing .col-xs-9, .container--custom__spacing .col-sm-9, .container--custom__spacing .col-md-9, .container--custom__spacing .col-lg-9, .container--custom__spacing .col-xs-10, .container--custom__spacing .col-sm-10, .container--custom__spacing .col-md-10, .container--custom__spacing .col-lg-10, .container--custom__spacing .col-xs-11, .container--custom__spacing .col-sm-11, .container--custom__spacing .col-md-11, .container--custom__spacing .col-lg-11,
.container--custom__spacing .col-xs-12, .container--custom__spacing .col-sm-12, .container--custom__spacing .col-md-12, .container--custom__spacing .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.overlay--default {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.overlay--default.light {
  background: rgba(0, 0, 0, 0.2);
}
.overlay--default.active {
  opacity: 1;
  visibility: visible;
}

.clear, .clearfix {
  clear: both;
}

sup {
  top: -0.3em;
  font-size: 60%;
}

.cart--summary #shipping-zip-form {
  display: none !important;
}

.checkout-index-index._has-modal {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.checkout-index-index._has-modal .modal-content {
  height: 80vh;
  overflow-y: scroll !important;
}

.logo-top-left {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 20;
  width: 200px;
}

@media (max-width: 1025px) {
  .logo-top-left {
    width: 60px;
  }
}
.label--default {
  font-size: 11px;
  color: #becacc;
}

.width100 {
  width: 100%;
}

.object-cover {
  object-fit: cover;
}

.list--features {
  margin: 0;
  padding: 0;
}
.list--features li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.list--features li::before {
  content: "●";
  margin-right: 5px;
  line-height: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.error--standard {
  background: #ba4e00;
  color: #ffffff;
  padding: 20px;
  margin-bottom: -40px;
  margin-top: 60px;
}

.text-decoration-underline {
  border-bottom: 1px solid #7f7f7f;
}

.opacity-5 {
  opacity: 0.5;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.button--small {
  background: #1a535c;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff !important;
  font-weight: 300;
  text-align: center;
}

.goes-well-with__products {
  padding: 0;
}
.goes-well-with__products .slick-arrow {
  background: none !important;
  z-index: 5;
}
.goes-well-with__products .slick-arrow.slick-prev {
  transform: rotate(-90deg);
  margin-top: -5px;
  margin-left: -10px;
}
.goes-well-with__products .slick-arrow.slick-next {
  transform: rotate(90deg);
  margin-top: -15px;
}

.goes-well-with__product--wrap {
  padding: 15px;
  border: 1px solid #becacc;
  border-radius: 5px;
  margin-right: 10px;
}
.goes-well-with__product--wrap img {
  mix-blend-mode: multiply;
}
.goes-well-with__product--wrap .goes-well-with__product--image {
  mix-blend-mode: multiply;
  background: #e7e7e7;
  border-radius: 5px;
}

/* Countdown styles */
.countdown-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
}

.countdown-section {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.countdown-digits {
  display: inline-flex;
  gap: 2px;
}

.countdown-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px;
  border-radius: 4px;
  min-width: 23px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  height: 26px;
}

.countdown-wrap {
  font-size: 16px;
  display: inline-block;
  margin-top: 4px;
  vertical-align: top;
}

.countdown-label {
  font-size: 10px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  opacity: 0.9;
  line-height: 1;
}

.countdown-ended {
  font-weight: 700;
}

.amfaq-category-description table, .am-widget-category table, .am-faq-tags-widget table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.amfaq-category-description table th,
.amfaq-category-description table td, .am-widget-category table th,
.am-widget-category table td, .am-faq-tags-widget table th,
.am-faq-tags-widget table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.amfaq-category-description table thead th, .am-widget-category table thead th, .am-faq-tags-widget table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.amfaq-category-description table tbody + tbody, .am-widget-category table tbody + tbody, .am-faq-tags-widget table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.amfaq-category-description table table, .am-widget-category table table, .am-faq-tags-widget table table {
  background-color: #fff;
}
.amfaq-category-description table-sm th,
.amfaq-category-description table-sm td, .am-widget-category table-sm th,
.am-widget-category table-sm td, .am-faq-tags-widget table-sm th,
.am-faq-tags-widget table-sm td {
  padding: 0.3rem;
}
.amfaq-category-description table-bordered, .am-widget-category table-bordered, .am-faq-tags-widget table-bordered {
  border: 1px solid #eceeef;
}
.amfaq-category-description table-bordered th,
.amfaq-category-description table-bordered td, .am-widget-category table-bordered th,
.am-widget-category table-bordered td, .am-faq-tags-widget table-bordered th,
.am-faq-tags-widget table-bordered td {
  border: 1px solid #eceeef;
}
.amfaq-category-description table-bordered thead th,
.amfaq-category-description table-bordered thead td, .am-widget-category table-bordered thead th,
.am-widget-category table-bordered thead td, .am-faq-tags-widget table-bordered thead th,
.am-faq-tags-widget table-bordered thead td {
  border-bottom-width: 2px;
}
.amfaq-category-description table-striped tbody tr:nth-of-type(odd), .am-widget-category table-striped tbody tr:nth-of-type(odd), .am-faq-tags-widget table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.amfaq-category-description table-hover tbody tr:hover, .am-widget-category table-hover tbody tr:hover, .am-faq-tags-widget table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.amfaq-category-description table-active,
.amfaq-category-description table-active > th,
.amfaq-category-description table-active > td, .am-widget-category table-active,
.am-widget-category table-active > th,
.am-widget-category table-active > td, .am-faq-tags-widget table-active,
.am-faq-tags-widget table-active > th,
.am-faq-tags-widget table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.amfaq-category-description table-hover table-active:hover, .am-widget-category table-hover table-active:hover, .am-faq-tags-widget table-hover table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.amfaq-category-description table-hover table-active:hover > td,
.amfaq-category-description table-hover table-active:hover > th, .am-widget-category table-hover table-active:hover > td,
.am-widget-category table-hover table-active:hover > th, .am-faq-tags-widget table-hover table-active:hover > td,
.am-faq-tags-widget table-hover table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.amfaq-category-description table-success,
.amfaq-category-description table-success > th,
.amfaq-category-description table-success > td, .am-widget-category table-success,
.am-widget-category table-success > th,
.am-widget-category table-success > td, .am-faq-tags-widget table-success,
.am-faq-tags-widget table-success > th,
.am-faq-tags-widget table-success > td {
  background-color: #dff0d8;
}
.amfaq-category-description table-hover table-success:hover, .am-widget-category table-hover table-success:hover, .am-faq-tags-widget table-hover table-success:hover {
  background-color: #d0e9c6;
}
.amfaq-category-description table-hover table-success:hover > td,
.amfaq-category-description table-hover table-success:hover > th, .am-widget-category table-hover table-success:hover > td,
.am-widget-category table-hover table-success:hover > th, .am-faq-tags-widget table-hover table-success:hover > td,
.am-faq-tags-widget table-hover table-success:hover > th {
  background-color: #d0e9c6;
}
.amfaq-category-description table-info,
.amfaq-category-description table-info > th,
.amfaq-category-description table-info > td, .am-widget-category table-info,
.am-widget-category table-info > th,
.am-widget-category table-info > td, .am-faq-tags-widget table-info,
.am-faq-tags-widget table-info > th,
.am-faq-tags-widget table-info > td {
  background-color: #d9edf7;
}
.amfaq-category-description table-hover table-info:hover, .am-widget-category table-hover table-info:hover, .am-faq-tags-widget table-hover table-info:hover {
  background-color: #c4e3f3;
}
.amfaq-category-description table-hover table-info:hover > td,
.amfaq-category-description table-hover table-info:hover > th, .am-widget-category table-hover table-info:hover > td,
.am-widget-category table-hover table-info:hover > th, .am-faq-tags-widget table-hover table-info:hover > td,
.am-faq-tags-widget table-hover table-info:hover > th {
  background-color: #c4e3f3;
}
.amfaq-category-description table-warning,
.amfaq-category-description table-warning > th,
.amfaq-category-description table-warning > td, .am-widget-category table-warning,
.am-widget-category table-warning > th,
.am-widget-category table-warning > td, .am-faq-tags-widget table-warning,
.am-faq-tags-widget table-warning > th,
.am-faq-tags-widget table-warning > td {
  background-color: #fcf8e3;
}
.amfaq-category-description table-hover table-warning:hover, .am-widget-category table-hover table-warning:hover, .am-faq-tags-widget table-hover table-warning:hover {
  background-color: #faf2cc;
}
.amfaq-category-description table-hover table-warning:hover > td,
.amfaq-category-description table-hover table-warning:hover > th, .am-widget-category table-hover table-warning:hover > td,
.am-widget-category table-hover table-warning:hover > th, .am-faq-tags-widget table-hover table-warning:hover > td,
.am-faq-tags-widget table-hover table-warning:hover > th {
  background-color: #faf2cc;
}
.amfaq-category-description table-danger,
.amfaq-category-description table-danger > th,
.amfaq-category-description table-danger > td, .am-widget-category table-danger,
.am-widget-category table-danger > th,
.am-widget-category table-danger > td, .am-faq-tags-widget table-danger,
.am-faq-tags-widget table-danger > th,
.am-faq-tags-widget table-danger > td {
  background-color: #f2dede;
}
.amfaq-category-description table-hover table-danger:hover, .am-widget-category table-hover table-danger:hover, .am-faq-tags-widget table-hover table-danger:hover {
  background-color: #ebcccc;
}
.amfaq-category-description table-hover table-danger:hover > td,
.amfaq-category-description table-hover table-danger:hover > th, .am-widget-category table-hover table-danger:hover > td,
.am-widget-category table-hover table-danger:hover > th, .am-faq-tags-widget table-hover table-danger:hover > td,
.am-faq-tags-widget table-hover table-danger:hover > th {
  background-color: #ebcccc;
}
.amfaq-category-description .thead-inverse th, .am-widget-category .thead-inverse th, .am-faq-tags-widget .thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.amfaq-category-description .thead-default th, .am-widget-category .thead-default th, .am-faq-tags-widget .thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.amfaq-category-description table-inverse, .am-widget-category table-inverse, .am-faq-tags-widget table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.amfaq-category-description table-inverse th,
.amfaq-category-description table-inverse td,
.amfaq-category-description table-inverse thead th, .am-widget-category table-inverse th,
.am-widget-category table-inverse td,
.am-widget-category table-inverse thead th, .am-faq-tags-widget table-inverse th,
.am-faq-tags-widget table-inverse td,
.am-faq-tags-widget table-inverse thead th {
  border-color: #fff;
}
.amfaq-category-description table-inversetable-bordered, .am-widget-category table-inversetable-bordered, .am-faq-tags-widget table-inversetable-bordered {
  border: 0;
}
.amfaq-category-description table-responsive, .am-widget-category table-responsive, .am-faq-tags-widget table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.amfaq-category-description table-responsivetable-bordered, .am-widget-category table-responsivetable-bordered, .am-faq-tags-widget table-responsivetable-bordered {
  border: 0;
}

.amfaq_questions .am-item {
  padding-bottom: 10px;
}

.am-search-box-wrapper {
  text-align: center;
}

body .modal-popup._inner-scroll .modal-content {
  overflow-y: visible;
}

.navigation .level0 .submenu .default--button {
  display: inline-block;
  padding: 7px 15px;
  color: #ffffff !important;
}
.navigation .level0 .submenu .default--button:hover {
  color: #1a535c !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #1a535c !important;
}

.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
  background: none !important;
  opacity: 0.5;
}

body .ask-question-form .button-container .button-info {
  float: none;
}
body .ask-form-container textarea {
  height: 150px;
}
body .ask-form-container textarea, body .ask-form-container input[type=text] {
  width: 60%;
  min-width: 400px;
  max-width: 100%;
  margin-bottom: 20px;
}
body .ask-question-form .button-container .form-toggle-button {
  margin-left: 0;
  transition: none;
}
body .ask-question-form .button-container .form-toggle-button.active {
  border: 0;
  margin: 0;
  font-family: "Muli", sans-serif;
  text-align: left;
  font-size: "Muli", sans-serif;
  padding-left: 0px;
  font-size: 14px;
  border-bottom: 1px solid #1a535c;
  display: inline-block;
  min-width: auto;
  padding-right: 0;
  padding-bottom: 0px;
}
body .ask-question-form .button-container .form-toggle-button.active:before {
  content: "\e908";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cousins" !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;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}

.navigation .submenu:not(:first-child) .active > a {
  border-color: initial !important;
  border: 0 !important;
}

.ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
  padding: 30px 30px 23px !important;
}

body .navigation {
  max-width: 1480px;
}

.btn-facebook:hover, .btn-google:hover {
  color: #ffffff !important;
}

.swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before {
  display: none !important;
}

.ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
  margin-top: 0 !important;
}

#cc_c2a {
  z-index: 2000 !important;
}

.field.company {
  display: none !important;
}

@font-face {
  font-family: "cousins";
  src: url("../fonts//cousins.eot?6zerat");
  src: url("../fonts//cousins.eot?6zerat#iefix") format("embedded-opentype"), url("../fonts//cousins.ttf?6zerat") format("truetype"), url("../fonts//cousins.woff?6zerat") format("woff"), url("../fonts//cousins.svg?6zerat#cousins") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cousins" !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-cousins-new-logo-2:before {
  content: "\e930";
  color: #324a5c;
}

.icon-heart:before {
  content: "\e92e";
}

.icon-burger:before {
  content: "\e925";
}

.icon-c-logo:before {
  content: "\e926";
}

.icon-cousins-logo:before {
  content: "\e927";
}

.icon-cousins-logo:before {
  content: "\e928";
}

.icon-account:before {
  content: "\e929";
}

.icon-phone:before {
  content: "\e92a";
}

.icon-map-marker1:before {
  content: "\e92b";
}

.icon-heart:before {
  content: "\e92c";
}

.icon-cc:before {
  content: "\e91c";
}

.icon-users:before {
  content: "\e91d";
}

.icon-headset:before {
  content: "\e91e";
}

.icon-padlock:before {
  content: "\e91f";
}

.icon-price:before {
  content: "\e920";
}

.icon-sofa:before {
  content: "\e921";
}

.icon-user-tick:before {
  content: "\e922";
}

.icon-plus:before {
  content: "\e919";
}

.icon-van:before {
  content: "\e91a";
}

.icon-lock:before {
  content: "\e91b";
}

.icon-360:before {
  content: "\e900";
}

.icon-all-filters:before {
  content: "\e901";
}

.icon-bag:before {
  content: "\e902";
}

.icon-bespoke:before {
  content: "\e903";
}

.icon-cafe:before {
  content: "\e904";
}

.icon-call:before {
  content: "\e905";
}

.icon-car-park:before {
  content: "\e906";
}

.icon-compare:before {
  content: "\e907";
}

.icon-cross:before {
  content: "\e908";
}

.icon-dimensions:before {
  content: "\e909";
}

.icon-fabric-sample:before {
  content: "\e90a";
}

.icon-guarantee:before {
  content: "\e90b";
}

.icon-arrow-right:before {
  content: "\e90c";
}

.icon-madetoroder:before {
  content: "\e90d";
}

.icon-main-logo:before {
  content: "\e90e";
}

.icon-map-marker:before {
  content: "\e90f";
}

.icon-open:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-service:before {
  content: "\e912";
}

.icon-solid-arrow:before {
  content: "\e914";
}

.icon-stroke-arrow:before {
  content: "\e915";
}

.icon-tick:before {
  content: "\e916";
}

.icon-virtual-tour:before {
  content: "\e917";
}

.icon-wifi:before {
  content: "\e918";
}

.icon-wishlist:before {
  content: "\e933";
}

.icon-solid-arrow.left {
  transform: rotate(180deg);
  display: inline-block;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts//icomoon.eot?3dyfih");
  src: url("../fonts//icomoon.eot?3dyfih#iefix") format("embedded-opentype"), url("../fonts//icomoon.ttf?3dyfih") format("truetype"), url("../fonts//icomoon.woff?3dyfih") format("woff"), url("../fonts//icomoon.svg?3dyfih#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon2-], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-website:before {
  content: "\e900";
}

.icon2-phone:before {
  content: "\e901";
}

.icon2-camera:before {
  content: "\e902";
}

.icon2-chat:before {
  content: "\e903";
}

.icon2-play:before {
  content: "\e904";
}

@font-face {
  font-family: "icomoon-2";
  src: url("../fonts/icons/v5//icomoon.eot?kdjclh");
  src: url("../fonts/icons/v5//icomoon.eot?kdjclh#iefix") format("embedded-opentype"), url("../fonts/icons/v5//icomoon.ttf?kdjclh") format("truetype"), url("../fonts/icons/v5//icomoon.woff?kdjclh") format("woff"), url("../fonts/icons/v5//icomoon.svg?kdjclh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon5-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-2" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon5-all-leading:before {
  content: "\e900";
  color: #1a535c;
}

.icon5-unparalleled:before {
  content: "\e901";
  color: #1a535c;
}

.icon5-price-match:before {
  content: "\e902";
  color: #1a535c;
}

.icon5-member-of:before {
  content: "\e903";
  color: #1a535c;
}

.icon5-free-estimate:before {
  content: "\e904";
  color: #1a535c;
}

.icon5-fitting:before {
  content: "\e905";
  color: #1a535c;
}

.icon5-expert-friendly:before {
  content: "\e906";
  color: #1a535c;
}

.icon5-easy-payment:before {
  content: "\e907";
  color: #1a535c;
}

.icon5-delivery:before {
  content: "\e908";
  color: #1a535c;
}

@font-face {
  font-family: "icomoon-8";
  src: url("../fonts/icons/v7/icomoon.eot?9lpigk");
  src: url("../fonts/icons/v7/icomoon.eot?9lpigk#iefix") format("embedded-opentype"), url("../fonts/icons/v7/icomoon.ttf?9lpigk") format("truetype"), url("../fonts/icons/v7/icomoon.woff?9lpigk") format("woff"), url("../fonts/icons/v7/icomoon.svg?9lpigk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon6-], [class*=" icon6-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-8" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon6-chat:before {
  content: "\e903";
}

.icon6-deposit:before {
  content: "\e900";
}

.icon6-wallet:before {
  content: "\e901";
}

.icon6-family:before {
  content: "\e902";
}

.icon6-express:before {
  content: "\e907";
}

.icon6-price-g:before {
  content: "\e908";
}

@font-face {
  font-family: "cousins_icons_v3";
  src: url("../fonts/icons/v3//cousins.eot?lhgtbs");
  src: url("../fonts/icons/v3//cousins.eot?lhgtbs#iefix") format("embedded-opentype"), url("../fonts/icons/v3//cousins.ttf?lhgtbs") format("truetype"), url("../fonts/icons/v3//cousins.woff?lhgtbs") format("woff"), url("../fonts/icons/v3//cousins.svg?lhgtbs#cousins") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=c-ico-v3-], [class*=c-ico-v3-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cousins_icons_v3" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-ico-v3-star:before {
  content: "\e90a";
}

.c-ico-v3-ribbon:before {
  content: "\e90b";
}

.c-ico-v3-disabled:before {
  content: "\e90c";
}

.c-ico-v3-tick:before {
  content: "\e90d";
}

.c-ico-v3-handstar:before {
  content: "\e90e";
}

.c-ico-v3-diamond:before {
  content: "\e90f";
}

.c-ico-v3-home:before {
  content: "\e900";
}

.c-ico-v3-mug:before {
  content: "\e901";
}

.c-ico-v3-wifi:before {
  content: "\e902";
}

.c-ico-v3-user:before {
  content: "\e903";
}

.c-ico-v3-measure:before {
  content: "\e904";
}

.c-ico-v3-car:before {
  content: "\e905";
}

.c-ico-v3-marker:before {
  content: "\e906";
}

.c-ico-v3-clock:before {
  content: "\e907";
}

.c-ico-v3-search:before {
  content: "\e908";
}

.c-ico-v3-target:before {
  content: "\e909";
}

@font-face {
  font-family: "cousins_icons_v4";
  src: url("../fonts/icons/v4//cousins.eot?lhgtbs");
  src: url("../fonts/icons/v4//cousins.eot?lhgtbs#iefix") format("embedded-opentype"), url("../fonts/icons/v4//cousins.ttf?lhgtbs") format("truetype"), url("../fonts/icons/v4//cousins.woff?lhgtbs") format("woff"), url("../fonts/icons/v4//cousins.svg?lhgtbs#cousins") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=c-ico-v4-], [class*=c-ico-v4-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cousins_icons_v4" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-ico-v4--handshake-heart:before {
  content: "\e900";
}

.c-ico-v4--ribon:before {
  content: "\e901";
}

.c-ico-v4--hammer:before {
  content: "\e902";
}

.c-ico-v4--calculator:before {
  content: "\e904";
}

.c-ico-v4--hand-ball:before {
  content: "\e905";
}

.c-ico-v4--phone:before {
  content: "\e906";
}

.c-ico-v4--house:before {
  content: "\e907";
}

.c-ico-v4--car:before {
  content: "\e908";
}

.c-ico-v4--calendar:before {
  content: "\e909";
}

.c-ico-v4--sofa:before {
  content: "\e90a";
}

@font-face {
  font-family: "icomoon_v5";
  src: url("../fonts/icons/v6//icomoon_v5.eot?mulmo8");
  src: url("../fonts/icons/v6//icomoon_v5.eot?mulmo8#iefix") format("embedded-opentype"), url("../fonts/icons/v6//icomoon_v5.ttf?mulmo8") format("truetype"), url("../fonts/icons/v6//icomoon_v5.woff?mulmo8") format("woff"), url("../fonts/icons/v6//icomoon_v5.svg?mulmo8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ic5-], [class*=" ic5-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon_v5" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic5-basket:before {
  content: "\e900";
}

.ic5-phone-full:before {
  content: "\e901";
}

.ic5-account:before {
  content: "\e902";
}

.ic5-search:before {
  content: "\e903";
}

.menu--header__icons li a {
  color: #1a535c;
  transition: all 400ms ease-in-out;
}
.menu--header__icons li a i {
  font-size: 24px;
}
.menu--header__icons li a:hover {
  opacity: 0.5;
}

.logo {
  margin: 30px 0px 30px;
  font-size: 65px;
  display: inline-block;
}

.header--small i {
  margin-right: 5px;
}

.header .menu--main li a {
  font-size: 18px !important;
  transition: all 400ms ease-in-out;
  font-family: "mixta-didone-alt", serif;
}
.header .menu--main li a:hover {
  opacity: 0.5;
}

.minicart-wrapper.active .minicart {
  opacity: 1;
  visibility: visible;
}
.minicart-wrapper.active .overlay--default {
  opacity: 1;
  visibility: visible;
}

.minicart {
  max-width: 40vw;
  width: 450px;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  padding: 40px 40px 40px 40px;
  text-align: left;
  -webkit-transition: all 400ms ease-in-out; /* Safari 4+ */
  -moz-transition: all 400ms ease-in-out; /* Fx 5+ */
  -o-transition: all 400ms ease-in-out; /* Opera 12+ */
  transition: all 400ms ease-in-out; /* IE 10+, Fx 29+ */
}
.minicart #top-cart-btn-checkout {
  width: 100%;
}
.minicart .basket--total {
  margin: 0px -7.5px;
}
.minicart img {
  width: 100px;
  height: auto;
}
.minicart .item .product a {
  color: #000000;
}
.minicart .link--underline {
  border-bottom: 1px solid #000000;
}
.minicart--overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-in-out; /* Safari 4+ */
  -moz-transition: all 400ms ease-in-out; /* Fx 5+ */
  -o-transition: all 400ms ease-in-out; /* Opera 12+ */
  transition: all 400ms ease-in-out; /* IE 10+, Fx 29+ */
}
.minicart--overlay.active {
  opacity: 1;
  visibility: visible;
}
.minicart--close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 50px 30px 0 0;
  font-size: 16px;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.minicart--close:hover {
  opacity: 0.5;
}
.minicart--products {
  height: calc(100vh - 350px) !important;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.minicart .table {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.minicart div[class*=col-] {
  padding: 0 7px;
}

.trigger--minicart {
  position: relative;
}

.round--number {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #becacc;
  color: #000000;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  top: 0;
  right: 0;
  margin-right: -12px;
}

.scroll-to-fixed-fixed.nav-sections-items {
  margin-top: 47px;
  z-index: 90 !important;
}

.header {
  z-index: 100;
  position: relative;
  padding-bottom: 20px;
}
.header.is_stuck {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0 !important;
  bottom: auto !important;
  background: #ffffff;
  padding-bottom: 0;
}
.header.is_stuck .logo {
  margin: 14px 0px 10px;
  font-size: 45px;
}
.header.is_stuck .banner--top {
  margin-bottom: -50px;
}

body .clearfix:before, body .clearfix:after, body .container:before, body .container:after, body .container-fluid:before, body .container-sm:before, body .container-md:before, body .container-lg:before, body .container-xl:before, body .container-fluid:after, body .container-sm:after, body .container-md:after, body .container-lg:after, body .container-xl:after, body .row:before, body .row:after {
  display: none;
}

.banner--top {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: -50px;
}
.banner--top i {
  vertical-align: middle;
  font-size: 19px;
}
.banner--top .icon-cross {
  position: absolute;
  top: 0;
  right: 0;
  margin: 17px 45px 0 0;
  font-size: 12px;
}
.banner--top .link--underline {
  border-bottom: 1px solid #ffffff;
  line-height: initial;
  color: #ffffff;
}
.banner--top .link--underline:hover {
  opacity: 0.5;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 30px 30px 0;
  border: 1px solid #1a535c;
  background: #1a535c;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  z-index: 1500;
  text-align: center;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 400ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.back-to-top.active {
  opacity: 0.6;
  visibility: visible;
}
.back-to-top:hover {
  background: #ffffff;
  color: #1a535c;
  border: 1px solid #1a535c;
}

.header hr {
  margin-bottom: 20px;
}
.header .slider--widget {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
.header .slider--widget .slide {
  flex: 0 0 14.255555555%;
  max-width: 15%;
  padding: 0 15px;
}
.header .slider--widget .slide a {
  padding: 0 !important;
}
.header .slider--widget .block--product__statusBar, .header .slider--widget .block--product__swatches, .header .slider--widget .block--product__fav {
  display: none;
}
.header .slider--widget .block--product__image--wrap {
  height: 10vw;
}
.header .slider--widget .block--product__title, .header .slider--widget .block--product__price, .header .slider--widget .block--product .product--single__price {
  font-size: 13px;
  text-align: center;
  padding-right: 0;
}
.header .slider--widget .block--product__title sup, .header .slider--widget .block--product__price sup, .header .slider--widget .block--product .product--single__price sup {
  font-size: 8px;
}

.nav-sections {
  position: relative;
  z-index: 1;
}

.header .list--menu li {
  vertical-align: top;
}
.header .list--menu li .block-search {
  margin-top: -5px;
}

body:not(.checkout-index-index) #header-main {
  position: sticky;
  top: 0;
  z-index: 10;
}
body:not(.checkout-index-index) #header-main.nav-up .header--main .logo {
  font-size: 30px;
  height: 30px;
}
body:not(.checkout-index-index) #header-main.nav-up .header--main .list--menu__header {
  margin-top: 10px;
  font-size: 20px;
}
body:not(.checkout-index-index) #header-main.nav-up .block-search input[type=text] {
  margin-top: 2px;
}
body:not(.checkout-index-index) #header-main.nav-up .block-search button.search {
  top: 9px;
}

.mattress-popup-trigger {
  position: fixed;
  top: 70%;
  left: 0px;
  z-index: 9;
  transition: all ease 500ms;
  cursor: pointer;
}
.mattress-popup-trigger.slideLeft {
  margin-left: -385px;
}
@media (max-width: 991.98px) {
  .mattress-popup-trigger {
    top: unset;
    bottom: 130px;
  }
}
.mattress-popup-trigger .mattress-trigger-container {
  position: relative;
}
.mattress-popup-trigger .mattress-trigger-container .mattress-trigger-content {
  border-radius: 0px 30px 30px 0px;
  background-color: #1d535c;
  color: #ffffff;
  padding: 10px 25px 10px 25px;
  font-family: "mixta-didone-alt", serif;
  font-size: 20px;
  transition: all ease 300ms;
  transform-origin: center left;
}
.mattress-popup-trigger .mattress-trigger-container .mattress-trigger-content:hover {
  scale: 1.025;
}
.mattress-popup-trigger .mattress-trigger-container .mattress-trigger-image img {
  width: 150px;
}
.mattress-popup-trigger .mattress-trigger-container .mattress-trigger-hide {
  position: absolute;
  top: -35px;
  right: 0px;
  font-size: 14px;
  line-height: 10px;
  padding: 10px 11px;
  border-radius: 50%;
  background-color: #1d535c;
  font-family: "Muli", sans-serif;
  color: #ffffff;
  transition: all ease 300ms;
}
.mattress-popup-trigger .mattress-trigger-container .mattress-trigger-hide:hover {
  scale: 1.1;
}

.newsletter--title {
  font-size: 28px;
}

.newsletter--wrap {
  padding: 2px;
  color: #ffffff;
}
.newsletter--wrap input[type=text], .newsletter--wrap input[type=email] {
  display: inline-block !important;
  border: 0 !important;
  color: #1a535c !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 5px 15px !important;
  font-family: "Muli", sans-serif !important;
  border-radius: 0 !important;
}
.newsletter--wrap input[type=text]::placeholder, .newsletter--wrap input[type=email]::placeholder {
  font-size: 14px !important;
}
.newsletter--wrap .needsclick {
  align-self: initial !important;
}
.newsletter--wrap .kl-private-reset-css-Xuajs1 {
  padding: 0px 10px !important;
}
.newsletter--wrap button {
  display: inline-block;
  font-family: "Muli", sans-serif !important;
  height: 35px !important;
  border-radius: 0 !important;
  color: #1a535c !important;
  border: 1px solid #1a535c !important;
}
.newsletter--wrap button:hover {
  background: #1a535c !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.newsletter--wrap i {
  font-size: 7px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}

.footer {
  color: #ffffff;
}
.footer a, .footer .list--menu a {
  color: #ffffff;
  transition: all 400ms ease-in-out;
}
.footer a:hover, .footer .list--menu a:hover {
  opacity: 0.5;
}
.footer .list--menu li a {
  font-size: 13px;
}
.footer .footer--menu__label {
  color: #ffffff;
  margin-bottom: 10px;
  opacity: 0.5;
}
.footer .footer--menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer--menu li {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.list--menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--menu li {
  display: inline-block;
  margin: 0 12px;
}
.list--menu li a {
  display: inline-block;
  color: #1a535c;
  font-weight: 300;
  transition: all 400ms ease-in-out;
}
.list--menu li a:hover {
  opacity: 0.5;
}
.list--menu li:last-child() {
  margin-right: 0;
}
.list--menu__block li {
  display: block;
  margin: 10px 0px;
}

.list--breadcrumbs, .breadcrumbs .items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--breadcrumbs li, .breadcrumbs .items li {
  margin: 0 2px;
  color: #3C3C3C;
  display: inline-block;
  font-size: 12px;
}
.list--breadcrumbs li:after, .breadcrumbs .items li:after {
  content: "/";
  margin: 0 2px;
}
.list--breadcrumbs li.is-link:after, .breadcrumbs .items li.is-link:after {
  color: #7f7f7f;
}
.list--breadcrumbs li:last-child:after, .breadcrumbs .items li:last-child:after {
  display: none;
}
.list--breadcrumbs li a, .breadcrumbs .items li a {
  color: #7f7f7f;
}

.breadcrumbs .items {
  margin-bottom: 20px;
}

#shipping_cp_button_id, .field.search-container.type_3 {
  float: none;
  margin-top: 20px;
}

#shipping_cp_button_id {
  background: #1a535c !important;
  color: #ffffff !important;
}
#shipping_cp_button_id:hover {
  color: #ffffff !important;
}
#shipping_cp_button_id span {
  float: none !important;
  display: inline-block !important;
  margin-left: 0px !important;
  vertical-align: top !important;
  text-align: center !important;
}

.default--button, #shipping_cp_button_id {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
}
.default--button.no-min-width, #shipping_cp_button_id.no-min-width {
  min-width: auto;
}
.default--button.font--body, #shipping_cp_button_id.font--body {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 11px 10px;
}
.default--button.button--spec, #shipping_cp_button_id.button--spec {
  min-width: 200px;
  padding: 10px 15px;
  background: none !important;
  border: 1px solid #BABABA !important;
  color: #BABABA !important;
  border-radius: 8px;
  font-family: "Muli", sans-serif;
  font-size: 14px;
}
.default--button.button--spec img, #shipping_cp_button_id.button--spec img {
  vertical-align: top;
  margin-right: 7px;
  margin-top: -3px;
}
.default--button span, #shipping_cp_button_id span {
  float: left;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.default--button i.icon-arrow-right, #shipping_cp_button_id i.icon-arrow-right {
  float: right;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 7px;
  font-size: 7px;
  margin-left: 50px;
}
.default--button.grey--normal, #shipping_cp_button_id.grey--normal {
  background: #e7e7e7;
  color: #1a535c;
}
.default--button.grey--normal:hover, #shipping_cp_button_id.grey--normal:hover {
  background: #e7e7e7;
}
.default--button.blue--dark, #shipping_cp_button_id.blue--dark {
  background: #1a535c;
  color: #ffffff;
  border-color: #1a535c;
}
.default--button.blue--dark:hover, #shipping_cp_button_id.blue--dark:hover {
  border: 1px solid #1a535c;
}
.default--button.blue--darkest, #shipping_cp_button_id.blue--darkest {
  background: #253A4A;
  color: #ffffff;
  border-color: #253A4A;
  border-radius: 3px;
}
.default--button.blue--darkest:hover, #shipping_cp_button_id.blue--darkest:hover {
  border: 1px solid #253A4A;
  background: none;
  color: #253A4A;
}
.default--button.button--white, #shipping_cp_button_id.button--white {
  background: #ffffff;
  color: #1a535c;
}
.default--button.button--white:hover, #shipping_cp_button_id.button--white:hover {
  border: 1px solid #1a535c;
  color: #ffffff !important;
  background: #1a535c;
}
.default--button.border--blue__dark, #shipping_cp_button_id.border--blue__dark {
  border: 1px solid #1a535c;
  color: #1a535c;
}
.default--button.button--input, #shipping_cp_button_id.button--input {
  border: 1px solid transparent;
  background: #e7e7e7;
}
.default--button.button--input div, #shipping_cp_button_id.button--input div {
  color: #1a535c;
}
.default--button.button--input:hover, #shipping_cp_button_id.button--input:hover {
  color: #1a535c;
  border-color: #1a535c;
}
.default--button:hover, #shipping_cp_button_id:hover {
  background: #ffffff;
  color: #1a535c !important;
}

.slider--normal .slide {
  position: relative;
}
.slider--normal .slide--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  width: 100%;
}
.slider--normal .slide--content {
  position: absolute;
  top: 0;
  left: 0;
  height: 75vh;
  z-index: 1;
  width: 100%;
}
.slider--normal .slide--title {
  font-size: 48px;
  color: #ffffff;
  font-family: "mixta-didone-alt", serif;
}

.block--screen {
  width: 100%;
  position: relative;
  display: block;
}
.block--screen__half, .block--screen__full, .block--screen__third, .block--screen__quarter, .block--screen__75 {
  width: 100%;
  position: relative;
  color: #ffffff;
  text-align: center;
  display: block;
}
.block--screen__half .default--button, .block--screen__full .default--button, .block--screen__third .default--button, .block--screen__quarter .default--button, .block--screen__75 .default--button {
  opacity: 0;
  visibility: hidden;
  margin-bottom: -80px;
}
.block--screen__half:hover .default--button, .block--screen__half.active .default--button, .block--screen__full:hover .default--button, .block--screen__full.active .default--button, .block--screen__third:hover .default--button, .block--screen__third.active .default--button, .block--screen__quarter:hover .default--button, .block--screen__quarter.active .default--button, .block--screen__75:hover .default--button, .block--screen__75.active .default--button {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0px;
}
.block--screen__half:hover .block--screen__text--hidden, .block--screen__half.active .block--screen__text--hidden, .block--screen__full:hover .block--screen__text--hidden, .block--screen__full.active .block--screen__text--hidden, .block--screen__third:hover .block--screen__text--hidden, .block--screen__third.active .block--screen__text--hidden, .block--screen__quarter:hover .block--screen__text--hidden, .block--screen__quarter.active .block--screen__text--hidden, .block--screen__75:hover .block--screen__text--hidden, .block--screen__75.active .block--screen__text--hidden {
  max-height: 200px;
}
.block--screen__half:hover::before, .block--screen__half.active::before, .block--screen__full:hover::before, .block--screen__full.active::before, .block--screen__third:hover::before, .block--screen__third.active::before, .block--screen__quarter:hover::before, .block--screen__quarter.active::before, .block--screen__75:hover::before, .block--screen__75.active::before {
  opacity: 1;
  visibility: visible;
}
.block--screen:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
  background: rgba(0, 0, 0, 0.3);
}
.block--screen__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block--screen__image img, .block--screen__image picture {
  object-fit: cover;
  width: 100%;
}
.block--screen__text--hidden {
  max-height: 0;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  margin-bottom: 10px;
  text-shadow: 0px 0px 20px #000000;
  color: #ffffff;
}
.block--screen__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.225);
}
.block--screen__overlay.light {
  background: rgba(0, 0, 0, 0.2);
}
.block--screen__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.block--screen__content .icon-virtual-tour {
  font-size: 120px;
}
.block--screen__text p {
  font-size: 18px;
  font-weight: 300;
}
.block--screen__title {
  font-size: 36px;
  line-height: 60px;
  font-family: "mixta-didone-alt", serif;
  margin-top: 30px;
  text-shadow: 0px 0px 20px #000000;
  color: #ffffff;
}
.block--screen__title.no-shadow {
  text-shadow: none;
}
.block--screen__subtitle {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 50px;
  font-weight: 300;
}
.block--screen__half {
  height: 50vh;
}
.block--screen__full {
  height: 100vh;
}
.block--screen__third {
  height: 33vh;
}
.block--screen__quarter {
  height: 25vh;
}
.block--screen__75 {
  height: 75vh;
}

.block--product__image--wrap:hover .block--product__image {
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -moz-transform: scale(1.1); /* Firefox */
  -ms-transform: scale(1.1); /* IE 9 */
  -o-transform: scale(1.1); /* Opera */
  transform: scale(1.1);
}

.block--product {
  display: block;
}
.block--product__remove {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 22px;
  color: #ffffff;
  background: #1a535c;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  margin: -5px 5px 0 0;
  z-index: 2;
  transition: all 400ms ease-in-out;
}
.block--product__remove i {
  font-size: 10px;
}
.block--product__remove:hover {
  opacity: 0.5;
}
.block--product__anniversary {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.block--product__anniversary--roundel {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 16px;
  padding: 5px 15px;
  font-size: 11px;
  z-index: 5;
  background: #D6A156;
  vertical-align: top;
}
.block--product__anniversary--image {
  width: 120px;
  height: auto;
  margin: -10px 5px 0 -10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .block--product__anniversary--image {
    width: 70px;
  }
}
.block--product__offer {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  left: 20px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 16px;
  padding: 5px 0px;
  font-size: 11px;
  z-index: 5;
  background: #EA132C;
}
.block--product__offer .slick-slider .slick-arrow {
  background: none !important;
}
.block--product__offer.bg--orange {
  background: #D6A156;
}
.block--product__offer .slick-prev {
  transform: rotate(0deg) !important;
  margin-top: -10px;
}
.block--product__image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 400ms ease-in-out;
  display: block;
}
.block--product__image--wrap {
  height: 20vw;
  width: 100%;
  position: relative;
}
.block--product__image--overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.05);
}
.block--product__statusBar {
  padding: 15px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  font-size: 10px;
}
.block--product__statusBar.temp {
  padding: 10px 5px 0px 0px;
}
.block--product__statusBar span {
  display: inline-block;
  margin: 0 1%;
  border-radius: 15px;
  padding: 5px 15px;
  text-align: center;
  color: #ffffff;
  vertical-align: top;
}
.block--product__statusBar span.New {
  background: #D3743C;
}
.block--product__statusBar span.in-stock {
  background: #266675;
}
.block--product__statusBar span.express-delivery {
  background: #D99697;
}
.block--product__statusBar span.sold {
  background: #E0407B;
}
.block--product__statusBar span.price-reduction {
  background: #C05C80;
}
.block--product__fav {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 28px;
  color: #becacc;
  transition: all 400ms ease-in-out;
  margin: 0 24px 15px 0px;
  z-index: 2;
  cursor: pointer;
}
.block--product__fav:hover {
  color: #1a535c;
}
.block--product__fav:hover .block--product__fav--tooltip {
  opacity: 1;
  visibility: visible;
}
.block--product__fav--tooltip {
  margin-bottom: 47px;
  padding-bottom: 12px;
}
.block--product__fav--tooltip .font--headings {
  margin-bottom: 4px;
}
.block--product__fav .towishlist {
  color: #becacc;
  transition: all 400ms ease-in-out;
}
.block--product__fav .towishlist:hover {
  color: #1a535c;
}
.block--product .block--product__compare--tooltip, .block--product .block--product__fav--tooltip {
  width: 250px;
  font-size: 14px;
  background: #1a535c;
  border-radius: 8px;
  padding: 7px 15px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  margin-bottom: 41px;
  left: -105px;
  opacity: 0;
  visibility: hidden;
  color: #ffffff !important;
  transition: all 400ms ease-in-out;
  text-align: center;
}
.block--product .block--product__compare--tooltip .font--headings, .block--product .block--product__fav--tooltip .font--headings {
  font-size: 16px;
}
.block--product .block--product__compare--tooltip:hover, .block--product .block--product__fav--tooltip:hover {
  color: #ffffff;
}
.block--product .block--product__compare--tooltip:after, .block--product .block--product__fav--tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1a535c;
  margin-bottom: -5px;
  margin-left: -8px;
}
.block--product .block--product__compare--tooltip small, .block--product .block--product__fav--tooltip small {
  margin-top: -6px;
  display: block;
}
.block--product__compare {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 28px;
  color: #becacc;
  transition: all 400ms ease-in-out;
  margin: 0 0px 24px 24px;
  z-index: 2;
  color: #becacc;
  width: 32px;
  height: 32px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.block--product__compare a {
  display: block;
  color: #becacc;
  transition: all 400ms ease-in-out;
}
.block--product__compare i {
  font-size: 34px;
}
.block--product__compare:hover {
  color: #1a535c;
  border-color: #1a535c;
}
.block--product__compare:hover .block--product__compare--tooltip {
  opacity: 1;
  visibility: visible;
}
.block--product__compare:hover a {
  color: #1a535c;
}
.block--product__title {
  margin-top: 10px;
  font-weight: 300;
  color: #3C3C3C !important;
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding-right: 10px;
}
.block--product__title a {
  color: #3C3C3C;
}
.block--product__rangeName {
  margin-bottom: -5px;
  margin-top: 10px;
}
.block--product__price {
  font-weight: 700;
  font-size: 24px;
  color: #1a535c;
}
.block--product__price sup {
  display: inline-block;
  font-size: 12px;
}
.block--product .product--single__price {
  font-size: 20px;
}
.block--product__swatches {
  margin-top: 10px;
}
.block--product__swatch {
  width: 21px;
  height: 21px;
  background: #1a535c;
  margin-right: 5px;
  display: inline-block;
}

.catalog-product-view .block--product__anniversary--image {
  margin: -10px 5px 0 10px;
}

.product-info-main .block--product__anniversary {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  margin-bottom: 5px;
  margin: 20px;
}

.tabs--standard {
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  border-bottom: 0;
}
.tabs--standard li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding-right: 20px;
  font-family: "mixta-didone-alt", serif;
}
.tabs--standard li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e7e7e7;
}
.tabs--standard li:last-child() {
  margin-right: 0;
  padding-right: 0;
}
.tabs--standard li:last-child():after {
  display: none;
}
.tabs--standard li:hover .nav-link, .tabs--standard li.active .nav-link {
  color: #1a535c;
}
.tabs--standard .nav-link {
  border: 0;
  display: inline-block;
  border-radius: 0;
  background: none;
  font-size: 36px;
  line-height: 40px;
  color: #e7e7e7;
  border-color: none;
  background-color: none;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}

.tab-pane.active {
  display: block !important;
  opacity: 1 !important;
}
.tab-pane.fade.active {
  opacity: 1 !important;
}

.social--media {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social--media li {
  display: inline-block;
  margin-right: 20px;
}
.social--media li a {
  color: #ffffff;
  font-size: 24px;
  transition: all 400ms ease-in-out;
}
.social--media li a:hover {
  opacity: 0.5;
}

.block--benefit__icon {
  color: #becacc;
  font-size: 36px;
  margin-bottom: 0px;
}
.block--benefit__title {
  font-size: 21px;
  margin-bottom: 10px;
  font-family: "mixta-didone-alt", serif;
}

.table--standard__headings {
  font-size: 11px;
  color: #7f7f7f;
}
.table--standard span {
  font-size: 14px;
}
.table--standard__image {
  width: 30%;
  float: left;
  position: relative;
}
.table--standard__image--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.table--standard__image img {
  border: 1px solid #becacc;
}
.table--standard__info {
  width: 60%;
  float: left;
  padding-left: 15px;
}
.table--standard__info--title {
  font-size: 13px;
}
.table--standard__info--subtitle {
  font-size: 13px;
  padding-top: 5px;
}
.table--standard__qty {
  font-size: 13px;
  padding: 2px 5px;
  width: 48px;
  text-align: center;
}
.table--standard .actions-toolbar {
  margin-top: 0;
}
.table--standard__remove i {
  font-size: 10px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  background: #1a535c;
  z-index: 1;
  text-align: center;
  font-size: 8px;
  margin: 0px 0px 0 0;
  z-index: 2;
  transition: all 400ms ease-in-out;
}
.table--standard__remove:hover {
  opacity: 0.5;
}
.table--standard hr.divider {
  margin-bottom: 20px;
  margin-top: 15px;
}

.input--default {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
}

body .mini-modal .modal-inner-wrap {
  width: 100%;
}

.modal--standard .modal-dialog {
  max-width: 700px;
  min-width: 700px;
}
.modal--standard .modal--continue {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  color: #ffffff !important;
  margin-bottom: -45px;
  width: 100%;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.modal--standard .modal--continue:hover {
  opacity: 0.5;
}
.modal--standard.block-authentication .modal--continue {
  position: relative;
  bottom: 0;
  text-align: center;
  left: 0;
  color: #000000 !important;
  margin-bottom: 0px;
  width: 100%;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  font-size: 14px;
}
.modal--standard.block-authentication .modal--continue:hover {
  opacity: 0.5;
}
.modal--standard .modal-content {
  border: 0;
  border-radius: 0;
  padding: 40px;
}
.modal--standard .icon-cross {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  background: #1a535c;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  margin: -10px -10px 0 0;
  z-index: 2;
  transition: all 400ms ease-in-out;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #1a535c;
}
.modal--standard .icon-cross:hover {
  border: 1px solid #1a535c;
  color: #1a535c;
  background: #ffffff;
}
.modal--standard.modal--mini .modal-dialog {
  max-width: 300px;
  min-width: 300px;
  position: absolute;
  top: 0;
  right: 0px;
  height: 140px;
  align-items: start;
  font-size: 16px;
}
.modal--standard.modal--mini .icon-cross {
  margin: -10px 0px 0 -10px;
  right: initial;
  left: 0;
}
.modal--standard.modal--mini .modal-content {
  padding: 10px;
}

.slider--brands {
  text-align: center;
}

.container--404 {
  overflow: hidden;
}

.text--404 {
  position: absolute;
  top: 10%;
  right: 0;
  font-size: 500px;
  line-height: 400px;
  color: #ffffff;
  text-shadow: 5px 5px 11px rgba(79, 79, 79, 0.66);
  opacity: 1;
  font-weight: 700;
  margin-right: -5%;
  margin-top: -220px;
  z-index: -1;
}

.container--dependant {
  position: absolute;
  top: 0;
  left: 0;
}

.container--absolute__image {
  height: 50vh;
  width: 100%;
}
.container--absolute__block {
  background: #ffffff;
  padding: 40px 60px;
  -webkit-box-shadow: 10px 10px 74px -8px rgb(179, 179, 179);
  -moz-box-shadow: 10px 10px 74px -8px rgb(179, 179, 179);
  box-shadow: 10px 10px 74px -8px rgb(179, 179, 179);
}

.blog--more__link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -60px;
  margin-right: 15px;
}

.blog--slider__wrap {
  position: relative;
  padding-bottom: 60px;
}
.blog--slider__wrap .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  margin: 0 0 15px 0;
}
.blog--slider__wrap .tns-nav button {
  border-radius: 50%;
  background: #becacc;
  border: 1px solid transparent;
  margin: 0 5px;
  width: 24px;
  height: 24px;
  max-width: 8px;
  max-height: 8px;
  transition: all 400ms ease-in-out;
  padding: 0;
  vertical-align: middle;
}
.blog--slider__wrap .tns-nav button:hover, .blog--slider__wrap .tns-nav button.tns-nav-active {
  background: none;
  max-width: 12px;
  max-height: 12px;
  border: 1px solid #1a535c;
}

.checkout--payment__active #opc-sidebar {
  order: 1 !important;
}
.checkout--payment__active .checkout--address {
  order: 2 !important;
}

.text--trade {
  font-size: 11px;
  color: #becacc;
}

.block--screen__text--reveal {
  color: #ffffff;
  font-size: 16px;
  border-color: #ffffff;
}

.page-wrapper {
  height: initial !important;
}

.swatch-attribute-label {
  font-weight: 400;
}

.mage-error {
  color: red;
}

.payment-method button:disabled {
  opacity: 0.5;
}

.modal-popup {
  transition: all 400ms ease-in-out;
  opacity: 0;
}
.modal-popup._show {
  opacity: 1;
}

.field-error {
  font-size: 11px;
  color: #dc3545;
}

.icon--pound__deposit {
  width: 48px;
  height: auto;
  opacity: 0.6;
}

#chat-widget-container {
  z-index: 99 !important;
}

picture {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.rounder {
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  height: 84px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #EDC005;
  border-radius: 50%;
  z-index: 5;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 25px;
  margin: 20px 30px 0 0;
}
.rounder--listing {
  width: 64px;
  height: 64px;
  padding-top: 20px;
  font-size: 11px;
  line-height: 14px;
  margin: 10px 10px 0 0;
}

#spin_wheel_logo {
  height: auto;
}

.spinwheel_close_icon {
  right: -8px;
  top: -6px;
}

.velsof_main_title {
  font-size: 25px;
  font-weight: bold;
}

#spin_sent_on_email {
  font-weight: 400;
  padding-top: 20px;
  font-size: 18px;
}

.cancel_button {
  margin-top: 40px;
}

#velsof_wheel_container {
  font-family: inherit;
}

#vss_try_your_luck_button {
  width: 100%;
}

#sucmsgdes {
  display: none;
}

.velsof_input_field {
  width: 100%;
}

.list--standard {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--standard li {
  margin: 0;
  padding: 0;
}

.bg--sleepStory {
  width: 100%;
  height: 150px;
}

.page-product .mini-brand {
  width: 60px;
  height: auto;
}

body#tinymce {
  margin: 13px !important;
}

.header--small__2 a {
  color: #ffffff;
}

.header--main {
  background: #ffffff;
}
@media (max-width: 1100px) {
  .header--main .order-3 {
    order: 3;
  }
  .header--main .order-2 {
    order: 2;
  }
  .header--main .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header--main .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header--main .text-center {
    text-align: center !important;
  }
}
.header--main .logo {
  font-size: 60px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  height: 60px;
}
@media (max-width: 1100px) {
  .header--main .logo {
    font-size: 40px;
    margin: 0 auto;
  }
}
.header--main .mobile--menu__trigger {
  margin-top: 6px;
  display: inline-block;
}
.header--main .list--menu__header {
  margin-top: 25px;
  font-size: 20px;
}
@media (max-width: 1100px) {
  .header--main .list--menu__header {
    margin-top: 3px !important;
  }
  .header--main .list--menu__header li {
    margin: 0 4px;
  }
}
.header--main .list--menu__header a {
  color: #000000;
}
.header--main .round--number {
  background: #DA9696;
  color: #ffffff;
  width: 14px;
  height: 14px;
  font-size: 9px;
}

.block-search {
  position: relative;
}
.block-search input[type=text] {
  display: inline-block;
  width: calc(100% - 60px);
  position: relative;
  min-width: 300px;
  top: 0;
  right: 0;
  z-index: 1;
  margin-top: 23px;
  color: #000000;
  transition: none;
  background: #e7e7e7;
  border-radius: 4px;
  border: 0;
}
@media (max-width: 1100px) {
  .block-search input[type=text] {
    padding: 15px !important;
    font-size: 15px !important;
    position: relative !important;
  }
}
.block-search button.search {
  display: inline-block;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 19px;
  color: #000000;
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 10px;
  background: none !important;
}

.ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
  margin-bottom: 10px;
}

body .ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 10px;
}

.ves-megamenu .navigation .nav-item.level1 span {
  color: #818181 !important;
  line-height: normal;
  display: block;
  font-size: 21px;
  font-weight: 200;
  padding-bottom: 6px;
}
.ves-megamenu .navigation .nav-item.level2 span {
  font-family: "Muli", sans-serif;
  color: #3C3C3C !important;
  font-size: 13px;
  font-weight: 300;
}

.navigation > ul {
  text-align: center !important;
}

body .ves-megamenu .navigation .nav-item.subhover.submenu-alignright .submenu-inner {
  padding: 5px 5px 5px 5px !important;
}
body .ves-megamenu .navigation .nav-item.subhover.submenu-alignright .submenu-inner img {
  padding: 5px;
}
body .ves-megamenu .navigation .nav-item.subhover.submenu-alignright .submenu-inner a {
  padding: 0;
}

@media (max-width: 1100px) {
  body .ves-megamenu .navigation .nav-item.subhover.submenu-alignright .item-sidebar {
    display: block !important;
  }
  body .ves-megamenu .navigation .nav-item.subhover.submenu-alignright .submenu-inner {
    padding: 0px !important;
  }
  body .ves-megamenu .navigation .nav-item.subhover.submenu-alignright .submenu-inner img {
    padding: 5px 0px;
  }
  .ves-megamenu .mgz-col-md-15 {
    width: 100%;
  }
  .ves-megamenu .parent.active-menu {
    z-index: 100;
  }
}
.ves-megamenu .navigation .level0 > a, .ves-megamenu .navigation .content-type-parentcart .level1 > a {
  text-transform: none !important;
  text-align: left;
  font-family: "Muli", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #3C3C3C !important;
  background: none !important;
}
.ves-megamenu .navigation .level0 > a:hover, .ves-megamenu .navigation .content-type-parentcart .level1 > a:hover {
  color: #DA9696 !important;
}
.ves-megamenu .navigation .level0 > a .opener, .ves-megamenu .navigation .level0 > a .drill-opener, .ves-megamenu .navigation .content-type-parentcart .level1 > a .opener, .ves-megamenu .navigation .content-type-parentcart .level1 > a .drill-opener {
  display: none !important;
}

.nav-sections-item-switch {
  display: none !important;
}

.nav-sections {
  text-align: left;
}

.ves-megamenu ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  text-align: center !important;
  position: static;
}

.ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
  border-left: 0 !important;
}

.navigation .level0 .submenu .active > a {
  border-color: none;
  background: #ffffff;
}

body .ves-megamenu .navigation .level0 > a, body .ves-megamenu .navigation .content-type-parentcart .level1 > a {
  font-size: 16px !important;
}

.tooltip {
  display: none;
}

body .collapse.in {
  display: block;
}

.block-compare #compare-items {
  display: none !important;
}

body .dropdown-menu {
  -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1) !important;
}
body .ves-megamenu .image-title {
  font-family: "mixta-didone-alt", serif;
  color: #ffffff;
  font-size: 36px !important;
}
body .ves-megamenu .image-description {
  color: #ffffff;
  font-size: 13px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
  display: inline-block;
}
body .ves-megamenu .mgz-single-image-wrapper .image-content {
  padding: 20px;
}
body .mgz-image-link a {
  padding: 0 !important;
}

.header--backButton__mobile {
  padding: 20px 0 0 15px;
  letter-spacing: 1px;
}
.header--backButton__mobile i {
  margin-right: 15px;
}

body .section-items {
  left: 0 !important;
  top: 0 !important;
}
@media (max-width: 1100px) {
  body .section-items .navigation ul {
    margin-top: 120px;
  }
}

.nav-sections {
  z-index: initial;
}

body .ves-megamenu .navigation .item-icon {
  display: none;
}

@media (max-width: 1100px) {
  nav.navigation {
    background: #ffffff;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 0 !important;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -9px !important;
  }
  body .dropdown-menu {
    box-shadow: none !important;
  }
  body .ves-megamenu .navigation .item-icon {
    width: 48px;
    height: auto;
    margin-left: -10px;
    display: inline-block;
    margin-right: 20px;
    margin-top: -7px;
  }
  body .ves-megamenu .navigation .item-special {
    margin: 0 -20px !important;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 0 !important;
    width: 100vw;
  }
  body .ves-megamenu .navigation .item-special-first {
    padding-top: 40px;
  }
  body .ves-megamenu .navigation .item-special-last {
    padding-bottom: 100px;
  }
  body .ves-megamenu .navigation ul.move-up {
    margin-top: 20px;
  }
  body .ves-megamenu .navigation .nav-item {
    float: none !important;
  }
  body .ves-megamenu .navigation .opener {
    z-index: 5;
  }
  body .ves-megamenu .navigation .submenu {
    overflow: initial !important;
  }
  body .ves-megamenu .navigation li.menu-opened {
    position: absolute;
    width: 100%;
    height: calc(100% - 140px);
    background: #ffffff;
    z-index: 1000000;
    overflow-x: scroll;
    left: 0px;
    top: 60px;
    padding: 0 0 0px 15px;
  }
  body .ves-megamenu .navigation li.menu-opened .item-icon {
    display: none;
  }
  body .ves-megamenu .navigation li.menu-opened a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  body .ves-megamenu .navigation li.menu-opened .level0 span {
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 10px !important;
  }
  body .ves-megamenu .navigation .level0 a {
    font-size: 16px !important;
    padding: 20px 30px 18px 0px !important;
  }
  body .ves-megamenu .navigation .level0 a.ui-state-focus {
    border-bottom: 0 !important;
  }
  body .ves-megamenu .navigation .level0 a.ui-state-focus span {
    opacity: 0.5 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    font-size: 12px !important;
  }
  body .ves-megamenu .navigation .level0 .submenu {
    position: absolute;
    height: 100vh;
    width: calc(100% - 15px) !important;
    margin-top: -20px;
  }
  body .ves-megamenu .navigation .level0 .opener {
    padding: 9px 15px 0 0;
  }
  body .ves-megamenu .navigation .level0 .opener.item-active {
    display: none !important;
  }
  body .ves-megamenu .navigation .level0 .opener:before {
    content: "\e915" !important;
    transform: rotate(0) !important;
    font-size: 13px !important;
  }
  body .ves-megamenu .navigation .nav-item.level1 a {
    border-bottom: 1px solid #e7e7e7 !important;
    padding-bottom: 20px !important;
    color: #1a535c !important;
    opacity: 1 !important;
    margin: 5px 0px !important;
  }
  body .ves-megamenu .navigation .nav-item.level1 a > span {
    color: #1a535c !important;
  }
  body .ves-megamenu .navigation .nav-item.level1.active-menu a {
    border-bottom: 0 !important;
  }
  body .ves-megamenu .navigation .nav-item.level1 .opener.item-active {
    transform: rotate(45deg);
    display: inline-block !important;
    padding-left: 27px;
    padding-top: 8px;
  }
  body .ves-megamenu .navigation .nav-item.level1 .opener:before {
    content: "\e908" !important;
    transform: rotate(45deg) !important;
    font-size: 9px !important;
  }
  body .ves-megamenu .navigation .nav-item.level1 .dropdown-mega {
    background: white;
    z-index: 10;
    width: 100%;
  }
  body .ves-megamenu .navigation .nav-item.level2 a {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  body .ves-megamenu .navigation .nav-item.level2 a span {
    color: #3C3C3C !important;
    font-size: 18px !important;
  }
  .section-items {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #ffffff;
    padding-top: 0px;
    margin-left: -2000px;
  }
  .section-items .ves-megamenu > .navigation, .section-items .navigation {
    background: none !important;
  }
  .section-items .navigation ul {
    padding: 20px;
    overflow-x: scroll;
    height: calc(100vh - 100px);
    background: #ffffff;
  }
  .section-items .navigation ul .level-top:first-child {
    border-top: 0;
  }
  .section-items .navigation ul .level-top:last-child {
    border-bottom: 0;
  }
  .section-items .ves-megamenu .navigation .level0 > a, .section-items .ves-megamenu .navigation .content-type-parentcart .level1 > a {
    text-align: left;
    font-size: 18px !important;
    background-color: white !important;
    color: #1a535c !important;
    padding-left: 0;
  }
  .section-items .ves-megamenu .navigation .drill-opener, .section-items .ves-megamenu .navigation .opener {
    margin-right: 15px;
    margin-top: 10px;
    background-color: transparent !important;
  }
  .section-items .ves-megamenu .navigation .drill-opener {
    display: none !important;
  }
  .section-items .ves-megamenu .level0 .submenu .nav-item > a {
    padding-left: 0;
    margin: 10px 0px;
  }
  .section-items .ves-megamenu > .navigation .nav-item > a {
    position: relative;
  }
  .section-items.active {
    margin-left: 0 !important;
    left: 0 !important;
    top: 0 !important;
  }
  .section-items.active:before {
    right: -100%;
  }
  #search_mini_form {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
    margin-top: 15px;
  }
  .mobile-menu-active #search_mini_form {
    margin-top: -50px;
  }
  .block-search button.search {
    top: 10px;
    right: 3px;
  }
}
body .ves-megamenu .nav-item > a {
  line-height: 33px;
}
body .ves-megamenu .navigation .red-menu-bg > a {
  border-radius: 4px;
}
body .sections.nav-sections {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  background: #ffffff;
}

.slider--home {
  position: relative;
}
.slider--home .default--button {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
}
.slider--home .default--button {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  display: none;
  font-size: 21px;
}
.slider--home__wrap {
  position: relative;
  min-height: 80vh;
}
.slider--home__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider--home__wrap .tns-slider .default--button {
  display: inline-block;
}
.slider--home__wrap .tns-slider img {
  position: relative;
  padding-top: 0;
}
.slider--home__wrap .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  margin: 0 0 30px 0;
}
.slider--home__wrap .tns-nav button {
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 5px;
  width: 24px;
  height: 24px;
  max-width: 8px;
  max-height: 8px;
  transition: all 400ms ease-in-out;
  padding: 0;
  vertical-align: middle;
}
.slider--home__wrap .tns-nav button:hover, .slider--home__wrap .tns-nav button.tns-nav-active {
  background: none;
  max-width: 12px;
  max-height: 12px;
}
.slider--home .slide--subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 20px 20px;
  font-weight: 300;
}
.slider--home .default--button {
  color: #ffffff;
}
.slider--home .slide--circle {
  background: #1a535c;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 160px;
  height: 160px;
  margin: 40px 40px 0 0;
  text-align: center;
  color: #ffffff;
  padding-top: 28px;
  z-index: 2;
}
.slider--home .slide--circle__subtitle {
  font-size: 13px;
}
.slider--home .slide--circle__title {
  font-size: 48px;
  line-height: 60px;
  font-family: "mixta-didone-alt", serif;
}

.home--instagram i {
  margin-left: 10px;
  color: #e7e7e7;
  vertical-align: middle;
}

.slider--widget__prev, .slider--widget__next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  background: #e7e7e7;
  margin-top: -48px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  visibility: visible;
  line-height: 48px;
  transition: all 400ms ease-in-out;
}
.slider--widget__prev i, .slider--widget__next i {
  font-size: 8px;
  display: inline-block;
  text-align: center;
  margin-top: -3px;
}
.slider--widget__prev:hover, .slider--widget__next:hover {
  opacity: 0.5;
}
.slider--widget__prev {
  left: 0;
  margin-left: -96px;
}
.slider--widget__prev i {
  transform: rotate(180deg);
  vertical-align: middle;
}
.slider--widget__next {
  right: 0;
  margin-right: -96px;
}
.slider--widget__next i {
  transform: rotate(0deg);
  vertical-align: middle;
}

.checkout--benefits__home .checkout--benefits i {
  float: none;
  display: block;
  margin: 0 auto 10px auto;
}
.checkout--benefits__home .checkout--benefits__content {
  float: none;
  width: 100%;
}

.products--category .block--product {
  margin-bottom: 20px;
}
.products--category .block--product__image--wrap {
  height: 20vw;
}
.products--category .old-price {
  display: none;
}

div[data-filter-name=availability_secondary] {
  display: none;
}

body .filter--inline {
  margin-left: 0px;
}
body .filter--inline .filter-options-item, body .filter--inline .trigger--allFilters__button, body .filter--inline .trigger--OrderBy__button {
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #e7e7e7;
  margin-right: 10px;
  min-width: 150px;
  position: relative;
}
@media (min-width: 1025px) {
  body .filter--inline .filter-options-item:hover .filter-options-content, body .filter--inline .trigger--allFilters__button:hover .filter-options-content, body .filter--inline .trigger--OrderBy__button:hover .filter-options-content {
    display: block !important;
  }
}
body .filter--inline .trigger--allFilters {
  text-align: right;
}
body .filter--inline .trigger--allFilters__button, body .filter--inline .trigger--OrderBy__button {
  color: #1a535c;
  text-align: left;
  min-width: 0;
  display: inline-block;
}
body .filter--inline .trigger--allFilters__button {
  margin-right: 0;
  min-width: 150px;
}
body .filter--inline .trigger--OrderBy {
  position: relative;
  margin-left: 15px;
}
body .filter--inline .trigger--OrderBy__options {
  min-width: 140px;
  margin-left: 0px;
  padding: 20px 5px 20px 14px;
}
body .filter--inline .trigger--OrderBy__options li {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}
body .filter--inline .trigger--OrderBy__options li.active {
  opacity: 0.5;
}
body .filter--inline .trigger--OrderBy:hover .trigger--OrderBy__options {
  opacity: 1;
  visibility: visible;
}
body .filter--inline .trigger--OrderBy__button {
  cursor: pointer;
  transition: all 400ms ease-in-out;
  min-width: 150px;
}
body .filter--inline .trigger--OrderBy__button:hover {
  opacity: 0.5;
}
body .filter--inline .trigger--OrderBy__button i {
  margin-left: 10px;
  transform: rotate(90deg);
  display: inline-block;
  font-size: 10px;
  float: right;
  margin-top: 5px;
}
body .filter--inline .filter-options-title {
  cursor: pointer;
  color: #1a535c;
}
body .filter--inline .filter-options-title i {
  margin-left: 10px;
  transform: rotate(90deg);
  display: inline-block;
  font-size: 10px;
  float: right;
  margin-top: 5px;
}
body .filter--inline .trigger--allFilters {
  cursor: pointer;
  color: #7f7f7f;
  transition: all 400ms ease-in-out;
}
body .filter--inline .trigger--allFilters:hover {
  opacity: 0.5;
}

.filter--main__container .action.primary {
  background: #1a535c;
  color: #ffffff;
  padding: 5px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.filter--main__container .action.primary:hover {
  background: #000000;
}

.filters--all__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
  z-index: 600;
}
.filters--all__overlay.active {
  opacity: 1;
  visibility: visible;
}

.filter .filter-options-item {
  padding: 10px 0px;
}
.filter .filter-options-item:hover .filter-options-content {
  opacity: 1;
  visibility: visible;
}
.filter .ui-slider {
  margin-top: 10px;
}
.filter .filter-search {
  display: none !important;
}
.filter .ui-slider-handle {
  background: #1a535c;
  width: 16px;
  height: 16px;
  margin-top: -4px;
}
.filter [data-role=from-label] {
  display: inline-block;
}
.filter [data-role=to-label] {
  display: inline-block;
  margin-left: 10px;
}
.filter input[type=checkbox]:checked + label:before {
  background: #1a535c;
  border: 0;
  border-radius: 1px;
}
.filter .filter-current, .filter .filter-actions {
  display: none;
}
.filter label {
  cursor: pointer;
}
.filter .show-more {
  cursor: pointer;
}
.filter .show-more:hover {
  opacity: 0.5;
}

.filter .filter-options-content, .trigger--OrderBy__options {
  transition: all 400ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  margin: 39px 0px 0px -1px;
  background: #ffffff;
  z-index: 10;
  padding-left: 14px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  min-width: 400px;
  border: 1px solid #e7e7e7;
}
.filter .filter-options-content.active, .trigger--OrderBy__options.active {
  max-height: 9999px;
}
.filter .filter-options-content input[type=checkbox], .trigger--OrderBy__options input[type=checkbox] {
  display: none;
}
.filter .filter-options-content .count, .trigger--OrderBy__options .count {
  font-size: 8px;
  color: #becacc;
  display: block;
}
.filter .filter-options-content ol, .trigger--OrderBy__options ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.filter .filter-options-content ol li, .trigger--OrderBy__options ol li {
  transition: all 400ms ease-in-out;
  cursor: pointer;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px 8px 20px;
  position: relative;
}
.filter .filter-options-content ol li label:before, .trigger--OrderBy__options ol li label:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 6px;
  width: 14px;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 2px;
  vertical-align: top;
  text-align: center;
  text-indent: 0px;
  content: "\e92d";
  color: #ffffff;
  background: none;
  font-family: "cousins" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filter .filter-options-content ol li:hover, .trigger--OrderBy__options ol li:hover {
  opacity: 0.5;
}
.filter .filter-options-content ol li:last-child(), .trigger--OrderBy__options ol li:last-child() {
  padding-bottom: 0;
}

.block-compare {
  position: fixed;
  top: 50%;
  right: 0;
  background: #1a535c;
  color: #ffffff;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  z-index: 5;
  padding: 10px 25px 10px 25px;
  transform: rotate(-90deg);
  margin-right: -101px;
  height: 39px;
}
.block-compare.active {
  margin-right: 159px;
}
.block-compare.active .icon-plus {
  font-size: 6px;
  border-radius: 50%;
  border: 1px solid white;
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  text-indent: -1px;
}
.block-compare.active .icon-plus:before {
  content: "\e908";
}
.block-compare a {
  color: #ffffff;
  transition: all 400ms ease-in-out;
}
.block-compare a:hover {
  opacity: 0.5;
}
.block-compare i {
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}
.block-compare .round--number {
  position: relative;
  top: initial;
  right: initial;
  display: inline-block;
  margin-left: 5px;
  font-family: "Muli", sans-serif;
  background: #ffffff;
}

.block-compare-details {
  position: fixed;
  top: 50%;
  right: 0;
  background: #2A636C;
  color: #ffffff;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  z-index: 5;
  padding: 30px 35px 30px 25px;
  margin-top: -200px;
  margin-right: -1600px;
  z-index: 140;
}
.block-compare-details.active {
  margin-right: 0;
}
.block-compare-details a {
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  margin-top: 20px;
}
.block-compare-details .compare--image {
  width: 64px;
  height: 64px;
  background-size: cover;
  display: inline-block;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  float: left;
  border: 1px solid #ffffff;
  position: relative;
}
.block-compare-details .compare--image span {
  position: absolute;
  top: 50%;
  font-size: 36px;
  margin-top: -29px;
  width: 100%;
  text-align: center;
  text-indent: -1px;
}
.block-compare-details .compare--placeholder .compare--image {
  border: 1px dashed #ffffff;
}
.block-compare-details .product-item-name {
  margin-left: 10px;
  max-height: 20px;
  overflow: hidden;
  display: inline-block;
  float: left;
  max-width: 80px;
  margin-top: 20px;
}
.block-compare-details .block-content {
  position: relative;
}
.block-compare-details #compare-items {
  position: absolute;
  top: 0;
  left: 0;
  background: #2A636C;
  z-index: 2;
  width: 100%;
}
.block-compare-details #compare-items li {
  margin-bottom: 10px;
}
.block-compare-details .icon-cross {
  font-size: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: inline-block;
  line-height: 15px;
  text-align: center;
}
.block-compare-details .compare--placeholder {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-compare-details .compare--placeholder li {
  margin-bottom: 10px;
  opacity: 0.4;
}

.catalog-category-view .product--single__price--was, .catalog-category-view .product--single__price--sale {
  margin-top: 0;
}

.catalog-product-compare-index .product--single__price, .catalogsearch-result-index .product--single__price, .tab-content .product--single__price {
  display: none;
}
.catalog-product-compare-index .product--single__price--final, .catalogsearch-result-index .product--single__price--final, .tab-content .product--single__price--final {
  display: inline-block;
}
.catalog-product-compare-index .block--product__price .label, .catalogsearch-result-index .block--product__price .label, .tab-content .block--product__price .label {
  display: none !important;
}
.catalog-product-compare-index .product-item, .catalogsearch-result-index .product-item, .tab-content .product-item {
  margin-bottom: 40px;
}

.category-clearance .block--product__image, .categorypath-clearance-birmingham .block--product__image, .categorypath-clearance-dudley .block--product__image, .categorypath-clearance-manchester .block--product__image {
  background-size: cover;
}

.filters--all {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  background: #ffffff;
  padding: 80px 30px 60px 30px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.filters--all.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.filters--all__back {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px 0 0 30px;
  font-size: 20px;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.filters--all__back i {
  display: inline-block;
  transform: rotate(180deg);
}
.filters--all__back.active {
  opacity: 1;
  visibility: visible;
}
.filters--all__back:hover {
  opacity: 0.5;
}
.filters--all .filter .filter-options-content ol li {
  font-size: 14px;
  margin-bottom: 10px;
}
.filters--all__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 30px 0 0;
  font-size: 18px;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  z-index: 20;
}
.filters--all__close:hover {
  opacity: 0.5;
}
.filters--all .filter-options-content {
  opacity: 1;
  visibility: visible;
  margin: 0;
  padding-left: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  padding: 60px;
  z-index: 10;
}
.filters--all .filter-options-title {
  font-size: 16px;
}
.filters--all .filter-options-content ol li {
  flex: 0 0 100%;
  max-width: 100%;
}
.filters--all .filter-search {
  display: none !important;
}

.compare--product__popup--item {
  margin: 30px 0px 20px;
  position: relative;
}
.compare--product__popup--item__image {
  border: 1px solid #e7e7e7;
  height: 150px;
  margin-bottom: 10px;
}
.compare--product__popup--item__title {
  color: #1a535c;
}
.compare--product__popup--item__empty {
  opacity: 0.5;
}
.compare--product__popup--item__empty span {
  text-align: center;
  font-size: 64px;
  line-height: 140px;
  display: block;
  color: #7f7f7f;
}

.compare--product__popup .default--button {
  display: inline-block;
  width: 300px;
  margin: 0 auto;
}

.block--category__wrap {
  background: rgba(50, 74, 92, 0.7);
  padding: 10px 20px 20px;
}
.block--category__wrap p {
  font-size: 14px;
}
.block--category__wrap ul {
  text-align: left;
  display: none;
  margin-left: 0;
  padding-left: 23px;
}
.block--category__wrap ul li {
  text-align: left;
  font-size: 14px;
}

[class*=range] .list--breadcrumbs, [class*=range] .filter, [class*=range] .clearAll, [class*=range] #collectionSize, [class*=brand-directory] .list--breadcrumbs, [class*=brand-directory] .filter, [class*=brand-directory] .clearAll, [class*=brand-directory] #collectionSize, .category-styles .list--breadcrumbs, .category-styles .filter, .category-styles .clearAll, .category-styles #collectionSize {
  display: none;
}

.slider--widget .product--single__price--was {
  display: inline-block;
  font-size: 15px;
}

.overlay--categoryPw {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999999999;
}

.swatch-layered .swatch-option {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.product-banner-item {
  padding-bottom: 10px;
}
@media (max-width: 1025px) {
  .product-banner-item {
    min-height: 400px;
  }
}
.product-banner-item * {
  font-weight: 300 !important;
}
.product-banner-item *:not(.mgz-child) {
  height: 100%;
}
.product-banner-item .mgz-child {
  height: auto;
}
.product-banner-item .mgz-child * {
  height: auto;
}
.product-banner-item .mgz-button a {
  font-size: 16px;
  background: #ffffff;
  color: #1a535c;
  border: 1px solid #ffffff;
  font-family: "mixta-didone-alt", serif;
  padding: 16px 55px;
  border-radius: 0;
}
.product-banner-item .mgz-button a:hover {
  background: none;
  color: #ffffff;
}

.products-grid .block--product .product--single__price {
  font-size: 16px;
}

.product-items {
  list-style: none;
  padding: 0;
}
.product-items li {
  margin: 0;
}

.gallery--product__slider--wrap {
  display: inline-block;
  width: calc(100% - 150px);
  position: relative;
}

.gallery--product__nav {
  height: 500px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
@media (max-width: 1025px) {
  .gallery--product__nav {
    height: auto;
  }
}
.gallery--product__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery--product__nav ul li {
  margin-bottom: 15px;
  position: relative;
}
.gallery--product__nav ul li img {
  border: 1px solid #e7e7e7;
  height: 104px;
  object-fit: cover;
}

.gallery--product__slider--imageWrap {
  border: 1px solid #e7e7e7;
}
.gallery--product__slider img, .gallery--product__slider picture {
  width: 100%;
  height: 500px;
  object-fit: contain;
}
@media (max-width: 1025px) {
  .gallery--product__slider img, .gallery--product__slider picture {
    height: auto;
  }
}
.gallery--product__slider--nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery--product__slider--nav li {
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  max-width: 8px;
  height: 16px;
  max-height: 8px;
  background: #becacc;
  border: 2px solid #becacc;
  margin: 0 5px;
  vertical-align: middle;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
.gallery--product__slider--nav li.tns-nav-active {
  max-width: 12px;
  max-height: 12px;
  background: none;
}
.gallery--product__slider--prev, .gallery--product__slider--next {
  position: absolute;
  width: 48px;
  height: 48px;
  background: none;
  bottom: 10%;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease-in-out;
}
.gallery--product__slider--prev:hover, .gallery--product__slider--next:hover {
  opacity: 0.5;
}
.gallery--product__slider--prev i, .gallery--product__slider--next i {
  font-size: 8px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.gallery--product__slider--prev {
  left: 0;
  margin-left: 30px;
}
.gallery--product__slider--prev svg {
  transform: rotate(0deg);
  margin-top: 19px;
  margin-left: 2px;
}
.gallery--product__slider--next {
  right: 15px;
  margin-right: 30px;
}
.gallery--product__slider--next svg {
  transform: rotate(180deg);
  margin-top: 19px;
}
.gallery--product__controls {
  margin-top: 10px;
  font-size: 14px;
}
.gallery--product__controls i {
  margin-left: 5px;
}
.gallery--product .tns-inner {
  overflow: hidden;
}
.gallery--product .icon-search {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  font-size: 24px;
  color: #1a535c;
}
.gallery--product .icon-360 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0px 40px 0;
  color: #1a535c;
  font-size: 24px;
  width: 100%;
  text-align: center;
}

.product--single {
  font-size: 14px;
  margin-top: 20px;
}
.product--single__price {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: top;
}
.product--single__price--wrap {
  margin: 10px 0px 10px;
}
.product--single__price:last-of-type() {
  margin-right: 0;
}
.product--single__price--was, .product--single__price--sale {
  color: #becacc;
  font-size: 18px;
}
.product--single__price--was .price, .product--single__price--sale .price {
  text-decoration: line-through;
}
.product--single__price .label {
  font-size: 12px;
  display: block;
  line-height: 12px;
  color: #becacc;
}
.product--single__price--final .label {
  color: #1a535c;
}
.product--single__price--final .price-store-exclusive {
  font-size: 13px;
  font-weight: 300;
}
.product--single__description {
  margin-top: -10px;
}
.product--single__brand {
  margin-bottom: 10px;
  font-size: 18px;
}
.product--single__title {
  margin-bottom: 0px;
}
@media (max-width: 1025px) {
  .product--single__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.product--single__content {
  margin-bottom: 10px;
}
.product--single .swatch-attribute-label {
  color: #7f7f7f;
  font-weight: 400;
}
.product--single .swatch-attribute-selected-option {
  padding-left: 0;
}
.product--single .swatch-attribute-selected-option {
  color: #3C3C3C;
  font-weight: 700;
}
.product--single__addToCart {
  padding: 0px;
  text-align: center;
  display: inline-block;
  margin: 20px 0px 10px;
  width: 100%;
}
.product--single__addToCart button[type=submit] {
  font-size: 16px;
  background: none;
  color: #ffffff;
  border: 0;
  font-family: "mixta-didone-alt", serif;
  background: #253A4A;
  padding: 16px 55px;
  width: 100%;
  border-radius: 5px;
}
.product--single__qty {
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  background: none;
  color: #1a535c;
  padding: 14px 19px 13px 19px;
  vertical-align: top;
  border: 1px solid #becacc;
}
.product--single__qty input[type=text], .product--single__qty input[type=number] {
  border: 0;
  background: none;
  text-align: center;
  width: 30px;
  font-size: 18px;
  color: #1a535c;
}
.product--single__qty--plus, .product--single__qty--minus {
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #1a535c;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 16px;
}
.product--single__qty--plus {
  text-indent: 1px;
}
.product--single__actions {
  font-size: 14px;
  font-family: "mixta-didone-alt", serif;
}
.product--single__actions a {
  transition: all 400ms ease-in-out;
  color: #1a535c;
}
.product--single__actions a:hover {
  opacity: 0.5;
}
.product--single__actions .compare i {
  margin-left: 5px;
  font-size: 21px;
  vertical-align: middle;
}
.product--single__accordion {
  overflow: hidden;
  margin-bottom: 20px;
}
.product--single__accordion .additional-attributes .col {
  color: #1a535c;
}
.product--single__accordion .additional-attributes tr:first-child() th, .product--single__accordion .additional-attributes tr:first-child() td {
  border-top: 0;
}
.product--single__accordion .additional-attributes tr th {
  width: 30%;
}
.product--single__accordion .data-table {
  border: 0;
  margin-top: 10px;
}
.product--single__accordion .data-table td, .product--single__accordion .data-table th {
  padding: 5px;
}
.product--single__accordion .card {
  border: 0;
}
.product--single__accordion .card-header {
  border: 0;
  background: none;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid #becacc;
  cursor: pointer;
  padding-bottom: 0px;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding: 0;
}
.product--single__accordion .card-header .iconNew--chevron {
  display: inline-block;
  transform: rotate(-180deg);
  transition: all 400ms ease-in-out;
  margin-top: 5px;
}
.product--single__accordion .card-header[aria-expanded=true] .iconNew--chevron {
  display: inline-block;
  transform: rotate(0deg);
}
.product--single__accordion--body {
  padding: 15px 0px;
  font-size: 14px;
}
.product--single__accordion--arrow {
  float: right;
  font-size: 12px;
  margin-top: 22px;
}
.product--single__accordion ul {
  padding-left: 0px;
}
.product--single__accordion ul li {
  padding-bottom: 10px;
}
.product--single__accordion .short_description ul {
  padding-top: 20px;
}
.product--single .paybyfinance-representative-example {
  padding-top: 20px;
}
.product--single .swatch-attribute {
  display: block;
  width: 100%;
  text-align: left;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
.product--single .short_description ul {
  list-style: none;
}
.product--single .short_description li {
  padding-left: 10px;
  padding-bottom: 15px;
}
.product--single .short_description li::before {
  content: "";
  font-size: 5px;
  background: #1a535c;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: top;
  border-radius: 50%;
  text-align: center;
  color: white;
  text-indent: -9px;
  line-height: 14px;
  margin-top: 8px;
  margin-right: 5px;
}

.link--addToWishlist {
  color: #becacc;
  font-size: 36px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  transition: all 400ms ease-in-out;
  margin-top: 0px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 25px;
  text-align: center;
  background: #e7e7e7;
}
.link--addToWishlist:hover {
  opacity: 0.5;
}

#modalAddedToBasket .block--product__image--wrap {
  height: 15vw;
}

#needitsooner-button .link--underline {
  display: inline;
}

.tabs--standard .product--single__price--was, .tabs--standard .product--single__price--sale {
  display: none;
}

.product-added-modal .product-item-info .padding-top--40px {
  padding-top: 0px;
}
.product-added-modal .product--single__price--was {
  display: none;
}
.product-added-modal .block--product__image--wrap {
  height: 14vw;
}
.product-added-modal .product--single__price {
  font-size: 16px;
}
.product-added-modal .product--single__price--wrap {
  margin: 10px 0 0;
  height: 22px;
}
.product-added-modal .block--product__title {
  font-size: 13px;
  line-height: 16px;
}

.product-info-paybyfinance {
  font-size: 13px;
  margin-bottom: 10px;
}

body .row #additionalColoursModal .zoomerImage .image {
  box-shadow: none !important;
  border: 0 !important;
}
body .row #additionalColoursModal .zoomerImage .image:hover {
  box-shadow: none !important;
  border: 0 !important;
}

#additionalColoursModal .swatch-attribute-label, #additionalColoursModal .swatch-attribute-selected-option, #additionalColoursModal .morecolours-button {
  display: none !important;
}
#additionalColoursModal .modal-content {
  padding: 30px;
}
#additionalColoursModal .swatch-option {
  display: inline-block !important;
}
#additionalColoursModal .additional--colours {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
#additionalColoursModal .zoomerImage .swatch-option {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  height: 200px;
  box-shadow: none;
  border: 0 !important;
  box-shadow: none !important;
}
#additionalColoursModal .zoomerImage .swatch-option.selected {
  border: 0 !important;
  box-shadow: none !important;
}
#additionalColoursModal .col-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#additionalColoursModal .selectionDropdown .swatch-option {
  width: 100%;
  height: 150px;
  max-width: 100%;
  background-size: contain !important;
}
#additionalColoursModal .swatch--item__popup--wrap {
  font-size: 11px;
}
#additionalColoursModal .swatch--item__popup--wrap .swatch-option {
  margin-left: 1px;
  margin-top: 1px;
  margin-right: 0;
  margin-bottom: 10px;
}
#additionalColoursModal .default--button {
  margin-bottom: 10px;
}
#additionalColoursModal #moreColoursModal--trigger {
  margin-bottom: -20px;
}

.product--single__swatch.selected, .product--single__swatch:hover, .swatch-option.selected, .swatch-option:hover {
  box-shadow: 0 0 0 1px #BABABA;
  border: 2px solid #ffffff !important;
}
.product--single__swatch.selected::after, .product--single__swatch:hover::after, .swatch-option.selected::after, .swatch-option:hover::after {
  opacity: 1;
  visibility: visible;
}

.product--single .product--single__swatch, .product--single .swatch-option, #additionalColoursModal .product--single__swatch, #additionalColoursModal .swatch-option {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
  outline: none !important;
  border: 4px solid #ffffff !important;
  transition: all 400ms ease-in-out;
  border-radius: 6px;
}
.product--single .product--single__swatch.selected::after, .product--single .product--single__swatch:hover::after, .product--single .swatch-option.selected::after, .product--single .swatch-option:hover::after, #additionalColoursModal .product--single__swatch.selected::after, #additionalColoursModal .product--single__swatch:hover::after, #additionalColoursModal .swatch-option.selected::after, #additionalColoursModal .swatch-option:hover::after {
  opacity: 1;
  visibility: visible;
}
.product--single .product--single__swatch.more, .product--single .swatch-option.more, #additionalColoursModal .product--single__swatch.more, #additionalColoursModal .swatch-option.more {
  background: none;
  border: 1px solid #becacc !important;
  width: 306px;
  height: 46px;
  cursor: pointer;
  margin-top: -1px;
  transition: all 400ms ease-in-out;
  border-radius: 6px;
  margin-right: 0;
  display: inline-block;
  position: relative;
}
@media (min-width: 980px) and (max-width: 1550px) {
  .product--single .product--single__swatch.more, .product--single .swatch-option.more, #additionalColoursModal .product--single__swatch.more, #additionalColoursModal .swatch-option.more {
    width: 270px;
  }
}
.product--single .product--single__swatch.more .d-flex, .product--single .swatch-option.more .d-flex, #additionalColoursModal .product--single__swatch.more .d-flex, #additionalColoursModal .swatch-option.more .d-flex {
  align-items: center;
}
.product--single .product--single__swatch.more .product--single__swatch--plus, .product--single .swatch-option.more .product--single__swatch--plus, #additionalColoursModal .product--single__swatch.more .product--single__swatch--plus, #additionalColoursModal .swatch-option.more .product--single__swatch--plus {
  width: 36px;
  height: 36px;
  background: #e7e7e7;
  margin-left: 4px;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  margin-top: 4px;
}
.product--single .product--single__swatch.more .product--single__swatch--plus svg, .product--single .swatch-option.more .product--single__swatch--plus svg, #additionalColoursModal .product--single__swatch.more .product--single__swatch--plus svg, #additionalColoursModal .swatch-option.more .product--single__swatch--plus svg {
  vertical-align: top;
  margin-top: 11px;
  margin-left: 1px;
}
.product--single .product--single__swatch.more .product--single__swatch--arrow, .product--single .swatch-option.more .product--single__swatch--arrow, #additionalColoursModal .product--single__swatch.more .product--single__swatch--arrow, #additionalColoursModal .swatch-option.more .product--single__swatch--arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  transform: rotate(180deg);
}
.product--single .product--single__swatch.more .product--single__swatch--arrow svg, .product--single .swatch-option.more .product--single__swatch--arrow svg, #additionalColoursModal .product--single__swatch.more .product--single__swatch--arrow svg, #additionalColoursModal .swatch-option.more .product--single__swatch--arrow svg {
  width: 24px;
  height: 24px;
}
.product--single .product--single__swatch.more:hover, .product--single .swatch-option.more:hover, #additionalColoursModal .product--single__swatch.more:hover, #additionalColoursModal .swatch-option.more:hover {
  opacity: 0.5;
}

#additionalColoursModal .product--single__swatch, #additionalColoursModal .swatch-option {
  width: 72px;
  height: 72px;
}

.container--compare .block--product__image--wrap {
  height: 15vw;
}
.container--compare .default--button i.icon-arrow-right {
  margin-left: 0;
}

#block-related-heading, #block-upsell-heading {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}

.swatch-option-tooltip {
  border: 0;
  padding: 5px;
  -webkit-box-shadow: 10px 10px 74px -8px rgb(179, 179, 179);
  -moz-box-shadow: 10px 10px 74px -8px rgb(179, 179, 179);
  box-shadow: 10px 10px 74px -8px rgb(179, 179, 179);
}
.swatch-option-tooltip .title {
  text-align: left;
  padding: 5px 5px 0px 5px;
  color: #1a535c;
  font-size: 11px;
}
.swatch-option-tooltip .corner {
  display: none !important;
}

#moreColoursModal input[type=text], #moreColoursModal input[type=email] {
  width: 100%;
}
#moreColoursModal input[type=text]::placeholder, #moreColoursModal input[type=email]::placeholder {
  color: #becacc;
}
#moreColoursModal input[type=text]:disabled, #moreColoursModal input[type=email]:disabled {
  background: #e7e7e7;
  color: #1a535c;
}
#moreColoursModal input[type=checkbox] {
  display: none;
}
#moreColoursModal label {
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
#moreColoursModal label:hover {
  opacity: 0.5;
}
#moreColoursModal label:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 6px;
  width: 14px;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 2px;
  vertical-align: top;
  text-align: center;
  text-indent: 0px;
  content: "\e92d";
  color: #ffffff;
  background: none;
  font-family: "cousins" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#moreColoursModal input[type=checkbox]:checked + label:before {
  background: #1a535c;
  border: 0;
  border-radius: 1px;
}

.product-info-main {
  margin-left: 0px;
}

#lead_time, #needitsooner-button {
  display: inline-block;
}

.swatch--options__dropdown {
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  font-size: "Muli", sans-serif;
  color: #becacc;
  width: 99%;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 8px;
}
.swatch--options__dropdown i {
  position: absolute;
  top: 50%;
  right: 0;
  color: #1a535c;
  margin-top: -6px;
  font-size: 12px;
  margin-right: 15px;
}
.swatch--options__dropdown:hover {
  opacity: 0.5;
}

.default--selectHelper .selectize-input {
  border: 1px solid #e7e7e7;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  border-color: #e7e7e7 !important;
  background-image: none !important;
  background-color: #ffffff !important;
  border-radius: 8px;
  padding: 14px 10px;
}
.default--selectHelper .selectize-input:after {
  border-color: #1a535c transparent transparent transparent !important;
}
.default--selectHelper .selectize-dropdown {
  border: 1px solid #e7e7e7 !important;
  padding: 5px;
}
.default--selectHelper .selectize-dropdown .option {
  cursor: pointer;
  background: none;
}

.product--loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 9000;
}
.product--loader .logo {
  font-size: 60px;
}
.product--loader img {
  width: 64px;
  height: auto;
}

.swatch-attribute.tension_option {
  position: relative;
}
.swatch-attribute.tension_option.active .swatch-attribute-options {
  display: block;
}
.swatch-attribute.tension_option .swatch-attribute-options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 74px;
  border-bottom: 1px solid #1a535c;
  display: none;
}
.swatch-attribute.tension_option .swatch-attribute-options .swatch-option {
  max-width: 100%;
  padding: 8px 10px;
  font-size: 13px;
  text-align: left;
  color: black;
  margin-bottom: -1px;
  height: auto;
  background: #ffffff !important;
  width: 100%;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid #1a535c !important;
  border-right: 1px solid #1a535c !important;
  box-shadow: none;
}
.swatch-attribute.tension_option .swatch-attribute-options .swatch-option:last-child {
  border-bottom: 1px solid #1a535c !important;
}
.swatch-attribute.tension_option .swatch-attribute-options .swatch-option:hover, .swatch-attribute.tension_option .swatch-attribute-options .swatch-option.selected {
  background: #e7e7e7 !important;
}

.block--product .mini-brand {
  float: right;
}

.mini-brand {
  width: 120px;
  height: auto;
}

#sizeGuidePopup .modal-dialog {
  min-width: 80%;
  max-width: 80%;
}
@media (max-width: 720px) {
  #sizeGuidePopup .modal-dialog {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
#sizeGuidePopup .block--size__guide {
  color: #8BA8AC;
}
#sizeGuidePopup .block--size__guide strong {
  color: #1A535C;
}
#sizeGuidePopup .block--size__guide--image {
  border: 2px solid #E2E2E2;
}
#sizeGuidePopup .custom-control-label {
  cursor: pointer;
}
#sizeGuidePopup .custom-control-label::before {
  border-color: #1a535c;
  background-color: #1a535c;
}
#sizeGuidePopup .custom-switch .custom-control-label::after {
  background-color: #ffffff !important;
}

.product--single__price--wrap .product--single__price--final .outlet-price {
  display: none;
}

.product--single__price--wrap.product--outlet .product--single__price--final {
  color: #DA9696;
}
.product--single__price--wrap.product--outlet .product--single__price--final .label {
  display: none;
}
.product--single__price--wrap.product--outlet .product--single__price--final .outlet-price {
  display: block;
}
.product--single__price--wrap.product--outlet .product--single__price--final .label, .product--single__price--wrap.product--outlet .product--single__price--final .outlet-price {
  color: #DA9696;
}

.outletItem--banner {
  padding: 20px;
  margin-top: 20px;
  color: #ffffff !important;
  transition: all 400ms ease-in-out;
}
.outletItem--banner .bodyL {
  letter-spacing: 1px;
}
.outletItem--banner i {
  font-size: 6px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 7px;
  display: inline-block;
}
.outletItem--banner .bodyXs {
  font-weight: 100;
  margin-bottom: 5px;
}
.outletItem--banner:hover {
  color: #ffffff;
  opacity: 0.8;
}
.outletItem--banner a {
  color: #ffffff;
}
.outletItem--banner a:hover {
  opacity: 0.5;
}

.product--clearance .price, .product--clearance .label {
  color: #BF1E2D;
}
.product--clearance .product--single__price--was {
  font-size: 18px;
  margin-top: 20px;
}
.product--clearance .product--single__price--was .label, .product--clearance .product--single__price--was .price {
  color: #becacc;
}
.product--clearance .product--single__price--final .price {
  font-size: 36px;
}
.product--clearance .product--single__price {
  vertical-align: revert;
}
.product--clearance .product--single__price--save {
  font-size: 18px;
  margin-top: 20px;
}
.product--clearance .product--single__price--save .old-price {
  font-size: 18px;
  line-height: 20px;
}

.deliveryTime--label {
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  font-size: 12px;
  background: #EBEBEB;
  border-radius: 5px;
}

.block--product__image img, .block--product__image picture {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.block--product__image .block--product__image-secondary {
  object-fit: cover;
}

.slider--widget .savings-block {
  display: none;
}
.slider--widget .superscript {
  vertical-align: initial;
}

.basket--totals {
  color: #1a535c;
  font-size: 13px;
}
.basket--totals .label {
  color: #1a535c;
}
.basket--totals .row {
  margin-bottom: 10px;
}
.basket--total {
  font-size: 18px;
  color: #1a535c;
}
.basket--total .label {
  color: #1a535c;
}
.basket--sidebar .default--button {
  display: block;
}
.basket--controls {
  font-size: 14px;
}
.basket--controls a {
  color: #7f7f7f;
  transition: all 400ms ease-in-out;
  border-color: #7f7f7f;
}
.basket--controls a:hover {
  opacity: 0.5;
}
.basket--discount__wrap input[type=text] {
  width: calc(100% - 140px);
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 7px 15px;
  font-size: 14px;
}
.basket--discount__wrap input[type=text]::placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.basket--discount__wrap input[type=submit] {
  min-width: auto;
  padding: 10px 30px;
  border: 1px solid #1a535c;
  margin-left: -5px;
}
.basket--discount__wrap input {
  display: inline-block;
}

.cart .price {
  color: #1a535c;
}
.cart .actions-toolbar {
  margin-top: 0;
}
.cart .actions-toolbar .gift-options-cart-item {
  display: none;
}

.table--basket {
  overflow: hidden;
}

.cart-container .cart-summary-whole-cart {
  width: 100%;
  margin-top: 20px;
}
.cart-container .installment-downpayment-item, .cart-container .installment-paidlater-item {
  background: #1a535c;
}

.expressFinanceBlock {
  background: #1a535c;
  color: #ffffff;
  padding: 20px;
}

.opening--times {
  border: 0;
  margin-top: 10px;
}
.opening--times tr, .opening--times td, .opening--times th {
  border: 0;
}
.opening--times td:first-child() {
  padding-left: 0;
}
.opening--times td {
  padding: 2px 0px;
  font-size: 14px;
  color: #1a535c;
}

.store--benefit__icon {
  font-size: 36px;
  color: #1a535c;
}
.store--benefit__title {
  font-size: 21px;
  font-family: "mixta-didone-alt", serif;
  margin-top: 20px;
}

.faq--search {
  display: block;
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.faq--search input[type=text] {
  border: 1px solid #e7e7e7;
  background: #e7e7e7;
  color: #1a535c;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
}
.faq--search input[type=text]::placeholder {
  color: #1a535c;
  font-size: 16px;
}
.faq--search button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  z-index: 1;
  font-size: 19px;
  margin: 9px 8px 0 0;
  color: #1a535c;
  transition: all 400ms ease-in-out;
}
.faq--search button:hover {
  opacity: 0.5;
}

.am-category-header {
  font-size: 18px;
  padding-bottom: 20px;
}

.am-item .am-title {
  font-size: 14px;
  margin: 5px 0px 10px;
}
.am-item .am-links a {
  color: #31646c;
  border-bottom: 1px solid #31646c;
  transition: all 400ms ease-in-out;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  margin-top: 5px;
}
.am-item .am-links a:hover {
  opacity: 0.5;
}

.am-search-box-wrapper .am-widget-center {
  width: 100% !important;
  text-align: center;
}
.am-search-box-wrapper input[type=search] {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #7f7f7f;
  min-height: auto;
  height: auto;
  font-size: 13px;
  min-width: 350px;
}

.amfaq-hidden {
  display: none;
}

.amfaq-question-footer-wrapper:before,
.amfaq-question-footer-wrapper:after {
  content: "";
  display: table;
}

.amfaq-question-footer-wrapper:after {
  clear: both;
}

.amfaq-product-tab .block-title strong {
  display: block;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1.1;
  margin: 0 0 3rem 0;
}

.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  word-break: break-all;
}

.faq-search-index .page-title-wrapper h1 {
  font-size: 2.5rem;
  word-break: break-all;
}

.faq-search-index .amfaq-highlight {
  background-color: #d3e185;
}

.amfaq-social-buttons {
  float: left;
  padding-top: 4px;
}

.amfaq-social-buttons a,
.amfaq-social-buttons a:hover {
  color: transparent;
}

.amfaq-social-buttons img {
  width: 30px;
  padding: 0 1px;
  border: 0;
  display: inline;
}

.amfaq_questions .am-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 2rem 0;
}

.amfaq_questions .am-item .am-content {
  padding-bottom: 10px;
  word-wrap: break-word;
}

.amfaq_questions .am-item .am-content p {
  margin-bottom: 2rem;
}

.amfaq_questions .am-item .am-links {
  font-size: 1.5rem;
  float: right;
  padding: 5px 0;
  word-wrap: break-word;
}

.amfaq_questions .am-title {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}

.amfaq_questions .am-title .am-plus {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
  font-size: inherit;
  font-weight: normal;
}

.amfaq_questions .am-title .am-plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.amfaq_questions .am-title .am-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #c9c9c9;
  content: "\e621";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.amfaq_questions .am-title .am-plus:hover:before {
  color: inherit;
}

.amfaq_questions .am-title .am-plus:active:before {
  color: inherit;
}

.amfaq_questions .am-title .am-plus:focus,
.amfaq_questions .am-title .am-plus:active {
  background: none;
  border: none;
}

.amfaq_questions .am-title .am-plus:hover {
  background: none;
  border: none;
}

.amfaq_questions .am-title .am-plus.disabled,
.amfaq_questions .am-title .am-plus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-plus {
  pointer-events: none;
  opacity: 0.5;
}

.amfaq_questions .am-title .am-minus {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
  font-size: inherit;
  font-weight: normal;
}

.amfaq_questions .am-title .am-minus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.amfaq_questions .am-title .am-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #c9c9c9;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.amfaq_questions .am-title .am-minus:hover:before {
  color: inherit;
}

.amfaq_questions .am-title .am-minus:active:before {
  color: inherit;
}

.amfaq_questions .am-title .am-minus:focus,
.amfaq_questions .am-title .am-minus:active {
  background: none;
  border: none;
}

.amfaq_questions .am-title .am-minus:hover {
  background: none;
  border: none;
}

.amfaq_questions .am-title .am-minus.disabled,
.amfaq_questions .am-title .am-minus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-minus {
  pointer-events: none;
  opacity: 0.5;
}

.amfaq_questions .am-no-items {
  font-weight: 800;
  word-wrap: break-word;
}

.ask-question-form .button-container {
  margin: 10px 0;
}

.ask-question-form .button-container .button-info {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 300;
  margin: 10px 0;
  vertical-align: middle;
}

.ask-question-form .button-container .form-toggle-button {
  margin: 10px;
}

.ask-question-form .ask-form-container label input[type=checkbox] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.amfaq-category-description {
  margin-bottom: 20px;
}

.amfaq_categories {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}

.amfaq_categories .item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  word-wrap: break-word;
}

.amfaq_categories .item.current {
  background: #f9f9f9;
}

.amfaq_categories .item.current a {
  color: #000;
}

.amfaq_categories .item.title {
  background: #f0f0f0;
  color: #575757;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  word-wrap: break-word;
}

.amfaq_categories .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.amfaq_categories .item:last-child {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.amfaq_tags {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  margin: 20px 0;
  font-weight: 500;
}

.amfaq_tags .title {
  background: #f0f0f0;
  color: #575757;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem;
  word-wrap: break-word;
  border-bottom: 1px solid #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.amfaq_tags .tags_content {
  margin: 5px;
}

.amfaq_tags .tags_content .current {
  text-decoration: underline;
  font-weight: 600;
}

.amfaq_tags .tags_content .item {
  display: inline-block;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.6rem;
}

.amfaq_tags .tags_content .item a {
  text-decoration: none;
  color: #000000;
}

.question_view {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}

.question_view .answer {
  word-wrap: break-word;
}

.am-back-button {
  float: right;
  margin-left: 15px;
}

.am-back-to-product-widget.am-widget-left {
  text-align: left;
}

.am-back-to-product-widget.am-widget-center {
  text-align: center;
}

.am-back-to-product-widget.am-widget-right {
  text-align: right;
}

.am-back-to-product-widget .am-back-button {
  float: none;
  margin-left: 0;
}

.amfaq-search {
  position: relative;
  margin-bottom: 15px;
  max-width: 300px;
}

.amfaq-search .am-input {
  padding-right: 30px;
}

.amfaq-search .search-autocomplete {
  background-color: #ffffff;
  margin-top: 0;
}

.amfaq-search .am-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 30px;
  height: 32px;
  border: 0;
  box-shadow: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.amfaq-rating {
  float: left;
}

.amfaq-rating .amfaq-was-it-helpful {
  font-size: 1.2rem;
}

.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno {
  border: 1px solid #c9c9c9;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 20px;
}

.amfaq-rating .amfaq-rating-data-wrapper {
  padding-left: 10px;
}

.amfaq-rating .amfaq-arrow {
  cursor: pointer;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-size: inherit;
  font-weight: bold;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  content: "\e621";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover:before {
  color: inherit;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active:before {
  color: inherit;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active {
  background: none;
  border: none;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover {
  background: none;
  border: none;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-up.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  pointer-events: none;
  opacity: 0.5;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-weight: bold;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover:before {
  color: inherit;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active:before {
  color: inherit;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active {
  background: none;
  border: none;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover {
  background: none;
  border: none;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow-down.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  pointer-events: none;
  opacity: 0.5;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted:before {
  color: #305b8a;
}

.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted + span {
  font-weight: bold;
}

.amfaq-rating .amfaq-rating-data-wrapper {
  color: #475f7a;
}

.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow {
  cursor: default;
}

.amfaq-rating .amfaq-rating-yesno-vote {
  color: #1979c3;
  text-decoration: none;
  cursor: pointer;
}

.amfaq-rating .amfaq-rating-yesno-vote:visited {
  color: #1979c3;
  text-decoration: none;
}

.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #006bb4;
  text-decoration: underline;
}

.amfaq-rating .amfaq-rating-yesno-vote:active {
  color: #ff5501;
  text-decoration: underline;
}

.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  font-weight: bold;
  cursor: auto;
}

.am-widget-categories-1,
.am-widget-categories-4,
.am-widget-categories-3 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.am-widget-categories-1 .am-widget-category,
.am-widget-categories-2 .am-widget-category,
.am-widget-categories-3 .am-widget-category {
  width: 100%;
}

.am-widget-category > .am-category-container {
  padding: 0 2rem 2rem 2rem;
}

.am-widget-category .view-all {
  display: block;
  text-align: right;
}

.am-widget-category .am-category-header {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1.5rem;
  min-height: 50px;
}

.am-widget-category .am-category-header .faq-category-image {
  line-height: 0;
  margin-right: 7px;
}

.am-widget-category .am-category-header .faq-category-image img {
  min-width: 50px;
}

.am-widget-category .am-category-header .faq-category-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  word-wrap: break-word;
}

.am-widget-category .amfaq_questions .am-title {
  font-weight: 300;
  font-size: 1.6rem;
}

.am-search-box-wrapper:before,
.am-search-box-wrapper:after {
  content: "";
  display: table;
}

.am-search-box-wrapper:after {
  clear: both;
}

.am-search-box-wrapper .am-widget-center {
  margin: auto;
}

.am-search-box-wrapper .am-widget-right {
  float: right;
}

.am-search-box-wrapper .amfaq-search {
  max-width: initial;
}

.amfaq-pager {
  float: right;
}

#amfaq_search_autocomplete .amfaq-category {
  font-size: 1rem;
  padding-top: 3px;
  color: #575757;
}

.am-faq-tags-widget {
  padding: 0 2rem 2rem 2rem;
}

.am-faq-tags-widget .am-tags-main-title {
  border-bottom: solid 1px #C9C9C9;
  margin-bottom: 30px;
}

.am-faq-tags-widget .am-tags-main-title span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 1.8rem;
  color: #333333;
}

.am-faq-tags-widget .am-tags-main-block-wrapper {
  font-family: Roboto;
}

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  margin: 0 15px 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #DDDDDD;
  padding: 9px 0px 9px 0px;
  display: inline-block;
}

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
  background: #F2C94C;
}

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count {
  color: #585858;
}

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  color: #BEBEBE;
  padding: 11px 12px 10px 0;
}

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a {
  color: #191919;
  text-decoration: none;
}

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  padding: 0px 9px 0px 12px;
  font-weight: 600;
  text-decoration: none;
}

@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
@media all and (min-width: 1024px), print {
  .amfaq-social-buttons {
    float: right;
    padding-top: 0;
  }
  .am-widget-categories-2 .am-widget-category {
    width: 50%;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%;
  }
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.faq-question-view .padding-top--100px, .faq-category-view .padding-top--100px, .faq-search-index .padding-top--100px {
  display: none;
}
.faq-question-view .columns, .faq-category-view .columns, .faq-search-index .columns {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.faq-question-view .sidebar, .faq-category-view .sidebar, .faq-search-index .sidebar {
  width: 20.66666667%;
  float: left;
  padding-right: 2%;
}
.faq-question-view .sidebar input[type=text], .faq-question-view .sidebar input[type=password], .faq-question-view .sidebar input[type=url], .faq-question-view .sidebar input[type=tel], .faq-question-view .sidebar input[type=search], .faq-question-view .sidebar input[type=number], .faq-question-view .sidebar input[type=datetime], .faq-question-view .sidebar input[type=email], .faq-category-view .sidebar input[type=text], .faq-category-view .sidebar input[type=password], .faq-category-view .sidebar input[type=url], .faq-category-view .sidebar input[type=tel], .faq-category-view .sidebar input[type=search], .faq-category-view .sidebar input[type=number], .faq-category-view .sidebar input[type=datetime], .faq-category-view .sidebar input[type=email], .faq-search-index .sidebar input[type=text], .faq-search-index .sidebar input[type=password], .faq-search-index .sidebar input[type=url], .faq-search-index .sidebar input[type=tel], .faq-search-index .sidebar input[type=search], .faq-search-index .sidebar input[type=number], .faq-search-index .sidebar input[type=datetime], .faq-search-index .sidebar input[type=email] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Apercu", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.faq-question-view .columns:after, .faq-category-view .columns:after, .faq-search-index .columns:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.faq-question-view .column.main, .faq-category-view .column.main, .faq-search-index .column.main {
  width: 75.33333333%;
  float: right;
}

.amfaq-rating .amfaq-rating-voting, .amfaq-rating .amfaq-rating-yesno {
  margin: 20px 0px;
}

.amfaq_tags .tags_content .item a, .am-item .am-links a {
  font-size: 12px;
}

.am-widget-category .amfaq_questions .am-title {
  font-size: 16px;
}

.amfaq_questions .am-title .am-minus, .amfaq_questions .am-title .am-plus {
  display: none;
}

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}

._has-auth-shown .authentication-wrapper {
  z-index: 900;
}

.authentication-dropdown {
  background-color: #ffffff;
  border: 1px solid #aeaeae;
  -webkit-transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
  -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scale(1, 0);
  transform-origin: 0 0;
  transition: transform linear 0.1s, visibility 0s linear 0.1s;
  visibility: hidden;
  width: 100%;
}
.authentication-dropdown._show {
  z-index: 100;
  -webkit-transform: scale(1, 1);
  -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
  transform: scale(1, 1);
  transition: transform linear 0.1s, visibility 0s linear 0s;
  visibility: visible;
}

.page-layout-checkout .field-tooltip {
  display: none;
}
.page-layout-checkout fieldset.street {
  width: 100%;
}
.page-layout-checkout .minicart-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-layout-checkout .minicart-items .product .product-item-details {
  display: inline-block;
}
.page-layout-checkout .minicart-items .product .product-image-container {
  display: inline-block;
  vertical-align: top;
}

.cart .table-wrapper .col {
  padding-top: 15px;
}
.cart .table-wrapper .col.price, .cart .table-wrapper .col.subtotal, .cart .table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart .table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart .table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 50px;
  padding: 0.375rem 0 0.375rem 0.75rem;
}
.cart .action-delete .fa {
  font-size: 22px;
}
.cart .actions button {
  background: transparent;
  color: black;
  font-weight: 300;
  margin: 0 -15px;
  border: none;
  padding: 0;
}
.cart .actions button:hover {
  background: transparent;
  color: #007bff;
}
.cart .actions button span {
  cursor: pointer;
}

.calculate--block {
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  padding: 35px;
}
.calculate--block .field-control {
  width: 100%;
}
.calculate--block select {
  margin-top: 5px;
  background: #fff;
}
.calculate--block .field {
  margin-top: 20px;
}
.calculate--block .field .choice.item {
  margin-top: 0;
}
.calculate--block input[type=text] {
  border-color: #e7e7e7;
  border: 1px solid;
  width: 100%;
  padding: 8px 20px;
}
.calculate--block .items.methods {
  margin-top: 20px;
}
.calculate--block .title #block-shipping-heading {
  width: 70%;
  display: inline-block;
}
.calculate--block .title img {
  width: 29%;
  display: inline-block;
  float: right;
  margin-top: 5px;
}

.calculate--bottom .row.no-gutter {
  padding-bottom: 5px;
}
.calculate--bottom .price {
  font-size: 20px;
}
.calculate--bottom .heading--small {
  margin-left: -30px;
}

.modal-inner-wrap header {
  display: none;
}

.checkout-methods-items {
  list-style: none;
  padding: 0 0 30px;
  margin: 0;
  display: block;
  width: 100%;
}

button.checkout {
  width: 100%;
}

.field-tooltip-content, .note {
  padding-top: 5px;
  font-size: 10px;
}

.opc li {
  list-style: none;
  margin-bottom: 25px;
}
.opc .button.continue {
  margin-top: 10px;
  padding: 10px 35px;
}

#checkoutSteps .field {
  margin-bottom: 20px !important;
}
#checkoutSteps .street .field:not(:first-child) {
  margin-bottom: 0 !important;
}
#checkoutSteps .street .field:not(:first-child).street {
  margin-top: 40px;
}

.opc-progress-bar-item {
  text-align: left;
  display: inline-block;
  width: auto;
  padding-right: 20px;
}
.opc-progress-bar-item._active {
  font-weight: 600;
}
.opc-progress-bar-item > span {
  color: #000000;
  font-size: 14px;
}

.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method th {
  margin-bottom: 0px;
}

#opc-new-shipping-address fieldset.street {
  margin-top: 20px;
}
#opc-new-shipping-address .form-shipping-address .field[name$="shippingAddress.telephone"] {
  margin-top: 0;
}
#opc-new-shipping-address .form-shipping-address .field[name$="shippingAddress.region"],
#opc-new-shipping-address .form-shipping-address .field[name$="shippingAddress.postcode"] {
  width: 49%;
}
#opc-new-shipping-address .form-shipping-address .field[name$="shippingAddress.country_id"] {
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
}

.checkout-cart-index #maincontent {
  padding-bottom: 80px;
}

.checkout--right {
  position: fixed;
  top: 75px;
  right: 0;
  height: 100%;
  width: 45%;
}
@media (max-width: 575.98px) {
  .checkout--right {
    display: none;
  }
}

.quantity--wrap .quantity--field {
  padding: 1px 0;
  width: 50px;
}

#customer-email-fieldset .actions-toolbar {
  margin-bottom: 20px;
}
#customer-email-fieldset .field-tooltip-content:first-of-type {
  display: none;
}

.checkout-success {
  text-align: center;
  margin: 80px 0;
}
.checkout-success .primary {
  float: none;
}

.checkout-billing-address input[type=checkbox] {
  width: initial;
  display: inline-block;
  margin-top: 0.5rem;
}

.summary.title {
  display: none;
}

.opc, .opc-progress-bar {
  margin: 0;
  padding: 0;
}

.opc-block-summary .no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.opc-block-summary .color--grey {
  color: #000000;
  text-transform: capitalize;
  letter-spacing: normal;
}
.opc-block-summary .product.options .value {
  margin-right: 10px;
}

.checkout-index-index > .loading-mask {
  top: 74px;
}

.checkout--cart-item .text-right {
  direction: rtl;
}

.checkout-index-index > .loading-mask,
.checkout-container > .loading-mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: black;
  display: table;
  vertical-align: middle;
  -webkit-transition: all 500ms ease; /* Safari 4+ */
  -moz-transition: all 500ms ease; /* Fx 5+ */
  -o-transition: all 500ms ease; /* Opera 12+ */
  transition: all 500ms ease; /* IE 10+, Fx 29+ */
}
.checkout-index-index > .loading-mask .loader,
.checkout-container > .loading-mask .loader {
  width: 123px;
  margin: 0 auto;
  vertical-align: middle;
  display: table-cell;
}
.checkout-index-index > .loading-mask .loader img,
.checkout-container > .loading-mask .loader img {
  margin: -62px 0 0 0;
}

.payment-method .payment-method-content {
  display: none;
}
.payment-method .payment-method-content > .actions-toolbar {
  display: block;
  margin-bottom: 15px;
}
.payment-method .payment-method-content > .actions-toolbar > .primary {
  display: flex;
  float: none;
}
.payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  margin-left: auto;
  margin-right: 0;
}
.payment-method._active .payment-method-content {
  display: block;
}

.checkout-container .loader img {
  margin: -62px 0 0 -62px !important;
}

.opc-block-shipping-information {
  display: none;
}

.checkout-billing-address a {
  color: #212529;
}

.discount--wrap {
  margin-left: 0;
  margin-right: 0;
}
.discount--wrap input[type=submit] {
  padding: 12px 0;
}
@media (max-width: 567.98px) {
  .discount--wrap .col-12 {
    padding-left: 0;
  }
  .discount--wrap .discount--bar {
    width: 100%;
  }
  .discount--wrap input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}

#co-shipping-method-form .actions-toolbar > div {
  margin: 0;
  padding: 0;
}

.discount--wrapper {
  margin: 0;
}

.checkout-onepage-success #registration {
  text-align: center;
  margin-bottom: 100px;
}
.checkout-onepage-success .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .actions-toolbar .primary .action {
  float: none !important;
}

#pmclain_stripe-form {
  margin: 50px 0;
}

@media (max-width: 575.98px) {
  .opc-summary-wrapper .padding-top--100px {
    display: none;
  }
}
.fieldset.estimate input[type=text], .fieldset.estimate select, .fieldset.estimate input[type=email] {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  width: 100%;
  min-height: 40px;
}
.fieldset.estimate select {
  height: 40px;
  border-radius: 0;
}
.fieldset.estimate .field {
  margin-bottom: 20px;
}
.fieldset.estimate .control {
  display: block;
}

.basket--totals .row, .basket--totals .col-md-6, .basket--totals .col-md-12 {
  margin-left: 0;
  padding-left: 0;
}

.submit--checkout {
  width: 100%;
}
.submit--checkout i {
  margin-right: 5px;
  margin-top: 2px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}

.opc-progress-bar .icon-tick {
  border: 1px solid #1a535c;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  font-size: 7px;
  color: #ffffff;
}
.opc-progress-bar span {
  color: #1a535c;
}
.opc-progress-bar li {
  opacity: 0.5;
}
.opc-progress-bar li._active, .opc-progress-bar li._complete {
  opacity: 1;
}
.opc-progress-bar li._active i, .opc-progress-bar li._complete i {
  background: #1a535c;
  color: #ffffff;
}
.opc-progress-bar li._active i:before, .opc-progress-bar li._complete i:before {
  content: "\e92d";
}
.opc-progress-bar li._complete i {
  opacity: 0.5;
}
.opc-progress-bar li i {
  vertical-align: bottom;
}
.opc-progress-bar li i:before {
  content: "";
}

.checkout-shipping-method {
  margin-top: 80px;
}
.checkout-shipping-method [data-role=title] {
  font-size: 18px;
}

.checkout--amend__basket {
  margin-top: 9px;
  display: inline-block;
}

#opc-sidebar {
  margin-top: 40px;
}
#opc-sidebar .label {
  color: #1a535c;
}
#opc-sidebar .checkout--summary__section {
  padding: 40px 30px 0px 30px;
  background: #F8F8F8;
}
#opc-sidebar .checkout--totals__sidebar {
  padding: 0px 30px 30px 30px;
  background: #F8F8F8;
}
#opc-sidebar .checkout--totals__sidebar .row {
  margin-left: 0;
}
#opc-sidebar .discount-code {
  display: none;
}
#opc-sidebar .checkout--totals__sidebar--hr {
  display: none;
}
#opc-sidebar .table--standard__image {
  width: 100%;
}

.checkout--totals__sidebar .col-md-6, .checkout--totals__sidebar .col, .checkout--totals__sidebar .col-md-12 {
  padding-left: 0;
}

.payment-methods .step-title {
  padding-bottom: 20px;
}

.payment-method button.checkout {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 11px 10px;
  background: #1a535c;
  margin-top: 20px;
}

.checkout--benefits {
  margin-top: 40px;
}
.checkout--benefits i {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #1a535c;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}
.checkout--benefits__content {
  float: right;
  width: calc(100% - 60px);
}
.checkout--benefits__product .col-md-6 {
  margin-bottom: 15px;
}
.checkout--benefits__product .checkout--benefits__content {
  margin-top: 20px;
  width: calc(100% - 83px);
}
.checkout--benefits__product i {
  height: 64px;
  width: 64px;
  line-height: 64px;
  font-size: 22px;
}
.checkout--benefits .checkout--benefits__content {
  mix-blend-mode: darken;
}

.shipping--method__item {
  min-width: 250px;
}

.shipping--method__item, .custom--radio__input {
  background: #F8F8F8;
  display: inline-block;
  padding: 15px 25px;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.shipping--method__item input[type=radio]:checked + .shipping--method__item--label::before, .custom--radio__input input[type=radio]:checked + .shipping--method__item--label::before {
  content: "\e92d";
  color: #000000;
  border-color: #000000;
}
.shipping--method__item--label::before, .custom--radio__input--label::before {
  text-align: center;
  font-size: 6px;
  width: 14px;
  height: 14px;
  line-height: 13px;
  border-radius: 2px;
  text-indent: 1px;
  content: "";
  border: 1px solid #7f7f7f;
  font-family: "cousins" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 6px;
  margin-top: 2px;
  vertical-align: top;
  display: inline-block;
}

#checkout .paymentMethods {
  width: 200px;
  margin: 0 auto;
}

.checkout--payment__active #opc-sidebar .checkout--summary__section {
  background: none;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.checkout--payment__active #opc-sidebar .checkout--totals__sidebar {
  background: none;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  padding-left: 50%;
}
.checkout--payment__active .finance-paymentMethods, .checkout--payment__active .paymentMethods--title {
  display: none;
}
.checkout--payment__active .payment-method {
  cursor: pointer;
}
.checkout--payment__active .payment-method .payment-method-title .label {
  cursor: pointer;
  position: relative;
}
.checkout--payment__active .payment-method .payment-method-title .label:before {
  position: absolute;
  top: auto;
  left: 0;
  font-size: 6px;
  width: 14px;
  height: 14px;
  line-height: 13px;
  border-radius: 2px;
  text-indent: 1px;
  content: "";
  color: #ffffff;
  border: 1px solid #7f7f7f;
  font-family: "cousins" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkout--payment__active .payment-method._active .payment-method-title {
  border: 1px solid #7f7f7f;
}
.checkout--payment__active .payment-method._active .payment-method-title .label:before {
  content: "\e92d";
  background: #1a535c;
  border: 1px solid #1a535c;
  text-align: center;
}
.checkout--payment__active .payment-method button.checkout {
  display: inline-block;
  margin-left: 0 !important;
  width: auto;
}
.checkout--payment__active .payment-method .payment-method-title {
  background: #F8F8F8;
  display: inline-block;
  padding: 7px 25px 4px;
  font-size: 11px;
  color: #000000;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  width: 300px;
  text-align: left;
}
.checkout--payment__active .payment-method .payment-method-title input[type=radio] {
  display: none;
}

#paybyfinance-main-block h3, #paybyfinance-main-block .h3 {
  display: inline-block;
  margin-right: 10px;
}
#paybyfinance-main-block .finance--payOver {
  margin-top: 17px;
}
#paybyfinance-main-block .paybyfinance-sum {
  width: 100%;
}
#paybyfinance-main-block .paybyfinance-sum td:nth-child(1) {
  text-align: left;
}
#paybyfinance-main-block .paybyfinance-sum td:nth-child(2) {
  text-align: right;
}
#paybyfinance-main-block .footnote {
  color: #becacc;
}
#paybyfinance-main-block .finance--scrollToPayment {
  cursor: pointer;
}
#paybyfinance-main-block .finance--scrollToPayment:hover {
  background: #1a535c;
  color: #ffffff !important;
}

.actions-toolbar .checkout .icon-lock {
  margin-right: 5px;
}

#block-shipping-heading {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding-bottom: 10px;
}

.summary--section .payment--methods {
  max-width: 200px;
  margin: 0 auto;
}

.checkout--totals__sidebar .row {
  margin-bottom: 5px;
}

#co-payment-form .legend {
  font-size: 21px;
}

#checkout-payment-method-load {
  margin-top: -20px;
}

#checkout .checkout-agreements, #checkout .newsletter-subscription-form {
  font-size: 14px;
}

#shipping-new-address-form input[type=text], #shipping-new-address-form input[type=email], #shipping-new-address-form input[type=password], #shipping-new-address-form select, .billing-address-form input[type=text], .billing-address-form input[type=email], .billing-address-form input[type=password], .billing-address-form select, #checkout-step-shipping input[type=text], #checkout-step-shipping input[type=email], #checkout-step-shipping input[type=password], #checkout-step-shipping select {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  width: 100%;
}
#shipping-new-address-form [name="billingAddresscheckmo.company"], .billing-address-form [name="billingAddresscheckmo.company"], #checkout-step-shipping [name="billingAddresscheckmo.company"] {
  display: none;
}
#shipping-new-address-form select, .billing-address-form select, #checkout-step-shipping select {
  border-radius: 0;
  height: 40px;
}
#shipping-new-address-form .label, .billing-address-form .label, #checkout-step-shipping .label {
  color: #1a535c;
}

.shipping-address-item {
  margin-bottom: 10px;
}
.shipping-address-item.not-selected-item {
  opacity: 0.5;
}

.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap {
  margin-top: 20px;
}
.checkout-index-index .modal-content {
  padding-top: 20px;
}
.checkout-index-index .modal-footer {
  display: block !important;
  background: #ffffff;
}
.checkout-index-index .modal-footer button {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Gelasio", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
}

input[name=company], div[name="shippingAddress.company"] {
  display: none !important;
}

.btn-select-store {
  border-bottom: 1px solid #1a535c;
  margin-top: 10px;
  display: inline-block;
}

.mpstorepickup-action-submit {
  min-width: 200px;
  text-align: center;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
}
.mpstorepickup-action-submit:hover {
  border: 1px solid #1a535c;
}

.mpstorepickup-action-cancel {
  min-width: 200px;
  text-align: center;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  border: 1px solid #1a535c;
  color: #1a535c;
}

.address-selected {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  min-width: 90%;
  max-width: 100%;
}

.btn-select-store {
  min-width: 200px;
  text-align: center;
  border: 1px solid #1a535c;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: none;
  font-weight: 400 !important;
}
.btn-select-store:hover {
  border: 1px solid #1a535c;
  background: #1a535c;
  color: #ffffff !important;
}

.checkout-cart-index .message.message-error.error {
  background: #ba4e00;
  color: #ffffff;
  padding: 20px;
  margin-bottom: -40px;
  margin-top: 60px;
}

.message.notice {
  color: red;
}

.mpstorepickup-address-selected {
  display: none !important;
}

#co-shipping-method-form .field.choice.active label {
  text-decoration: underline;
}

.mp-dialog-setting {
  display: none;
}

.payment-method img {
  display: none;
}

.errorFinance {
  background: #ba4e00;
  color: #ffffff;
  padding: 20px;
  margin-top: 20px;
}

.depositError a {
  color: #ffffff;
  border-color: #ffffff;
}

.wishlist-index-index .action.back {
  display: none;
}

.form-wishlist-items .actions-toolbar {
  text-align: center;
  padding: 0px 0px 60px;
}
.form-wishlist-items .actions-toolbar .default--button {
  margin: 0 5px;
}

.block--product__image--wrap .icon-cross {
  position: absolute;
  top: 16px;
  right: 16px;
}
.block--product__image--wrap .fa-heart {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 21px;
}

.wishlist--share {
  font-size: 14px;
  padding-top: 7px;
}
.wishlist--share i {
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  font-size: 12px;
}
.wishlist--share__links {
  font-size: 24px;
  margin-top: 10px;
}
.wishlist--share__links a {
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  background: #1a535c;
  color: #ffffff;
  width: 42px;
  height: 42px;
  font-weight: 400;
  line-height: 42px;
}

.contact-index-index .block-static-block {
  display: none;
}

.custom--form__edit {
  float: right;
  display: none;
}

.custom--forms__form {
  display: none;
}

.form--selector {
  padding-bottom: 40px;
}
.form--selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form--selector ul li {
  background: none;
  color: #1a535c;
}
.form--selector ul li label {
  display: inline-block;
  width: calc(100% - 50px);
}
.form--selector .form--selector__submenu {
  display: none;
  padding-left: 0px;
}
.form--selector input[type=radio]:checked + .custom--radio__input--label::before {
  content: "\e92d";
  color: #ffffff;
  border-color: #1a535c;
  background: #1a535c;
}
.form--selector .custom--radio__input {
  display: block;
  padding: 0 0 0 0;
}
.form--selector .custom--radio__input .custom--radio__item {
  padding: 13px 10px 5px;
}
.form--selector .custom--radio__input.active > .custom--radio__item {
  background: #e7e7e7;
}
.form--selector .custom--radio__input.active > .custom--radio__item .custom--form__edit {
  display: block;
}
.form--selector .custom--radio__input.active > .form--selector__submenu {
  display: block;
  padding-top: 10px;
}

.question-container.active .question-answer {
  display: block;
}
.question-container .question-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #becacc;
  cursor: pointer;
}
.question-container .question-answer {
  display: none;
  padding-top: 10px;
}

.amcform-toolbar .amcform-submit {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
}

body.account .block-content {
  margin-left: 0;
  margin-right: 0;
}
body.account .fieldset {
  display: inline-block;
  width: 100%;
}
body.account .fieldset .field {
  width: 49%;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}
body.account .fieldset .field:nth-child(2) {
  float: right;
}

.actions-toolbar {
  margin: 15px 0 0;
  width: 100%;
}
.actions-toolbar > div {
  display: inline-block;
}
.actions-toolbar .secondary {
  line-height: 45px;
}
.actions-toolbar .primary, .actions-toolbar .secondary {
  display: inline-block;
}
.actions-toolbar .action.remind {
  font-size: 13px;
}

.form-login {
  width: 100%;
  margin-right: 40px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .form-login {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.fieldset.login {
  width: 100%;
}

.login-container {
  padding-bottom: 150px;
  padding-top: 50px;
}
.login-container .block-content {
  margin-left: 0;
  margin-right: 0;
}

.customer-account-forgotpassword form.password {
  max-width: 400px;
  margin: 45px auto;
}

.captcha-image {
  padding: 15px 0;
}

#block-customer-login-heading, #block-new-customer-heading {
  font-weight: normal;
}

form.account {
  padding: 20px 0 40px;
}
form.account .field {
  width: 49%;
  display: inline-block;
}
form.account .field:first-of-type:not(.field-name-firstname) {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
form.account .confirmation {
  float: right;
}
form.account .field-name-lastname {
  float: right;
}

@media (max-width: 768px) {
  .account .block {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .account .block .box-title {
    padding: 10px 0 5px;
    position: relative;
    display: block;
  }
  .account .block .block-content {
    display: block;
  }
  .account .block .block-content .box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .account .col.shipping {
    display: none;
  }
  .account .col.total {
    display: none;
  }
}
@media (max-width: 575.98px) {
  form .field {
    width: 100% !important;
    float: none;
    margin-bottom: 10px !important;
  }
}
.nested > .field {
  width: 100% !important;
}

.customer-account-create .form-create-account {
  width: 60%;
  margin: 0 auto;
}
.customer-account-create .input--default {
  width: 100%;
}

.login-container .block-customer-login, .login-container .block-new-customer {
  float: left;
  width: 50%;
  display: inline-block;
}
.login-container .block-customer-login {
  width: 45%;
  margin-right: 5%;
}
.login-container .block.social-login-authentication-channel.account-social-login .block-content {
  text-align: left;
}
.login-container .forgot--password {
  margin-left: 20px;
}
.login-container .login p {
  margin: 10px 0px;
}
.login-container .block-content p {
  margin: 10px 0px;
}
.login-container .social-btn .btn-social {
  margin-left: -7px;
}

.form-address-edit .nested {
  margin-top: 20px;
}
.form-address-edit .field input, .form-address-edit .field select {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  width: 90%;
}
.form-address-edit .action.save.primary {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Gelasio", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
}

.blog--item {
  display: block;
  margin-bottom: 40px;
}
.blog--item__image {
  width: 100%;
}
.blog--item__image img {
  max-width: 100%;
}
.blog--item p {
  font-size: 14px;
  font-weight: 300;
}

.category--bar a {
  display: inline-block;
}
.category--bar a.active i, .category--bar a:hover i {
  background: #1a535c;
  color: #ffffff;
}
.category--bar i.icon-tick {
  width: 20px;
  height: 20px;
  background: none;
  color: #e7e7e7;
  line-height: 20px;
  font-size: 8px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  margin-top: 3px;
  border: 1px solid #1a535c;
  transition: all 400ms ease-in-out;
}
.category--bar i.icon-tick::before {
  content: "";
}
.category--bar .trigger--mobile__menu {
  font-size: 16px;
}
.category--bar .trigger--mobile__menu i {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 10px;
  vertical-align: top;
  margin-top: 5px;
  background: none !important;
  color: #1a535c !important;
}
.category--bar .trigger--mobile__menu:hover {
  background: none;
  color: #1a535c;
}

.blog--slider__image {
  width: 100%;
  height: 70vh;
}

.category--slider__prev, .category--slider__next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  color: #1a535c;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease-in-out;
  display: block !important;
}
.category--slider__prev i, .category--slider__next i {
  font-size: 8px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.category--slider__prev {
  left: 0;
  margin-left: -24px;
}
.category--slider__prev i {
  transform: rotate(180deg);
  margin-top: 19px;
  margin-left: 2px;
}
.category--slider__next {
  right: 0;
  margin-right: -24px;
}
.category--slider__next i {
  transform: rotate(0deg);
  margin-top: 19px;
}

.single-post h1, .single-post .h1 {
  font-size: 21px;
}
.single-post h2, .single-post .h2, .single-post h3, .single-post .h3 {
  font-size: 18px;
}

.pagination {
  margin-top: 20px;
}
.pagination .page-link {
  border-radius: 0 !important;
  background: #ffffff;
  color: #1a535c;
  border: 1px solid #1a535c;
}
.pagination .page-link:hover {
  background: #1a535c;
  color: #ffffff;
  border: 1px solid #1a535c;
}
.pagination li {
  margin: 0 5px;
}
.pagination .item.current .page-link {
  background: #1a535c;
  color: #ffffff;
}

#search_autocomplete {
  position: absolute;
  width: 900px !important;
  right: 0;
  background: #ffffff;
  text-align: left;
  z-index: 200;
  padding: 20px;
  display: none;
  border: 1px solid #e7e7e7;
  margin: 10px 0px 0 0;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result {
  display: flex;
  flex-wrap: wrap;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result .search--topPages {
  order: 2;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result .category-mini-crumb {
  display: none !important;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result .product--single__price--was {
  font-size: 12px;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl .product--single__price {
  font-size: 16px;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.category {
  order: 1;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.term {
  display: none;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product {
  order: 3;
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd {
  flex: 0 0 50%;
  max-width: 50%;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-image-box {
  width: 20%;
  float: left;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-image-box img {
  width: 100%;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-item {
  width: 80%;
  float: right;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product .autocomplete-list-title {
  display: none;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl dd {
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl dd:hover {
  opacity: 0.5;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result dl .autocomplete-list-title {
  color: #7f7f7f;
  padding-bottom: 10px;
}
#search_autocomplete .search--viewAll {
  order: 4;
  flex: 0 0 100%;
  max-width: 100%;
}
#search_autocomplete .search--viewAll button {
  position: relative;
  width: 100%;
  top: initial;
  right: initial;
  text-align: center;
  font-size: 14px;
}
#search_autocomplete .search--topPages .title-category {
  padding-bottom: 0px !important;
}

.cart--financeControls .default--button {
  text-align: left;
  padding-left: 15px;
}
.cart--financeControls .trigger--financeOption.active .custom--radio__input--label::before {
  content: "\e92d";
  color: #ffffff;
  border-color: #1a535c;
  background: #1a535c;
}

#paybyfinance-main-block .paybyfinance-sum td {
  pading: 0;
}

.cms-virtual-tour .page--headerTitle {
  display: none;
}

.image--walkthrough {
  width: 100%;
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1025px) {
  .image--walkthrough {
    height: 200px;
  }
}
.image--walkthrough__withIcon {
  line-height: 20vw;
}
@media (max-width: 1025px) {
  .image--walkthrough__withIcon {
    line-height: 200px;
  }
}
.image--walkthrough__withIcon i {
  color: #ffffff;
  font-size: 36px;
}
.image--walkthrough:hover {
  opacity: 0.5;
}
.image--walkthrough__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
}

.icon--walkthrough {
  background: #1a535c;
  width: 150px;
  height: 150px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  padding-top: 40px;
  transition: all 400ms ease-in-out;
}
.icon--walkthrough:hover {
  opacity: 0.5;
}
.icon--walkthrough i {
  font-size: 36px;
  margin-bottom: 10px;
  display: inline-block;
}
.icon--walkthrough .icon2-camera {
  font-size: 32px;
}

.slider--walkthrough {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slider--walkthrough .slide {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

body .magezon-builder h1, body .magezon-builder .h1, body .magezon-builder h2, body .magezon-builder .h2, body .magezon-builder h3, body .magezon-builder .h3, body .magezon-builder h4, body .magezon-builder .h4 {
  font-family: "mixta-didone-alt", serif;
}
body .magezon-builder .link--underline {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  body .magezon-builder .pageBuilder--customRow .mgz-col-md-3 {
    width: 50%;
  }
}
body .magezon-builder .default--button.button--blue.mgz-element-button {
  padding: 0;
}
body .magezon-builder .default--button.button--blue a {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
  border-color: #1a535c;
  border-radius: 0;
}
body .magezon-builder .default--button.button--blue a:hover {
  border: 1px solid #1a535c;
}
body .magezon-builder .mgz-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
}
body .magezon-builder .mgz-carousel .owl-dots button {
  vertical-align: middle;
}
body .magezon-builder .mgz-carousel .owl-dots button span {
  background: #ffffff;
  border: 1px solid #ffffff;
  width: 8px;
  height: 8px;
}
body .magezon-builder .mgz-carousel .owl-dots button.active span, body .magezon-builder .mgz-carousel .owl-dots button:hover span {
  background: none;
  width: 10px;
  height: 10px;
}
body .magezon-builder .pageBuilder--categoryBlock {
  position: relative;
  padding: 0;
  margin: 3px 4px -10px 4px;
}
body .magezon-builder .pageBuilder--categoryBlock .mgz-element-text {
  position: absolute;
  bottom: 15px;
  text-align: center;
  display: block;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0px;
}
body .magezon-builder .pageBuilder--rangeBlock {
  position: relative;
  padding: 0;
  margin: 6px 6px -10px 6px;
}
body .magezon-builder .pageBuilder--rangeBlock .mgz-element-text, body .magezon-builder .pageBuilder--rangeBlock .mgz-element-text a {
  position: absolute;
  top: 0px;
  text-align: center;
  display: block;
  width: 100%;
  height: calc(100% - 15px);
  color: white;
  background: none;
  padding: 10px 0px;
  font-size: 21px;
  font-family: "mixta-didone-alt", serif;
}
body .magezon-builder .pageBuilder--rangeBlock .mgz-element-text .mgz-element-inner a, body .magezon-builder .pageBuilder--rangeBlock .mgz-element-text a .mgz-element-inner a {
  position: absolute;
  top: 0%;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  /* vertical-align: middle; */
  padding-top: calc(25% - 30px);
}
body .magezon-builder .mgz-element-text p {
  font-size: 14px;
}

body .brand-page-new .shop-by-brand img, body .brand-page-new .shop-by-brand picture {
  height: auto;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  body .brand-page-new .homepage-text-slider span {
    width: calc(100% - 70px);
  }
  body .brand-page-new .owl-next {
    margin-top: -1px !important;
  }
}

#onepage-checkout-shipping-method-additional-load .amlocator-description {
  display: none;
}

.storelocatorActive .billing-address-same-as-shipping-block.field.choice {
  display: inline-block !important;
}
.storelocatorActive .billing-address-same-as-shipping-block.field.choice input[type=checkbox], .storelocatorActive .billing-address-same-as-shipping-block.field.choice label span {
  display: none !important;
}

.storelocatorActive .field-select-billing {
  margin-top: 20px;
}

.payment-method-content .messages .error {
  color: red;
  font-size: 12px;
}

#account-nav ul {
  background: #e7e7e7;
  padding: 0px 20px 0px 20px;
  display: block;
}
#account-nav ul li {
  display: block;
  position: relative;
}
#account-nav ul li:before {
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: #1a535c;
  margin-left: -20px;
  opacity: 0;
  transition: all 400ms ease-in-out;
}
#account-nav ul li.current:before, #account-nav ul li:hover:before {
  opacity: 1;
}
#account-nav ul li:last-child a, #account-nav ul li:last-child strong {
  border-bottom: 0;
}
#account-nav ul a, #account-nav ul strong {
  padding: 10px 0px 10px 0px;
  display: block;
  border-bottom: 1px solid #becacc;
}
#account-nav ul a strong, #account-nav ul strong strong {
  border-bottom: 0;
  padding: 0;
}
#account-nav .nav {
  flex-wrap: initial;
}

.table--orderStandard {
  border: 0;
}
.table--orderStandard th, .table--orderStandard td, .table--orderStandard tr {
  border: 0 !important;
  color: #1a535c;
}
.table--orderStandard th {
  font-size: 11px;
  padding: 16px;
}
.table--orderStandard td {
  background: #F8F8F8;
  padding: 15px;
}
.table--orderStandard .divider--table {
  padding: 2px;
  background: none;
}

.order-products-toolbar .pagination {
  justify-content: initial !important;
}
.order-products-toolbar .pagination li {
  margin-left: 0;
}

.block--order__top .order-actions-toolbar {
  padding-top: 0;
  margin-top: 0;
}
.block--order__top .order-date, .block--order__top .label {
  color: #1a535c;
}

.row--subtotals .data {
  border-bottom: 1px solid #becacc;
  padding: 10px 10px 10px 10px;
  margin-bottom: 0;
}
.row--subtotals .grand_total {
  background: #F8F8F8;
  border-bottom: 0;
  margin-top: -1px;
}
.row--subtotals .grand_total.data {
  padding-left: 15px !important;
}

.create.account input[type=email], .create.account input[type=password] {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  width: 100%;
}
.create.account #is_subscribed {
  margin-top: 10px;
}
.create.account .action.submit.primary {
  min-width: 200px;
  text-align: center;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
  border-color: #1a535c;
  color: #ffffff;
}

.trade-page-template .mgz-link.mgz-btn {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
  border-color: #1a535c;
  border-radius: 0 !important;
}
.trade-page-template .mgz-link.mgz-btn:hover {
  border: 1px solid #1a535c;
}
.trade-page-template input[name=company] {
  display: block;
}
.trade-page-template .button--white .mgz-link.mgz-btn {
  background: #ffffff;
  color: #1a535c;
}
.trade-page-template .button--white .mgz-link.mgz-btn:hover {
  border: 1px solid #1a535c;
  color: #ffffff !important;
  background: #1a535c;
}
.trade-page-template .trade--floating {
  position: relative;
}
.trade-page-template .trade--floating__target {
  position: absolute;
  max-width: 400px;
  background: #ffffff;
  top: 10%;
  left: 10%;
  padding: 60px;
}
@media (max-width: 1025px) {
  .trade-page-template .trade--floating__target {
    position: relative;
    top: 0;
    left: 0;
    padding: 30px;
    max-width: 100%;
  }
}
.trade-page-template .font--body h1, .trade-page-template .font--body .h1, .trade-page-template .font--body h2, .trade-page-template .font--body .h2, .trade-page-template .font--body h3, .trade-page-template .font--body .h3, .trade-page-template .font--body h4, .trade-page-template .font--body .h4, .trade-page-template .font--body h5, .trade-page-template .font--body .h5, .trade-page-template .font--body h6, .trade-page-template .font--body .h6 {
  font-family: "Muli", sans-serif;
}
.trade-page-template .trade--icons__background .mgz-element-raw_html .mgz-element-inner {
  background: #D7E1E2;
  color: #1a535c;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: 0 auto 30px auto;
  font-size: 30px;
  line-height: 128px;
}
.trade-page-template .mgz-element-icon {
  font-size: 30px;
}
.trade-page-template .trade--page__blocks .mgz-element-column {
  position: relative;
}
.trade-page-template .trade--page__blocks .mgz-element-heading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin-top: -33px;
  z-index: 10;
}
.trade-page-template .trade--page__blocks .mgz-col-md-6 {
  margin-top: 60px;
}
.trade-page-template .trade--page__blocks .mgz-col-md-6:nth-child(1) {
  padding-right: 15px;
}
.trade-page-template .trade--page__blocks .mgz-col-md-6:nth-child(2) {
  padding-left: 15px;
}
@media (max-width: 1025px) {
  .trade-page-template .trade--page__blocks .mgz-col-md-6 {
    margin-top: 60px;
  }
  .trade-page-template .trade--page__blocks .mgz-col-md-6:nth-child(1) {
    padding-right: 0px;
  }
  .trade-page-template .trade--page__blocks .mgz-col-md-6:nth-child(2) {
    padding-left: 0px;
    margin-top: 0px;
  }
}
.trade-page-template svg {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  fill: #1a535c;
  text-align: center;
}
.trade-page-template .mgz-element-raw_html {
  text-align: center;
}
@media (max-width: 1025px) {
  .trade-page-template .trade-page-block {
    margin-bottom: 0px;
  }
  .trade-page-template .trade-page-block .mgz-col-md-6 > div {
    padding: 30px !important;
    margin-top: 0px !important;
  }
}

.trade--contact__banner {
  position: relative;
}

.trade-contact-form-template .mgz-element-heading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin-top: -43px;
}
.trade-contact-form-template input, .trade-contact-form-template select, .trade-contact-form-template textarea {
  border-radius: 0;
}
.trade-contact-form-template .amcform-toolbar {
  text-align: center;
}
.trade-contact-form-template .trade--page__blocks .mgz-element-column {
  position: relative;
}
.trade-contact-form-template .trade--page__blocks .mgz-element-heading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin-top: -33px;
  z-index: 10;
}
.trade-contact-form-template .trade--page__blocks .mgz-col-md-6 {
  margin-top: 60px;
}
.trade-contact-form-template .trade--page__blocks .mgz-col-md-6:nth-child(1) {
  padding-right: 15px;
}
.trade-contact-form-template .trade--page__blocks .mgz-col-md-6:nth-child(2) {
  padding-left: 15px;
}
.trade-contact-form-template button {
  margin-top: 20px;
}
.trade-contact-form-template label {
  display: none;
}
@media (max-width: 1025px) {
  .trade-contact-form-template .mgz-col-md-6 {
    margin-top: 60px;
  }
  .trade-contact-form-template .mgz-col-md-6:nth-child(1) {
    padding-right: 0px !important;
  }
  .trade-contact-form-template .mgz-col-md-6:nth-child(2) {
    padding-left: 0px !important;
    margin-top: 30px !important;
  }
}

@media (max-width: 1025px) {
  .mgz-element-row .iwtgr45, .mgz-element-row .s5gd080, .mgz-element-row .u8p8xy7 {
    height: 0px;
  }
}

.trade--icons__background, .trade-icons-row {
  text-align: center;
}
@media (max-width: 1025px) {
  .trade--icons__background .mgz-col-md-3, .trade-icons-row .mgz-col-md-3 {
    width: 50%;
    min-height: 340px;
    flex: initial !important;
    max-width: initial !important;
    float: left !important;
  }
}

@media (max-width: 1025px) {
  .mgz-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  .mgz-container .mgz-col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    float: none;
  }
}
.cms-page-view .headingM, .cms-page-view h2 {
  font-size: 28px !important;
}

@media (max-width: 1025px) {
  .store-template .col-md-4 {
    padding: 0 15px !important;
  }
}
.store-template .owl-nav {
  display: none !important;
}
@media (max-width: 1025px) {
  .store-template .owl-nav {
    display: block !important;
  }
}
@media (max-width: 1025px) {
  .store-template .owl-dots {
    position: relative !important;
    margin-bottom: 0px !important;
    display: block !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1025px) {
  .store-template .mgz-element-slider {
    margin-bottom: -100px;
  }
}
.store-template .owl-dots {
  margin-bottom: -60px;
}
.store-template .owl-dots button span {
  background: #1a535c !important;
  opacity: 0.5 !important;
  width: 12px !important;
  height: 12px !important;
}
.store-template .owl-dots button.active span {
  opacity: 1 !important;
}
.store-template .store-director-block img {
  border-radius: 50%;
}
.store-template .mgz-element .mgz-carousel .item-content {
  background-color: transparent !important;
  bottom: 0 !important;
  padding: 20px !important;
  font-family: "mixta-didone-alt", serif !important;
  font-size: 21px;
}
@media (max-width: 1025px) {
  .store-template .store--block__image--text * {
    text-align: center;
  }
}
@media (max-width: 1025px) {
  .store-template .storeTextSlider {
    padding: 20px 0px !important;
  }
  .store-template .storeTextSlider [class*=mgz-col-] {
    float: none !important;
  }
}
@media (max-width: 1025px) {
  .store-template .map-box h1, .store-template .map-box p, .store-template .map-box .mgz-element-text, .store-template .map-box .mgz-element-raw_html {
    text-align: center;
  }
  .store-template .map-box .mgz-col-xs-12 {
    text-align: left;
  }
  .store-template .map-box .mgz-col-md-6 {
    width: 50%;
  }
}
.store-template .map-box .col-30 {
  width: 30%;
}
@media (max-width: 1025px) {
  .store-template .map-box .col-30 {
    width: 100%;
  }
}
.store-template .map-box .col-70 {
  width: 70%;
}
@media (max-width: 1025px) {
  .store-template .map-box .col-70 {
    width: 100%;
  }
}
.store-template p, .store-template p span {
  font-size: 13px;
}
.store-template .mgz-element-row {
  display: block;
}
.store-template .input--default {
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  min-width: 250px;
  max-width: 100%;
  color: #1a535c;
  border: 0;
}
.store-template .input--default::placeholder {
  color: #1a535c;
}
.store-template .store--block__image--text {
  color: #ffffff;
}
.store-template .mgz-link.mgz-btn {
  min-width: 170px;
}
.store-template .default--button {
  min-width: 150px;
}
.store-template .mgz-link.mgz-btn, .store-template .default--button {
  text-align: center;
  color: #ffffff;
  border: 0;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 15px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
  border-radius: 0;
}
.store-template .mgz-link.mgz-btn.white, .store-template .default--button.white {
  background: #ffffff;
  color: #1a535c;
}
.store-template .mgz-link.mgz-btn.pink, .store-template .default--button.pink {
  background: #DA9696;
}
.store-template .mgz-link.mgz-btn:hover, .store-template .default--button:hover {
  color: #ffffff !important;
}
.store-template .block--opening__times td:first-child() {
  padding-left: 0;
  padding-right: 30px;
}
.store-template .trigger--location {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 225px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 12px;
}
.store-template .icon--clock__store {
  position: absolute;
  top: 0;
  margin-top: -38px;
  margin-left: 150px;
  font-size: 19px;
  color: #7f7f7f;
}
.store-template .trigger--searchLocation {
  min-width: 0;
  background: #e7e7e7;
  padding: 3px;
  vertical-align: top;
  line-height: 33px;
  margin-left: -5px;
}
.store-template .trigger--searchLocation i {
  background: #1a535c;
  padding: 9px 11px;
  vertical-align: top;
  margin-top: -1px;
  display: inline-block;
}
.store-template .list--store__icons i {
  color: #becacc;
}
@media (max-width: 1025px) {
  .store-template .list--store__icons .mgz-col-md-3 {
    width: auto;
    flex: initial;
    max-width: auto;
    float: none;
    display: inline-block;
    margin-right: 20px;
    margin-top: 15px;
    width: 20px;
  }
  .store-template .list--store__icons .mgz-col-md-9 {
    display: inline-block;
    width: calc(100% - 70px);
    float: none;
  }
}
.store-template .mgz-carousel-nav-size-normal .owl-nav [class*=owl-] {
  background: #DA9696 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 6px;
  line-height: 40px;
}
.store-template .mgz-carousel-nav-size-normal .owl-nav [class*=owl-].owl-prev {
  line-height: 42px;
}
.store-template .mgz-carousel-nav-size-normal .owl-nav [class*=owl-].owl-prev i {
  transform: rotate(180deg);
}
.store-template .mgz-carousel-nav-size-normal .owl-nav [class*=owl-].owl-next i, .store-template .mgz-carousel-nav-size-normal .owl-nav [class*=owl-].owl-prev i {
  font-family: "cousins" !important;
}
.store-template .mgz-carousel-nav-size-normal .owl-nav [class*=owl-].owl-next i::before, .store-template .mgz-carousel-nav-size-normal .owl-nav [class*=owl-].owl-prev i::before {
  content: "\e90c" !important;
}
.store-template .mgz-carousel-nav-size-normal .owl-nav [class*=owl-].disabled {
  opacity: 0 !important;
}
@media (max-width: 1025px) {
  .store-template .text-md-left {
    padding: 15px;
  }
  .store-template .text-md-left .mgz-element-inner {
    padding: 0 !important;
  }
  .store-template .text-md-left * {
    text-align: left;
  }
}
@media (max-width: 1025px) {
  .store-template .block--opening__times table {
    float: left;
    width: calc(100% - 40px);
  }
}
@media (max-width: 1025px) {
  .store-template .shopPage--stores .full_width_row {
    border-bottom: 1px solid #becacc;
    padding-top: 20px;
  }
  .store-template .shopPage--stores .full_width_row .mgz-col-xs-12 {
    display: none;
  }
  .store-template .shopPage--stores .full_width_row .mgz-col-md-6:first-child() {
    float: left;
    width: 40px;
    font-size: 24px;
    color: #7f7f7f;
  }
  .store-template .shopPage--stores .full_width_row .mgz-col-md-6:nth-child(2) {
    float: left;
    width: calc(100% - 40px);
  }
}
@media (max-width: 1025px) {
  .store-template.store-template-tour div, .store-template.store-template-tour h3, .store-template.store-template-tour .h3 {
    text-align: left !important;
  }
  .store-template.store-template-tour .store--block__image--text .mgz-button, .store-template.store-template-tour .mgz-element-image_carousel {
    text-align: center !important;
  }
  .store-template.store-template-tour .store--block__image--text .mgz-button *, .store-template.store-template-tour .mgz-element-image_carousel * {
    text-align: center !important;
  }
  .store-template.store-template-tour .center-force h2 {
    text-align: center !important;
  }
}
.store-template .map-widget-cousins .amlocator-search-container {
  width: 100%;
  background: none;
}
.store-template .map-widget-cousins .amlocator-block.-map {
  width: 100%;
}
.store-template .map-widget-cousins .amlocator-button.-nearby {
  position: absolute;
  top: 0;
  right: 40px;
  width: auto;
  line-height: 42px;
  font-size: 16px;
}
.store-template .map-widget-cousins .locator-search-wrap {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  background: #1a535c;
  color: #ffffff;
}
.store-template .map-widget-cousins .locator-search-wrap .amlocator-search {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 35px;
  display: block;
  background: none;
}
.store-template .map-widget-cousins .amlocator-text {
  margin-right: 0px;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  width: initial;
  width: 100%;
}
.store-template .map-widget-cousins .amlocator-search {
  right: 0;
}
.store-template .map-widget-cousins .amlocator-map-container {
  display: initial;
  display: initial;
  display: initial;
  flex-direction: initial;
  -webkit-flex-wrap: initial;
  flex-wrap: initial;
}
.store-template .map-widget-cousins .amlocator-button.-nearby {
  background: none;
  border: 0;
  color: #1a535c;
}
.store-template .map-widget-cousins .amlocator-button.-nearby i {
  color: #1a535c;
}

.menu-archives {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-archives li {
  display: block;
  margin-bottom: 2px;
}
.menu-archives .fa {
  color: #7f7f7f;
  font-size: 18px;
}

.border-right {
  border-right: 1px solid #7f7f7f;
}

.mp-post-info .mp-info {
  color: #1a535c;
}

.post-list-item .post-short-description {
  opacity: 0.65;
}

body .post-info-wraper h2.mp-post-title a, body .about-admin h4.admin-title a, body .mp-post-meta-info a.mp-read-more, body .mp-post-info a.mp-info, body ul.menu-categories a.list-categories:hover, body .products-same-post a.product-item-link:hover, body a.mp-relate-link, body .mpblog-product-name {
  color: #1a535c !important;
}

.mp-read-more {
  border-bottom: 1px solid #1a535c;
}

#mpblog-list-container .pages.text-center {
  text-align: left !important;
}
#mpblog-list-container .justify-content-center {
  justify-content: left !important;
}

.prPage--header .trigger--prPage__filter {
  background: #ffffff;
  position: relative;
  display: inline-block;
  padding: 15px 15px 15px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
.prPage--header .trigger--prPage__filter.active {
  z-index: 102;
}
.prPage--header .trigger--prPage__filter:hover {
  opacity: 0.7;
}
.prPage--header .trigger--prPage__filter i {
  font-size: 10px;
  margin-left: 5px;
  cursor: pointer;
}

.prPage--filter {
  position: absolute;
  top: 49px;
  right: 0;
  z-index: 102;
  background: #ffffff;
  width: 100%;
  padding: 25px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.prPage--filter.active {
  opacity: 1;
  visibility: visible;
}
.prPage--filter__list {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
.prPage--filter__list li {
  margin: 0;
  padding: 5px 0px;
}
.prPage--filter__list li a {
  border-bottom: 1px solid transparent;
  transition: all 400ms ease-in-out;
}
.prPage--filter__list li a:hover {
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
}

.prPage--overlay {
  z-index: 100;
}

.prpage--social {
  font-size: 21px;
  display: inline-block;
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.prpage--social.active {
  visibility: visible;
  opacity: 1;
}
.prpage--social i {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 2.5px 0px 2.5px;
}

.post-sharing-button .addthis_inline_share_toolbox {
  float: right;
}

.post-view h1, .post-view .h1, .post-view h2, .post-view .h2, .post-view h3, .post-view .h3, .post-view h4, .post-view .h4 {
  font-family: "mixta-didone-alt", serif;
}

@media (max-width: 1025px) {
  .recycling-page .mgz-element-icon {
    margin-top: 40px;
  }
}
.recycling-page .three-headings {
  background: #f4f4f4;
  margin-top: 40px;
}
.recycling-page .three-headings .mgz-element-heading {
  text-align: center;
  padding: 20px;
}
.recycling-page .three-headings .mgz-btn {
  background: none;
  text-align: center;
  border: 1px solid transparent;
  color: #1a535c;
  margin: 0 auto;
}
.recycling-page .three-headings .mgz-btn:hover {
  background: none;
  border: 1px solid transparent;
  opacity: 0.5;
}
@media (max-width: 1025px) {
  .recycling-page .three-headings .mgz-btn {
    background: #1a535c;
    text-align: center;
    border: 1px solid #1a535c;
    color: #ffffff;
    margin: 0 auto;
    width: 300px;
    padding: 20px 0px;
  }
}
.recycling-page .mgz-btn {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 50px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
  border-color: #1a535c;
  border-radius: 0;
}
.recycling-page .mgz-btn:hover {
  border: 1px solid #1a535c;
  background: #ffffff;
  color: #1a535c;
}
@media (max-width: 1025px) {
  .recycling-page .recycling-block .mgz-element-inner {
    padding: 0 !important;
  }
  .recycling-page .recycling-block .mgz-single-image-inner {
    margin-bottom: 60px;
  }
  .recycling-page .recycling-block .mgz-element-heading-text,
  .recycling-page .recycling-block .mgz-element-text,
  .recycling-page .recycling-block .mgz-element-button {
    padding: 0 30px;
  }
}
.recycling-page .recycling-block .recycling-icon {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 100px;
  height: auto;
}
.recycling-page .recycling-block .recycling-icon.left {
  left: -25px;
  right: initial;
}
@media (max-width: 1025px) {
  .recycling-page .recycling-block .recycling-icon {
    top: initial;
    right: 25px;
    bottom: -25px;
  }
  .recycling-page .recycling-block .recycling-icon.left {
    left: initial;
    right: 25px;
  }
}
.recycling-page .recycling-contact {
  padding: 60px 0px;
  margin-bottom: 100px;
  box-shadow: 0px 0px 66px rgba(0, 0, 0, 0.1098039216);
}
.recycling-page .recycling-contact .mgz-button {
  margin-top: 20px;
}
.recycling-page .recycling-box-shadow {
  box-shadow: 0px 0px 66px rgba(0, 0, 0, 0.1098039216);
}
.recycling-page .recycling-box-shadow .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.recycling-page img, .recycling-page .mgz-single-image-wrapper {
  width: 100%;
}
.recycling-page .mgz-fa-check {
  border: 2px solid #1a535c;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  text-indent: 2px;
}
.recycling-page .recycling-block-two-columns {
  text-align: center;
  margin-top: 20px;
}
.recycling-page .recycling-block-two-columns .mgz-element-column, .recycling-page .recycling-block-two-columns .mgz-element-heading-text, .recycling-page .recycling-block-two-columns .mgz-element-button {
  text-align: center;
}
@media (max-width: 1025px) {
  .recycling-page .recycling-block-two-columns .mgz-element-inner {
    padding: 0 !important;
  }
}
.recycling-page .recycling-block-two-columns .recycling-floating-box {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -55px;
}
.recycling-page .recycling-block-two-columns .mgz-element-heading-text {
  color: #ffffff;
}
@media (max-width: 1025px) {
  .recycling-page .recycling-clearbee img {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 1025px) {
  .recycling-page .recycling-clearbee-icons img {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 1025px) {
  .recycling-page .box-shadow-mobile {
    box-shadow: -43px 59px 205px -62px rgba(0, 0, 0, 0.88);
    padding: 50px 0px;
  }
  .recycling-page .box-shadow-mobile .mgz-element-inner {
    padding: 0;
  }
}
@media (max-width: 1025px) {
  .recycling-page .mgz-container .mgz-col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
  }
}

.block--savings {
  color: #DA9696;
}

.section--builderMini__image {
  border: 1px solid #becacc;
  width: 100%;
  height: auto;
}

.pull--wishList {
  vertical-align: top;
  display: inline-block;
  margin-top: -17px;
}

.productType--setbuilder.product--single__addToCart {
  width: 100%;
}
.productType--setbuilder.product--single__addToCart button {
  width: 100%;
}

.setbuilder--price-box__wrap {
  max-height: 0;
  overflow: hidden;
}
.setbuilder--price-box__wrap.active {
  max-height: 1000em;
}

.subproduct__qty {
  text-align: center;
  display: inline-block;
  background: #F8F8F8;
  color: #1a535c;
  padding: 14px 19px 13px 19px;
  vertical-align: top;
  width: 100%;
}
.subproduct__qty input[type=text], .subproduct__qty input[type=number] {
  border: 0;
  background: none;
  text-align: center;
  width: 30px;
  font-size: 14px;
  color: #1a535c;
}
.subproduct__qty--plus, .subproduct__qty--minus {
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #1a535c;
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 14px;
}
.subproduct__qty--plus {
  text-indent: 1px;
}

#letsEditChairs .cross-small {
  position: relative;
  top: 0;
  right: 0;
  border-radius: 0%;
  width: auto;
  height: auto;
  line-height: auto;
  color: #1a535c;
  background: none;
  z-index: 1;
  text-align: left;
  font-size: 8px;
  margin: 0px 5px 0 0;
  z-index: 2;
  transition: all 400ms ease-in-out;
  cursor: pointer;
  border: 0px;
  vertical-align: middle;
  display: inline-block;
}

.basketSubproducts--container {
  padding-left: 150px;
}
.basketSubproducts--container .icon-cross {
  font-size: 9px;
  transition: all 400ms ease-in-out;
}
.basketSubproducts--container input[name=qty-sub] {
  width: 40px;
}
.basketSubproducts--collapse {
  max-height: 0;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  opacity: 0;
}
.basketSubproducts--collapse.active {
  max-height: 10000em;
  opacity: 1;
}

.trigger--basketSubproducts {
  cursor: pointer;
}
.trigger--basketSubproducts span {
  font-size: 11px;
}
.trigger--basketSubproducts i {
  font-size: 11px;
}

.tableBuilder--banner {
  padding: 20px;
  margin-top: 20px;
  color: #ffffff;
  transition: all 400ms ease-in-out;
}
.tableBuilder--banner:hover {
  color: #ffffff;
  opacity: 0.8;
}
.tableBuilder--banner a {
  color: #ffffff;
}
.tableBuilder--banner a:hover {
  opacity: 0.5;
}

#tableBuilderDiningTable .row {
  min-height: 450px;
}

.tableBuilder--modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.tableBuilderSeatingChoice--box {
  width: 100%;
  height: 200px;
}

#tableBuilderSeatingChoice .default--button {
  width: 100%;
}

.sign--pound {
  width: 26px;
  height: 26px;
  background: #DA9696;
  color: #ffffff;
  border-radius: 50%;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
  text-indent: -1px;
}

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

.flooring-page .products--flooring .mgz-element-column {
  position: relative;
}
.flooring-page .products--flooring .mgz-element-column .full_width_row_content_no_paddings {
  position: absolute;
  top: 50%;
  width: calc(100% - 20px);
  color: #ffffff;
  text-align: center;
  margin-top: -45px;
}
.flooring-page .products--flooring .mgz-element-column .full_width_row_content_no_paddings a {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1px;
  display: inline-block;
}
@media (max-width: 768px) {
  .flooring-page .flooring--text__wrap {
    padding: 0px 20px;
  }
}
.flooring-page .icons--flooring .mgz-element-inner i {
  font-size: 80px;
}
.flooring-page .flooring--button .mgz-link.mgz-btn {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
  border-color: #1a535c;
  border-radius: 0 !important;
}
.flooring-page .flooring--button .mgz-link.mgz-btn:hover {
  border: 1px solid #1a535c;
}
.flooring-page .buttons--wShadow__carpet .mgz-element-column {
  -webkit-box-shadow: 5px 5px 35px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 35px 3px rgba(0, 0, 0, 0.13);
  margin: 0px 10px;
  padding: 20px;
}
.flooring-page .buttons--wShadow__carpet .mgz-element-column .mgz-element-inner {
  display: flex;
}
.flooring-page .buttons--wShadow__carpet .mgz-element-column .mgz-element-inner .mgz-element-raw_html {
  flex: 0 0 25%;
  width: 100%;
  font-size: 35px;
}
.flooring-page .buttons--wShadow__carpet .mgz-element-column .mgz-element-inner .mgz-element-text {
  align-self: center;
  font-family: "mixta-didone-alt", serif;
}
.flooring-page .buttons--wShadow__carpet .mgz-element-column .mgz-element-inner .mgz-element-text p {
  font-size: 16px;
}
.flooring-page .buttons--wShadow__carpet .mgz-element-column .mgz-element-inner .mgz-element-inner {
  margin-bottom: 0;
}
.flooring-page .buttons--wShadow .mgz-element-column .mgz-element-row {
  -webkit-box-shadow: 5px 5px 35px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 35px 3px rgba(0, 0, 0, 0.13);
  margin: 0px 10px;
  padding: 20px;
}
@media (max-width: 768px) {
  .flooring-page .buttons--wShadow .mgz-element-column .mgz-element-row {
    margin: 10px 12px;
  }
}
.flooring-page .buttons--wShadow .mgz-element-column .mgz-element-row .mgz-element-column > .mgz-element-inner {
  display: flex;
}
.flooring-page .buttons--wShadow .mgz-element-column .mgz-element-row .mgz-element-column > .mgz-element-inner .mgz-element-raw_html {
  flex: 0 0 25%;
  max-width: 25%;
}
.flooring-page .buttons--wShadow .mgz-element-column .mgz-element-row .mgz-element-column > .mgz-element-inner .mgz-element-text {
  align-self: center;
  font-family: "mixta-didone-alt", serif;
}
.flooring-page .buttons--wShadow .mgz-element-column .mgz-element-row .mgz-element-column > .mgz-element-inner .mgz-element-text p {
  font-size: 16px;
}
.flooring-page .buttons--wShadow .mgz-element-column .mgz-element-row .mgz-element-column > .mgz-element-inner .mgz-element-inner {
  margin-bottom: 0;
}
.flooring-page .buttons--wShadow i {
  font-size: 36px;
}
.flooring-page .flooring--stores .mgz-element-colum {
  position: relative;
}
.flooring-page .flooring--stores .full_width_row_content_no_paddings {
  position: absolute;
  bottom: 40px;
  width: calc(100% - 20px);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .flooring-page .flooring--slider__block.mgz-col-md-3 {
    max-width: 100% !important;
    text-align: center !important;
  }
  .flooring-page .flooring--slider__block.mgz-col-md-3 .mgz-element {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .flooring-page .flooring--faq {
    width: 75%;
    left: 10%;
  }
}
.flooring-page .flooring--faq .mgz-toggle {
  border-bottom: thin solid rgba(26, 83, 92, 0.4);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.flooring-page .flooring--faq .mgz-fa-plus {
  right: 0 !important;
  left: unset !important;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A535C;
  border-radius: 50%;
  color: #ffffff !important;
  transform: translate(0, -50%) scale(1.5) !important;
}
@media (max-width: 768px) {
  .flooring-page .flooring--faq .mgz-fa-plus {
    margin-right: -40px !important;
    transform: translate(0, -100%) scale(1.5) !important;
  }
}
.flooring-page .flooring--faq .mgz-fa-minus {
  right: 0 !important;
  left: unset !important;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A535C;
  border-radius: 50%;
  color: #ffffff !important;
  transform: translate(0, -50%) scale(1.5) !important;
}
@media (max-width: 768px) {
  .flooring-page .flooring--faq .mgz-fa-minus {
    margin-right: -40px !important;
    transform: translate(0, -100%) scale(1.5) !important;
  }
}
.flooring-page .flooring--faq .mgz-toggle-title, .flooring-page .flooring--faq .mgz-toggle-content {
  padding-left: 0 !important;
}
.flooring-page .flooring--faq h4 {
  font-size: 24px;
}
.flooring-page .icons--floorings .inner-content {
  display: flex;
  justify-content: center !important;
}
.flooring-page .icons--floorings .mgz-col-md-2 {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .flooring-page .icons--floorings .mgz-col-md-2 {
    width: 50%;
    height: 200px;
  }
  .flooring-page .buttons--wShadow__carpet .mgz-element-column {
    margin: 0 !important;
  }
  .flooring-page .buttons--wShadow__carpet .mgz-element-column .mgz-element-inner .mgz-element-text p {
    font-size: 20px;
  }
}

.cms-homepage-dec-2022 .breadcrumb-bottom-spacing,
.cms-homepage-dec-2022 .breadcrumb-top-spacing,
.cms-index-index .breadcrumb-bottom-spacing,
.cms-index-index .breadcrumb-top-spacing,
.brand-page-new .breadcrumb-bottom-spacing,
.brand-page-new .breadcrumb-top-spacing,
.cms-homepage-dec-2022-63dbde7c49ad2 .breadcrumb-bottom-spacing,
.cms-homepage-dec-2022-63dbde7c49ad2 .breadcrumb-top-spacing,
.cms-homepage-dec-22 .breadcrumb-bottom-spacing,
.cms-homepage-dec-22 .breadcrumb-top-spacing {
  display: none;
}
.cms-homepage-dec-2022 .mgz-single-image-wrapper,
.cms-index-index .mgz-single-image-wrapper,
.brand-page-new .mgz-single-image-wrapper,
.cms-homepage-dec-2022-63dbde7c49ad2 .mgz-single-image-wrapper,
.cms-homepage-dec-22 .mgz-single-image-wrapper {
  width: 100%;
}
.cms-homepage-dec-2022 h2,
.cms-index-index h2,
.brand-page-new h2,
.cms-homepage-dec-2022-63dbde7c49ad2 h2,
.cms-homepage-dec-22 h2 {
  font-size: 40px !important;
  font-weight: 300 !important;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 h2,
  .cms-index-index h2,
  .brand-page-new h2,
  .cms-homepage-dec-2022-63dbde7c49ad2 h2,
  .cms-homepage-dec-22 h2 {
    line-height: 100%;
  }
}
.cms-homepage-dec-2022 .list--breadcrumbs,
.cms-index-index .list--breadcrumbs,
.brand-page-new .list--breadcrumbs,
.cms-homepage-dec-2022-63dbde7c49ad2 .list--breadcrumbs,
.cms-homepage-dec-22 .list--breadcrumbs {
  display: none;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage-blogs h2, .cms-homepage-dec-2022 .finishing-touches h2,
  .cms-index-index .homepage-blogs h2,
  .cms-index-index .finishing-touches h2,
  .brand-page-new .homepage-blogs h2,
  .brand-page-new .finishing-touches h2,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-blogs h2,
  .cms-homepage-dec-2022-63dbde7c49ad2 .finishing-touches h2,
  .cms-homepage-dec-22 .homepage-blogs h2,
  .cms-homepage-dec-22 .finishing-touches h2 {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage-product-slider .mgz-element-inner,
  .cms-index-index .homepage-product-slider .mgz-element-inner,
  .brand-page-new .homepage-product-slider .mgz-element-inner,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-product-slider .mgz-element-inner,
  .cms-homepage-dec-22 .homepage-product-slider .mgz-element-inner {
    padding: 0;
  }
}
.cms-homepage-dec-2022 .mgz-btn,
.cms-index-index .mgz-btn,
.brand-page-new .mgz-btn,
.cms-homepage-dec-2022-63dbde7c49ad2 .mgz-btn,
.cms-homepage-dec-22 .mgz-btn {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px !important;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 15px 20px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial !important;
  background: #1a535c;
  color: #ffffff !important;
  border-color: #1a535c;
  border-radius: 0;
}
.cms-homepage-dec-2022 .topSlider--homepage .item.mgz-carousel-item,
.cms-index-index .topSlider--homepage .item.mgz-carousel-item,
.brand-page-new .topSlider--homepage .item.mgz-carousel-item,
.cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .item.mgz-carousel-item,
.cms-homepage-dec-22 .topSlider--homepage .item.mgz-carousel-item {
  height: calc(100vh - 258px) !important;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .topSlider--homepage .item.mgz-carousel-item,
  .cms-index-index .topSlider--homepage .item.mgz-carousel-item,
  .brand-page-new .topSlider--homepage .item.mgz-carousel-item,
  .cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .item.mgz-carousel-item,
  .cms-homepage-dec-22 .topSlider--homepage .item.mgz-carousel-item {
    height: calc(100vh - 284px) !important;
  }
}
.cms-homepage-dec-2022 .topSlider--homepage .item-content,
.cms-index-index .topSlider--homepage .item-content,
.brand-page-new .topSlider--homepage .item-content,
.cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .item-content,
.cms-homepage-dec-22 .topSlider--homepage .item-content {
  position: static;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .topSlider--homepage .item-content,
  .cms-index-index .topSlider--homepage .item-content,
  .brand-page-new .topSlider--homepage .item-content,
  .cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .item-content,
  .cms-homepage-dec-22 .topSlider--homepage .item-content {
    text-align: center !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .topSlider--homepage .item-content-wrapper,
  .cms-index-index .topSlider--homepage .item-content-wrapper,
  .brand-page-new .topSlider--homepage .item-content-wrapper,
  .cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .item-content-wrapper,
  .cms-homepage-dec-22 .topSlider--homepage .item-content-wrapper {
    -webkit-align-items: end;
    -ms-align-items: end;
    align-items: end;
  }
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .topSlider--homepage .mgz-carousel-item,
  .cms-index-index .topSlider--homepage .mgz-carousel-item,
  .brand-page-new .topSlider--homepage .mgz-carousel-item,
  .cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .mgz-carousel-item,
  .cms-homepage-dec-22 .topSlider--homepage .mgz-carousel-item {
    height: 600px !important;
  }
}
.cms-homepage-dec-2022 .topSlider--homepage .slide-heading h6,
.cms-index-index .topSlider--homepage .slide-heading h6,
.brand-page-new .topSlider--homepage .slide-heading h6,
.cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .slide-heading h6,
.cms-homepage-dec-22 .topSlider--homepage .slide-heading h6 {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px !important;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 20px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial !important;
  background: #1a535c;
  color: #ffffff !important;
  border-color: #1a535c;
}
.cms-homepage-dec-2022 .topSlider--homepage .slide-heading:hover,
.cms-index-index .topSlider--homepage .slide-heading:hover,
.brand-page-new .topSlider--homepage .slide-heading:hover,
.cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .slide-heading:hover,
.cms-homepage-dec-22 .topSlider--homepage .slide-heading:hover {
  opacity: 0.6;
}
.cms-homepage-dec-2022 .topSlider--homepage .slide-caption1,
.cms-index-index .topSlider--homepage .slide-caption1,
.brand-page-new .topSlider--homepage .slide-caption1,
.cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .slide-caption1,
.cms-homepage-dec-22 .topSlider--homepage .slide-caption1 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px 40px 20px 0;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .topSlider--homepage .slide-caption1,
  .cms-index-index .topSlider--homepage .slide-caption1,
  .brand-page-new .topSlider--homepage .slide-caption1,
  .cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .slide-caption1,
  .cms-homepage-dec-22 .topSlider--homepage .slide-caption1 {
    position: relative;
    bottom: initial;
    right: initial;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding-top: 10px;
  }
}
.cms-homepage-dec-2022 .topSlider--homepage .slide-caption1 h6,
.cms-index-index .topSlider--homepage .slide-caption1 h6,
.brand-page-new .topSlider--homepage .slide-caption1 h6,
.cms-homepage-dec-2022-63dbde7c49ad2 .topSlider--homepage .slide-caption1 h6,
.cms-homepage-dec-22 .topSlider--homepage .slide-caption1 h6 {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.cms-homepage-dec-2022 .homepage-text-slider,
.cms-index-index .homepage-text-slider,
.brand-page-new .homepage-text-slider,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-text-slider,
.cms-homepage-dec-22 .homepage-text-slider {
  color: #ffffff;
  padding: 20px 0px;
}
.cms-homepage-dec-2022 .homepage-text-slider img,
.cms-index-index .homepage-text-slider img,
.brand-page-new .homepage-text-slider img,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-text-slider img,
.cms-homepage-dec-22 .homepage-text-slider img {
  height: 48px;
  width: auto;
}
.cms-homepage-dec-2022 .homepage-text-slider h4,
.cms-index-index .homepage-text-slider h4,
.brand-page-new .homepage-text-slider h4,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-text-slider h4,
.cms-homepage-dec-22 .homepage-text-slider h4 {
  color: #1a535c;
}
.cms-homepage-dec-2022 .homepage-text-slider p,
.cms-index-index .homepage-text-slider p,
.brand-page-new .homepage-text-slider p,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-text-slider p,
.cms-homepage-dec-22 .homepage-text-slider p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cms-homepage-dec-2022 .homepage-text-slider p i,
.cms-index-index .homepage-text-slider p i,
.brand-page-new .homepage-text-slider p i,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-text-slider p i,
.cms-homepage-dec-22 .homepage-text-slider p i {
  background: #467279;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
}
.cms-homepage-dec-2022 .homepage-text-slider p span,
.cms-index-index .homepage-text-slider p span,
.brand-page-new .homepage-text-slider p span,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-text-slider p span,
.cms-homepage-dec-22 .homepage-text-slider p span {
  text-align: left;
  padding-left: 15px;
  font-weight: 300;
  line-height: 17px;
}
.cms-homepage-dec-2022 .homepage-text-slider.homepage-text-slider-grey i,
.cms-index-index .homepage-text-slider.homepage-text-slider-grey i,
.brand-page-new .homepage-text-slider.homepage-text-slider-grey i,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-text-slider.homepage-text-slider-grey i,
.cms-homepage-dec-22 .homepage-text-slider.homepage-text-slider-grey i {
  background: #1a535c;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}
.cms-homepage-dec-2022 .homepage-text-slider.homepage-text-slider-grey h4,
.cms-index-index .homepage-text-slider.homepage-text-slider-grey h4,
.brand-page-new .homepage-text-slider.homepage-text-slider-grey h4,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-text-slider.homepage-text-slider-grey h4,
.cms-homepage-dec-22 .homepage-text-slider.homepage-text-slider-grey h4 {
  line-height: 18px;
  text-align: left;
}
.cms-homepage-dec-2022 .shop-by-room img, .cms-homepage-dec-2022 .shop-by-room picture,
.cms-index-index .shop-by-room img,
.cms-index-index .shop-by-room picture,
.brand-page-new .shop-by-room img,
.brand-page-new .shop-by-room picture,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room img,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room picture,
.cms-homepage-dec-22 .shop-by-room img,
.cms-homepage-dec-22 .shop-by-room picture {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .shop-by-room img, .cms-homepage-dec-2022 .shop-by-room picture,
  .cms-index-index .shop-by-room img,
  .cms-index-index .shop-by-room picture,
  .brand-page-new .shop-by-room img,
  .brand-page-new .shop-by-room picture,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room img,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room picture,
  .cms-homepage-dec-22 .shop-by-room img,
  .cms-homepage-dec-22 .shop-by-room picture {
    height: 350px;
  }
}
.cms-homepage-dec-2022 .shop-by-room .mgz-flex-position-middle-center,
.cms-index-index .shop-by-room .mgz-flex-position-middle-center,
.brand-page-new .shop-by-room .mgz-flex-position-middle-center,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room .mgz-flex-position-middle-center,
.cms-homepage-dec-22 .shop-by-room .mgz-flex-position-middle-center {
  display: block;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .shop-by-room,
  .cms-index-index .shop-by-room,
  .brand-page-new .shop-by-room,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room,
  .cms-homepage-dec-22 .shop-by-room {
    padding-left: 0px;
  }
}
.cms-homepage-dec-2022 .shop-by-room .item-content,
.cms-index-index .shop-by-room .item-content,
.brand-page-new .shop-by-room .item-content,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room .item-content,
.cms-homepage-dec-22 .shop-by-room .item-content {
  position: absolute;
  top: 50%;
  margin-top: -66.5px;
}
.cms-homepage-dec-2022 .shop-by-room .item-content *,
.cms-index-index .shop-by-room .item-content *,
.brand-page-new .shop-by-room .item-content *,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room .item-content *,
.cms-homepage-dec-22 .shop-by-room .item-content * {
  font-weight: 300;
  font-family: "mixta-didone-alt", serif;
  line-height: 100%;
}
.cms-homepage-dec-2022 .shop-by-room .item-title,
.cms-index-index .shop-by-room .item-title,
.brand-page-new .shop-by-room .item-title,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room .item-title,
.cms-homepage-dec-22 .shop-by-room .item-title {
  font-size: 40px !important;
}
.cms-homepage-dec-2022 .shop-by-room .item-description,
.cms-index-index .shop-by-room .item-description,
.brand-page-new .shop-by-room .item-description,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room .item-description,
.cms-homepage-dec-22 .shop-by-room .item-description {
  font-size: 24px !important;
  font-weight: 400;
  margin-top: 10px;
}
.cms-homepage-dec-2022 .shop-by-room u,
.cms-index-index .shop-by-room u,
.brand-page-new .shop-by-room u,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-room u,
.cms-homepage-dec-22 .shop-by-room u {
  display: inline-block;
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px !important;
}
.cms-homepage-dec-2022 .shop-by-style img, .cms-homepage-dec-2022 .shop-by-style picture,
.cms-index-index .shop-by-style img,
.cms-index-index .shop-by-style picture,
.brand-page-new .shop-by-style img,
.brand-page-new .shop-by-style picture,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style img,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style picture,
.cms-homepage-dec-22 .shop-by-style img,
.cms-homepage-dec-22 .shop-by-style picture {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .shop-by-style img, .cms-homepage-dec-2022 .shop-by-style picture,
  .cms-index-index .shop-by-style img,
  .cms-index-index .shop-by-style picture,
  .brand-page-new .shop-by-style img,
  .brand-page-new .shop-by-style picture,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style img,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style picture,
  .cms-homepage-dec-22 .shop-by-style img,
  .cms-homepage-dec-22 .shop-by-style picture {
    height: 350px;
    object-fit: cover;
  }
}
.cms-homepage-dec-2022 .shop-by-style .item-content *,
.cms-index-index .shop-by-style .item-content *,
.brand-page-new .shop-by-style .item-content *,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style .item-content *,
.cms-homepage-dec-22 .shop-by-style .item-content * {
  font-weight: 300;
  font-family: "mixta-didone-alt", serif;
}
.cms-homepage-dec-2022 .shop-by-style .item-content,
.cms-index-index .shop-by-style .item-content,
.brand-page-new .shop-by-style .item-content,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style .item-content,
.cms-homepage-dec-22 .shop-by-style .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 20px 20px 60px 60px !important;
  background: rgb(0, 0, 0) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.6965161064) 83%) !important;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .shop-by-style .item-content,
  .cms-index-index .shop-by-style .item-content,
  .brand-page-new .shop-by-style .item-content,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style .item-content,
  .cms-homepage-dec-22 .shop-by-style .item-content {
    padding: 15px !important;
  }
}
.cms-homepage-dec-2022 .shop-by-style .item-description,
.cms-index-index .shop-by-style .item-description,
.brand-page-new .shop-by-style .item-description,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style .item-description,
.cms-homepage-dec-22 .shop-by-style .item-description {
  margin-top: -5px;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .shop-by-style .item-description,
  .cms-index-index .shop-by-style .item-description,
  .brand-page-new .shop-by-style .item-description,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style .item-description,
  .cms-homepage-dec-22 .shop-by-style .item-description {
    margin-top: 5px;
  }
}
.cms-homepage-dec-2022 .shop-by-style .item-title,
.cms-index-index .shop-by-style .item-title,
.brand-page-new .shop-by-style .item-title,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style .item-title,
.cms-homepage-dec-22 .shop-by-style .item-title {
  font-size: 40px !important;
  line-height: 120%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .shop-by-style .item-title,
  .cms-index-index .shop-by-style .item-title,
  .brand-page-new .shop-by-style .item-title,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style .item-title,
  .cms-homepage-dec-22 .shop-by-style .item-title {
    font-size: 28px !important;
    line-height: 100%;
  }
}
.cms-homepage-dec-2022 .shop-by-style .mgz-flex-position-middle-center,
.cms-index-index .shop-by-style .mgz-flex-position-middle-center,
.brand-page-new .shop-by-style .mgz-flex-position-middle-center,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-style .mgz-flex-position-middle-center,
.cms-homepage-dec-22 .shop-by-style .mgz-flex-position-middle-center {
  display: initial !important;
}
.cms-homepage-dec-2022 .shop-by-brand img, .cms-homepage-dec-2022 .shop-by-brand picture,
.cms-index-index .shop-by-brand img,
.cms-index-index .shop-by-brand picture,
.brand-page-new .shop-by-brand img,
.brand-page-new .shop-by-brand picture,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand img,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand picture,
.cms-homepage-dec-22 .shop-by-brand img,
.cms-homepage-dec-22 .shop-by-brand picture {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .shop-by-brand img, .cms-homepage-dec-2022 .shop-by-brand picture,
  .cms-index-index .shop-by-brand img,
  .cms-index-index .shop-by-brand picture,
  .brand-page-new .shop-by-brand img,
  .brand-page-new .shop-by-brand picture,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand img,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand picture,
  .cms-homepage-dec-22 .shop-by-brand img,
  .cms-homepage-dec-22 .shop-by-brand picture {
    height: 350px;
  }
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .shop-by-brand,
  .cms-index-index .shop-by-brand,
  .brand-page-new .shop-by-brand,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand,
  .cms-homepage-dec-22 .shop-by-brand {
    padding-left: 0px;
    padding-top: 50px;
  }
  .cms-homepage-dec-2022 .shop-by-brand .mgz-carousel-nav-position-top_right .owl-nav,
  .cms-index-index .shop-by-brand .mgz-carousel-nav-position-top_right .owl-nav,
  .brand-page-new .shop-by-brand .mgz-carousel-nav-position-top_right .owl-nav,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand .mgz-carousel-nav-position-top_right .owl-nav,
  .cms-homepage-dec-22 .shop-by-brand .mgz-carousel-nav-position-top_right .owl-nav {
    right: 50%;
    margin-right: -32.5px;
  }
  .cms-homepage-dec-2022 .shop-by-brand .mgz-element-image_carousel,
  .cms-index-index .shop-by-brand .mgz-element-image_carousel,
  .brand-page-new .shop-by-brand .mgz-element-image_carousel,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand .mgz-element-image_carousel,
  .cms-homepage-dec-22 .shop-by-brand .mgz-element-image_carousel {
    padding-top: 50px;
  }
}
.cms-homepage-dec-2022 .shop-by-brand .item-title,
.cms-index-index .shop-by-brand .item-title,
.brand-page-new .shop-by-brand .item-title,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand .item-title,
.cms-homepage-dec-22 .shop-by-brand .item-title {
  font-weight: 400;
  font-family: "mixta-didone-alt", serif;
  font-size: 40px !important;
}
.cms-homepage-dec-2022 .shop-by-brand-all-link,
.cms-index-index .shop-by-brand-all-link,
.brand-page-new .shop-by-brand-all-link,
.cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand-all-link,
.cms-homepage-dec-22 .shop-by-brand-all-link {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -35px;
  margin-right: -40px;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .shop-by-brand-all-link,
  .cms-index-index .shop-by-brand-all-link,
  .brand-page-new .shop-by-brand-all-link,
  .cms-homepage-dec-2022-63dbde7c49ad2 .shop-by-brand-all-link,
  .cms-homepage-dec-22 .shop-by-brand-all-link {
    margin-right: 0;
    position: relative;
    text-align: center;
    top: initial;
    right: initial;
    margin-top: 0;
  }
}
.cms-homepage-dec-2022 .homepage-set-builder span,
.cms-index-index .homepage-set-builder span,
.brand-page-new .homepage-set-builder span,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-set-builder span,
.cms-homepage-dec-22 .homepage-set-builder span {
  font-weight: 300;
}
.cms-homepage-dec-2022 .homepage-set-builder h2,
.cms-index-index .homepage-set-builder h2,
.brand-page-new .homepage-set-builder h2,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-set-builder h2,
.cms-homepage-dec-22 .homepage-set-builder h2 {
  font-size: 40px !important;
  font-family: "mixta-didone-alt", serif;
  font-weight: 400;
}
.cms-homepage-dec-2022 .homepage-set-builder .mgz-child:not(:last-child) > .mgz-element-inner,
.cms-index-index .homepage-set-builder .mgz-child:not(:last-child) > .mgz-element-inner,
.brand-page-new .homepage-set-builder .mgz-child:not(:last-child) > .mgz-element-inner,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-set-builder .mgz-child:not(:last-child) > .mgz-element-inner,
.cms-homepage-dec-22 .homepage-set-builder .mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 0;
}
.cms-homepage-dec-2022 .homepage-set-builder .mgz-element-button,
.cms-index-index .homepage-set-builder .mgz-element-button,
.brand-page-new .homepage-set-builder .mgz-element-button,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-set-builder .mgz-element-button,
.cms-homepage-dec-22 .homepage-set-builder .mgz-element-button {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -31px;
}
.cms-homepage-dec-2022 .homepage-set-builder .mgz-element-button .mgz-btn,
.cms-index-index .homepage-set-builder .mgz-element-button .mgz-btn,
.brand-page-new .homepage-set-builder .mgz-element-button .mgz-btn,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-set-builder .mgz-element-button .mgz-btn,
.cms-homepage-dec-22 .homepage-set-builder .mgz-element-button .mgz-btn {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px !important;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 20px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial !important;
  background: #1a535c;
  color: #ffffff !important;
  border-color: #1a535c;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage-set-builder .mgz-single-image-wrapper img, .cms-homepage-dec-2022 .homepage-set-builder .mgz-single-image-wrapper picture,
  .cms-index-index .homepage-set-builder .mgz-single-image-wrapper img,
  .cms-index-index .homepage-set-builder .mgz-single-image-wrapper picture,
  .brand-page-new .homepage-set-builder .mgz-single-image-wrapper img,
  .brand-page-new .homepage-set-builder .mgz-single-image-wrapper picture,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-set-builder .mgz-single-image-wrapper img,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-set-builder .mgz-single-image-wrapper picture,
  .cms-homepage-dec-22 .homepage-set-builder .mgz-single-image-wrapper img,
  .cms-homepage-dec-22 .homepage-set-builder .mgz-single-image-wrapper picture {
    height: 250px;
    object-fit: cover;
  }
}
.cms-homepage-dec-2022 .homepage-showroom .mgz-flex-position-bottom-left,
.cms-index-index .homepage-showroom .mgz-flex-position-bottom-left,
.brand-page-new .homepage-showroom .mgz-flex-position-bottom-left,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom .mgz-flex-position-bottom-left,
.cms-homepage-dec-22 .homepage-showroom .mgz-flex-position-bottom-left {
  display: initial !important;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage-showroom .mgz-overlay,
  .cms-index-index .homepage-showroom .mgz-overlay,
  .brand-page-new .homepage-showroom .mgz-overlay,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom .mgz-overlay,
  .cms-homepage-dec-22 .homepage-showroom .mgz-overlay {
    display: none;
  }
}
.cms-homepage-dec-2022 .homepage-showroom .image-content,
.cms-index-index .homepage-showroom .image-content,
.brand-page-new .homepage-showroom .image-content,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom .image-content,
.cms-homepage-dec-22 .homepage-showroom .image-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 40px 20px;
  width: 100%;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage-showroom .image-content,
  .cms-index-index .homepage-showroom .image-content,
  .brand-page-new .homepage-showroom .image-content,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom .image-content,
  .cms-homepage-dec-22 .homepage-showroom .image-content {
    position: relative;
    bottom: initial;
    left: initial;
    padding: 30px 15px 15px 15px !important;
    color: #1a535c !important;
  }
}
.cms-homepage-dec-2022 .homepage-showroom .image-title,
.cms-index-index .homepage-showroom .image-title,
.brand-page-new .homepage-showroom .image-title,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom .image-title,
.cms-homepage-dec-22 .homepage-showroom .image-title {
  font-family: "mixta-didone-alt", serif !important;
  font-size: 36px !important;
  line-height: 100%;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage-showroom .image-title,
  .cms-index-index .homepage-showroom .image-title,
  .brand-page-new .homepage-showroom .image-title,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom .image-title,
  .cms-homepage-dec-22 .homepage-showroom .image-title {
    max-width: 80%;
  }
}
.cms-homepage-dec-2022 .homepage-showroom .image-description,
.cms-index-index .homepage-showroom .image-description,
.brand-page-new .homepage-showroom .image-description,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom .image-description,
.cms-homepage-dec-22 .homepage-showroom .image-description {
  font-size: 14px !important;
  max-width: 60%;
  font-weight: 300;
  line-height: 160%;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage-showroom .image-description,
  .cms-index-index .homepage-showroom .image-description,
  .brand-page-new .homepage-showroom .image-description,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom .image-description,
  .cms-homepage-dec-22 .homepage-showroom .image-description {
    max-width: 80%;
  }
}
.cms-homepage-dec-2022 .homepage-showroom img, .cms-homepage-dec-2022 .homepage-showroom picture,
.cms-index-index .homepage-showroom img,
.cms-index-index .homepage-showroom picture,
.brand-page-new .homepage-showroom img,
.brand-page-new .homepage-showroom picture,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom img,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom picture,
.cms-homepage-dec-22 .homepage-showroom img,
.cms-homepage-dec-22 .homepage-showroom picture {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage-showroom img, .cms-homepage-dec-2022 .homepage-showroom picture,
  .cms-index-index .homepage-showroom img,
  .cms-index-index .homepage-showroom picture,
  .brand-page-new .homepage-showroom img,
  .brand-page-new .homepage-showroom picture,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom img,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-showroom picture,
  .cms-homepage-dec-22 .homepage-showroom img,
  .cms-homepage-dec-22 .homepage-showroom picture {
    height: 300px;
  }
}
.cms-homepage-dec-2022 .homepage-store-experience h2.mgz-element-heading-text, .cms-homepage-dec-2022 .homepage-store-experience h3.mgz-element-heading-text, .cms-homepage-dec-2022 .homepage-store-experience .h3.mgz-element-heading-text, .cms-homepage-dec-2022 .homepage-store-experience .h2.mgz-element-heading-text,
.cms-index-index .homepage-store-experience h2.mgz-element-heading-text,
.cms-index-index .homepage-store-experience h3.mgz-element-heading-text,
.cms-index-index .homepage-store-experience .h3.mgz-element-heading-text,
.cms-index-index .homepage-store-experience .h2.mgz-element-heading-text,
.brand-page-new .homepage-store-experience h2.mgz-element-heading-text,
.brand-page-new .homepage-store-experience h3.mgz-element-heading-text,
.brand-page-new .homepage-store-experience .h3.mgz-element-heading-text,
.brand-page-new .homepage-store-experience .h2.mgz-element-heading-text,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-store-experience h2.mgz-element-heading-text,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-store-experience h3.mgz-element-heading-text,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-store-experience .h3.mgz-element-heading-text,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-store-experience .h2.mgz-element-heading-text,
.cms-homepage-dec-22 .homepage-store-experience h2.mgz-element-heading-text,
.cms-homepage-dec-22 .homepage-store-experience h3.mgz-element-heading-text,
.cms-homepage-dec-22 .homepage-store-experience .h3.mgz-element-heading-text,
.cms-homepage-dec-22 .homepage-store-experience .h2.mgz-element-heading-text {
  font-size: 40px !important;
  line-height: 100%;
}
.cms-homepage-dec-2022 .homepage-store-experience p,
.cms-index-index .homepage-store-experience p,
.brand-page-new .homepage-store-experience p,
.cms-homepage-dec-2022-63dbde7c49ad2 .homepage-store-experience p,
.cms-homepage-dec-22 .homepage-store-experience p {
  line-height: 160%;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage-store-experience img,
  .cms-index-index .homepage-store-experience img,
  .brand-page-new .homepage-store-experience img,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-store-experience img,
  .cms-homepage-dec-22 .homepage-store-experience img {
    margin-bottom: 20px;
  }
  .cms-homepage-dec-2022 .homepage-store-experience .mgz-element-heading,
  .cms-homepage-dec-2022 .homepage-store-experience .mgz-element-text,
  .cms-index-index .homepage-store-experience .mgz-element-heading,
  .cms-index-index .homepage-store-experience .mgz-element-text,
  .brand-page-new .homepage-store-experience .mgz-element-heading,
  .brand-page-new .homepage-store-experience .mgz-element-text,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-store-experience .mgz-element-heading,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage-store-experience .mgz-element-text,
  .cms-homepage-dec-22 .homepage-store-experience .mgz-element-heading,
  .cms-homepage-dec-22 .homepage-store-experience .mgz-element-text {
    max-width: 90%;
  }
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .home--product__slider,
  .cms-index-index .home--product__slider,
  .brand-page-new .home--product__slider,
  .cms-homepage-dec-2022-63dbde7c49ad2 .home--product__slider,
  .cms-homepage-dec-22 .home--product__slider {
    margin-left: 0;
  }
  .cms-homepage-dec-2022 .home--product__slider .slider--widget__prev,
  .cms-homepage-dec-2022 .home--product__slider .slider--widget__next,
  .cms-index-index .home--product__slider .slider--widget__prev,
  .cms-index-index .home--product__slider .slider--widget__next,
  .brand-page-new .home--product__slider .slider--widget__prev,
  .brand-page-new .home--product__slider .slider--widget__next,
  .cms-homepage-dec-2022-63dbde7c49ad2 .home--product__slider .slider--widget__prev,
  .cms-homepage-dec-2022-63dbde7c49ad2 .home--product__slider .slider--widget__next,
  .cms-homepage-dec-22 .home--product__slider .slider--widget__prev,
  .cms-homepage-dec-22 .home--product__slider .slider--widget__next {
    display: none;
  }
}
.cms-homepage-dec-2022 .page-footer .footer-1, .cms-homepage-dec-2022 .page-footer .footer-2,
.cms-index-index .page-footer .footer-1,
.cms-index-index .page-footer .footer-2,
.brand-page-new .page-footer .footer-1,
.brand-page-new .page-footer .footer-2,
.cms-homepage-dec-2022-63dbde7c49ad2 .page-footer .footer-1,
.cms-homepage-dec-2022-63dbde7c49ad2 .page-footer .footer-2,
.cms-homepage-dec-22 .page-footer .footer-1,
.cms-homepage-dec-22 .page-footer .footer-2 {
  display: none;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .homepage--postsSlider,
  .cms-index-index .homepage--postsSlider,
  .brand-page-new .homepage--postsSlider,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage--postsSlider,
  .cms-homepage-dec-22 .homepage--postsSlider {
    margin-left: 0 !important;
  }
  .cms-homepage-dec-2022 .homepage--postsSlider .slider--widget__prev,
  .cms-homepage-dec-2022 .homepage--postsSlider .slider--widget__next,
  .cms-index-index .homepage--postsSlider .slider--widget__prev,
  .cms-index-index .homepage--postsSlider .slider--widget__next,
  .brand-page-new .homepage--postsSlider .slider--widget__prev,
  .brand-page-new .homepage--postsSlider .slider--widget__next,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage--postsSlider .slider--widget__prev,
  .cms-homepage-dec-2022-63dbde7c49ad2 .homepage--postsSlider .slider--widget__next,
  .cms-homepage-dec-22 .homepage--postsSlider .slider--widget__prev,
  .cms-homepage-dec-22 .homepage--postsSlider .slider--widget__next {
    display: none;
  }
}
.cms-homepage-dec-2022 .slider--widgetPosts__title,
.cms-index-index .slider--widgetPosts__title,
.brand-page-new .slider--widgetPosts__title,
.cms-homepage-dec-2022-63dbde7c49ad2 .slider--widgetPosts__title,
.cms-homepage-dec-22 .slider--widgetPosts__title {
  max-width: 90%;
  line-height: 32px;
}
.cms-homepage-dec-2022 .slider--widget__prev, .cms-homepage-dec-2022 .slider--widget__next,
.cms-index-index .slider--widget__prev,
.cms-index-index .slider--widget__next,
.brand-page-new .slider--widget__prev,
.brand-page-new .slider--widget__next,
.cms-homepage-dec-2022-63dbde7c49ad2 .slider--widget__prev,
.cms-homepage-dec-2022-63dbde7c49ad2 .slider--widget__next,
.cms-homepage-dec-22 .slider--widget__prev,
.cms-homepage-dec-22 .slider--widget__next {
  left: initial;
  right: 240px;
  top: 0;
  margin-left: 0;
  margin-top: -100px;
  background: none;
  color: #1a535c;
}
.cms-homepage-dec-2022 .slider--widget__prev,
.cms-index-index .slider--widget__prev,
.brand-page-new .slider--widget__prev,
.cms-homepage-dec-2022-63dbde7c49ad2 .slider--widget__prev,
.cms-homepage-dec-22 .slider--widget__prev {
  margin-right: -50px;
}
.cms-homepage-dec-2022 .slider--widget__prev i,
.cms-index-index .slider--widget__prev i,
.brand-page-new .slider--widget__prev i,
.cms-homepage-dec-2022-63dbde7c49ad2 .slider--widget__prev i,
.cms-homepage-dec-22 .slider--widget__prev i {
  margin-top: -5px;
}
.cms-homepage-dec-2022 svg,
.cms-index-index svg,
.brand-page-new svg,
.cms-homepage-dec-2022-63dbde7c49ad2 svg,
.cms-homepage-dec-22 svg {
  max-width: 100%;
}
.cms-homepage-dec-2022 .visitSlider--homepage h6,
.cms-index-index .visitSlider--homepage h6,
.brand-page-new .visitSlider--homepage h6,
.cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage h6,
.cms-homepage-dec-22 .visitSlider--homepage h6 {
  font-family: "mixta-didone-alt", serif !important;
  font-size: 36px !important;
  color: #ffffff !important;
  line-height: 40px !important;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .visitSlider--homepage h6,
  .cms-index-index .visitSlider--homepage h6,
  .brand-page-new .visitSlider--homepage h6,
  .cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage h6,
  .cms-homepage-dec-22 .visitSlider--homepage h6 {
    text-align: center;
  }
}
.cms-homepage-dec-2022 .visitSlider--homepage .slide-caption2,
.cms-index-index .visitSlider--homepage .slide-caption2,
.brand-page-new .visitSlider--homepage .slide-caption2,
.cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage .slide-caption2,
.cms-homepage-dec-22 .visitSlider--homepage .slide-caption2 {
  width: 50%;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .visitSlider--homepage .slide-caption2,
  .cms-index-index .visitSlider--homepage .slide-caption2,
  .brand-page-new .visitSlider--homepage .slide-caption2,
  .cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage .slide-caption2,
  .cms-homepage-dec-22 .visitSlider--homepage .slide-caption2 {
    width: 100%;
  }
}
.cms-homepage-dec-2022 .visitSlider--homepage .slide-caption2 h3, .cms-homepage-dec-2022 .visitSlider--homepage .slide-caption2 .h3,
.cms-index-index .visitSlider--homepage .slide-caption2 h3,
.cms-index-index .visitSlider--homepage .slide-caption2 .h3,
.brand-page-new .visitSlider--homepage .slide-caption2 h3,
.brand-page-new .visitSlider--homepage .slide-caption2 .h3,
.cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage .slide-caption2 h3,
.cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage .slide-caption2 .h3,
.cms-homepage-dec-22 .visitSlider--homepage .slide-caption2 h3,
.cms-homepage-dec-22 .visitSlider--homepage .slide-caption2 .h3 {
  font-size: 14px !important;
  color: #ffffff !important;
  line-height: 24px !important;
  font-family: "Muli", sans-serif !important;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .visitSlider--homepage .slide-caption2 h3, .cms-homepage-dec-2022 .visitSlider--homepage .slide-caption2 .h3,
  .cms-index-index .visitSlider--homepage .slide-caption2 h3,
  .cms-index-index .visitSlider--homepage .slide-caption2 .h3,
  .brand-page-new .visitSlider--homepage .slide-caption2 h3,
  .brand-page-new .visitSlider--homepage .slide-caption2 .h3,
  .cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage .slide-caption2 h3,
  .cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage .slide-caption2 .h3,
  .cms-homepage-dec-22 .visitSlider--homepage .slide-caption2 h3,
  .cms-homepage-dec-22 .visitSlider--homepage .slide-caption2 .h3 {
    color: #1a535c !important;
    display: none;
  }
}
.cms-homepage-dec-2022 .visitSlider--homepage .mgz-flex-position-bottom-left .item-content,
.cms-index-index .visitSlider--homepage .mgz-flex-position-bottom-left .item-content,
.brand-page-new .visitSlider--homepage .mgz-flex-position-bottom-left .item-content,
.cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage .mgz-flex-position-bottom-left .item-content,
.cms-homepage-dec-22 .visitSlider--homepage .mgz-flex-position-bottom-left .item-content {
  left: 60px !important;
  bottom: 60px !important;
}
@media (max-width: 1025px) {
  .cms-homepage-dec-2022 .visitSlider--homepage .mgz-flex-position-bottom-left .item-content,
  .cms-index-index .visitSlider--homepage .mgz-flex-position-bottom-left .item-content,
  .brand-page-new .visitSlider--homepage .mgz-flex-position-bottom-left .item-content,
  .cms-homepage-dec-2022-63dbde7c49ad2 .visitSlider--homepage .mgz-flex-position-bottom-left .item-content,
  .cms-homepage-dec-22 .visitSlider--homepage .mgz-flex-position-bottom-left .item-content {
    left: initial !important;
    bottom: initial !important;
    top: 50%;
    margin-top: -60px;
  }
}

.brand-page-new .slider--widget__prev,
.brand-page-new .slider--widget__next {
  margin-top: -80px;
}
.brand-page-new .owl-nav {
  margin-right: 30px;
}
.brand-page-new .owl-prev i,
.brand-page-new .owl-next i {
  font-family: "cousins" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  display: inline-block;
}
.brand-page-new .owl-prev i::before,
.brand-page-new .owl-next i::before {
  content: "\e90c";
}
.brand-page-new .owl-next {
  margin-top: 1px;
  vertical-align: top;
}
.brand-page-new .owl-prev {
  transform: rotate(180deg);
  margin-top: 1px;
  vertical-align: top;
}

.spring-sale-2023 .shop-by-room img, .spring-sale-2023 .shop-by-room picture {
  height: 500px;
  object-fit: contain;
}

.page-footer .footer-1, .page-footer .footer-2, .page-footer .footer-6 {
  display: none;
}

.cms-bed-bedroom .list--breadcrumbs,
.cms-bed-bedroom .breadcrumb-top-spacing,
.cms-mattress-categories .list--breadcrumbs,
.cms-mattress-categories .breadcrumb-top-spacing {
  display: none;
}

.bed-bedroom-wrap .mgz-element-column > .mgz-element-inner {
  padding: 0px;
}
.bed-bedroom-wrap p {
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
.bed-bedroom-wrap p span {
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
.bed-bedroom-wrap .text-light p {
  font-weight: 300;
}
.bed-bedroom-wrap .text-light p span {
  font-weight: 300;
}
.bed-bedroom-wrap .aligned-block > .inner-content {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .aligned-block > .inner-content {
    display: block;
  }
}
.bed-bedroom-wrap .aligned-block > .inner-content .mgz-element-section > .mgz-element-inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .aligned-block > .inner-content .mgz-element-section > .mgz-element-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .mgz-carousel-item {
  position: relative;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .mgz-carousel-item {
    height: 350px !important;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper {
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  padding: 50px 0px;
  height: 400px;
  width: 500px;
  background-color: #DA9696;
  color: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  max-width: unset !important;
  margin: 0px;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper {
    height: 250px;
    width: 300px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content {
  position: relative;
  bottom: unset;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading {
  margin-bottom: 30px;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading br {
  display: none;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading span {
  font-family: "Muli", sans-serif;
  font-size: 19px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading span {
    margin-top: 5px;
    font-size: 16px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h2 {
  font-family: "Muli", sans-serif;
  font-size: 110px !important;
  line-height: 100px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h2 {
    font-size: 70px !important;
    line-height: 70px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h5 {
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h5 {
    font-size: 14px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h3 {
  font-family: "Muli", sans-serif;
  font-size: 51px;
  letter-spacing: 4.6px;
  line-height: 51px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h4 {
  font-family: "Muli", sans-serif;
  font-size: 37px;
  letter-spacing: 3.3px;
  line-height: 37px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption1 {
  background-color: #1E525C;
  display: inline-block;
  margin-right: 10px;
  border: thin solid #1E525C;
  transition: 300ms;
  padding: 5px 15px;
  min-width: 170px;
  font-family: "mixta-didone-alt", serif;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption1 .slide-text {
  font-size: 18px !important;
  color: #fff;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption1:hover {
  background-color: unset;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption1 {
    margin-bottom: 10px !important;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption2 {
  background-color: none;
  display: inline-block;
  margin-right: 10px;
  border: thin solid #fff;
  transition: 300ms;
  padding: 5px 15px;
  min-width: 170px;
  font-family: "mixta-didone-alt", serif;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption2 .slide-text {
  font-size: 18px !important;
  color: #fff;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption2:hover {
  background-color: #fff;
}
.bed-bedroom-wrap .topSlider--homepage .owl-nav button {
  background-color: #fff;
  border-radius: 50%;
}
.bed-bedroom-wrap .topSlider--homepage .owl-nav button::hover {
  opacity: 0.5;
  background-color: #fff;
}
.bed-bedroom-wrap .topSlider--homepage .owl-next {
  right: 25px;
}
.bed-bedroom-wrap .topSlider--homepage .owl-prev {
  left: 25px;
}
.bed-bedroom-wrap .category-carousel .item-title {
  font-family: "mixta-didone-alt", serif !important;
  width: 70%;
  left: 15%;
  position: relative;
  line-height: 60px;
}
.bed-bedroom-wrap .brand-carousel .owl-item {
  padding-bottom: 60px;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item {
  position: relative;
  padding-bottom: 100px;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner {
  position: relative;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .owl-item-image {
  position: relative;
  display: block;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .item-content {
  z-index: 2;
  height: 100%;
  width: 100%;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .item-content .item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-family: "Muli", sans-serif;
  font-weight: 300;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .item-content .item-description {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #1D535C;
  font-size: 40px;
  top: 100%;
  width: 100%;
  font-family: "mixta-didone-alt", serif !important;
}
@media (max-width: 576px) {
  .bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .item-content {
    padding: 10px 20px;
  }
}
.bed-bedroom-wrap .expert-block .mgz-link {
  min-width: 190px;
}
.bed-bedroom-wrap .expert-block .mgz-link:hover {
  background: #1a535c !important;
  color: #ffffff !important;
  border: 1px solid #1a535c;
  opacity: 0.5;
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .expert-block > .mgz-element-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .bed-bedroom-wrap .expert-block .expert-block-buttons > .mgz-element-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .bed-bedroom-wrap .expert-block .expert-block-buttons > .mgz-element-inner {
    display: block;
  }
  .bed-bedroom-wrap .expert-block .expert-block-buttons > .mgz-element-inner .mgz-btn-size-md.mgz-btn-style-flat {
    display: flex;
    justify-content: center;
  }
}
.bed-bedroom-wrap .guide-block {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .guide-block {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .bed-bedroom-wrap .guide-block {
    padding: 0px;
  }
}
.bed-bedroom-wrap .guide-block .mgz-element-heading {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.bed-bedroom-wrap .guide-block .mgz-element-icon {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.bed-bedroom-wrap .guide-block .mgz-element-icon i {
  color: #fff;
}
.bed-bedroom-wrap .guide-block .mgz-element-single_image.arrow-icon img {
  position: absolute;
  right: 10px;
  bottom: 30px;
  height: 16px;
  width: 25px;
  object-fit: unset;
}
.bed-bedroom-wrap .guide-block .mgz-element-button {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.bed-bedroom-wrap .guide-block .mgz-element-button .mgz-link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.bed-bedroom-wrap .guide-block .mgz-element-single_image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .map-box h1, .bed-bedroom-wrap .map-box p, .bed-bedroom-wrap .map-box .mgz-element-text, .bed-bedroom-wrap .map-box .mgz-element-raw_html {
    text-align: center;
  }
  .bed-bedroom-wrap .map-box .mgz-col-xs-12 {
    text-align: left;
  }
  .bed-bedroom-wrap .map-box .mgz-col-md-6 {
    width: 50%;
  }
}
.bed-bedroom-wrap .map-box .col-30 {
  width: 30%;
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .map-box .col-30 {
    width: 100%;
  }
}
.bed-bedroom-wrap .map-box .col-70 {
  width: 70%;
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .map-box .col-70 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bed-bedroom-wrap .mgz-element-heading {
    text-align: center;
  }
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .table.opening--times {
    text-align: center;
  }
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-search-container {
  width: 100%;
  background: none;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-block.-map {
  width: 100%;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-button.-nearby {
  position: absolute;
  top: 0;
  right: 40px;
  width: auto;
  line-height: 42px;
  font-size: 16px;
}
.bed-bedroom-wrap .map-widget-cousins .locator-search-wrap {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  background: #1a535c;
  color: #ffffff;
}
.bed-bedroom-wrap .map-widget-cousins .locator-search-wrap .amlocator-search {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 35px;
  display: block;
  background: none;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-text {
  margin-right: 0px;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  width: initial;
  width: 100%;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-search {
  right: 0;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-map-container {
  display: initial;
  display: initial;
  display: initial;
  flex-direction: initial;
  -webkit-flex-wrap: initial;
  flex-wrap: initial;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-button.-nearby {
  background: none;
  border: 0;
  color: #1a535c;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-button.-nearby i {
  color: #1a535c;
}
.bed-bedroom-wrap .choosing-banner {
  position: relative;
}
.bed-bedroom-wrap .choosing-banner .mgz-element-single_image > .mgz-element-inner:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .choosing-banner .mgz-element-single_image > .mgz-element-inner img {
    height: 300px;
    object-fit: cover;
  }
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content .choosing-banner-content-buttons > .mgz-element-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner {
  justify-content: center;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner .mgz-element-button {
  margin: 0px 10px;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner .mgz-element-button > .mgz-element-inner {
  margin-bottom: 0px;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner .mgz-element-button i {
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner .mgz-element-button a {
  color: #fff;
}
.bed-bedroom-wrap .homepage-text-slider {
  color: #ffffff;
  padding: 20px 0px;
}
.bed-bedroom-wrap .homepage-text-slider img {
  height: 48px;
  width: auto;
}
.bed-bedroom-wrap .homepage-text-slider h4 {
  color: #1a535c;
}
.bed-bedroom-wrap .homepage-text-slider p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bed-bedroom-wrap .homepage-text-slider p i {
  background: #467279;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
}
.bed-bedroom-wrap .homepage-text-slider p span {
  text-align: left;
  padding-left: 15px;
  font-weight: 300;
  line-height: 17px;
}
.bed-bedroom-wrap .homepage-text-slider.homepage-text-slider-grey i {
  background: #1a535c;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}
.bed-bedroom-wrap .homepage-text-slider.homepage-text-slider-grey h4 {
  line-height: 18px;
  text-align: left;
}
.bed-bedroom-wrap .read-more-button {
  display: block;
}
.bed-bedroom-wrap .read-more-button.hide {
  display: none;
}
.bed-bedroom-wrap .read-more-show-less {
  display: none;
}
.bed-bedroom-wrap .read-more-show-less.show {
  display: block;
}
.bed-bedroom-wrap .read-more-text {
  max-height: 0px;
  transition: 300ms;
  overflow: hidden;
}
.bed-bedroom-wrap .read-more-text.show {
  max-height: 1000px;
  transition: 0ms;
}
.bed-bedroom-wrap .shop-by-block.alt-layout > .mgz-element-inner {
  display: block;
  columns: 3;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .shop-by-block.alt-layout > .mgz-element-inner {
    columns: 2;
  }
  .bed-bedroom-wrap .shop-by-block.alt-layout > .mgz-element-inner .shop-by-item {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bed-bedroom-wrap .shop-by-block > .mgz-element-inner {
  display: flex;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .shop-by-block > .mgz-element-inner {
    display: block;
  }
  .bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item {
    display: inline-block;
    width: 50%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item {
  padding: 0px 5px;
  position: relative;
  display: inline-block;
  width: 33%;
}
.bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item h3 {
  font-size: 25px;
  font-family: "mixta-didone-alt", serif;
  color: #1D535C;
  font-weight: 400;
  margin-top: 30px;
}
.bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item .mgz-element-button {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.bed-bedroom-wrap .list--breadcrumbs {
  display: none;
}
.bed-bedroom-wrap .mgz-single-image-wrapper {
  width: 100%;
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev, .bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next {
  top: 0;
  right: 0;
  left: inherit;
  opacity: 1 !important;
  margin-top: -76px;
  background: none;
  font-size: 9px !important;
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev i, .bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next i {
  font-family: "cousins";
  font-weight: 400;
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev i:before, .bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next i:before {
  content: "\e90c";
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next {
  margin-right: 50px;
}
@media (max-width: 576px) {
  .bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next {
    margin-right: 5%;
    margin-top: -24px;
  }
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev {
  margin-left: 0px;
  margin-right: 100px;
  margin-top: -92px;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev {
    margin-right: 90%;
    margin-top: -40px;
  }
}
.bed-bedroom-wrap .amfaq_questions .am-title {
  font-family: "mixta-didone-alt", serif;
  font-weight: 400;
  position: relative;
}
.bed-bedroom-wrap .amfaq_questions .am-title:after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 0;
  background: #1a535c;
  color: #ffffff;
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  text-indent: 0px;
}
.bed-bedroom-wrap .mgz-btn {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 20px 30px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
  border-color: #1a535c;
  border-radius: 0;
}
.bed-bedroom-wrap .mgz-btn:hover {
  border: 1px solid #1a535c;
  opacity: 0.5;
}

.bedroom-carousel .owl-carousel .owl-nav button.owl-prev, .bedroom-carousel .owl-carousel .owl-nav button.owl-next {
  background: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 21px;
}
.bedroom-carousel .owl-carousel .owl-nav button.owl-prev:hover, .bedroom-carousel .owl-carousel .owl-nav button.owl-next:hover {
  color: #1a535c;
}
.bedroom-carousel .owl-nav button.owl-prev {
  margin-left: 32px;
  text-indent: -1px;
}
.bedroom-carousel .owl-nav button.owl-next {
  margin-right: 32px;
  text-indent: 1px;
}
.bedroom-carousel .mgz-video-embed-play {
  width: 48px !important;
}

.cms-mattresses .list--breadcrumbs {
  display: none;
}

.cms-bed-bedroom .list--breadcrumbs,
.cms-bed-bedroom .breadcrumb-top-spacing,
.cms-mattress-categories .list--breadcrumbs,
.cms-mattress-categories .breadcrumb-top-spacing {
  display: none;
}

.bed-bedroom-wrap .shop-by-new .owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
  margin-right: -40px;
  opacity: 1;
}

.bed-bedroom-wrap .shop-by-new .owl-carousel .owl-nav button.owl-prev {
  font-size: 20px;
  margin-left: -40px;
  opacity: 1;
}

.bed-bedroom-wrap .shop-by-new .item-inner {
  display: block;
}
.bed-bedroom-wrap .shop-by-new .item-content {
  position: relative;
  color: black !important;
  background: none !important;
}
.bed-bedroom-wrap .mgz-element-column > .mgz-element-inner {
  padding: 0px;
}
.bed-bedroom-wrap p {
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
.bed-bedroom-wrap p span {
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
.bed-bedroom-wrap .text-light p {
  font-weight: 300;
}
.bed-bedroom-wrap .text-light p span {
  font-weight: 300;
}
.bed-bedroom-wrap .aligned-block > .inner-content {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .aligned-block > .inner-content {
    display: block;
  }
}
.bed-bedroom-wrap .aligned-block > .inner-content .mgz-element-section > .mgz-element-inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .aligned-block > .inner-content .mgz-element-section > .mgz-element-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .mgz-carousel-item {
  position: relative;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .mgz-carousel-item {
    height: 350px !important;
  }
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .owl-stage-outer {
    padding-top: 250px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper {
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  padding: 50px 0px;
  height: 400px;
  width: 500px;
  background-color: #DA9696;
  color: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  max-width: unset !important;
  margin: 0px;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper {
    height: 250px;
    width: 100%;
    left: 0;
    top: -250px;
    transform: translateY(0) translateX(0);
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content {
  position: relative;
  bottom: unset;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading {
  margin-bottom: 30px;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading br {
  display: none;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading span {
  font-family: "Muli", sans-serif;
  font-size: 19px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading span {
    margin-top: 5px;
    font-size: 16px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h2, .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading .h2 {
  font-family: "Muli", sans-serif;
  font-size: 110px !important;
  line-height: 100px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h2, .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading .h2 {
    font-size: 70px !important;
    line-height: 70px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h5, .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading .h5 {
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h5, .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading .h5 {
    font-size: 14px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h3, .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading .h3 {
  font-family: "Muli", sans-serif;
  font-size: 51px;
  letter-spacing: 4.6px;
  line-height: 51px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h3, .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading .h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h4, .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading .h4 {
  font-family: "Muli", sans-serif;
  font-size: 37px;
  letter-spacing: 3.3px;
  line-height: 37px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading h4, .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-heading .h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption1 {
  background-color: #1E525C;
  display: inline-block;
  margin-right: 10px;
  border: thin solid #1E525C;
  transition: 300ms;
  padding: 5px 15px;
  min-width: 170px;
  font-family: "mixta-didone-alt", serif;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption1 .slide-text {
  font-size: 18px !important;
  color: #fff;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption1:hover {
  background-color: unset;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption1 {
    margin-bottom: 10px !important;
  }
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption2 {
  background-color: none;
  display: inline-block;
  margin-right: 10px;
  border: thin solid #fff;
  transition: 300ms;
  padding: 5px 15px;
  min-width: 170px;
  font-family: "mixta-didone-alt", serif;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption2 .slide-text {
  font-size: 18px !important;
  color: #fff;
}
.bed-bedroom-wrap .topSlider--homepage .item-content-wrapper .item-content .slide-caption2:hover {
  background-color: #fff;
}
.bed-bedroom-wrap .topSlider--homepage .owl-nav button {
  background-color: #fff;
  border-radius: 50%;
}
.bed-bedroom-wrap .topSlider--homepage .owl-nav button::hover {
  opacity: 0.5;
  background-color: #fff;
}
.bed-bedroom-wrap .topSlider--homepage .owl-next {
  right: 25px;
}
.bed-bedroom-wrap .topSlider--homepage .owl-prev {
  left: 25px;
}
.bed-bedroom-wrap .category-carousel .item-title {
  font-family: "mixta-didone-alt", serif !important;
  width: 70%;
  left: 15%;
  position: relative;
  line-height: 60px;
}
.bed-bedroom-wrap .category-carousel .item-content {
  padding: 10px 10px !important;
}
.bed-bedroom-wrap .category-carousel .owl-carousel .owl-stage .mgz-carousel-item .mgz-overlay {
  display: unset;
}
.bed-bedroom-wrap .category-carousel .owl-carousel .owl-stage .owl-nav.disabled {
  display: block !important;
}
.bed-bedroom-wrap .mgz-carousel-image_carousel .owl-carousel .owl-stage .mgz-carousel-item .mgz-overlay {
  display: none;
}
.bed-bedroom-wrap .mgz-carousel-image_carousel .mgz-carousel .owl-nav button {
  background: #1d535c !important;
  color: #ffffff;
  opacity: 1;
}
.bed-bedroom-wrap .amfaq_questions .am-item .am-content p {
  font-family: "Muli", sans-serif;
  font-size: 14px !important;
}
.bed-bedroom-wrap .amfaq_questions .am-item .am-title {
  font-family: "Muli", sans-serif;
  font-size: 1.4rem !important;
}
.bed-bedroom-wrap .brand-carousel .owl-item {
  padding-bottom: 60px;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item {
  position: relative;
  padding-bottom: 100px;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner {
  position: relative;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .owl-item-image {
  position: relative;
  display: block;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .item-content {
  z-index: 2;
  height: 100%;
  width: 100%;
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .item-content .item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-family: "Muli", sans-serif;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .item-content .item-title {
    font-size: 40px;
  }
}
.bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .item-content .item-description {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #1D535C;
  font-size: 40px;
  top: 100%;
  width: 100%;
  font-family: "mixta-didone-alt", serif !important;
}
@media (max-width: 576px) {
  .bed-bedroom-wrap .brand-carousel .owl-item .mgz-carousel-item .item-inner .item-content {
    padding: 10px 20px;
  }
}
.bed-bedroom-wrap .expert-block .mgz-link {
  min-width: 190px;
}
.bed-bedroom-wrap .expert-block .mgz-link:hover {
  background: #1a535c !important;
  color: #ffffff !important;
  border: 1px solid #1a535c;
  opacity: 0.5;
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .expert-block > .mgz-element-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .bed-bedroom-wrap .expert-block .expert-block-buttons > .mgz-element-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .bed-bedroom-wrap .expert-block .expert-block-buttons > .mgz-element-inner {
    display: block;
  }
  .bed-bedroom-wrap .expert-block .expert-block-buttons > .mgz-element-inner .mgz-btn-size-md.mgz-btn-style-flat {
    display: flex;
    justify-content: center;
  }
}
.bed-bedroom-wrap .guide-block {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .guide-block {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .bed-bedroom-wrap .guide-block {
    padding: 0px;
  }
}
.bed-bedroom-wrap .guide-block .mgz-element-heading {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.bed-bedroom-wrap .guide-block .mgz-element-icon {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.bed-bedroom-wrap .guide-block .mgz-element-icon i {
  color: #fff;
}
.bed-bedroom-wrap .guide-block .mgz-element-single_image.arrow-icon img, .bed-bedroom-wrap .guide-block .mgz-element-single_image.arrow-icon picture {
  position: absolute;
  right: 10px;
  bottom: 30px;
  height: 16px;
  width: 25px;
  object-fit: unset;
}
.bed-bedroom-wrap .guide-block .mgz-element-button {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.bed-bedroom-wrap .guide-block .mgz-element-button .mgz-link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.bed-bedroom-wrap .guide-block .mgz-element-single_image img, .bed-bedroom-wrap .guide-block .mgz-element-single_image picture {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .map-box h1,
  .bed-bedroom-wrap .map-box p,
  .bed-bedroom-wrap .map-box .mgz-element-text,
  .bed-bedroom-wrap .map-box .mgz-element-raw_html {
    text-align: center;
  }
  .bed-bedroom-wrap .map-box .mgz-col-xs-12 {
    text-align: left;
  }
  .bed-bedroom-wrap .map-box .mgz-col-md-6 {
    width: 50%;
  }
}
.bed-bedroom-wrap .map-box .col-30 {
  width: 30%;
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .map-box .col-30 {
    width: 100%;
  }
}
.bed-bedroom-wrap .map-box .col-70 {
  width: 70%;
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .map-box .col-70 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bed-bedroom-wrap .mgz-element-heading {
    text-align: center;
  }
}
@media (max-width: 1025px) {
  .bed-bedroom-wrap .table.opening--times {
    text-align: center;
  }
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-search-container {
  width: 100%;
  background: none;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-block.-map {
  width: 100%;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-button.-nearby {
  position: absolute;
  top: 0;
  right: 40px;
  width: auto;
  line-height: 42px;
  font-size: 16px;
}
.bed-bedroom-wrap .map-widget-cousins .locator-search-wrap {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  background: #1a535c;
  color: #ffffff;
}
.bed-bedroom-wrap .map-widget-cousins .locator-search-wrap .amlocator-search {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 35px;
  display: block;
  background: none;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-text {
  margin-right: 0px;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  width: initial;
  width: 100%;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-search {
  right: 0;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-map-container {
  display: initial;
  display: initial;
  display: initial;
  flex-direction: initial;
  -webkit-flex-wrap: initial;
  flex-wrap: initial;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-button.-nearby {
  background: none;
  border: 0;
  color: #1a535c;
}
.bed-bedroom-wrap .map-widget-cousins .amlocator-button.-nearby i {
  color: #1a535c;
}
.bed-bedroom-wrap .choosing-banner {
  position: relative;
}
.bed-bedroom-wrap .choosing-banner .mgz-element-single_image > .mgz-element-inner:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .choosing-banner .mgz-element-single_image > .mgz-element-inner img, .bed-bedroom-wrap .choosing-banner .mgz-element-single_image > .mgz-element-inner picture {
    height: 300px;
    object-fit: cover;
  }
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content .choosing-banner-content-buttons > .mgz-element-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner {
  justify-content: center;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner .mgz-element-button {
  margin: 0px 10px;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner .mgz-element-button > .mgz-element-inner {
  margin-bottom: 0px;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner .mgz-element-button i {
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}
.bed-bedroom-wrap .choosing-banner .choosing-banner-content > .mgz-element-inner .mgz-element-button a {
  color: #fff;
}
.bed-bedroom-wrap .homepage-text-slider {
  color: #ffffff;
  padding: 20px 0px;
}
.bed-bedroom-wrap .homepage-text-slider img {
  height: 48px;
  width: auto;
}
.bed-bedroom-wrap .homepage-text-slider h4 {
  color: #1a535c;
}
.bed-bedroom-wrap .homepage-text-slider p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bed-bedroom-wrap .homepage-text-slider p i {
  background: #467279;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  order: 1;
}
.bed-bedroom-wrap .homepage-text-slider p span {
  text-align: left;
  padding-left: 15px;
  font-weight: 300;
  line-height: 17px;
}
.bed-bedroom-wrap .homepage-text-slider.homepage-text-slider-grey i {
  background: #1a535c;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}
.bed-bedroom-wrap .homepage-text-slider.homepage-text-slider-grey h4 {
  line-height: 18px;
  text-align: left;
}
.bed-bedroom-wrap .read-more-button {
  display: block;
}
.bed-bedroom-wrap .read-more-button.hide {
  display: none;
}
.bed-bedroom-wrap .read-more-show-less {
  display: none;
}
.bed-bedroom-wrap .read-more-show-less.show {
  display: block;
}
.bed-bedroom-wrap .read-more-text {
  max-height: 0px;
  transition: 300ms;
  overflow: hidden;
}
.bed-bedroom-wrap .read-more-text.show {
  max-height: 1000px;
  transition: 0ms;
}
.bed-bedroom-wrap .shop-by-block.alt-layout > .mgz-element-inner {
  display: block;
  columns: 3;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .shop-by-block.alt-layout > .mgz-element-inner {
    columns: 2;
  }
  .bed-bedroom-wrap .shop-by-block.alt-layout > .mgz-element-inner .shop-by-item {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bed-bedroom-wrap .shop-by-block > .mgz-element-inner {
  display: flex;
}
@media (max-width: 991.98px) {
  .bed-bedroom-wrap .shop-by-block > .mgz-element-inner {
    display: block;
  }
  .bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item {
    display: inline-block;
    width: 50%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item {
  padding: 0px 5px;
  position: relative;
}
.bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item h3, .bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item .h3 {
  font-size: 25px;
  font-family: "mixta-didone-alt", serif;
  color: #1D535C;
  font-weight: 400;
  margin-top: 30px;
}
.bed-bedroom-wrap .shop-by-block > .mgz-element-inner .shop-by-item .mgz-element-button {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.bed-bedroom-wrap .list--breadcrumbs {
  display: none;
}
.bed-bedroom-wrap .mgz-single-image-wrapper {
  width: 100%;
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev,
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next {
  top: 0;
  right: 0;
  left: inherit;
  opacity: 1 !important;
  margin-top: -76px;
  background: none;
  font-size: 9px !important;
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev i,
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next i {
  font-family: "cousins";
  font-weight: 400;
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev i:before,
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next i:before {
  content: "\e90c";
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next {
  margin-right: 50px;
}
@media (max-width: 576px) {
  .bed-bedroom-wrap .brand-carousel .owl-nav button.owl-next {
    margin-right: 5%;
    margin-top: -24px;
  }
}
.bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev {
  margin-left: 0px;
  margin-right: 100px;
  margin-top: -92px;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .bed-bedroom-wrap .brand-carousel .owl-nav button.owl-prev {
    margin-right: 90%;
    margin-top: -40px;
  }
}
.bed-bedroom-wrap .amfaq_questions .am-title {
  font-family: "mixta-didone-alt", serif;
  font-weight: 400;
  position: relative;
}
@media (max-width: 706px) {
  .bed-bedroom-wrap .amfaq_questions .am-title {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .bed-bedroom-wrap .amfaq_questions .am-title::after {
    margin-right: -30px;
  }
}
.bed-bedroom-wrap .amfaq_questions .am-title:after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 0;
  background: #1a535c;
  color: #ffffff;
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  text-indent: 0px;
}
.bed-bedroom-wrap .mgz-btn {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 20px 30px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
  border-color: #1a535c;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .bed-bedroom-wrap .mgz-btn {
    margin: 0 auto;
    display: block;
    width: 90%;
  }
}
.bed-bedroom-wrap .mgz-btn:hover {
  border: 1px solid #1a535c;
  opacity: 0.5;
}

.bedroom-carousel .owl-carousel .owl-nav button.owl-prev,
.bedroom-carousel .owl-carousel .owl-nav button.owl-next {
  background: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 21px;
}
.bedroom-carousel .owl-carousel .owl-nav button.owl-prev:hover,
.bedroom-carousel .owl-carousel .owl-nav button.owl-next:hover {
  color: #1a535c;
}
.bedroom-carousel .owl-nav button.owl-prev {
  margin-left: 32px;
  text-indent: -1px;
}
.bedroom-carousel .owl-nav button.owl-next {
  margin-right: 32px;
  text-indent: 1px;
}
.bedroom-carousel .mgz-video-embed-play {
  width: 48px !important;
}

.cms-mattresses .list--breadcrumbs {
  display: none;
}

.bed-bedroom-wrap .cms-homepage-dec-2022 .mgz-carousel-nav-position-center_split .owl-nav .owl-next, .bed-bedroom-wrap .cms-homepage-dec-2022 .mgz-carousel-nav-position-center_split .owl-nav .owl-prev, .bed-bedroom-wrap .category-carousel .mgz-carousel-nav-position-center_split .owl-nav .owl-next, .bed-bedroom-wrap .category-carousel .mgz-carousel-nav-position-center_split .owl-nav .owl-prev {
  opacity: 1 !important;
  background: #1a535c !important;
  color: #ffffff !important;
  display: block !important;
}
.bed-bedroom-wrap .mgz-overlay {
  display: none;
}

.christmas-lookbook .mgz-fotorama .fotorama__caption {
  top: 50%;
  margin-top: -25px;
  background: none;
}
.christmas-lookbook .mgz-fotorama .fotorama__caption .fotorama__caption__wrap {
  background: none;
}
.christmas-lookbook .mgz-fotorama .fotorama__caption .fotorama__caption__wrap a {
  color: #ffffff;
  border: 1px solid #1a535c;
}
.christmas-lookbook .fotorama__thumb-border {
  border: 1px solid #1a535c;
}
.christmas-lookbook .fotorama__arr {
  background: #1a535c;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #ffffff;
  font-family: "cousins" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}
.christmas-lookbook .fotorama__arr.fotorama__arr--prev {
  transform: rotate(180deg);
}
.christmas-lookbook .fotorama__arr::before {
  content: "\e915";
}

.modal-christmas .modal-header {
  display: block !important;
}
@media (max-width: 1025px) {
  .modal-christmas .modal-header {
    padding: 0 !important;
  }
}
.modal-christmas .fotorama__thumb-border {
  border: 1px solid #1a535c;
}
.modal-christmas .block--product .block--product__image--wrap {
  height: 12.5vw;
}
.modal-christmas .block--product .product--single__price .label {
  display: none;
}
.modal-christmas .fotorama__arr {
  background: #1a535c;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: #ffffff;
  font-family: "cousins" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.modal-christmas .fotorama__arr.fotorama__arr--prev {
  transform: rotate(180deg);
}
.modal-christmas .fotorama__arr::before {
  content: "\e915";
}
.modal-christmas .action-close {
  margin-top: 55px !important;
  z-index: 10;
  background: none !important;
  padding: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1025px) {
  .modal-christmas .action-close {
    margin-top: 0 !important;
  }
}
.modal-christmas .action-close span {
  font-family: "cousins" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #1a535c;
  display: block;
  height: 34px !important;
  width: 34px !important;
  line-height: 34px !important;
  position: relative !important;
}
.modal-christmas .action-close span::before {
  content: "\e908";
}
.modal-christmas .christmas-products {
  height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal-christmas .modal-content {
  padding: 10px !important;
}

.history--hero-banner h1 {
  font-size: 92px !important;
}
.history--hero-banner h2 {
  font-size: 37px !important;
}
.history--hero-banner__wrap {
  position: relative;
  height: 550px;
  width: 100%;
}
.history--hero-banner__content {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .history--hero-banner__content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.history--hero-banner__content h3, .history--hero-banner__content .h3 {
  font-size: 92px;
  font-family: "mixta-didone-alt", serif;
}
@media (max-width: 768px) {
  .history--hero-banner__content h3, .history--hero-banner__content .h3 {
    font-size: 53px;
    line-height: 52px;
  }
}
.history--hero-banner__content img {
  margin-top: -50px;
}
.history--hero-banner__image {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.history--hero-banner__image img, .history--hero-banner__image picture {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .history--hero-banner__image {
    height: 100%;
  }
  .history--hero-banner__image div {
    height: 100%;
  }
  .history--hero-banner__image img {
    height: 100%;
  }
}
.history--hero-banner__image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.history--video {
  max-width: 94%;
  left: 3%;
  max-height: 650px;
}
.history--video__wrap {
  position: relative;
  margin-top: -90px;
}
.history--video iframe {
  height: 650px;
}
@media (max-width: 768px) {
  .history--video iframe {
    height: 250px;
  }
}
.history--video__overlay {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  max-width: 94%;
  left: 3%;
}
.history--video__overlay h5 {
  font-size: 16px !important;
  font-family: "mixta-didone-alt", serif;
}
@media (max-width: 768px) {
  .history--video__overlay {
    max-width: 100%;
    left: 0px;
  }
}
.history--video__overlay > .mgz-element-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: unset !important;
}
@media (max-width: 768px) {
  .history--video {
    max-width: 100%;
    left: 0px;
  }
}

.history--split-content .inner-content {
  display: flex;
}
@media (max-width: 768px) {
  .history--split-content .inner-content {
    display: block;
  }
}
.history--split-content .inner-content .history--split-content__image div {
  height: 100%;
}
.history--split-content .inner-content .history--split-content__image img, .history--split-content .inner-content .history--split-content__image picture {
  height: 100%;
  object-fit: cover;
}
.history--split-content__content--section {
  height: 100%;
}
.history--split-content__content--section > .mgz-element-inner {
  padding: 100px 130px 100px 100px;
}
@media (max-width: 992px) {
  .history--split-content__content--section > .mgz-element-inner {
    padding: 60px 30px 60px 30px;
  }
}
.history--split-content__content--section > .mgz-element-inner h3, .history--split-content__content--section > .mgz-element-inner .h3 {
  font-size: 71px;
}
@media (max-width: 768px) {
  .history--split-content__content--section > .mgz-element-inner h3, .history--split-content__content--section > .mgz-element-inner .h3 {
    font-size: 51px;
    line-height: 48px;
  }
}
.history--split-content__hero-banner .history--split-content__content--section > .mgz-element-inner {
  padding: 150px 120px 150px 90px;
}
@media (max-width: 992px) {
  .history--split-content__hero-banner .history--split-content__content--section > .mgz-element-inner {
    padding: 60px 30px 60px 30px;
  }
}
.history--split-content__hero-banner .history--split-content__content--section > .mgz-element-inner h2 {
  font-size: 92px !important;
}
@media (max-width: 768px) {
  .history--split-content__hero-banner .history--split-content__content--section > .mgz-element-inner h2 {
    font-size: 59px !important;
    line-height: 47px;
  }
}

.history--lift {
  top: -180px;
}
@media (max-width: 768px) {
  .history--lift {
    margin-top: 0px;
  }
}

.history--half-half h2 {
  font-size: 65px !important;
}
@media (max-width: 992px) {
  .history--half-half h2 {
    font-size: 55px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half h2 {
    font-size: 65px !important;
  }
}
.history--half-half p {
  font-weight: 300;
}
.history--half-half .mgz-element-single_image img, .history--half-half .mgz-element-single_image picture {
  width: 100%;
  object-fit: cover;
}
.history--half-half__left {
  right: -90px;
  position: absolute;
  transform: translateY(-45%);
  z-index: 1;
  max-width: 100%;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 992px) {
  .history--half-half__left {
    right: -30px;
    transform: translateY(0px);
    position: relative;
  }
}
@media (max-width: 768px) {
  .history--half-half__left {
    left: 0px;
    position: relative;
    transform: translateY(0px);
  }
}
.history--half-half__left--inner {
  position: relative;
  padding: 100px 100px 100px 100px;
}
@media (max-width: 992px) {
  .history--half-half__left--inner {
    padding: 50px 30px 50px 30px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half__left--inner {
    padding: 50px 30px 50px 30px !important;
  }
}
.history--half-half__left--inner .history--half-half__background--text {
  position: absolute;
  top: 0px;
  right: 0px;
}
.history--half-half__left--inner .history--half-half__background--text h2 {
  font-size: 258px !important;
  opacity: 0.05;
}
@media (max-width: 992px) {
  .history--half-half__left--inner .history--half-half__background--text h2 {
    font-size: 130px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half__left--inner .history--half-half__background--text h2 {
    font-size: 130px !important;
  }
}
.history--half-half__left--wide {
  right: -115%;
  max-width: 200%;
  position: absolute;
  transform: translateY(-45%);
  z-index: 1;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 768px) {
  .history--half-half__left--wide {
    max-width: 100%;
    left: 0px;
    position: relative;
    transform: translateY(0px);
  }
}
.history--half-half__left--wide--inner {
  position: relative;
  padding: 125px 100px 125px 100px;
}
@media (max-width: 768px) {
  .history--half-half__left--wide--inner {
    padding: 100px 30px 100px 30px !important;
  }
}
.history--half-half__right {
  left: -90px;
  max-width: 100%;
  position: absolute;
  transform: translateY(-45%);
  z-index: 1;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 992px) {
  .history--half-half__right {
    left: -30px;
    transform: translateY(0px);
    position: relative;
  }
}
@media (max-width: 768px) {
  .history--half-half__right {
    left: 0px;
    position: relative;
    transform: translateY(0px);
  }
}
.history--half-half__right--inner {
  position: relative;
  padding: 100px 100px 100px 100px;
}
@media (max-width: 992px) {
  .history--half-half__right--inner {
    padding: 50px 30px 50px 30px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half__right--inner {
    padding: 50px 30px 50px 30px !important;
  }
}
.history--half-half__right--inner .history--half-half__background--text {
  position: absolute;
  top: 0px;
  right: 0px;
}
.history--half-half__right--inner .history--half-half__background--text h2 {
  font-size: 258px !important;
  opacity: 0.05;
}
@media (max-width: 992px) {
  .history--half-half__right--inner .history--half-half__background--text h2 {
    font-size: 130px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half__right--inner .history--half-half__background--text h2 {
    font-size: 130px !important;
  }
}
.history--half-half__inner > .inner-content {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .history--half-half__inner > .inner-content {
    display: block;
  }
}
.history--half-half__inner--no-overlap .history--half-half__left {
  right: 0px;
  transform: translateY(0px);
  position: relative;
  box-shadow: unset;
}
.history--half-half__inner--no-overlap .history--half-half__left--inner .history--half-half__background--text {
  top: 0px;
}
.history--half-half__inner--no-overlap .history--half-half__right {
  left: 0px;
  transform: translateY(0px);
  position: relative;
  box-shadow: unset;
}

.history--center-content {
  padding-left: 30px;
  padding-right: 30px;
}
.history--center-content h4 {
  font-family: "mixta-didone-alt", serif;
  font-size: 65px;
}
@media (max-width: 768px) {
  .history--center-content .alternate--layout {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.history--center-content .alternate--layout h3, .history--center-content .alternate--layout .h3 {
  font-family: "mixta-didone-alt", serif;
  font-size: 71px !important;
}
@media (max-width: 768px) {
  .history--center-content .alternate--layout h3, .history--center-content .alternate--layout .h3 {
    font-size: 53px !important;
    line-height: 58px !important;
  }
}
.history--center-content .alternate--layout .mgz-element-button.buttons-centered {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.history--center-content .alternate--layout .mgz-element-button.buttons-centered a {
  min-width: 180px;
}
@media (max-width: 768px) {
  .history--center-content .alternate--layout .mgz-element-button.buttons-centered {
    display: block;
  }
}
.history--center-content .custom-heading p {
  font-size: 73px !important;
  font-family: "mixta-didone-alt", serif;
}
@media (max-width: 768px) {
  .history--center-content .custom-heading p {
    font-size: 64px !important;
    line-height: 61px;
  }
  .history--center-content .custom-heading p strong {
    display: block;
  }
}

.history--slider img {
  position: relative;
}
.history--slider img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
}
.history--slider .item-content .item-title {
  font-size: 46px !important;
  font-family: "mixta-didone-alt", serif;
}
.history--slider .item-content .item-description {
  font-size: 26px;
  font-family: "mixta-didone-alt", serif;
}

.position-relative .background-space {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateY(-99%);
  width: 100%;
  z-index: -1;
}

.history--scale-block > .mgz-element-inner {
  padding: 120px 50px 120px 50px;
  border-radius: 36px;
  min-height: 550px;
}
.history--scale-block > .mgz-element-inner .mgz-element-heading {
  top: 50%;
}
@media (max-width: 768px) {
  .history--scale-block > .mgz-element-inner {
    padding: 60px 30px 60px 30px;
  }
}
.history--scale-block > .mgz-element-inner h2 {
  font-size: 58px !important;
  line-height: 57px;
}
@media (max-width: 768px) {
  .history--scale-block__left {
    transform: translateY(0px);
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .history--scale-block__right {
    transform: translateY(0px);
  }
}

.cms-price-promise-new footer,
.cms-heritage-new footer,
.cms-about-us-new footer {
  display: none;
}

.mattress-popup {
  opacity: 0;
  pointer-events: none;
  transition: 500ms;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 10;
}
.mattress-popup.active {
  opacity: 1;
  pointer-events: unset;
}
@media (max-width: 991.98px) {
  .mattress-popup {
    height: 100vh;
    width: 100vw;
  }
}
.mattress-popup .mattress-popup-container {
  background-color: #ffffff;
  height: 600px;
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 5%;
}
@media (max-width: 991.98px) {
  .mattress-popup .mattress-popup-container {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    transform: unset;
    padding: 50px 10px;
    overflow: scroll;
  }
}
.mattress-popup .mattress-popup-container label {
  width: 100%;
  text-align: center;
}
.mattress-popup .mattress-popup-container .mattress-prev {
  position: absolute;
  top: 20px;
  left: 0px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  z-index: 1;
  background: unset !important;
}
.mattress-popup .mattress-popup-container .mattress-prev.slick-disabled {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .mattress-popup .mattress-popup-container .mattress-prev {
    top: -10px;
    top: 0px;
  }
}
.mattress-popup .mattress-popup-container .mattress-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 89px;
  font-family: "mixta-didone-alt", serif;
  color: #1D535C;
  line-height: 45px;
  rotate: 45deg;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .mattress-popup .mattress-popup-container .mattress-close {
    top: -30px;
  }
}
.mattress-popup .mattress-popup-container .mattress-popup-heading {
  font-size: 32px;
  font-family: "mixta-didone-alt", serif;
  text-align: center;
  color: #1D535C;
}
.mattress-popup .mattress-popup-container .split-5 {
  max-width: 20%;
}
@media (max-width: 991.98px) {
  .mattress-popup .mattress-popup-container .split-5 {
    max-width: 50%;
  }
}
.mattress-popup .mattress-popup-container .type-select {
  margin-bottom: 20px;
}
.mattress-popup .mattress-popup-container .type-select.box {
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0);
  transition: 300ms;
}
.mattress-popup .mattress-popup-container .type-select.box .img--wrap {
  position: relative;
}
.mattress-popup .mattress-popup-container .type-select.box .img--wrap img {
  object-fit: cover;
  max-height: 200px;
  width: 100%;
}
.mattress-popup .mattress-popup-container .type-select.box .img--wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  display: block;
}
.mattress-popup .mattress-popup-container .type-select.box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-family: "mixta-didone-alt", serif;
  color: #ffffff;
  z-index: 2;
}
.mattress-popup .mattress-popup-container .type-select.box.selected {
  border: 3px solid #1D535C;
}
.mattress-popup .mattress-popup-container .type-select.circle {
  display: inline-block;
}
.mattress-popup .mattress-popup-container .type-select.circle .img--wrap {
  border-radius: 50%;
  border: thin solid #1D535C;
  position: relative;
  height: 130px;
  width: 130px;
}
.mattress-popup .mattress-popup-container .type-select.circle .img--wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 60px;
  max-width: 60px;
}
.mattress-popup .mattress-popup-container .type-select.circle .text {
  text-align: center;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  color: #1D535C;
  margin-top: 20px;
}
.mattress-popup .mattress-popup-container .type-select.circle.selected .img--wrap {
  border: 4px solid #1D535C;
  background: rgba(29, 83, 92, 0.1019607843);
}
.mattress-popup .mattress-popup-container .type-select.circle.full-pic .img--wrap {
  border: 3px solid rgba(0, 0, 0, 0);
}
.mattress-popup .mattress-popup-container .type-select.circle.full-pic .img--wrap img {
  max-height: 100%;
  max-width: 100%;
}
.mattress-popup .mattress-popup-container .type-select.circle.full-pic.selected .img--wrap {
  border: 3px solid #1D535C;
}
.mattress-popup .mattress-popup-container .type-select.circle.circle-alt {
  border-radius: 50%;
  border: thin solid #1D535C;
  position: relative;
  height: 130px;
  width: 130px;
  padding-top: 15px;
  justify-content: center;
  text-align: center;
}
.mattress-popup .mattress-popup-container .type-select.circle.circle-alt .img--wrap {
  height: 40px;
  width: 40px;
  border: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.mattress-popup .mattress-popup-container .type-select.circle.circle-alt .text {
  max-width: 70%;
  left: 15%;
  position: relative;
}
.mattress-popup .mattress-popup-container .type-select.circle.circle-alt.selected {
  border: 4px solid #1D535C;
  background: rgba(29, 83, 92, 0.1019607843);
}
.mattress-popup .mattress-popup-container .type-select.circle.circle-alt.selected .img--wrap {
  border: 0px;
  background: unset;
}
.mattress-popup .mattress-popup-container .custom-col .col-md-2 {
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  flex: 0 0 20%;
}
@media (max-width: 991.98px) {
  .mattress-popup .mattress-popup-container .custom-col .col-md-2 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.mattress-popup .mattress-popup-container .progress-bar {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #C9D6D9;
  position: relative;
}
.mattress-popup .mattress-popup-container .progress-bar .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #1D535C;
  height: 100%;
  transition: width ease 300ms;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress10 {
  width: 10%;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress20 {
  width: 20%;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress30 {
  width: 30%;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress40 {
  width: 40%;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress50 {
  width: 50%;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress60 {
  width: 60%;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress70 {
  width: 70%;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress80 {
  width: 80%;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress90 {
  width: 90%;
}
.mattress-popup .mattress-popup-container .progress-bar .progress.progress100 {
  width: 100%;
}
.mattress-popup .btn-mattress {
  padding: 15px 40px;
  color: #ffffff;
  font-family: "mixta-didone-alt", serif;
  font-size: 20px;
  border: thin solid #1D535C;
  transition: all ease 300ms;
  cursor: pointer;
  position: relative;
  top: unset;
  width: 220px;
  height: unset;
  transform: unset;
  background: #1D535C !important;
  line-height: unset;
}
.mattress-popup .btn-mattress:hover {
  background-color: unset !important;
  color: #1D535C;
}

.mattress-select.next {
  display: inline !important;
}
.mattress-select.next.hide {
  display: none !important;
}
.mattress-select.complete {
  display: none !important;
}
.mattress-select.complete.show {
  display: inline !important;
}

.mattress-popup-slide .type-select {
  cursor: pointer;
}

.wrap--bestseller {
  width: 80%;
}
@media (max-width: 991.98px) {
  .wrap--bestseller {
    width: 100%;
  }
}
.wrap--bestseller__swatch {
  width: 48px;
  height: 48px;
  border: 1px solid #000000;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.wrap--bestseller__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap--bestseller__list li {
  margin: 0;
  padding: 5px 0px;
}
.wrap--bestseller__list li .label {
  color: #becacc;
}

.product--bestseller {
  margin-bottom: 10px;
}
.product--bestseller.selected img {
  border: 2px solid #BABABA;
}
.product--bestseller.selected .default--button {
  display: block !important;
  margin-top: 1px;
}
.product--bestseller img {
  mix-blend-mode: multiply;
  border: 2px solid transparent;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
.product--bestseller img:hover {
  border: 2px solid black;
}

.configurator--main__selector,
.configurator--options__selection {
  width: 150px;
  height: 150px;
  border: 1px dotted #becacc;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  transition: all 400ms ease;
}
@media (max-width: 991.98px) {
  .configurator--main__selector,
  .configurator--options__selection {
    width: 75px;
    height: 75px;
  }
}
.configurator--main__selector:hover,
.configurator--options__selection:hover {
  opacity: 0.8;
}
.configurator--main__selector::after,
.configurator--options__selection::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -66px 0 0 -22px;
  font-size: 80px;
  color: #1a535c;
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .configurator--main__selector::after,
  .configurator--options__selection::after {
    margin: -36px 0 0 -14px;
    font-size: 45px;
  }
}
.configurator--main__selector.selected::after,
.configurator--options__selection.selected::after {
  display: none;
}

.configurator--options__selection {
  width: 50px;
  height: 50px;
}
.configurator--options__selection::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -10px;
  font-size: 30px;
  color: #1a535c;
  opacity: 0.5;
}

.configurator--controls__headings span {
  cursor: pointer;
  transition: all 400ms ease;
}
.configurator--controls__headings span:hover {
  opacity: 0.5;
}
.configurator--controls__headings .active {
  border-bottom: 1px solid #1a535c;
}

.configurator--swatch__option--wrap {
  max-height: 300px;
  overflow: scroll;
}
.configurator--swatch__option--wrap .col-lg-2 {
  padding: 0 7.5px;
}
@media (max-width: 991.98px) {
  .configurator--swatch__option--wrap .col-lg-2 {
    padding: 0 1.5px;
  }
}
.configurator--swatch__option--wrap .col-lg-2 .label {
  display: inline-block;
  margin: 5px 0px 10px;
}
@media (max-width: 991.98px) {
  .configurator--swatch__option--wrap .default--button {
    min-width: auto;
  }
}
.configurator--swatch__tab {
  display: none;
}
@media (max-width: 991.98px) {
  .configurator--swatch__tab .headingS {
    font-size: 16px;
  }
}
.configurator--swatch__tab.active {
  display: block;
}

.configurator--options {
  opacity: 0.4;
  transition: all 400ms ease;
}
.configurator--options.selected {
  opacity: 1;
}
.configurator--options.selected .configurator--options__selection::after {
  display: none;
}

#modalSofaConfigurator .modal-dialog {
  max-width: 96%;
  width: 96%;
}
#modalSofaConfigurator .modal-body {
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
#modalSofaConfigurator .modal-body {
  padding: 30px 0px;
}
#modalSofaConfigurator .modal-content {
  padding: 0;
}
#modalSofaConfigurator .swatch-attribute {
  display: block;
}
#modalSofaConfigurator .swatch-option {
  float: none;
}

.trigger--changeSwatches {
  transition: all 400ms ease;
}
.trigger--changeSwatches:hover {
  opacity: 0.5;
}

.triggerOpenBestsellerPopup {
  cursor: pointer;
}

.configurator--stock .configurator--stock__icon {
  font-size: 24px;
  margin-top: 8px;
  display: inline-block;
}

.configurator--product__image--error {
  background: #BACACC;
}

#bestsellersModal .modal-dialog {
  width: 90%;
  min-width: 90%;
}

.row--bestseller__customize {
  box-shadow: 0px 0px 46px rgba(0, 0, 0, 0.0784313725);
}

.product--single__accordion.sidebar .card {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
}
.product--single__accordion.sidebar svg {
  display: inline-block;
  vertical-align: middle;
}
.product--single__accordion.sidebar .card-header {
  border-bottom: 0;
}
.product--single__accordion.sidebar .card-header.allow {
  transform: rotate(0deg);
}
.product--single__accordion.sidebar .card-header .product--single__accordion--arrow {
  margin-top: 12px;
  transform: rotate(90deg) !important;
  transition: all 400ms ease;
  margin-right: -5px;
  float: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -19px;
}
.product--single__accordion.sidebar .card-header .product--single__accordion--arrow svg {
  width: 24px;
  height: 24px;
}
.product--single__accordion.sidebar .card-header[aria-expanded=true] .product--single__accordion--arrow {
  transform: rotate(180deg) !important;
}

.download-spec-button {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  padding: 0;
  width: calc(100% - 20px);
}
.download-spec-button .product--single__accordion--arrow {
  margin-top: 12px;
  transform: rotate(90deg) !important;
  transition: all 400ms ease;
  margin-right: -5px;
  float: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -19px;
}
.download-spec-button .product--single__accordion--arrow svg {
  width: 24px;
  height: 24px;
}

#heading-accordion-payment-option svg {
  margin-right: 11px;
}

#heading-accordion-deposit-calculator svg {
  margin-right: 22px;
}

#heading-accordion-finance-calculator svg {
  margin-right: 20px;
}

#heading-accordion-view-store svg {
  margin-right: 15px;
}

#paybyfinance-main-block .variable-data {
  color: #3C3C3C;
}
#paybyfinance-main-block .ui-slider-handle {
  background: #3C3C3C;
}

#accordion-sidebar #paybyfinance-main-block .finance--summary__block {
  border: 0;
  padding: 0;
  color: #1a535c;
}
#accordion-sidebar #paybyfinance-main-block .paybyfinance-sum {
  background: rgba(26, 83, 92, 0.4);
  border: 0;
  color: #ffffff;
}
#accordion-sidebar #paybyfinance-main-block .paybyfinance-sum span, #accordion-sidebar #paybyfinance-main-block .paybyfinance-sum .variable-data {
  color: #ffffff;
}
#accordion-sidebar #paybyfinance-main-block .paybyfinance-sum td {
  padding: 12px 15px 14px;
}
#accordion-sidebar #paybyfinance-main-block .paybyfinance-sum tr {
  border-bottom: 2px solid #ffffff;
}
#accordion-sidebar #paybyfinance-main-block .paybyfinance-sum tr:first-child td {
  padding-top: 15px;
}
#accordion-sidebar #paybyfinance-main-block .paybyfinance-sum tr:last-child td {
  padding-bottom: 15px;
}
#accordion-sidebar #paybyfinance-main-block .ruler-item span {
  width: 100%;
  margin: 0;
}

.section--peopleProduct {
  padding: 80px;
  width: 100%;
  text-align: center;
}
.section--peopleProduct__heading {
  background: #e7e7e7;
  display: inline-block;
  padding: 10px 30px;
}
.section--peopleProduct__border {
  border: 3px solid #1a535c;
  margin-top: -30px;
  padding: 30px 0 30px 0px;
}
.section--peopleProduct__logo {
  font-size: 40px;
  height: 40px;
}
.section--peopleProduct__plus {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 24px;
  margin-top: -24px;
}

.attribute--slider__menu .slide {
  cursor: pointer;
  padding-top: 10px;
  opacity: 0.5;
  transition: all 400ms ease;
}
.attribute--slider__menu .slick-current .slide {
  padding-top: 10px;
  opacity: 1;
  border-bottom: 1px solid #1a535c;
}

.roundel--discount {
  background: #EA132C;
  border-radius: 32px;
  padding: 6px 25px;
  color: #ffffff;
  font-size: 12px;
  margin: 5px 0 0 0;
  display: inline-block;
}

.product--single__brand {
  position: absolute;
  top: 30px;
  right: 90px;
  z-index: 99;
  background: #ffffff;
}

.home--product__slider .roundel--discount {
  display: none;
}

#bestsellersModal .modal-body {
  overflow-y: scroll;
  height: 400px;
}

.swatch-opt {
  display: none;
}

.mattress-popup .mattress-popup-container .type-select.circle .img--wrap img {
  max-height: 80px;
  max-width: 80px;
}

.icons--slider .slick-arrow, .attribute--slider__menu .slick-arrow {
  background: none !important;
  color: #ffffff;
  width: 24px;
  height: 24px;
  z-index: 5;
  margin: -10px -36px;
}
@media (max-width: 1025px) {
  .icons--slider .slick-arrow, .attribute--slider__menu .slick-arrow {
    margin: -10px 0px 0 0px;
  }
  .icons--slider .slick-arrow svg, .icons--slider .slick-arrow button, .attribute--slider__menu .slick-arrow svg, .attribute--slider__menu .slick-arrow button {
    width: 20px;
    height: 20px;
  }
}
.icons--slider .slick-arrow.slick-prev, .attribute--slider__menu .slick-arrow.slick-prev {
  transform: rotate(-90deg);
}
.icons--slider .slick-arrow.slick-next, .attribute--slider__menu .slick-arrow.slick-next {
  transform: rotate(90deg);
  margin-top: -15px;
}
.icons--slider img, .attribute--slider__menu img {
  width: 40px;
  height: 40px;
}

.attribute--slider__menu .slick-arrow.slick-prev {
  margin-left: -10px;
}
.attribute--slider__menu .slick-arrow.slick-next {
  margin-right: -10px;
}

.mgz-element-button.white .mgz-link, .mgz-element-button.white .mgz-btn {
  background: #ffffff;
  color: #1a535c;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 300;
}

.product--single__accordion .card-header {
  padding-right: 0;
}
.product--single__accordion .card-header[aria-expanded=true] .product--single__accordion--arrow {
  transform: rotate(0);
}
.product--single__accordion .card-header[aria-expanded=false] .product--single__accordion--arrow {
  transform: rotate(180deg);
}

body #paybyfinance-main-block .deposit-widget .ruler.fifth .ruler-item {
  display: none;
}
body #paybyfinance-main-block .deposit-widget .ruler.fifth .ruler-item:first-child {
  display: block;
  width: 50% !important;
  text-align: left;
}
body #paybyfinance-main-block .deposit-widget .ruler.fifth .ruler-item:last-child {
  display: block;
  width: 50% !important;
  text-align: right;
}

#paybyfinance-main-block .type-widget.switcher .ruler .ruler-item:nth-child(1) {
  width: 40% !important;
  text-align: left;
  padding-right: 20%;
  margin-left: -2%;
}

#paybyfinance-main-block .type-widget.switcher .ruler .ruler-item:nth-child(2) {
  text-align: right;
  padding-left: 30%;
  margin-right: -20%;
  width: 60% !important;
}

.need-it-quick-slider h3 {
  font-size: 36px !important;
}
.need-it-quick-slider .owl-nav {
  margin-top: 20px;
}
@media (max-width: 1025px) {
  .need-it-quick-slider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    width: 100%;
  }
}
.need-it-quick-slider .owl-nav button {
  opacity: 1 !important;
}
@media (max-width: 1025px) {
  .need-it-quick-slider .owl-nav button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.need-it-quick-slider .owl-nav .owl-prev {
  margin-left: -30px;
}
.need-it-quick-slider .owl-nav .owl-next {
  margin-right: -30px;
}
.need-it-quick-slider .info {
  text-align: center;
}
.need-it-quick-slider .mgz-block-heading-line:before {
  display: none;
}
.need-it-quick-slider .owl-carousel {
  position: initial;
}

@media (max-width: 1199.98px) {
  .product--single .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 20;
  }
  .product--single .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.lof-shipping-estimate {
  margin-top: 20px;
}
.lof-shipping-estimate input[type=text], .lof-shipping-estimate select, .lof-shipping-estimate input[type=email] {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  width: calc(100% - 200px);
  min-height: 40px;
  vertical-align: top;
}

#shipping-estimate-results {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}
#shipping-estimate-results li {
  display: block;
}
#shipping-estimate-results li .price {
  margin-left: 20px;
}

.discount--banner {
  background: #3C3C3C;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 20px;
}

.history--hero-banner h1 {
  font-size: 92px !important;
}
.history--hero-banner h2 {
  font-size: 37px !important;
}
.history--hero-banner__wrap {
  position: relative;
  height: 550px;
  width: 100%;
}
.history--hero-banner__content {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .history--hero-banner__content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.history--hero-banner__content h3 {
  font-size: 92px;
  font-family: "mixta-didone-alt", serif;
}
@media (max-width: 768px) {
  .history--hero-banner__content h3 {
    font-size: 53px;
    line-height: 52px;
  }
}
.history--hero-banner__content img {
  margin-top: -50px;
}
.history--hero-banner__image {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.history--hero-banner__image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .history--hero-banner__image {
    height: 100%;
  }
  .history--hero-banner__image div {
    height: 100%;
  }
  .history--hero-banner__image img {
    height: 100%;
  }
}
.history--hero-banner__image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.history--video {
  max-width: 94%;
  left: 3%;
  max-height: 650px;
}
.history--video__wrap {
  position: relative;
  margin-top: -90px;
}
.history--video iframe {
  height: 650px;
}
.history--video__overlay {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  max-width: 94%;
  left: 3%;
}
.history--video__overlay h5 {
  font-size: 16px !important;
  font-family: "mixta-didone-alt", serif;
}
@media (max-width: 768px) {
  .history--video__overlay {
    max-width: 100%;
    left: 0px;
  }
}
.history--video__overlay > .mgz-element-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: unset !important;
}
@media (max-width: 768px) {
  .history--video {
    max-width: 100%;
    left: 0px;
  }
}

.history--split-content .inner-content {
  display: flex;
}
@media (max-width: 768px) {
  .history--split-content .inner-content {
    display: block;
  }
}
.history--split-content .inner-content .history--split-content__image div {
  height: 100%;
}
.history--split-content .inner-content .history--split-content__image img {
  height: 100%;
  object-fit: cover;
}
.history--split-content__content--section {
  height: 100%;
}
.history--split-content__content--section > .mgz-element-inner {
  padding: 100px 130px 100px 100px;
}
@media (max-width: 992px) {
  .history--split-content__content--section > .mgz-element-inner {
    padding: 60px 30px 60px 30px;
  }
}
.history--split-content__content--section > .mgz-element-inner h3 {
  font-size: 71px;
}
@media (max-width: 768px) {
  .history--split-content__content--section > .mgz-element-inner h3 {
    font-size: 51px;
    line-height: 48px;
  }
}
.history--split-content__hero-banner .history--split-content__content--section > .mgz-element-inner {
  padding: 150px 120px 150px 90px;
}
@media (max-width: 992px) {
  .history--split-content__hero-banner .history--split-content__content--section > .mgz-element-inner {
    padding: 60px 30px 60px 30px;
  }
}
.history--split-content__hero-banner .history--split-content__content--section > .mgz-element-inner h2 {
  font-size: 92px !important;
}
@media (max-width: 768px) {
  .history--split-content__hero-banner .history--split-content__content--section > .mgz-element-inner h2 {
    font-size: 59px !important;
    line-height: 47px;
  }
}

.history--lift {
  top: -180px;
}
@media (max-width: 768px) {
  .history--lift {
    margin-top: 0px;
  }
}

.history--half-half h2 {
  font-size: 65px !important;
}
@media (max-width: 992px) {
  .history--half-half h2 {
    font-size: 55px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half h2 {
    font-size: 65px !important;
  }
}
.history--half-half p {
  font-weight: 300;
}
.history--half-half .mgz-element-single_image img {
  width: 100%;
  object-fit: cover;
}
.history--half-half__left {
  right: -90px;
  position: absolute;
  transform: translateY(-45%);
  z-index: 1;
  max-width: 100%;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 992px) {
  .history--half-half__left {
    right: -30px;
    transform: translateY(0px);
    position: relative;
  }
}
@media (max-width: 768px) {
  .history--half-half__left {
    left: 0px;
    position: relative;
    transform: translateY(0px);
  }
}
.history--half-half__left--inner {
  position: relative;
  padding: 125px 100px 125px 100px;
}
@media (max-width: 992px) {
  .history--half-half__left--inner {
    padding: 50px 30px 50px 30px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half__left--inner {
    padding: 100px 30px 100px 30px !important;
  }
}
.history--half-half__left--inner .history--half-half__background--text {
  position: absolute;
  top: 0px;
  right: 0px;
}
.history--half-half__left--inner .history--half-half__background--text h2 {
  font-size: 258px !important;
  opacity: 0.05;
}
@media (max-width: 992px) {
  .history--half-half__left--inner .history--half-half__background--text h2 {
    font-size: 130px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half__left--inner .history--half-half__background--text h2 {
    font-size: 258px !important;
  }
}
.history--half-half__left--wide {
  right: -115%;
  max-width: 200%;
  position: absolute;
  transform: translateY(-45%);
  z-index: 1;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 768px) {
  .history--half-half__left--wide {
    max-width: 100%;
    left: 0px;
    position: relative;
    transform: translateY(0px);
  }
}
.history--half-half__left--wide--inner {
  position: relative;
  padding: 125px 100px 125px 100px;
}
@media (max-width: 768px) {
  .history--half-half__left--wide--inner {
    padding: 100px 30px 100px 30px !important;
  }
}
.history--half-half__right {
  left: -90px;
  max-width: 100%;
  position: absolute;
  transform: translateY(-45%);
  z-index: 1;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 992px) {
  .history--half-half__right {
    left: -30px;
    transform: translateY(0px);
    position: relative;
  }
}
@media (max-width: 768px) {
  .history--half-half__right {
    left: 0px;
    position: relative;
    transform: translateY(0px);
  }
}
.history--half-half__right--inner {
  position: relative;
  padding: 125px 100px 125px 100px;
}
@media (max-width: 992px) {
  .history--half-half__right--inner {
    padding: 50px 30px 50px 30px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half__right--inner {
    padding: 100px 30px 100px 30px !important;
  }
}
.history--half-half__right--inner .history--half-half__background--text {
  position: absolute;
  top: 0px;
  right: 0px;
}
.history--half-half__right--inner .history--half-half__background--text h2 {
  font-size: 258px !important;
  opacity: 0.05;
}
@media (max-width: 992px) {
  .history--half-half__right--inner .history--half-half__background--text h2 {
    font-size: 130px !important;
  }
}
@media (max-width: 768px) {
  .history--half-half__right--inner .history--half-half__background--text h2 {
    font-size: 258px !important;
  }
}
.history--half-half__inner > .inner-content {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .history--half-half__inner > .inner-content {
    display: block;
  }
}
.history--half-half__inner--no-overlap .history--half-half__left {
  right: 0px;
  transform: translateY(0px);
  position: relative;
  box-shadow: unset;
}
.history--half-half__inner--no-overlap .history--half-half__left--inner .history--half-half__background--text {
  top: -50px;
}
.history--half-half__inner--no-overlap .history--half-half__right {
  left: 0px;
  transform: translateY(0px);
  position: relative;
  box-shadow: unset;
}

.history--center-content {
  padding-left: 30px;
  padding-right: 30px;
}
.history--center-content h4 {
  font-family: "mixta-didone-alt", serif;
  font-size: 65px;
}
@media (max-width: 768px) {
  .history--center-content .alternate--layout {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.history--center-content .alternate--layout h3 {
  font-family: "mixta-didone-alt", serif;
  font-size: 71px !important;
}
@media (max-width: 768px) {
  .history--center-content .alternate--layout h3 {
    font-size: 53px !important;
    line-height: 58px !important;
  }
}
.history--center-content .alternate--layout .mgz-element-button.buttons-centered {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.history--center-content .alternate--layout .mgz-element-button.buttons-centered a {
  min-width: 180px;
}
@media (max-width: 768px) {
  .history--center-content .alternate--layout .mgz-element-button.buttons-centered {
    display: block;
  }
}
.history--center-content .custom-heading p {
  font-size: 73px !important;
  font-family: "mixta-didone-alt", serif;
}
@media (max-width: 768px) {
  .history--center-content .custom-heading p {
    font-size: 64px !important;
    line-height: 61px;
  }
  .history--center-content .custom-heading p strong {
    display: block;
  }
}

.history--slider img {
  position: relative;
}
.history--slider img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
}
.history--slider .item-content .item-title {
  font-size: 46px !important;
  font-family: "mixta-didone-alt", serif;
}
.history--slider .item-content .item-description {
  font-size: 26px;
  font-family: "mixta-didone-alt", serif;
}

.position-relative .background-space {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateY(-99%);
  width: 100%;
  z-index: -1;
}

.history--scale-block > .mgz-element-inner {
  padding: 120px 50px 120px 50px;
  border-radius: 36px;
}
@media (max-width: 768px) {
  .history--scale-block > .mgz-element-inner {
    padding: 60px 30px 60px 30px;
  }
}
.history--scale-block > .mgz-element-inner h2 {
  font-size: 58px !important;
  line-height: 57px;
}
.history--scale-block__left {
  transform: translateY(-15%);
}
@media (max-width: 768px) {
  .history--scale-block__left {
    transform: translateY(0px);
    margin-top: 70px;
  }
}
.history--scale-block__right {
  transform: translateY(15%);
}
@media (max-width: 768px) {
  .history--scale-block__right {
    transform: translateY(0px);
  }
}

.cms-price-promise-new footer,
.cms-heritage-new footer,
.cms-about-us-new footer {
  display: none;
}

.slider--widget__related--prev, .slider--widget__related--next, .slider--widget__upsell--prev, .slider--widget__upsell--next {
  background: none;
  color: #1a535c;
  top: 10px !important;
}
.slider--widget__related--prev svg, .slider--widget__related--next svg, .slider--widget__upsell--prev svg, .slider--widget__upsell--next svg {
  width: 58px;
  height: 58px;
}
.slider--widget__related--prev, .slider--widget__upsell--prev {
  transform: rotate(0deg);
  right: -12px !important;
}
.slider--widget__related--next, .slider--widget__upsell--next {
  transform: rotate(360deg);
  margin-top: -7px;
}

.screen--loading {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 400ms ease;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.screen--loading.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1025px) {
  .product--single__accordion--body .attribute--slider__menu .slick-arrow {
    margin-top: 20px;
  }
  .product--single__accordion--body .attribute--slider__menu .slick-arrow.slick-next {
    margin-right: 0;
  }
  .product--single__accordion--body .attribute--slider__menu .slick-arrow.slick-prev {
    margin-left: 0;
  }
}
@media (max-width: 1025px) {
  .product--single__accordion--body .attribute--slider__menu .slide .font--headings {
    height: 50px;
  }
}

.mattress-glossary-wrapper h1, .mattress-glossary-wrapper h2, .mattress-glossary-wrapper h3, .mattress-glossary-wrapper h4, .mattress-glossary-wrapper h5 {
  font-family: "mixta-didone-alt", serif;
  font-size: 24px;
  margin-bottom: 5px;
}
.mattress-glossary-wrapper strong {
  font-weight: 700;
}
.mattress-glossary-wrapper p {
  opacity: 0.6;
}

.product-info-price .product--single__price--final {
  color: #BC2738;
}
.product-info-price .product--single__price--final .price {
  font-weight: 700;
}
.product-info-price .savings-block {
  background: #BC2738;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-top: 3px;
  display: inline-block;
}
.product-info-price .product--single__price--was, .product-info-price .product--single__price--sale {
  margin-top: 5px;
  display: inline-block;
}
.product-info-price .product--single__price--was .price, .product-info-price .product--single__price--was .label, .product-info-price .product--single__price--sale .price, .product-info-price .product--single__price--sale .label {
  font-size: 12px;
  display: inline-block;
}

.product--single__price {
  display: block;
}

.product--single__price .label {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

.product--single__price--was, .product--single__price--sale {
  font-size: 15px;
}

.product-info-main .product--single__price--wrap {
  margin-bottom: 15px;
}

.needitsooner-button {
  font-size: 12px;
  text-decoration: underline;
  color: #3C3C3C;
  margin-top: 4px;
  vertical-align: top;
}

.payment-item {
  border: 1px solid #e7e7e7;
  max-height: 40px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.payment-item.active {
  max-height: 1000rem;
}

.sidebarDefault {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 30%;
  background: #ffffff;
  z-index: 30000;
  display: none;
}
@media (max-width: 1025px) {
  .sidebarDefault {
    width: 100%;
  }
}
.sidebarDefault.active {
  display: block;
}
.sidebarDefault .icon-cross {
  background: #F2F2F2;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  transition: all 400ms ease;
}
.sidebarDefault .icon-cross:hover {
  opacity: 0.5;
}
.sidebarDefault .content--sidebar {
  height: calc(100% - 50px);
  overflow-y: scroll;
  padding-top: 40px;
}

.sidebarDefault--overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2999;
  display: none;
}
.sidebarDefault--overlay.active {
  display: block;
}

.fabricSidebar .fabricSidebar-close {
  cursor: pointer;
}
.fabricSidebar .fabric-contents {
  height: calc(100% - 140px);
  padding-top: 30px;
  overflow-y: scroll;
}
.fabricSidebar .fabric-contents .label {
  padding: 0;
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 12px;
}
.fabricSidebar .default--button {
  padding: 13px 15px;
}
.fabricSidebar .configurator--swatch__option {
  width: 80px;
  height: 80px;
  border: 4px solid white;
  transition: all 400ms ease;
  cursor: pointer;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .fabricSidebar .configurator--swatch__option {
    height: 15vw;
    width: 15vw;
    margin: 0 auto;
  }
}
.fabricSidebar .configurator--swatch__option:hover, .fabricSidebar .configurator--swatch__option.active {
  box-shadow: 0 0 0 1px #BABABA;
}

.additional-attributes .border-bottom-1 {
  border-bottom: 1px solid #e7e7e7;
}

.gallery--product {
  position: sticky;
  top: 160px;
}
@media (max-width: 1199.98px) {
  .gallery--product {
    top: 0;
    position: relative;
  }
}

.gallery--product__slider--nav__desktop img {
  height: 90px;
  object-fit: contain;
}

.gallery--product__slider .slide, .gallery--product__nav .slide, .gallery--product__slider--mobile .slide {
  background: #F8F8F8;
  position: relative;
}
.gallery--product__slider img, .gallery--product__slider picture, .gallery--product__nav img, .gallery--product__nav picture, .gallery--product__slider--mobile img, .gallery--product__slider--mobile picture {
  mix-blend-mode: multiply;
}
.gallery--product__slider .block--product__statusBar, .gallery--product__nav .block--product__statusBar, .gallery--product__slider--mobile .block--product__statusBar {
  z-index: 10;
  position: absolute;
  text-align: right;
  font-size: 12px;
}

.gallery--product__nav .slide {
  padding-top: 10px;
}

.product-add-form {
  margin-top: 10px;
}

.morecolours-button {
  color: #3C3C3C !important;
}

.gallery--product__slider--nav__desktop .slick-current .slide {
  border: 1px solid #3C3C3C;
}

.product--single__price--final {
  color: #BC2738;
}

.block--product__swatches .block--product__swatch {
  border-radius: 5px;
  vertical-align: top;
  line-height: 20px;
}

.swatch-opt {
  margin-top: 20px;
}

.products-grid .block--product__swatches {
  margin-bottom: 20px;
}
.products-grid .product--single__price {
  display: inline-block;
}
.products-grid .savings-block {
  display: none;
}

.catalog-product-view .page-main .font--headings {
  font-family: "Muli", sans-serif;
}
.catalog-product-view .page-main .mgz-element-text {
  color: #3C3C3C !important;
}
.catalog-product-view .page-main .bed-bedroom-wrap .mgz-btn {
  border-radius: 5px;
  background: #3C3C3C;
  color: #ffffff;
  padding: 16px 55px;
}
.catalog-product-view .page-main .mgz-link, .catalog-product-view .page-main .amfaq_questions {
  color: #3C3C3C;
}
.catalog-product-view .page-main .deliveyTime--virtual {
  color: #3C3C3C;
}
.catalog-product-view .page-main #accordion-sidebar a {
  color: #3C3C3C;
}
.catalog-product-view .page-main #accordion-sidebar .default--button, .catalog-product-view .page-main #accordion-sidebar #shipping_cp_button_id {
  background: #3C3C3C;
  border-color: #3C3C3C;
}

.products-grid .superscript {
  margin-right: 5px;
}

.categorypath-beds-bedroom-mattresses .gallery--product__slider img, .categorypath-beds-bedroom-mattresses .gallery--product__slider picture {
  object-fit: cover;
}

.container--custom__related .product--single__price {
  font-size: 15px !important;
}

.block--product__swatch.totalNumber {
  color: #000000;
}

.products .mini-brand {
  position: absolute;
  bottom: 10px;
  left: 10px;
  float: none;
}

.product-three-blocks .inner--content {
  width: 100%;
}
.product-three-blocks .product-preview-video {
  min-height: 289px;
}
.product-three-blocks iframe, .product-three-blocks video {
  height: 289px;
  border-radius: 5px;
  object-fit: cover;
}

/**
* Project : simply-countdown
* File : simplyCountdown.theme.default
* Author : Vincent Loy <vincent.loy1@gmail.com>
* Theme : Light Modern
*/
/**
* Project : simply-countdown
* File : simplyCountdown.theme.dark
* Author : Vincent Loy <vincent.loy1@gmail.com>
* Theme : Dark Modern
*/
.simply-countdown-dark {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.simply-countdown-dark > .simply-section {
  width: 65px;
  height: 65px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(51, 65, 85, 0.6);
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.simply-countdown-dark > .simply-section > div {
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
}

.simply-countdown-dark > .simply-section .simply-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f1f5f9;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.simply-countdown-dark > .simply-section .simply-word {
  font-size: 0.6rem;
  font-weight: 500;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 640px) {
  .simply-countdown-dark > .simply-section {
    width: 75px;
    height: 75px;
    padding: 1.75rem;
  }
  .simply-countdown-dark > .simply-section .simply-amount {
    font-size: 1.75rem;
  }
  .simply-countdown-dark > .simply-section .simply-word {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .simply-countdown-dark > .simply-section {
    width: 90px;
    height: 90px;
    padding: 2rem;
  }
  .simply-countdown-dark > .simply-section .simply-amount {
    font-size: 2rem;
  }
  .simply-countdown-dark > .simply-section .simply-word {
    font-size: 0.8rem;
  }
}
.buying-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.buying-guide-list li {
  display: inline-block;
  margin: 0 2px;
}
@media (max-width: 768px) {
  .buying-guide-list li {
    margin-bottom: 15px;
  }
}

.button--pill, .banner--buying-guide--desktop__option {
  padding: 5px 30px;
  border-radius: 5px;
  background: #e7e7e7;
  color: #3C3C3C;
}
.button--pill.dark--blue, .dark--blue.banner--buying-guide--desktop__option {
  background: #1a535c;
  color: #ffffff;
}
.button--pill:hover, .banner--buying-guide--desktop__option:hover {
  opacity: 0.5;
}

.buying-guide-image {
  height: 17.5vw;
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .buying-guide-image {
    height: 300px;
  }
}
.buying-guide-image.large {
  height: 35vw;
}
@media (max-width: 768px) {
  .buying-guide-image.large {
    height: 400px;
  }
}
.buying-guide-image.size-auto {
  height: 100%;
  width: 100%;
}
.buying-guide-image.size-180px {
  height: 180px;
}

.card--buying-guide {
  background: #F8F8F8;
  padding: 20px 10px 20px 10px;
  border-radius: 5px;
  border: 1px solid #becacc;
}

.buying-guide-read-more {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #3C3C3C;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 2px;
}
.buying-guide-read-more:hover {
  opacity: 0.8;
}

.arrows--buying-guide__slider__left, .arrows--buying-guide__slider__right {
  position: absolute;
  bottom: 0;
  left: 10px;
  cursor: pointer;
}
.arrows--buying-guide__slider__left:hover, .arrows--buying-guide__slider__right:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .arrows--buying-guide__slider__left, .arrows--buying-guide__slider__right {
    right: 50px;
    left: initial;
    bottom: 10px;
  }
}
.arrows--buying-guide__slider__right {
  left: 50px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .arrows--buying-guide__slider__right {
    left: initial;
    right: 10px;
  }
}

.card--buying-guide__favorite {
  background: #F8F8F8;
  border-radius: 5px;
  border: 1px solid #becacc;
}

.card--buying-guide__favorite--slider {
  padding: 0;
  margin-bottom: -10px;
}
.card--buying-guide__favorite--slider .slide {
  position: relative;
  border-radius: 5px;
}
.card--buying-guide__favorite--slider img {
  border-radius: 5px;
}
.card--buying-guide__favorite--slider__title {
  background: #1a535c;
  color: #ffffff;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px;
}
.card--buying-guide__favorite--slider .slick-arrow {
  position: absolute;
  z-index: 10;
  background: #fff !important;
  width: 20px;
  height: 30px;
}
.card--buying-guide__favorite--slider .slick-arrow.slick-next-custom {
  right: 0px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.card--buying-guide__favorite--slider .slick-arrow.slick-next-custom svg {
  margin: -5px 0 0 -5px;
}
.card--buying-guide__favorite--slider .slick-arrow.slick-prev-custom {
  left: 0px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.card--buying-guide__favorite--slider .slick-arrow.slick-prev-custom svg {
  margin: 5px 0 0 3px;
  transform: rotate(180deg);
}

.buying-guide-list-mobile-slider {
  position: relative;
}
@media (max-width: 768px) {
  .buying-guide-list-mobile-slider li {
    margin: 10px 0px;
    text-align: center;
  }
  .buying-guide-list-mobile-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
    pointer-events: none;
  }
  .buying-guide-list-mobile-slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
    pointer-events: none;
  }
}
.buying-guide-list-mobile-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  background: #fff !important;
  width: 20px;
  height: 30px;
}
.buying-guide-list-mobile-slider .slick-arrow.slick-next-custom {
  right: 0px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.buying-guide-list-mobile-slider .slick-arrow.slick-next-custom svg {
  margin: -5px 0 0 -5px;
}
.buying-guide-list-mobile-slider .slick-arrow.slick-prev-custom {
  left: 0px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.buying-guide-list-mobile-slider .slick-arrow.slick-prev-custom svg {
  margin: 5px 0 0 3px;
  transform: rotate(180deg);
}

.border-radius--5px {
  border-radius: 5px;
}

.accordion--buying-guide .card {
  background: none;
  display: block;
  border-radius: 0;
  border: 0;
}
.accordion--buying-guide .card-header {
  background: none;
  border-radius: 0;
  padding: 0 0 10px 0;
  position: relative;
  margin-top: 20px !important;
  cursor: pointer;
}
.accordion--buying-guide .card-header[aria-expanded=true] .product--single__accordion--arrow {
  transform: rotate(0deg);
}
.accordion--buying-guide .product--single__accordion--arrow {
  margin-top: 0;
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .slick-slider {
    padding: 0;
  }
}

.banner--buying-guide--desktop {
  padding: 15px 0 0;
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}
.banner--buying-guide--desktop__content {
  text-align: center;
}
.banner--buying-guide--desktop__label {
  font-size: 14px;
  color: #3C3C3C;
  font-family: "Muli", sans-serif;
  white-space: nowrap;
  display: inline-block;
}
.banner--buying-guide--desktop__dropdown-wrapper {
  display: inline-block;
}
.banner--buying-guide--desktop__trigger {
  display: none;
}
.banner--buying-guide--desktop__dropdown {
  display: inline-block;
}
.banner--buying-guide--desktop__dropdown li {
  list-style: none;
  margin: 0;
  padding: 0 2px;
  display: inline-block;
}
.banner--buying-guide--desktop__option.active {
  background: #1a535c;
  border-color: #1a535c;
  color: #ffffff;
}
.banner--buying-guide--desktop__option.active:hover {
  background: #16454c;
  border-color: #16454c;
  color: #ffffff;
}

@media (max-width: 768px) {
  .banner--buying-guide--mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e7e7e7;
    padding: 15px 20px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 2000;
  }
  .banner--buying-guide--mobile__content {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .banner--buying-guide--mobile__label {
    font-size: 16px;
    color: #3C3C3C;
    font-family: "Muli", sans-serif;
    white-space: nowrap;
  }
  .banner--buying-guide--mobile__dropdown-wrapper {
    position: relative;
    flex: 1;
    max-width: 300px;
  }
  .banner--buying-guide--mobile__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    background: #F8F8F8;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    font-size: 16px;
    color: #3C3C3C;
    font-family: "Muli", sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .banner--buying-guide--mobile__trigger:hover {
    text-decoration: none;
    color: #3C3C3C;
    background: #f3f3f3;
  }
  .banner--buying-guide--mobile__trigger-text {
    flex: 1;
    text-align: left;
  }
  .banner--buying-guide--mobile__chevron {
    margin-left: 10px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
  }
  .banner--buying-guide--mobile__dropdown-wrapper.active .banner--buying-guide--mobile__chevron {
    transform: rotate(0deg);
  }
  .banner--buying-guide--mobile__dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-bottom 0.3s ease;
    z-index: 1001;
  }
  .banner--buying-guide--mobile__dropdown li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .banner--buying-guide--mobile__dropdown-wrapper.active .banner--buying-guide--mobile__dropdown {
    max-height: 400px;
    opacity: 1;
    margin-bottom: 10px;
  }
  .banner--buying-guide--mobile__option {
    display: block;
    padding: 12px 15px;
    color: #3C3C3C;
    font-size: 16px;
    font-family: "Muli", sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.2s ease;
    background: #F8F8F8;
  }
  .banner--buying-guide--mobile__option:last-child {
    border-bottom: none;
  }
  .banner--buying-guide--mobile__option:hover {
    background: #f0f0f0;
    text-decoration: none;
    color: #3C3C3C;
  }
  .banner--buying-guide--mobile__option.active {
    background: #1a535c;
    color: #ffffff;
  }
  .banner--buying-guide--mobile__option.active:hover {
    background: #144148;
    color: #ffffff;
  }
}
.slider--buying-guide .slick-slide {
  vertical-align: top;
}

.top-160px {
  top: 160px;
}

.buying-guide-faq-questions .am-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.buying-guide-faq-questions .amfaq_questions .am-item .am-links {
  padding: 0;
}

.popup-authentication .block-authentication {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16px;
}
.popup-authentication .block-authentication .block-title {
  padding-bottom: 15px;
}

.popup-authentication .block[class],
.popup-authentication .form-login,
.popup-authentication .fieldset,
.popup-authentication .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.popup-authentication .block[class] + .block {
  border-top: 0;
  margin: 0;
  padding: 10px 0 0 40px;
}

.popup-authentication .block[class] + .block::before {
  left: 0;
  top: 50%;
}

.popup-authentication .actions-toolbar {
  margin-bottom: 0;
  margin-top: auto;
}

.modal-popup {
  z-index: 520;
  left: 0;
  overflow-y: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
}
.modal-popup._show {
  visibility: visible;
}
.modal-popup .actions-toolbar .primary {
  float: none;
  margin-left: auto;
}
.modal-popup.confirm {
  text-align: center;
}
.modal-popup.confirm .modal-footer {
  display: block !important;
  border-top: 0;
  padding-bottom: 0;
}
.modal-popup.confirm .modal-footer button {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #1a535c;
  background: #1a535c;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "mixta-didone-alt", serif;
  line-height: initial;
}
.modal-popup.confirm .modal-footer button:hover {
  background: #ffffff;
  color: #1a535c;
}
.modal-popup.confirm .modal-content {
  font-size: 18px;
}
.modal-popup.confirm .modal-inner-wrap {
  margin-top: 200px;
  background: #ffffff;
  padding: 30px;
}

.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
  margin: 0rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  top: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
}

.modal-popup._inner-scroll {
  overflow-y: visible;
}

.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}

.modal-header {
  border: 0;
}
.modal-header button:before {
  display: none;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}

.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.modal-popup .modal-footer-actions {
  text-align: right;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}

.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}

.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}

.modal-custom .action-close {
  margin: 25px;
}

.modal-content {
  border: 0;
  z-index: 2;
}

.modal-popup .modal-title {
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}

.modal-popup .action-close {
  padding: 20px !important;
  margin-right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.modal-popup .action-close:before {
  display: none;
}

.modal-slide .action-close {
  padding: 2.1rem 3rem;
}

.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1050;
}

.modal-popup {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.checkout-cart-index .popup-authentication .modal-inner-wrap {
  margin: auto;
}

.cancel-modal .modal-content {
  padding-bottom: 20px;
}
.cancel-modal p {
  font-size: 16px !important;
}
.cancel-modal label {
  font-size: 16px;
  line-height: 18px;
}
.cancel-modal .default--button:first-of-type {
  margin-right: 20px;
}

.popup-authentication .modal-inner-wrap {
  min-width: 600px;
  max-width: 80%;
  width: 600px;
  background: none;
  background-color: transparent;
}
.popup-authentication .modal-content {
  background: none;
  background-color: transparent;
  padding: 40px;
}
.popup-authentication .modal-content .block-customer-login {
  background: #ffffff;
  padding: 60px;
  position: relative;
}
.popup-authentication .field {
  max-width: 80%;
  width: 80%;
  margin: 0 auto;
}
.popup-authentication .default--button {
  padding: 15px;
  width: 70;
  margin: 0 auto;
}
.popup-authentication .facebook-login .default--button {
  background: #39579a;
  margin: 0 auto;
}
.popup-authentication .google-login .default--button {
  background: #3e82f8;
  margin: 0 auto;
}
.popup-authentication .facebook-login, .popup-authentication .google-login {
  margin-top: 5px;
}
.popup-authentication .facebook-login .default--button, .popup-authentication .google-login .default--button {
  padding: 10px 15px;
  text-transform: none;
}
.popup-authentication .facebook-login .default--button:hover, .popup-authentication .google-login .default--button:hover {
  color: #ffffff !important;
  background: #1a535c;
  border-color: #1a535c;
  opacity: 0.5;
}
.popup-authentication .forgot-pw {
  font-size: 13px;
}

.modal {
  height: 100vh;
}
.modal .input--default {
  min-width: 200px;
}

.modal-popup {
  z-index: 1200;
}

.modals-overlay {
  z-index: 1010 !important;
}

.modal-footer {
  display: none !important;
}

.modal-content {
  overflow: visible;
}

.menu--close__mobile, .menu--mobile__info {
  display: none;
}

.container--mobileSearch {
  display: initial;
}

@media (min-width: 980px) and (max-width: 1200px) {
  body .filter--inline .filter-options-item, body .filter--inline .trigger--allFilters__button, body .filter--inline .trigger--OrderBy__button {
    min-width: 111px;
  }
}
.slider--widget__next svg {
  transform: rotate(180deg);
}

.product--single__accordion .card-header {
  padding-right: 0;
}
.product--single__accordion .card-header svg {
  margin-right: 0 !important;
}
.product--single__accordion .card-header[aria-expanded=true] .product--single__accordion--arrow {
  transform: rotate(180deg);
}
.product--single__accordion .card-header[aria-expanded=false] .product--single__accordion--arrow {
  transform: rotate(0);
}

@media (min-width: 980px) and (max-width: 1366px) {
  body.bannerVisible .header {
    padding-bottom: 50px;
  }
  body.bannerVisible .banner--top {
    margin-bottom: 0;
  }
  .block-compare {
    top: 65%;
  }
}
@media (max-width: 1025px) {
  body, html {
    overflow-x: hidden;
  }
  .header--main .icon-cross {
    font-family: "cousins" !important;
  }
  .container--mobileSearch {
    display: none;
  }
  .container--mobileSearch.active {
    display: block;
  }
  .trigger--mobileSearch {
    font-size: 21px;
  }
  #heading-accordion-view-store svg {
    margin-right: 0;
  }
  .attribute--slider__menu .slick-current .slide {
    border: 0;
    opacity: 1;
    border-bottom: 1px solid #1a535c;
  }
  .attribute--slider__menu .slide {
    opacity: 0.5;
  }
  .block--product__statusBar span {
    width: 40%;
  }
  #paybyfinance-main-block {
    margin-bottom: 0;
  }
  .gallery--product__mobileFix {
    display: none !important;
  }
  #block-related-heading, #block-upsell-heading {
    text-align: center;
  }
  .container--custom__related {
    padding-right: 0;
  }
  .container--custom__related .col-lg-12 {
    padding-right: 0;
  }
  .container--custom__related .products-grid {
    padding-right: 0;
  }
  .gallery--product__slider--prev, .gallery--product__slider--next {
    margin-top: -52px;
    display: block !important;
  }
  .gallery--product__slider--prev svg, .gallery--product__slider--next svg {
    margin-top: 0px;
  }
  .block--screen__half.block--styles .default--button,
  .block--screen__full.block--styles .default--button,
  .block--screen__third.block--styles .default--button,
  .block--screen__quarter.block--styles .default--button,
  .block--screen__75.block--styles .default--button {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .slider--home {
    position: relative;
  }
  .slider--home__wrap {
    min-height: initial;
  }
  .slider--home .default--button {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: 20px;
    left: 50%;
    margin-left: -120px;
  }
  .checkout--benefits__home {
    display: block;
    flex-wrap: initial;
    margin: 0;
  }
  .checkout--benefits__home .col-md-3 {
    padding: 0;
  }
  .faq-question-view .sidebar, .faq-search-index .sidebar, .faq-category-view .sidebar, .faq-question-view .column.main, .faq-category-view .column.main {
    width: 100%;
    padding-right: 0;
  }
  .faq-question-view .column.main, .faq-category-view .column.main, .faq-search-index .column.main {
    width: 100%;
    float: none;
  }
  .faq-question-view .column.main .amfaq_questions, .faq-category-view .column.main .amfaq_questions, .faq-search-index .column.main .amfaq_questions {
    padding-top: 20px;
  }
  body .filter--inline .trigger--OrderBy:hover .trigger--OrderBy__options {
    margin-left: 0;
  }
  .smile-es-range-slider {
    width: 80%;
  }
  .filter .filter-options-content, .trigger--OrderBy__options {
    overflow: scroll;
  }
  body.filters-opened {
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
  .checkout--summary__section .table--standard__info--title {
    margin-left: 5px;
    margin-top: 0px;
  }
  #paybyfinance-main-block h3 {
    display: block !important;
  }
  #paybyfinance-main-block .paybyfinance-sum td:nth-child(1) {
    text-align: left;
    padding-left: 0;
  }
  #wishlist-view-form .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  #paybyfinance-main-block .paybyfinance-sum td:nth-child(2) {
    text-align: left;
  }
  .social-login-authentication-popup {
    display: none;
  }
  .table--standard__info--title {
    padding-top: 10px;
  }
  .product-added-modal .product-item-info, .product-added-modal .headingM {
    display: none;
  }
  .category-cms .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-menu-overlay {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 0px 0px 0px !important;
  }
  .menu--close__mobile {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999999;
    text-align: center;
    display: block;
  }
  .menu--close__mobile .icon-cross {
    font-size: 20px;
    background: none;
    color: #000000;
    padding: 9;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
  }
  body.mobile-menu-active {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body.mobile-menu-active .mobile-menu-overlay {
    display: block !important;
  }
  body.mobile-menu-active .menu--close__mobile {
    display: inline-block;
  }
  body.mobile-menu-active .nav-sections {
    z-index: 99999;
  }
  .products-grid {
    overflow: visible;
    padding: 0 15px;
  }
  .list--breadcrumbs li, .breadcrumbs .items li {
    letter-spacing: 0;
  }
  .header.is_stuck .banner--top {
    margin-bottom: 0;
  }
  .category-cms .block--screen__half {
    height: 25vh;
  }
  .category-cms .block--screen__half .height--50 {
    height: 25vh;
  }
  #additionalColoursModal .swatch--item__popup--wrap span {
    text-align: left;
  }
  .menu--mobile__info--wrap {
    display: block;
    text-align: left;
    margin: 40px 20px 20px 20px;
  }
  .menu--mobile__info--wrap a {
    margin-bottom: 15px;
  }
  .container-fluid.container--custom, .container--custom.container-sm, .container--custom.container-md, .container--custom.container-lg, .container--custom.container-xl {
    padding: 0 15px;
  }
  .nav-sections-item-switch {
    display: none;
  }
  .block-search button.search {
    background: none;
  }
  .header--small {
    opacity: 0;
    height: 120px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
  }
  .header .logo {
    font-size: 31px !important;
    margin: 17px 0px !important;
  }
  .header .header--search {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 15px 5px 15px;
    background: #ffffff;
  }
  .round--number {
    position: absolute;
    width: 11px;
    height: 11px;
    font-size: 7px;
    line-height: 11px;
    margin-right: -5px;
  }
  .slider--home__wrap .tns-nav {
    margin: 0 0 -30px 0;
  }
  .slider--home__wrap .tns-nav button {
    background: #7f7f7f;
    border: 0;
    border-color: #1a535c;
  }
  .slider--home__wrap .tns-nav button.tns-nav-active {
    border: 1px solid #1a535c;
  }
  .block--screen__text--hidden {
    max-height: 0 !important;
  }
  .block--screen__half .default--button, .block--screen__full .default--button, .block--screen__third .default--button, .block--screen__quarter .default--button, .block--screen__75 .default--button {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .block-search input[type=text] {
    display: inline-block;
    width: calc(100% - 60px);
    position: absolute;
    min-width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
    margin-right: 0px;
    color: #1a535c;
    opacity: 1;
    visibility: visible;
    background: #F8F8F8;
    border: 0;
  }
  .block-search i {
    font-size: 20px;
    margin: 5px 10px 0 0;
  }
  .tabs--standard li {
    padding-right: 0;
  }
  .tabs--standard li:after {
    display: none;
  }
  .block--screen__half .default--button, .block--screen__full .default--button, .block--screen__third .default--button, .block--screen__quarter .default--button, .block--screen__75 .default--button {
    opacity: 0;
    visibility: hidden;
  }
  .newsletter--title {
    padding: 0 20px 10px 20px;
    font-size: 24px;
  }
  .block--product {
    margin-bottom: 30px;
  }
  .block--product__image--wrap {
    min-height: 200px;
  }
  .gallery--product__slider--desktop, .gallery--product__slider--nav__desktop {
    display: none;
  }
  .gallery--product__nav {
    margin-top: 0;
    height: auto;
  }
  .table--standard__image, .table--standard__info {
    width: 100%;
    padding-left: 0;
  }
  .link--underline {
    background: none;
  }
  .checkout--totals__sidebar {
    padding: 0 30px;
  }
  .mobile--menu__trigger {
    font-size: 21px;
  }
  .ves-megamenu .navigation .level0 > a .opener, .ves-megamenu .navigation .content-type-parentcart .level1 > a .opener {
    display: block !important;
    position: absolute;
  }
  .ves-megamenu .opener {
    text-align: right !important;
    padding-right: 12px;
  }
  .ves-megamenu .opener:before {
    font-family: "cousins";
    content: "\e908" !important;
    display: inline-block;
    transform: rotate(45deg);
    font-size: 12px;
    color: #7f7f7f;
  }
  .ves-megamenu .opener.item-active {
    transform: rotate(90deg);
  }
  .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ffffff;
    background-color: #ffffff !important;
    color: #1a535c !important;
  }
  .modal--standard .modal-dialog {
    min-width: auto;
  }
  .modal--standard .modal-dialog .modal-body {
    padding: 0;
  }
  .modal-popup .modal-inner-wrap {
    width: 100%;
  }
  .modal--standard .icon-cross {
    margin: -10px -5px 0 0;
  }
  .account .block-compare {
    display: none;
  }
  .account .block-dashboard-info,
  .account .block-dashboard-addresses,
  .account .block-dashboard-orders {
    padding: 0 15px;
  }
  .account .table-wrapper table {
    zoom: 0.7;
  }
  .block-compare {
    display: none !important;
  }
  .minicart .delete {
    display: none;
  }
  .menu--header__icons li {
    margin: 0 8px;
  }
  .menu--header__icons li a i {
    font-size: 24px;
  }
  .checkout--benefits__home .checkout--benefits__content .checkout--benefits__title {
    font-size: 12px;
  }
  .slider--widget__prev, .slider--widget__next {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    background: none;
    color: #1a535c;
    margin-top: -100px;
  }
  .slider--widget__prev {
    left: -10px !important;
    right: initial !important;
  }
  .slider--widget__prev {
    right: -10px !important;
  }
  .home--product__slider .tns-nav {
    margin-top: -40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: none !important;
  }
  .home--product__slider .tns-nav button {
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    width: 16px;
    max-width: 8px;
    height: 16px;
    max-height: 8px;
    background: #becacc;
    border: 2px solid #becacc;
    margin: 0 5px;
    vertical-align: middle;
    transition: all 400ms ease-in-out;
    cursor: pointer;
  }
  .home--product__slider .tns-nav button.tns-nav-active {
    max-width: 12px;
    max-height: 12px;
    background: none;
  }
  .banner--top {
    position: fixed;
    margin-bottom: 0;
  }
  .banner--top .icon-cross {
    position: absolute;
    top: 0;
    right: 0;
    margin: 25px 15px 0 0;
    font-size: 12px;
  }
  .orderBy--wrap {
    float: left;
    width: calc(50% - 15px);
  }
  .orderBy--wrap .trigger--OrderBy {
    margin-left: 0 !important;
  }
  .orderBy--wrap .trigger--OrderBy__button {
    min-width: 0 !important;
    width: calc(100% - 15px);
  }
  .filter--main__container {
    padding: 0;
  }
  .filters--all {
    padding: 80px 30px 60px 60px;
  }
  .filters--all__back {
    margin: 20px 0 0 60px;
  }
  .product--dimensions {
    font-size: 14px;
  }
  .product--dimensions span {
    display: block;
    float: left;
    width: 25%;
  }
  .product--dimensions span span {
    float: none;
    display: block;
    width: 100%;
  }
  .gallery--product__slider--prev, .gallery--product__slider--next {
    display: none;
  }
  .newsletter--wrap input[type=text], .newsletter--wrap input[type=email] {
    width: calc(100% - 65px);
  }
  .product--single__qty {
    margin-right: -4px;
    padding: 13px 17px;
    width: 100px;
  }
  .product--single__qty input {
    width: 100% !important;
  }
  .product--single__qty .product--single__qty--plus, .product--single__qty .product--single__qty--minus {
    display: none;
  }
  .link--addToWishlist {
    font-size: 16px;
  }
  .product--single__accordion .card-header {
    font-size: 20px;
    padding-right: 0;
  }
  .product--single__accordion .card-header svg {
    margin-right: 0 !important;
  }
  .product--single__accordion .card-header[aria-expanded=true] .product--single__accordion--arrow {
    transform: rotate(180);
  }
  .product--single__accordion .card-header[aria-expanded=false] .product--single__accordion--arrow {
    transform: rotate(0);
  }
  .slider--widget__next svg {
    transform: rotate(180deg);
  }
  .product--single__accordion--arrow {
    margin-top: 10px;
  }
  .benefits--title {
    font-size: 20px;
  }
  .checkout--benefits__product {
    margin-left: -30px;
  }
  .checkout--benefits__product .checkout--benefits__content {
    margin-top: 14px;
  }
  .checkout--benefits__product .checkout--benefits__title {
    font-size: 12px;
  }
  .product--single__accordion .short_description ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #additionalColoursModal .headingMS {
    font-size: 18px;
  }
  #additionalColoursModal .modal-dialog {
    margin: 0;
  }
  #additionalColoursModal .additional--colours {
    max-height: 70vh;
    min-height: 60vh;
  }
  #additionalColoursModal .icon-cross {
    margin: 15px 15px 0 0;
    background: none;
    color: #1a535c;
  }
  #additionalColoursModal .modal-content {
    height: 100vh;
  }
  #additionalColoursModal .modal--standard .modal-content {
    width: 100%;
    height: 100vh;
  }
  #additionalColoursModal .product--single .product--single__swatch, #additionalColoursModal .product--single .swatch-option, #additionalColoursModal #additionalColoursModal .product--single__swatch, #additionalColoursModal #additionalColoursModal .swatch-option {
    margin-left: 1px !important;
  }
  body._has-modal {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .login-container .block-customer-login, .login-container .block-new-customer {
    width: 100%;
    margin: 0 30px;
  }
  .login-container .forgot--password {
    margin-left: 0;
  }
  .basket--discount__wrap input[type=text] {
    width: calc(100% - 100px);
  }
  .checkout--benefits__content {
    margin-bottom: 40px;
  }
  .checkout--address {
    order: 2;
  }
  #opc-sidebar {
    max-height: 60px;
    overflow: hidden;
  }
  #opc-sidebar.active {
    max-height: 2000px;
  }
  #opc-sidebar.active hr {
    display: block;
  }
  #opc-sidebar.active .checkout--summary__section i {
    transform: rotate(-90deg);
  }
  #opc-sidebar hr {
    display: none;
  }
  #opc-sidebar .headingXS {
    margin-top: -5px;
  }
  #opc-sidebar .checkout--summary__section {
    padding: 20px 20px 20px 20px;
  }
  #opc-sidebar .checkout--summary__section i {
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    display: inline-block;
    border: 1px solid #1a535c;
  }
  .shipping--method__item {
    width: 100%;
    text-align: left;
  }
  .opc .button.continue {
    width: 100%;
  }
  .container--absolute__block {
    padding: 20px 30px;
  }
  .container--absolute__block .headingM {
    font-size: 18px;
    line-height: 21px;
  }
  .container--absolute__block br {
    display: none;
  }
  .container--absolute__block p {
    max-height: 40px;
    overflow: hidden;
    font-size: 12px;
  }
  .container--absolute__block .default--button {
    min-width: 170px;
  }
  .container--absolute__block .default--button i {
    margin-left: 0px;
  }
  .container--absolute__image {
    height: 50vh;
    margin-top: -40px;
    width: 90%;
  }
  .blog--more__link {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
  .blog--slider__wrap .tns-nav {
    display: none;
  }
  .checkout--payment__active #opc-sidebar .checkout--totals__sidebar {
    padding-left: 15px;
  }
  .page-layout-checkout .actions-toolbar > div {
    display: block;
  }
  .block--screen__text--reveal {
    display: none !important;
  }
  .catalog-product-view .block--screen__text--reveal {
    display: block !important;
  }
  .block--product__compare--tooltip {
    display: none !important;
  }
  .container--home__blocks .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .container--home__blocks .block--screen__half {
    height: 40vh;
  }
  .container--home__blocks .block--screen__half .height--50 {
    height: 40vh;
  }
  .category--blocks .col-md-4 .block--screen__third, .category--blocks .col-md-6 .block--screen__third {
    height: 25vh;
  }
  .category--blocks .col-md-4 .block--screen__third .height--33, .category--blocks .col-md-6 .block--screen__third .height--33 {
    height: 25vh;
  }
  .tabs--standard li:last-child {
    padding-right: 10px;
  }
  .blog--slider__wrap {
    padding-bottom: 0;
  }
  .home--instagram .headingM, .home--customers .headingM, .home--brand .headingM {
    font-size: 21px;
  }
  .product-info-main {
    margin-left: 0;
  }
  .action.tocompare {
    display: none !important;
  }
  body .filter--inline .trigger--allFilters {
    width: 50%;
  }
  .menu--mobile__info--wrap .icon-call {
    margin-right: 5px;
  }
  .menu--mobile__info--wrap .icon-map-marker {
    margin-right: 9px;
  }
  .menu--mobile__info--wrap .icon-account {
    margin-right: 6px;
  }
  .category--title {
    font-size: 28px;
  }
  .swatch-option-tooltip {
    display: none !important;
  }
  .product--single .product--single__swatch.more, .product--single .swatch-option.more, #additionalColoursModal .product--single__swatch.more, #additionalColoursModal .swatch-option.more {
    margin-right: 0;
  }
  #related-products-container {
    display: block !important;
    flex-wrap: initial !important;
    margin: 0 !important;
  }
  #related-products-container .col-lg-4 {
    flex: initial !important;
    max-width: initial !important;
    padding: 0;
  }
  .minisearch.active input[type=text] {
    background: #F8F8F8 !important;
  }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl .product--single__price {
    font-size: 12px;
  }
  #search_autocomplete {
    max-width: 100% !important;
    margin-right: 0;
    padding: 10px;
    height: 100vh;
    border: 0;
  }
  #search_autocomplete .product--single__price--wrap {
    margin: 5px 0px;
    font-size: 12px;
  }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.category {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.category dd {
    display: inline-block;
    margin-right: 10px;
  }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-item {
    width: 100%;
    float: none;
  }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-image-box {
    float: none;
    margin: 0 auto;
    width: 40%;
  }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #search_autocomplete .smile-elasticsuite-autocomplete-result .search--topPages,
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.category {
    display: none;
  }
  #hidden-spinme {
    width: 100% !important;
    padding: 5px;
  }
}
@media (max-width: 680px) {
  .footer--menu__label {
    margin-top: 30px;
  }
  .slider--home .slide--circle {
    display: none;
  }
  .slider--home .slide--title {
    font-size: 36px;
  }
  .slider--home .slide--subtitle {
    font-size: 14px;
  }
  .social--media {
    margin-bottom: 20px;
  }
  .social--media li {
    margin: 0 10px;
  }
  .trigger--allFilters {
    padding-left: 0;
  }
  .popup-authentication .modal-inner-wrap {
    width: 80%;
    min-width: auto;
    max-width: 100%;
  }
  .modal-popup._inner-scroll .modal-inner-wrap {
    width: 90%;
  }
  .popup-authentication .modal-content .block-customer-login {
    padding: 40px 20px;
  }
  .popup-authentication .modal-content {
    padding: 100px 40px;
  }
  .modal--standard .modal--continue {
    margin-bottom: -65px;
  }
  .minicart {
    max-width: 100%;
    width: 100%;
  }
  .minicart #top-cart-btn-checkout {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: calc(100% - 73px);
  }
  .block--screen__full {
    margin-bottom: 40px;
  }
  .store--benefits .col {
    width: 100%;
    margin-bottom: 40px;
  }
  .filter--inline .filter-options {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .d-lg-none {
    display: block !important;
  }
  .modal--standard .modal-dialog {
    max-width: 100%;
  }
  .filter--inline .filter-options {
    display: none;
  }
  .ves-megamenu .navigation .level0.submenu-left, .ves-megamenu .navigation .level0.submenu-right {
    position: relative;
    display: block;
    width: 100%;
  }
  body .ves-megamenu .navigation .level0 > a, body .ves-megamenu .navigation .content-type-parentcart .level1 > a {
    display: block;
  }
  .minicart {
    max-width: 100%;
    width: 100%;
  }
  .minicart #top-cart-btn-checkout {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: calc(100% - 73px);
  }
  .checkout-cart-index .table--standard__image {
    text-align: center;
    margin-bottom: 20px;
  }
}