@charset "UTF-8";
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800%7CPoppins:300,400,500,600,700,800%7CArimo:400");
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden; }

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .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 .table {
    background-color: #fff; }

.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 {
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

.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-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-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: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    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; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.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; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.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; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.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 {
    background-color: #71dd8a; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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;
      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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    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; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    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: #fff;
    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(0, 123, 255, 0.5); }

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

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

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    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: #fff;
    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(220, 53, 69, 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 {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    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: #fff;
    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;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    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: #fff;
    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;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    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: #fff;
    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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .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 screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

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

.dropdown-toggle:empty::after {
  margin-left: 0; }

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

.dropdown-menu-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: 0 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-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

.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 + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .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 > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::after {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 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::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  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:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .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;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .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;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .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;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .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; }

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    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 {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    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 {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    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 {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    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 {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    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 {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

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

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

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

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

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

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

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

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

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

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

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

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      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:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-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 .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

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

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  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: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

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

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

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

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

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

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

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    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: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.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;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

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

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

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

.media-body {
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

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

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 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: #fff;
    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: #fff;
    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: #fff;
    background-color: #155724;
    border-color: #155724; }

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

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

.list-group-item-danger {
  color: #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: #fff;
    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: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.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, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 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-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 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-right-color: #fff; }

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    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-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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 {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

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

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !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: #fff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !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.85714%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1281px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1281px)/";
  width: 1281px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1281px) and (max-width:1681px)/";
  width: 1281px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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;
  -webkit-transform: translateZ(0);
  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: #1e1e1e;
  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: .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 .25s ease, visibility 0s ease .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 .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;
  -webkit-transform: translateZ(0);
  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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  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;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

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

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  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 .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;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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: .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 {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  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: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    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;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

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

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .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; } }

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

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

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

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

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

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

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #646464;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

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

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1281px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #787878;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #2e3031; }

p {
  margin-bottom: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  color: #2e3031;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #646464;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Wix Madefor Text";
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #787878;
  color: #2e3031;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: black;
    color: black; }
  .button:active {
    background-color: transparent;
    border: 1px solid #2e3031;
    color: #2e3031; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e9ecef;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #999999;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #cccccc;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: calc(2.25rem + 2px);
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: calc(2.25rem + 2px); }

.form-prefixPostfix-input {
  border-radius: 0.25rem 0 0 0.25rem; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #ced4da;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: calc(2.25rem + 2px);
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0.25rem 0 0 0.25rem;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0.25rem 0.25rem 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0.25rem 0.25rem 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #646464; }

.tab.is-active .tab-title {
  color: #646464;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #787878;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #787878; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #787878;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #646464;
    padding: 1.85714rem;
    display: block;
    font-family: "Wix Madefor Text";
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #fff !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #999999;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 4.35714rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -15px; }
  @media (min-width: 1281px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1281px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #999999;
  height: 0.35714rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #2e3031;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #646464;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Wix Madefor Text";
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #787878;
    color: #2e3031;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: black;
      color: black; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #2e3031;
      color: #2e3031; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #787878;
    color: #2e3031; }
    @media (min-width: 481px) {
      .swal2-modal .swal2-cancel {
        margin-left: 0.78571rem; } }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: black;
    color: black; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #2e3031;
    color: #2e3031; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }

#wishlist-dropdown.is-open {
  background: white;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1281px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 1010; }
  @media (max-width: 767px) {
    .modal {
      top: 55% !important;
      z-index: 1010; } }

@media (min-width: 1281px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.breadcrumbs {
  display: none;
  font-size: 0;
  padding-left: 19px;
  margin-bottom: 0;
  padding-bottom: 0; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    color: #000;
    font-weight: 400; }

.breadcrumb-label {
  text-decoration: none; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #787878; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #2e3031; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #2e3031; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.accordion-custom {
  width: 100%;
  margin: 0px auto;
  padding: 0;
  padding-top: 2rem; }
  .accordion-custom .accordion {
    color: #131457;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    border-top: #e5e5e5 solid;
    border-bottom: none;
    border-left: unset;
    border-right: unset;
    border-width: 1px;
    cursor: pointer;
    padding: 8px 20px 8px 0;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 1.8rem;
    margin-bottom: 0;
    /*   background-color: #ebf9fe;
    margin-bottom: 2px;*/ }
  .accordion-custom .accordion:after {
    content: "\02795";
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px; }
  .accordion-custom .active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */ }
  .accordion-custom .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
  .accordion-custom .panel p {
    margin-bottom: 10px;
    font-size: 14px; }
  .accordion-custom .panel ul {
    margin: 20px 0;
    padding: revert; }
  .accordion-custom .panel ul > li {
    font-size: 14px; }

.productView-details .accordion-custom .panel ul {
  padding: 0 20px; }

.productView-details .accordion-custom .panel li {
  margin-bottom: 10px; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

.facetedSearch-refineFilters .facetLabel {
  font-size: 12px; }

.accordion--navList {
  border: 0; }
  @media (min-width: 801px) {
    .accordion--navList {
      border: 0; } }
  @media (min-width: 801px) {
    .sidebarBlock + .accordion--navList {
      margin-top: 2rem; } }
  @media (min-width: 801px) {
    .accordion--navList .accordion-block {
      margin-top: 2rem; } }
  .accordion--navList .accordion-content {
    padding: 1rem;
    padding: 0; }
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; }
  .accordion--navList .accordion-title {
    font-weight: normal;
    text-decoration: none;
    text-transform: inherit;
    padding: 0; }
    @media (min-width: 801px) {
      .accordion--navList .accordion-title {
        margin-bottom: 0.78571rem;
        margin-top: 0; } }
  .accordion--navList .accordion-indicator {
    fill: #999999; }
    @media (min-width: 801px) {
      .accordion--navList .accordion-indicator {
        visibility: hidden; } }
  .accordion--navList .accordion-navigation-actions {
    /*right: $accordion-navList-padding;
        top: $accordion-navList-padding + spacing("eighth");*/
    right: 0;
    top: 0;
    font-size: 12px; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #757575;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #333333; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  color: white;
  background-color: #00014b;
  border-color: #00014b; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.lazyload, .lazyloading {
  height: 100%; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Wix Madefor Text";
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

#CartEditProductFieldsForm .form-select--small {
  padding-right: 0; }

#CartEditProductFieldsForm .form-select--small, #CartEditProductFieldsForm .form-select--date {
  max-width: 22rem; }

#CartEditProductFieldsForm .form-field input, #CartEditProductFieldsForm .form-field select, #CartEditProductFieldsForm .form-field textarea {
  color: #666666; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix {
  border-radius: 27px;
  border: 2px solid #FFF;
  margin-top: 1rem; }
  .form-prefixPostfix .form-input,
  .form-prefixPostfix .button {
    display: block;
    width: 100%; }
  .form-prefixPostfix .form-input {
    border: 1px solid #444; }
    @media (min-width: 1281px) {
      .form-prefixPostfix .form-input {
        width: auto; } }
  @media (min-width: 1281px) {
    .form-prefixPostfix .button {
      width: auto; } }
  .form-prefixPostfix .form-inlineMessage {
    margin-bottom: 0.35714rem; }
    @media (min-width: 1281px) {
      .form-prefixPostfix .form-inlineMessage {
        margin-bottom: 0; } }
  .form-prefixPostfix.form-field--error {
    flex-wrap: wrap; }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1281px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }

.form-option {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: none; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
    .form-minMaxRow .form-field:last-child {
      margin-top: 15px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    @media (max-width: 1024px) {
      .form-minMaxRow .button {
        color: #FFF; } }

.form-wrapper-category-container {
  max-width: 800px;
  margin: auto; }

.form-wrapper-category-container span {
  font-weight: 400;
  font-size: 24px; }

.form-wrapper-category-title {
  font-family: "Source Sans Pro", Helvetica,Arial,sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #00014b;
  text-align: center; }

.form-wrapper-category {
  max-width: 600px;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  width: 100%;
  position: relative;
  border: 1px solid #D8D8D8;
  height: 100vh;
  margin: auto; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-img-container {
  width: 260px;
  object-fit: cover; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.card-img-container img {
  max-width: 100%;
  height: 100%;
  object-fit: cover; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #323232;
    text-decoration: none; }
    .card-title > a:hover {
      color: #2e3031; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cccccc;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #787878; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #646464; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #787878;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

.navUser-action {
  color: #333333;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #fff; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #fff;
    transition: all 0.15s ease; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
      left: auto; }
    .navUser-item--cart .dropdown-menu.is-open:before {
      right: 0.78571rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.92857rem; }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.logo-header {
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 10px;
  margin-top: 8px;
  padding-left: 2rem; }
  @media (max-width: 1061px) {
    .logo-header {
      padding-left: 0; } }

.is-sticky .logo-header {
  margin-bottom: -10px; }

.is-sticky .header.halo_header.pickup .logo-header {
  margin-bottom: -28px; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem;
  display: flex;
  align-items: center; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.phone {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  white-space: nowrap; }

.header-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #00014b; }

@media (max-width: 1405px) {
  .is-sticky .header-wrapper {
    padding-top: 0px; } }

.inner-width-header {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: auto;
  width: 1920px; }

.header-wrapper.unset-bg {
  display: flex;
  justify-content: space-between;
  background-color: unset; }

.header-wrapper.unset-bg .header-logo-image-container {
  padding-bottom: 23px;
  padding-top: 20px; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 2rem;
  padding-top: 10px; }
  @media (max-width: 1061px) {
    .nav-right {
      padding-right: 0; } }

.is-sticky .nav-right {
  padding-top: 1px; }

.navPages-list {
  margin: 0;
  display: inline; }
  @media (min-width: 801px) {
    .navPages-list {
      display: flex;
      align-items: center;
      float: none; } }
  @media (max-width: 1061px) {
    .navPages-list {
      display: inline; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #2e3031;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; }
        .navPages-action.is-open svg {
          fill: #2e3031;
          stroke: #2e3031; } }
  .navPages-action:hover {
    color: #2e3031; }
    .navPages-action:hover svg {
      fill: #2e3031;
      stroke: #2e3031; }
  .navPages-action svg {
    fill: #2e3031;
    stroke: #2e3031;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.35714rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      padding: 1.5rem 1.5rem 2.28571rem;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPage-subMenu.nav-bopis-dropdown {
    background-color: transparent; }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid #cccccc;
      margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.menu-label {
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  padding: 3px 5px 2px;
  line-height: 1;
  font-size: 10px;
  border-radius: 1px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
  margin-left: 10px; }
  .menu-label:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%); }
  .menu-label.sale-label {
    background: #ec4064;
    color: #fff;
    border: 1px solid #ec4064; }
    .menu-label.sale-label:before {
      border-right-color: #ec4064; }
  .menu-label.hot-label {
    background: #f79900;
    color: #fff;
    border: 1px solid #f79900; }
    .menu-label.hot-label:before {
      border-right-color: #f79900; }
  .menu-label.new-label {
    background: #44b5f5;
    color: #fff;
    border: 1px solid #44b5f5; }
    .menu-label.new-label:before {
      border-right-color: #44b5f5; }
  @media (min-width: 1025px) {
    .menu-label {
      margin-left: 0;
      position: absolute;
      z-index: 1000;
      top: 0;
      right: -15px; }
      .menu-label:before {
        left: 50%;
        right: auto;
        top: 100%;
        transform: translateX(-50%); }
      .menu-label.sale-label:before {
        border-top-color: #ec4064;
        border-right-color: transparent; }
      .menu-label.hot-label:before {
        border-top-color: #f79900;
        border-right-color: transparent; }
      .menu-label.new-label:before {
        border-top-color: #44b5f5;
        border-right-color: transparent; } }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.google_plusone_iframe_widget {
  width: inherit !important; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Slick slider  --------*/
.heroCarousel-wrapper {
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px; }

.heroCarousel {
  margin-top: 0;
  height: auto;
  max-height: none;
  overflow: hidden;
  position: relative; }
  .heroCarousel.slick-initialized {
    height: auto;
    max-height: none; }
  .heroCarousel.slick-slider, .heroCarousel.slick-slider.slick-dotted {
    margin-bottom: 0px; }
  .heroCarousel .slick-arrow-custom {
    top: auto;
    padding: 0;
    fill: #fff;
    opacity: 1;
    z-index: 12;
    width: 20px;
    bottom: 36px;
    height: 26px;
    visibility: visible;
    border: none;
    background-color: transparent;
    transition: all 0.3s ease;
    transform: none; }
  .heroCarousel .slick-next {
    right: 50px; }
  .heroCarousel .slick-prev {
    left: 50px; }
  .heroCarousel .slick-dots {
    bottom: 40px; }
    .heroCarousel .slick-dots li {
      padding: 0;
      margin: 0 7px; }
      .heroCarousel .slick-dots li button {
        width: 11px;
        height: 11px;
        opacity: 0.6;
        position: relative;
        border: none;
        background-color: #ffffff; }
        .heroCarousel .slick-dots li button:before {
          content: "";
          width: calc(100% + 2px);
          height: calc(100% + 2px);
          top: -1px;
          left: -1px;
          right: -1px;
          bottom: -1px;
          position: absolute;
          background-color: transparent;
          border: 1px solid transparent; }
      .heroCarousel .slick-dots li.slick-active button {
        opacity: 1;
        background-color: transparent; }
        .heroCarousel .slick-dots li.slick-active button:before {
          border: 1px solid #ffffff; }
  .heroCarousel .slick-slide .heroCarousel-title {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutRight; }
  .heroCarousel .slick-slide .heroCarousel-description {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutRight; }
  .heroCarousel .slick-slide .heroCarousel-action {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutRight; }
  .heroCarousel .slick-slide.slick-current .heroCarousel-title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInLeft; }
  .heroCarousel .slick-slide.slick-current .heroCarousel-description {
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInLeft; }
  .heroCarousel .slick-slide.slick-current .heroCarousel-action {
    visibility: visible;
    animation-delay: 500ms;
    animation-name: fadeInLeft; }

.heroCarousel:not(.slick-slider) {
  overflow: hidden;
  white-space: nowrap; }
  .heroCarousel:not(.slick-slider) .heroCarousel-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%; }

.heroCarousel-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  vertical-align: top; }
  .heroCarousel-slide:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    opacity: 0.2;
    position: absolute;
    background-color: #866965; }

.heroCarousel-image {
  z-index: 1;
  width: 100%;
  position: relative; }

.heroCarousel-content {
  z-index: 5;
  width: 100%;
  color: white;
  left: 0;
  top: 50%;
  text-align: center;
  max-width: 680px;
  position: absolute;
  transform: translate3d(0%, -50%, 0);
  background-color: transparent;
  padding-left: 80px;
  padding-right: 80px;
  font-family: "Wix Madefor Text"; }
  .heroCarousel-content .heroCarousel-title {
    margin-top: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    color: white;
    font-family: "Wix Madefor Text"; }
  .heroCarousel-content .heroCarousel-description {
    color: white;
    font-size: 13px;
    letter-spacing: 0.52px;
    font-family: "Wix Madefor Text"; }
  .heroCarousel-content .btn {
    min-width: 317px;
    margin-top: 15px;
    font-family: "Wix Madefor Text"; }
  .heroCarousel-content .btn.heroCarousel-action {
    color: white;
    border-color: white;
    background-color: transparent; }
    .heroCarousel-content .btn.heroCarousel-action:hover, .heroCarousel-content .btn.heroCarousel-action:focus, .heroCarousel-content .btn.heroCarousel-action:active {
      color: white;
      border-color: #2e3031;
      background-color: #2e3031; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 1024px) {
  .heroCarousel-wrapper {
    margin-top: 0;
    margin-bottom: 15px; }
    .heroCarousel-wrapper > .halo_container {
      padding-left: 0;
      padding-right: 0; }
  .heroCarousel-content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
    padding: 12rem 15px; }
    .heroCarousel-content .heroCarousel-title {
      font-size: 36px;
      line-height: 1.4;
      margin-bottom: 20px; }
  .heroCarousel-image {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: auto;
    height: 100%;
    max-height: none;
    position: absolute;
    max-width: none;
    min-height: 0;
    transform: translate3D(-50%, -50%, 0); }
  .heroCarousel .slick-prev {
    opacity: 1;
    visibility: visible;
    left: 40px; }
  .heroCarousel .slick-next {
    opacity: 1;
    visibility: visible;
    right: 40px; } }

@media (max-width: 992px) {
  .heroCarousel-content {
    max-width: none; }
  .heroCarousel .slick-prev, .heroCarousel .slick-next {
    display: none !important; }
  .heroCarousel .slick-dots {
    bottom: 30px; } }

@media (max-width: 767px) {
  .heroCarousel-slide:before {
    content: none; }
  .heroCarousel-image {
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    position: relative; }
  .heroCarousel-content {
    padding: 30px;
    color: #646464; }
    .heroCarousel-content .heroCarousel-title {
      font-size: 28px;
      letter-spacing: 5px;
      margin-bottom: 15px;
      color: #323232; }
    .heroCarousel-content .heroCarousel-description {
      margin-bottom: 20px;
      color: #646464; }
    .heroCarousel-content .btn.heroCarousel-action {
      margin-top: 0;
      color: #fff;
      border-color: #323232;
      background-color: #323232; }
  .heroCarousel .slick-dots {
    display: none !important; } }

@media (max-width: 414px) {
  .heroCarousel-content .btn {
    min-width: 0;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 2px; }
  .heroCarousel .slick-dots {
    bottom: 20px;
    display: none; }
  .heroCarousel .slick-dots li {
    margin: 0 5px; }
    .heroCarousel .slick-dots li button {
      width: 10px;
      height: 10px; }
      .heroCarousel .slick-dots li button:before {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px; } }

@media (max-width: 320px) {
  .heroCarousel-content .heroCarousel-title {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 3px; } }

/*=====  End of Jewel Bigcommerce  =========*/
@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails img {
  margin-bottom: 20px; }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0 0 6px;
  text-transform: none;
  text-align: center; }

.writeReview-productDetails .product-title {
  margin-top: 0;
  text-transform: none;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  text-align: center; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-form .form-label {
  font-weight: 700;
  color: #000; }

.writeReview-form textarea {
  resize: none;
  min-height: 70px; }

.writeReview-form .form-field {
  position: relative;
  padding-bottom: 10px; }
  .writeReview-form .form-field .form-inlineMessage {
    position: absolute;
    left: 0; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1281px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Global style  --------*/
@media (min-width: 1025px) {
  .modal.modal-quickview {
    max-width: 1000px; } }

.modal .halo_quickView {
  padding: 50px 70px; }

.halo_quickView .halo_productView {
  padding: 0; }

.halo_quickView .productView-description {
  display: none !important; }

.halo_quickView .halo_productView-images .productView-for {
  padding: 0 60px; }
  .halo_quickView .halo_productView-images .productView-for .slick-prev {
    left: 25px; }
  .halo_quickView .halo_productView-images .productView-for .slick-next {
    right: 25px; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 1024px) {
  .modal.modal-quickview .modal-close {
    color: #323232;
    right: 0;
    width: 48px;
    height: 48px;
    line-height: 48px; }
  .halo_quickView .halo_productView-images .productView-for {
    padding: 0 30px; }
    .halo_quickView .halo_productView-images .productView-for .slick-prev {
      left: 0px; }
    .halo_quickView .halo_productView-images .productView-for .slick-next {
      right: 0px; } }

@media (max-width: 992px) {
  .halo_quickView .productView-details .productView-brand {
    font-size: 11px;
    line-height: 18px; }
  .halo_quickView .productView-details .productView-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px; }
  .halo_quickView .productView-details .productView-rating {
    margin-bottom: 15px; }
  .halo_quickView .productView-details .productView-info .productView-info-value {
    margin-bottom: 6px; }
  .halo_quickView .productView-details .productView-price, .halo_quickView .productView-details .alertBox,
  .halo_quickView .productView-details .productView-product, .halo_quickView .productView-details .productView-options,
  .halo_quickView .productView-details .productView-options .form-field {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .modal-quickview {
    z-index: 1011; }
  .modal .modal-body.halo_quickView {
    padding: 20px; }
  .halo_quickView .halo_productView .halo_productView-left {
    width: 100%; }
  .halo_quickView .halo_productView .halo_productView-right {
    width: 100%;
    padding-left: 0; } }

@media (max-width: 414px) {
  .modal .modal-body.halo_quickView {
    padding: 35px 15px 25px 15px; } }

/*=====  End of Jewel Bigcommerce  =========*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Global style  --------*/
.productReviews-list {
  margin: 0; }

.productReview {
  width: 100%;
  float: none;
  font-size: 12px;
  display: block;
  vertical-align: top;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px; }
  .productReview:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background-image: linear-gradient(to right, #000 1px, #fff0 0%);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x; }
  .productReview .productReview-title {
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 15px;
    color: #323232; }
  .productReview .productReview-rating {
    display: inline-block;
    vertical-align: middle; }
  .productReview .productReview-author {
    margin-top: 8px;
    margin-bottom: 15px;
    letter-spacing: 0.24px; }
  .productReview .productReview-ratingNumber {
    display: none; }
  .productReview .productReview-body {
    margin-bottom: 0;
    letter-spacing: 0.24px; }

.btn-createReview .btn {
  min-width: 230px;
  font-family: "Wix Madefor Text";
  font-size: 12px;
  font-weight: 600; }

.productReviews .pagination {
  margin: 0; }

/*=====  End of Jewel Bigcommerce  =========*/
.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 50px;
    max-width: 50px;
    width: auto; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.35714rem;
  padding-right: 0.35714rem;
  text-align: center; }
  @media (min-width: 1281px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  margin-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1281px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1281px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Wix Madefor Text";
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1281px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1281px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #cccccc;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cccccc; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

/*============================================
=            Defaul Bigcommerce              =
============================================*/
.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Wix Madefor Text";
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    width: 1.5rem;
    margin-top: 0.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

/*=====  End of Defaul Bigcommerce  ========*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Global style  --------*/
.compareTable {
  border: 1px solid #ececec;
  border-collapse: collapse; }
  .compareTable th, .compareTable td {
    border: 1px solid #ececec;
    border-spacing: 0px; }
  .compareTable thead {
    text-align: center; }
    .compareTable thead .compareTable-heading {
      text-align: center;
      font-family: "Wix Madefor Text"; }
    .compareTable thead .compareTable-headingText {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #2e3031; }
  .compareTable .compareTable-item.text-center,
  .compareTable .compareTable-heading.text-center {
    width: 150px; }

.compareTable-product .card {
  border: none;
  text-align: center; }
  .compareTable-product .card .card-img-container:after {
    padding-bottom: 45%; }
  .compareTable-product .card .card-body {
    font-size: 12px;
    text-align: center;
    position: relative;
    padding: 0;
    margin-top: 12px; }
    .compareTable-product .card .card-body .price-section .price {
      font-weight: 500;
      line-height: 22px;
      margin-bottom: 5px;
      letter-spacing: 0.5px;
      font-size: 14px; }
      .compareTable-product .card .card-body .price-section .price.price--withoutTax {
        font-weight: 700; }
    .compareTable-product .card .card-body .card-text {
      color: #323232;
      font-weight: 500;
      line-height: 20px;
      margin-bottom: 7px;
      text-transform: uppercase;
      letter-spacing: 1.92px;
      font-family: "Wix Madefor Text"; }
    .compareTable-product .card .card-body .card-title {
      font-weight: 400;
      line-height: 22px;
      font-size: inherit;
      margin-bottom: 5px;
      letter-spacing: 0.5px;
      font-family: "Wix Madefor Text";
      color: #323232; }
    .compareTable-product .card .card-body .card-figcaption-group {
      margin-top: 10px; }
      .compareTable-product .card .card-body .card-figcaption-group .card-figcaption-button {
        max-width: 230px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }

.compareTable-product .compareTable-removeProduct {
  top: 0px;
  right: 10px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent; }
  .compareTable-product .compareTable-removeProduct .icon {
    margin: 0;
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 50%;
    background-color: #fae3ca; }

.price-section .price--withoutTax {
  color: #000;
  font-family: Wix Madefor Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize; }

.price-section .price--rrp {
  color: #8c8c8c; }
  .price-section .price--rrp + .price--withoutTax {
    margin-left: 10px;
    color: #e95144; }

/*=====  End of Jewel Bigcommerce  =========*/
.blocker {
  background: rgba(255, 255, 255, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: block; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  /*&.sidebarBlock {
        display: none; // 1
    }*/
  /*@media (min-width: 1025px) {
        &.sidebarBlock {
            display: block;
        }
    }*/ }
  .facetedSearch-refineFilters > a[data-faceted-search-facet] {
    font-size: 20px;
    color: #a39d9d; }

.sidebarBlock-heading {
  font-family: "Wix Madefor Text";
  color: #323232;
  margin-top: 0;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.24px; }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner p {
    color: #FFF;
    font-family: Wix Madefor Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

@media (max-width: 1450px) and (min-width: 1025px) {
  .cart-header-quantity,
  .cart-item-quantity {
    width: 20%; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #999999;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #999999;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #646464; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-bopis-locations {
  border: 1px solid #ECECEC;
  margin-bottom: 29px;
  padding-left: 24px;
  padding-bottom: 20px; }
  .cart-bopis-locations .cart-bopis-locations-address .nav-shipping-dropdown-store {
    background: none;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px; }
  .cart-bopis-locations .cart-bopis-locations-address .nav-shipping-dropdown-store-name {
    font-weight: 400;
    color: #131457; }
  .cart-bopis-locations .cart-bopis-locations-address .nav-shipping-dropdown-store-address {
    color: #131457; }
  .cart-bopis-locations .cart-bopis-locations-address .nav-shipping-dropdown-store-location {
    color: #131457; }
  .cart-bopis-locations .cart-bopis-locations-change {
    color: #131457;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
    padding-bottom: 2rem; }
  .cart-bopis-locations .cart-bopis-locations-note {
    color: #131457;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700; }

.cart-bopis-locations-headline {
  font-family: 'Open Sans';
  margin-top: 20px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  color: #131457; }

.cart-bopis-locations-delivery {
  border: 1px solid #ECECEC;
  padding: 30px 24px;
  padding-top: 0;
  margin-bottom: 29px; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1281px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total + .cart-total {
    border-top: 1px solid #e5e5e5; }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 50%;
  display: block;
  padding-left: 0;
  text-align: left; }

.cart-total-value {
  text-align: right;
  width: 50%; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Wix Madefor Text";
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 1.5rem 0.78571rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }
  .previewCartAction .or-use-label {
    display: none !important; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Global style  --------*/
.page-heading > .number-item {
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: "Wix Madefor Text";
  color: #787878;
  font-weight: 400;
  border-bottom: 1px solid #cbcbcb; }

div[data-cart-content] {
  width: 100%;
  float: left; }

.data-cart-totals {
  width: 100%;
  float: right;
  padding-left: 0px;
  margin-top: 30px;
  max-width: 470px; }

/*----------  2.0 Cart table  ----------*/
table.cart {
  border: 1px solid #ececec;
  font-size: 12px;
  line-height: 20px;
  color: #8c8c8c;
  margin-bottom: 0; }
  table.cart .cart-item {
    border-color: #ececec; }
  table.cart .cart-header {
    background-color: #fafafa; }
    table.cart .cart-header .cart-header-item {
      padding: 0;
      color: #505050;
      font-size: 12px;
      line-height: 20px;
      padding: 14px 0;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Wix Madefor Text"; }
      table.cart .cart-header .cart-header-item:first-child {
        padding-left: 30px; }
      table.cart .cart-header .cart-header-item:last-child {
        padding-right: 30px; }
  table.cart .cart-list .cart-item-figure,
  table.cart .cart-list .cart-item-info,
  table.cart .cart-list .cart-item-title {
    vertical-align: top;
    padding: 40px 0; }
  table.cart .cart-list .cart-item-figure {
    width: 12%;
    margin: 0;
    padding: 40px 0;
    vertical-align: top; }
    table.cart .cart-list .cart-item-figure img {
      margin-left: 30px;
      position: relative;
      max-width: 100px; }
    table.cart .cart-list .cart-item-figure:after {
      content: none; }
  table.cart .cart-list .cart-item-title {
    padding: 32px; }
    table.cart .cart-list .cart-item-title .cart-item-brand {
      letter-spacing: 1.92px;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 7px;
      font-family: "Wix Madefor Text";
      color: #323232; }
    table.cart .cart-list .cart-item-title .cart-item-name {
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0.24px;
      font-family: "Wix Madefor Text";
      color: #323232; }
      table.cart .cart-list .cart-item-title .cart-item-name a {
        color: inherit; }
      table.cart .cart-list .cart-item-title .cart-item-name + .definitionList {
        margin-top: 15px; }
    table.cart .cart-list .cart-item-title > a {
      font-style: italic;
      color: #947d5c; }
    table.cart .cart-list .cart-item-title .definitionList {
      margin-bottom: 15px; }
  table.cart .cart-list .definitionList {
    letter-spacing: 0.24px; }
    table.cart .cart-list .definitionList .definitionList-key {
      line-height: 25px;
      color: #8c8c8c;
      font-weight: 400; }
    table.cart .cart-list .definitionList .definitionList-value {
      font-weight: 400;
      color: #505050;
      line-height: 25px;
      text-transform: capitalize; }
    table.cart .cart-list .definitionList + a {
      padding-left: 10px; }
  table.cart .cart-list .cart-item-info .cart-item-value {
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.28px;
    color: #282828; }
    table.cart .cart-list .cart-item-info .cart-item-value.price--discounted {
      margin-right: 5px;
      font-weight: 500;
      color: #8c8c8c; }
  table.cart .cart-list .cart-item-info:last-child {
    padding-right: 30px; }
  table.cart .cart-list .cart-item-quantity .form-increment {
    margin: 0;
    font-size: 0;
    display: block; }
    table.cart .cart-list .cart-item-quantity .form-increment .button {
      margin: 0;
      padding: 0;
      width: 35px;
      height: 35px;
      color: #7b7b7b;
      font-size: 14px;
      line-height: 35px;
      border-radius: 0;
      border-color: #cbcbcb;
      vertical-align: top; }
      table.cart .cart-list .cart-item-quantity .form-increment .button:hover {
        border-color: #000; }
  table.cart .cart-list .cart-item-quantity .form-input--incrementTotal {
    border: 0;
    display: inline-block;
    font-size: 12px;
    height: auto;
    border-radius: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 75px;
    min-width: 75px;
    height: 35px;
    font-weight: 400;
    border: 1px solid #cbcbcb;
    border-left: none;
    border-right: none;
    vertical-align: top; }
    table.cart .cart-list .cart-item-quantity .form-input--incrementTotal:disabled {
      border-left: 1px solid #cbcbcb;
      border-right: 1px solid #cbcbcb; }
  table.cart .cart-list .cart-item-quantity .cart-remove {
    width: auto;
    float: none;
    height: auto;
    display: block;
    color: #505050;
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 0.24px;
    margin: 10px auto 0 auto;
    background-color: transparent; }
    table.cart .cart-list .cart-item-quantity .cart-remove svg {
      width: 10px;
      height: 10px;
      display: inline-block;
      vertical-align: middle;
      display: none; }
    table.cart .cart-list .cart-item-quantity .cart-remove span {
      display: inline-block;
      vertical-align: middle;
      line-height: 16px;
      border-bottom: 1px solid #cbcbcb;
      transition: all 0.3s ease; }
    table.cart .cart-list .cart-item-quantity .cart-remove:hover {
      color: #e95144; }
      table.cart .cart-list .cart-item-quantity .cart-remove:hover span {
        border-color: #e95144; }
  table.cart .cart-list .cart-item-options .cart-item-option-title {
    float: left;
    margin-right: 5px; }
  table.cart .cart-list .cart-item-options a {
    color: black; }
  table.cart .cart-list .cart-item-options--giftWrapping {
    font-weight: 700;
    letter-spacing: 0.24px;
    color: #947d5c; }
    table.cart .cart-list .cart-item-options--giftWrapping a {
      color: #947d5c; }

/*----------  3.0 Cart totals  ---------*/
div[data-cart-totals] {
  font-size: 12px;
  line-height: 20px; }
  div[data-cart-totals] .cart-totals {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #ececec;
    border-bottom: none; }
    div[data-cart-totals] .cart-totals > .cart-total {
      padding: 0 30px; }
      div[data-cart-totals] .cart-totals > .cart-total:last-child {
        text-align: center;
        background-color: #fafafa; }
        div[data-cart-totals] .cart-totals > .cart-total:last-child .cart-total-label {
          font-size: 16px;
          line-height: 24px;
          padding: 20px 0; }
        div[data-cart-totals] .cart-totals > .cart-total:last-child .cart-total-value {
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          letter-spacing: 0.36px;
          padding: 20px 0; }
    div[data-cart-totals] .cart-totals .cart-total-grandTotal {
      top: auto;
      font-family: "Wix Madefor Text"; }
  div[data-cart-totals] .cart-total-label,
  div[data-cart-totals] .cart-total-value {
    line-height: 20px;
    padding: 14px 0; }
  div[data-cart-totals] .cart-total-label {
    font-size: 13px;
    font-weight: 600;
    color: #323232;
    letter-spacing: 0.4px;
    font-family: "Wix Madefor Text"; }
    div[data-cart-totals] .cart-total-label strong {
      font-weight: 600; }
  div[data-cart-totals] .cart-total-value {
    font-size: 14px;
    font-weight: 700;
    color: #323232;
    letter-spacing: 0.4px; }
    div[data-cart-totals] .cart-total-value button {
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.24px;
      color: #947d5c;
      text-decoration: underline;
      text-underline-position: under; }
  div[data-cart-totals] .coupon-code-cancel,
  div[data-cart-totals] .shipping-estimate-hide {
    font-style: normal; }
  div[data-cart-totals] .estimator-form-label .form-label {
    font-size: 13px;
    color: #323232;
    font-weight: 700; }
  div[data-cart-totals] .cart-total .form-input, div[data-cart-totals] .cart-total .form-select {
    font-size: 12px;
    line-height: 20px;
    padding: 7px 15px;
    border-radius: 0;
    height: auto;
    border-color: #e0e0e0; }
  div[data-cart-totals] .cart-total .button {
    font-size: 12px;
    line-height: 20px;
    padding: 7px 10px;
    height: auto;
    min-width: 0;
    background-color: #323232;
    border-color: #323232; }
  div[data-cart-totals] .shipping-quotes {
    margin-bottom: 15px; }

.cart-checkout {
  width: 100%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  background-color: #fafafa;
  border: 1px solid #ececec;
  border-top: none;
  padding: 0 30px 30px 30px; }
  .cart-checkout .cart-actions .button {
    width: 100%;
    float: none;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 25px;
    position: relative;
    letter-spacing: 2.56px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Wix Madefor Text";
    color: white;
    background-color: #e95144;
    border-color: #e95144; }
    .cart-checkout .cart-actions .button:hover, .cart-checkout .cart-actions .button:focus, .cart-checkout .cart-actions .button:active {
      color: white;
      background-color: #e95144;
      border-color: #e95144; }
  .cart-checkout .cart-actions .checkoutMultiple {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #947d5c; }
    .cart-checkout .cart-actions .checkoutMultiple:hover {
      color: #947d5c; }

.cart-additionalCheckoutButtons .CheckoutButton:first-child {
  margin-bottom: 0; }

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-top: 0;
  margin-bottom: 0; }

.cart-additionalCheckoutButtons .FloatRight p {
  text-align: center; }

.cart-additionalCheckoutButtons .FloatRight > div {
  float: none; }

.cart-gift-certificate-form .form-input,
.coupon-form .form-input {
  width: 73%; }

.cart-gift-certificate-form .button,
.coupon-form .button {
  width: 25%; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 1024px) {
  div[data-cart-content] {
    width: 100%; }
  .data-cart-totals {
    width: 100%;
    float: left;
    padding: 0; }
  table.cart .cart-list .cart-item-quantity .form-input--incrementTotal {
    min-width: 75px;
    width: 75px; }
  .estimator-form .button--primary {
    width: 60%; } }

@media (max-width: 992px) {
  table.cart .cart-list .cart-item-info {
    padding: 15px 0;
    width: 12%; }
  table.cart .cart-list .cart-item-figure {
    padding: 15px 0; }
    table.cart .cart-list .cart-item-figure img {
      margin-left: 15px; }
  table.cart .cart-list .cart-item-title {
    padding: 15px;
    width: 25%; }
  table.cart .cart-list .cart-item-quantity {
    width: 18%; }
  .cart-actions .checkoutMultiple {
    padding-top: 10px; } }

@media (max-width: 800px) {
  .cart-list {
    border-top: none; }
    .cart-list .cart-item {
      padding: 30px 0;
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .cart-list .cart-item:last-child {
        border-bottom: none; }
  table.cart .cart-list .cart-item-figure {
    width: auto;
    padding: 0; }
    table.cart .cart-list .cart-item-figure img {
      margin: 0 30px; }
  table.cart .cart-list .cart-item-title {
    width: auto;
    padding: 0;
    margin: 0 0 40px 0; }
  table.cart .cart-list .cart-item-info {
    width: 33.33333%;
    padding-bottom: 0;
    padding-top: 0px;
    padding-left: 30px; }
    table.cart .cart-list .cart-item-info:last-child {
      padding-right: 0; }
    table.cart .cart-list .cart-item-info .cart-item-label,
    table.cart .cart-list .cart-item-info .cart-item-value,
    table.cart .cart-list .cart-item-info .form-increment,
    table.cart .cart-list .cart-item-info .cart-remove {
      padding-left: 0;
      padding-right: 0;
      text-align: left; }
    table.cart .cart-list .cart-item-info .form-label,
    table.cart .cart-list .cart-item-info .cart-item-label {
      font-weight: 500;
      font-size: 12px;
      color: #646464; }
  table.cart .cart-list .cart-item-quantity {
    width: 33.33333%; } }

@media (max-width: 767px) {
  .cart-list .cart-item {
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .cart-list .cart-item:last-child {
      border-bottom: none; }
  table.cart .cart-list .cart-item-figure {
    float: left;
    height: 100px; }
    table.cart .cart-list .cart-item-figure img {
      margin: 0 15px;
      height: 100%;
      width: auto; }
  table.cart .cart-list .cart-item-title {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    height: auto;
    padding-right: 15px; }
    table.cart .cart-list .cart-item-title .cart-item-name + .definitionList {
      margin: 5px 0; }
  table.cart .cart-list .cart-item-info {
    padding-left: 15px;
    width: 100%;
    display: block; }
    table.cart .cart-list .cart-item-info + .cart-item-info {
      margin-top: 10px; }
    table.cart .cart-list .cart-item-info .cart-item-label {
      display: inline-block;
      width: 115px;
      margin-bottom: 0;
      vertical-align: middle;
      float: none; }
    table.cart .cart-list .cart-item-info .cart-item-value,
    table.cart .cart-list .cart-item-info .form-increment,
    table.cart .cart-list .cart-item-info .cart-remove {
      display: inline-block;
      vertical-align: middle;
      float: none; }
    table.cart .cart-list .cart-item-info .cart-remove {
      margin-top: 0;
      margin-left: 10px; }
      table.cart .cart-list .cart-item-info .cart-remove svg {
        display: block;
        width: 15px;
        height: 15px; }
      table.cart .cart-list .cart-item-info .cart-remove span {
        display: none; }
  table.cart .cart-list .cart-item-quantity {
    width: 100%; }
  div[data-cart-totals] .cart-totals > .cart-total {
    padding: 0 15px; }
  .cart-checkout .cart-actions .button {
    font-size: 14px; }
  .cart-checkout {
    padding: 0 15px 15px; } }

@media (max-width: 380px) {
  table.cart .cart-list .cart-item-figure img {
    width: 80px;
    height: auto; }
  table.cart .cart-list .cart-item-info .cart-item-label {
    width: 95px; }
  table.cart .cart-list .cart-item-quantity .form-increment .button {
    width: 30px;
    height: 30px;
    line-height: 28px; }
  table.cart .cart-list .cart-item-quantity .form-input--incrementTotal {
    width: 60px;
    min-width: 60px;
    height: 30px; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 70%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    width: 28%;
    min-width: 0; }
  div[data-cart-totals] .cart-total-label {
    font-size: 12px; }
  div[data-cart-totals] .cart-totals > .cart-total:last-child .cart-total-label {
    font-size: 14px; }
  div[data-cart-totals] .cart-totals > .cart-total:last-child .cart-total-value {
    font-size: 16px; }
  div[data-cart-totals] .estimator-form-label .form-label {
    font-size: 11px; }
  .cart-checkout .cart-actions .button {
    padding: 5px 15px;
    font-size: 13px; }
  .estimator-form .button--primary {
    width: 100%; } }

/*=====  End of Jewel Bigcommerce  =========*/
.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1281px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #2e3031; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.panel--address .address-title {
  font-size: 15px;
  font-weight: 500;
  color: black; }

.panel--address .address-details--postal,
.panel--address .address-details,
.panel--address .address-label, .panel--address .address-description {
  font-size: 12px; }

.address-details {
  line-height: 24px; }

.address-label {
  color: #323232; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Product view  --------*/
#previewModal .modal-header .modal-header-title {
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  font-family: "Wix Madefor Text";
  color: #646464; }

.previewCart .productView {
  float: left;
  width: 65%;
  margin: 0;
  padding: 0 30px 0 0;
  display: block;
  font-size: 0; }

.previewCart .productView-image {
  width: 42%;
  font-size: 12px;
  padding: 0;
  display: inline-block;
  vertical-align: top; }
  .previewCart .productView-image .productView-img-container:after {
    padding-bottom: 100%; }
  .previewCart .productView-image img {
    margin: 0;
    width: 100%;
    height: auto;
    bottom: auto; }

.previewCart .productView-details {
  width: 58%;
  font-size: 12px;
  padding-top: 15px;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px; }
  .previewCart .productView-details .productView-brand {
    letter-spacing: 2.08px;
    font-family: "Wix Madefor Text"; }
  .previewCart .productView-details .productView-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.48px;
    color: #282828;
    font-family: "Wix Madefor Text"; }
  .previewCart .productView-details .productView-info {
    margin-bottom: 8px; }
    .previewCart .productView-details .productView-info .productView-info-name {
      min-width: 70px; }
    .previewCart .productView-details .productView-info .productView-info-value {
      text-transform: capitalize; }

.previewCart .productView-price {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: #323232; }

/*----------  2.0 Cart checkout  -------*/
.previewCartCheckout {
  float: right;
  padding: 20px;
  width: 35%;
  font-size: 12px;
  text-align: center;
  background-color: #fafafa; }
  .previewCartCheckout .btn {
    margin: 0;
    display: block;
    max-width: 100%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    font-family: "Wix Madefor Text";
    color: inherit; }
    .previewCartCheckout .btn + .btn {
      margin-top: 15px; }
  .previewCartCheckout .btn.button--primary {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Wix Madefor Text";
    color: #ffffff;
    background-color: #323232;
    border-color: #323232; }
    .previewCartCheckout .btn.button--primary:hover, .previewCartCheckout .btn.button--primary:active, .previewCartCheckout .btn.button--primary:focus {
      color: #ffffff;
      border-color: #323232;
      background-color: #323232; }
  .previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #dbdbdb; }

.previewCartCheckout-additionalCheckoutButtons p {
  display: block;
  margin: 5px 0;
  float: none !important; }

.previewCartAction-checkoutMultiple {
  padding-top: 10px;
  padding-left: 0; }
  .previewCartAction-checkoutMultiple > a {
    letter-spacing: 0.4px;
    color: #8b714a;
    border-bottom: 1px solid #8b714a; }

.previewCartCheckout-subtotal {
  margin: 10px 0 20px 0; }
  .previewCartCheckout-subtotal .previewCartCheckout-price {
    display: block;
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #323232; }

.cart-additionalCheckoutButtons .CheckoutButton:first-child {
  margin-top: 0; }

/*----------  RESPONSIVE  --------------*/
@media (min-width: 1025px) {
  #previewModal {
    max-width: 1000px; } }

@media (max-width: 1024px) {
  .previewCart .productView {
    width: 60%; }
  .previewCart .previewCartCheckout {
    width: 40%; }
  .previewCart .productView-image {
    width: 30%; }
  .previewCart .productView-details {
    width: 70%; } }

@media (max-width: 992px) {
  .previewCart .productView {
    width: 50%; }
  .previewCart .previewCartCheckout {
    width: 50%; }
  .previewCart .productView-image {
    width: 100%; }
  .previewCart .productView-details {
    width: 100%;
    padding-left: 0;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .previewCart .productView {
    width: 100%;
    padding-right: 0; }
  .previewCart .previewCartCheckout {
    width: 100%;
    margin-top: 20px; }
  .previewCart .productView-image {
    width: 30%; }
  .previewCart .productView-details {
    width: 70%;
    padding-left: 20px;
    padding-top: 0;
    margin-top: 0px; }
  .previewCart .productView-details .productView-brand {
    font-size: 11px; }
  .previewCart .productView-details .productView-title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px; }
  .previewCart .productView-details .productView-price {
    font-size: 14px;
    margin-bottom: 10px; }
  .previewCart .productView-details .productView-info {
    margin-bottom: 5px; } }

@media (max-width: 380px) {
  .previewCartCheckout .btn-checkout {
    letter-spacing: 1.5px; } }

/*=====  End of Jewel Bigcommerce  =========*/
.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Montserrat";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 0; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 0; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1281px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1281px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Login page  ----------*/
.halo_create-account {
  max-width: 1045px;
  margin: auto;
  padding: 0 1rem; }
  .halo_create-account .form-field input, .halo_create-account .form-field select, .halo_create-account .form-field textarea {
    border: 1px solid #cccccc; }

.halo_container-page .login {
  max-width: 1045px;
  margin: auto;
  padding: 0 1rem; }

.login {
  font-size: 0; }
  .login .login-form,
  .login .new-customer {
    font-size: 12px;
    width: 480px;
    display: inline-block;
    vertical-align: top; }
  .login .form-field input {
    border: 1px solid #cccccc; }
  .login .login-form {
    padding-top: 50px; }
  .login .new-customer {
    width: 500px; }
  .login .form-field input:-webkit-autofill, .login .form-field textarea:-webkit-autofill, .login .form-field select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  .login .btn {
    min-width: 170px; }
  .login .form-field .form-label {
    color: #b9babb; }
  .login .form-actions {
    margin-top: 25px;
    text-align: left; }
    .login .form-actions .button {
      font-weight: 600;
      display: inline-block;
      vertical-align: middle; }
    .login .form-actions .forgot-password {
      margin-left: 30px;
      color: #947d5c;
      display: inline-block;
      vertical-align: middle;
      border-bottom: 1px solid #947d5c; }

.new-customer {
  margin-left: 20px;
  padding: 50px;
  background-color: #fafafa; }
  .new-customer .panel-header, .new-customer .panel-body {
    background-color: transparent; }
  .new-customer .panel-header {
    padding: 0; }
    .new-customer .panel-header .panel-title {
      font-size: 14px;
      line-height: 1;
      font-weight: 600;
      margin-bottom: 28px;
      letter-spacing: 2.24px;
      font-family: "Wix Madefor Text";
      color: #323232;
      text-transform: uppercase; }
  .new-customer .panel-body {
    padding: 0;
    margin-bottom: 0; }
    .new-customer .panel-body ul li {
      line-height: 28px; }
  .new-customer .button {
    min-width: 270px; }

/*----------  2.0 Forgot pass  ---------*/
.halo_forgot-password {
  max-width: 850px;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
  margin: auto;
  padding: 1rem;
  padding-top: 2rem; }
  .halo_forgot-password .form-prefixPostfix {
    background-color: transparent; }
  .halo_forgot-password .form-input[type="email"] {
    color: #646464; }

.form-input {
  font-size: 12px;
  line-height: 22px;
  padding: 7px 15px;
  border-radius: 0;
  height: auto; }

/*----------  3.0 Create account  ------*/
.halo_create-account {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 5rem; }
  .halo_create-account .form-actions {
    max-width: none;
    text-align: left; }
    .halo_create-account .form-actions .button {
      margin-bottom: 0;
      min-width: 270px; }
  .halo_create-account .form-row--half {
    margin: 0 -40px; }
    .halo_create-account .form-row--half .form-field {
      padding: 0 40px; }

.halo_account-created {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .halo_account-created .button {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 20px;
    padding: 8px 15px;
    min-width: 270px;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: "Wix Madefor Text"; }

/*----------  4.0 New password  --------*/
.halo_new-password {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .halo_new-password .form-field input {
    border: 1px solid #666666; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 1024px) {
  .login .login-form {
    width: 45%; }
  .login .new-customer {
    width: 55%;
    margin-left: 0;
    padding-left: 10%;
    background-color: transparent; }
    .login .new-customer .panel-body {
      background-color: transparent; }
  .halo_forgot-password .form-prefixPostfix .button {
    margin-left: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #ffffff;
    border-color: #323232;
    background-color: #323232;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px; }
  .halo_forgot-password .form-prefixPostfix {
    display: block; }
    .halo_forgot-password .form-prefixPostfix .form-input {
      display: block; }
  .halo_create-account .form-row--half {
    margin: 0 -8px;
    display: block;
    font-size: 0; }
    .halo_create-account .form-row--half .form-field {
      font-size: 12px;
      padding: 0 8px;
      display: inline-block;
      vertical-align: top;
      float: none; }
  .form-row--half {
    margin: 0 -15px;
    display: block;
    font-size: 0; }
    .form-row--half .form-field {
      font-size: 12px;
      padding: 0 15px;
      display: inline-block;
      vertical-align: top;
      float: none; } }

@media (max-width: 992px) {
  .login .login-form {
    padding-top: 0; }
  .login .new-customer {
    padding-top: 0;
    padding-right: 0;
    padding-left: 30px; }
  .login .form-actions .forgot-password {
    margin-left: 0;
    margin-top: 15px;
    margin-right: 100px; } }

@media (max-width: 767px) {
  .halo_create-account .form-row--half {
    margin: 0 -8px; }
    .halo_create-account .form-row--half .form-field {
      padding: 0 8px; }
  .form-row--half {
    margin: 0 -8px; }
    .form-row--half .form-field {
      padding: 0 8px; }
  .halo_new-password .form-actions .button {
    width: auto;
    min-width: 200px; }
  .login .form-actions .forgot-password {
    margin-left: 0; } }

@media (max-width: 600px) {
  .login .login-form {
    width: 100%; }
  .login .new-customer {
    width: 100%;
    margin-left: 0;
    padding: 0;
    background-color: transparent;
    margin-top: 30px; }
    .login .new-customer .panel-body {
      background-color: transparent; }
  .login .form-actions .button {
    width: 100%; }
  .login .form-actions .forgot-password {
    width: auto; }
  .new-customer .panel-header, .new-customer .panel-body {
    padding-left: 0;
    padding-right: 0; }
  .new-customer .panel-body .btn {
    width: 100%; } }

@media (max-width: 480px) {
  .halo_create-account .form-actions .button {
    width: auto;
    min-width: 200px; }
  .halo_account-created .button {
    min-width: 200px; }
  .halo_forgot-password .form-prefixPostfix .button {
    width: 100%; } }

@media (max-width: 320px) {
  .new-customer .button {
    width: 100%; } }

/*=====  End of Jewel Bigcommerce  =========*/
.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: -60px; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-suggestion .category-suggestion {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px; }

.halo_container-page .panel-body {
  background-color: #fafafa; }
  .halo_container-page .panel-body .suggestion-title {
    font-weight: 500;
    font-family: "Wix Madefor Text";
    color: #323232; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .account-product-figure img {
    max-height: 70px; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Wix Madefor Text";
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1281px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Wix Madefor Text";
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.account-orderStatus-label {
  background-color: black;
  padding: 5px 10px; }

.account-product-detail-heading {
  font-weight: 500;
  color: #2e3031; }

.account .account-body > ul.addressList {
  padding: 0 0.75rem; }

@media (max-width: 414px) {
  .account-content > .account-heading + .account-list + h2 {
    display: none; } }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.table thead th {
  border-bottom: 1px solid #dee2e6; }

.table tbody tr td, .table tr td {
  vertical-align: middle; }

.icon--ratingEmpty svg {
  fill: #cccccc; }

.icon--ratingFull svg {
  fill: #131457; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

.media-aside p,
.media-aside h3 {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.media-aside a {
  color: #ffffff; }

.media-aside .media-aside-header {
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
  color: #00014b;
  font-size: 66px;
  margin: 2rem 1rem; }

.media-aside .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #ffffff;
  max-width: 1730px;
  margin: auto; }

.media-aside .image {
  grid-column: 1; }

.media-aside .image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.media-aside .grid-right, .media-aside .grid-full {
  padding-left: 1rem;
  padding: 2rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #00014b; }
  @media (max-width: 1000px) {
    .media-aside .grid-right, .media-aside .grid-full {
      padding: 2rem; } }
  @media (max-width: 540px) {
    .media-aside .grid-right, .media-aside .grid-full {
      padding: 2rem 1rem; } }

.media-aside .grid-right {
  justify-content: flex-end; }

.media-aside .grid-full {
  grid-column: 1/3; }

.media-aside .headline {
  font-family: "Wix Madefor Text";
  font-style: normal;
  /* line-height: 40px; */
  text-transform: capitalize;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 1rem; }

.media-aside .headline span {
  font-weight: 700;
  font-size: 32px;
  margin: 0;
  color: #ffffff; }

.media-aside .view-all {
  grid-column: 2;
  text-align: left; }

.media-aside .view-all-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-left: 1rem; }

.media-aside .view-all-button:hover {
  cursor: pointer;
  text-decoration: underline; }

.media-aside .article-title {
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  padding-top: 3rem;
  padding-bottom: 6px; }

.media-aside .publish-time {
  font-family: "Wix Madefor Text";
  font-weight: 400;
  font-size: 16px;
  color: #7b7b7b;
  margin: 0;
  padding: 0; }

.media-aside .introduction {
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding-top: 1rem; }

.media-aside .introduction a {
  color: #ffffff;
  text-decoration: underline; }

.media-aside .read-more {
  padding: 2rem 0; }

.media-aside .readMoreButton {
  width: 156px;
  height: 42px;
  background-color: #c43201;
  border-radius: 100px;
  color: white;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 2rem 0; }

.media-aside .readMoreButton:hover {
  background: #F45A26; }

.media-aside .readMoreButton a:hover {
  color: #fff; }

.media-aside .mobile-view-all {
  padding: 3rem 0 1rem; }
  @media screen and (max-width: 900px) {
    .media-aside .mobile-view-all {
      text-align: center;
      padding: 3rem 0; } }

@media screen and (max-width: 1330px) {
  .media-aside .media-aside-header {
    font-size: 36px; } }

@media screen and (max-width: 900px) {
  .media-aside .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; } }

@media screen and (max-width: 540px) {
  .media-aside .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
  .media-aside .article-title {
    padding-top: 1rem; }
  .media-aside .introduction {
    padding-top: 1rem; }
  .media-aside .read-more {
    padding-bottom: 0; }
  .media-aside .mobile-view-all {
    display: block;
    text-align: center; }
  .media-aside .mobile-view-all-button {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    background: none;
    border: none;
    color: #ffffff;
    text-align: left;
    padding: 0; }
  .media-aside .mobile-view-all-button:hover {
    cursor: pointer;
    text-decoration: underline; } }

#switch-tab-main .retail-location {
  display: block;
  position: relative;
  z-index: 1; }

#switch-tab-main .switch-tab-mob {
  display: none; }

@media (max-width: 540px) {
  #switch-tab-main .location {
    margin-left: 0; }
  #switch-tab-main .item-container {
    align-items: flex-start; } }

@media (max-width: 1330px) {
  #switch-tab-main .retail-location {
    display: none; }
  #switch-tab-main .retail-header-swiper {
    color: #00014b;
    text-align: center;
    font-family: "Wix Madefor Text";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize; }
  #switch-tab-main .switch-tab-mob {
    display: block;
    padding-top: 3rem; } }

.retail-location {
  padding: 5rem 1rem 5rem;
  max-width: 1744px;
  margin: auto; }
  @media (max-width: 1630px) {
    .retail-location {
      padding: 5rem 1rem 2rem; } }
  .retail-location .location-image {
    display: none;
    width: 542px;
    margin-left: 12px; }
    @media (max-width: 1630px) {
      .retail-location .location-image {
        width: 415px;
        height: 420px; } }
  .retail-location .location-image.active {
    display: block; }
  .retail-location .retail-header {
    font-family: "Wix Madefor Text";
    font-style: normal;
    font-weight: 800;
    text-transform: capitalize;
    color: #00014b;
    padding-left: 2rem;
    color: #00014b;
    font-size: 66px; }
  .retail-location .wrapper {
    font-family: "Wix Madefor Text";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    justify-content: center; }
  .retail-location .retail-location {
    margin: auto;
    display: flex;
    padding-top: 3rem;
    justify-content: center;
    flex-direction: column;
    max-width: 1300px; }
  .retail-location td {
    padding-right: 2rem; }
  .retail-location th {
    text-align: start; }
  .retail-location h3.title {
    font-family: "Wix Madefor Text";
    font-style: normal;
    font-weight: 600;
    font-size: clamp(1.875rem, calc(1.6683rem + 0.7692vw), 2.5rem);
    margin: 0;
    padding-bottom: 1rem;
    text-transform: uppercase;
    color: #fff; }
  .retail-location .blue-container {
    position: relative;
    color: #ffffff;
    width: 100%;
    min-height: 480px;
    z-index: 2;
    top: -1px;
    height: 100%;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    text-align: left; }
    .retail-location .blue-container a {
      text-decoration: underline; }
      .retail-location .blue-container a:hover {
        color: #0d71c8;
        text-decoration: underline; }
  .retail-location .title-bold {
    font-weight: 800;
    color: #fff;
    font-family: Wix Madefor Text;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; }
  .retail-location .location {
    display: flex;
    font-size: clamp(1rem, calc(1rem + 0vw), 1rem);
    line-height: normal;
    gap: 3rem; }
    .retail-location .location a {
      color: #ffffff; }
  .retail-location .location-image img {
    display: block;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 487px; }
    @media (max-width: 1630px) {
      .retail-location .location-image img {
        max-height: 440px; } }
  .retail-location .flex-content {
    padding-top: 1rem;
    width: 910px;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 487px;
    display: flex;
    justify-content: center; }
    @media (max-width: 1780px) {
      .retail-location .flex-content {
        width: 819px; } }
    @media (max-width: 1630px) {
      .retail-location .flex-content {
        width: 744px;
        height: 420px; } }
    @media (max-width: 1430px) {
      .retail-location .flex-content {
        width: 706px; } }
  .retail-location .vertical-tab {
    display: flex; }
  .retail-location .switch-row {
    display: flex;
    position: relative;
    left: -30px; }
    @media (max-width: 1430px) {
      .retail-location .switch-row {
        left: -60px; } }
  .retail-location .tabs {
    /* width: 400.03px; */
    /* width: 34%; */
    position: relative;
    border-bottom: unset;
    right: -2%; }
  .retail-location .col-9 {
    /* width: 75.1%; */ }
  .retail-location .switch-btn {
    display: block;
    width: 100%;
    padding: 1.2rem;
    font-size: 1.25rem;
    margin-bottom: 13px;
    background: unset;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: start;
    padding-left: 2rem;
    font-family: "Wix Madefor Text";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #00014b; }
  .retail-location .switch-btn.active {
    background: #c43201;
    border-radius: 100px;
    color: #ffffff;
    width: 330px; }
    @media (max-width: 1690px) {
      .retail-location .switch-btn.active {
        width: 280px; } }
  .retail-location .item {
    display: none;
    /* padding: 0.75rem;
      font-size: 1.25rem; */
    padding: 2rem 0rem;
    width: 676px; }
    @media (max-width: 1600px) {
      .retail-location .item {
        width: 570px;
        padding: 1rem 0; } }
  .retail-location .item.active {
    display: block; }
  @media (max-width: 1300px) {
    .retail-location .item {
      display: none;
      padding: 2rem 4rem;
      max-width: 565px; } }

.switch-tab-mob {
  font-family: "Wix Madefor Text"; }
  .switch-tab-mob h3.title {
    font-family: "Wix Madefor Text";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    margin: 0;
    padding-bottom: 1rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px; }
  .switch-tab-mob .title-bold {
    font-weight: 800; }
  .switch-tab-mob .switch-btn-mob.active {
    background: #c43201;
    border-radius: 100px;
    padding: 5px 15px;
    color: #ffffff; }
  .switch-tab-mob .switch-tabs-mob {
    display: flex;
    word-wrap: unset;
    padding: 1rem 0 2rem;
    gap: 15px;
    justify-content: space-evenly;
    overflow: auto; }
  .switch-tab-mob .switch-btn-mob {
    display: block;
    /* width: 100%; */
    background: unset;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: start;
    /* padding-left: 2rem; */
    font-family: "Wix Madefor Text";
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    color: #00014b;
    text-align: center;
    white-space: nowrap; }
  .switch-tab-mob .switch-tab-mob {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    flex-direction: column;
    align-items: center; }
  .switch-tab-mob .switch-tab-content {
    /* max-width: 430px; */ }
  .switch-tab-mob .swiper {
    width: 100%;
    height: 100%; }
  .switch-tab-mob .swiper-slide {
    width: 100%;
    height: 627px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00014b;
    font-size: 18px;
    display: flex !important;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    background-blend-mode: overlay;
    background-size: cover; }
  .switch-tab-mob .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .switch-tab-mob .location {
    display: flex;
    font-size: 17px;
    line-height: normal;
    gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #fff;
    margin-left: -6rem;
    padding-bottom: 4rem; }
  .switch-tab-mob .location th.title-bold {
    color: #fff; }
  .switch-tab-mob .item-container {
    padding: 1rem;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px; }
  .switch-tab-mob .switch-tab-mob td {
    padding-right: 4rem; }
  .switch-tab-mob .swiper-pagination-bullet-active {
    background: #fff !important; }
  .switch-tab-mob .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    background: #fff !important; }
  .switch-tab-mob td {
    padding-right: 4rem; }
  .switch-tab-mob th {
    text-align: start; }
  .switch-tab-mob a {
    color: #ffffff; }
    .switch-tab-mob a:hover {
      text-decoration: underline; }

@media (max-width: 1300px) {
  .switch-tab-mob .switch-tab-content {
    background-color: #00014b; } }

@media (max-width: 480px) {
  .switch-tab-mob .switch-tabs-mob {
    justify-content: unset;
    padding-left: 1rem;
    padding-right: 1rem; } }

* {
  font-family: "Wix Madefor Text"; }

.title-bold {
  font-weight: 800;
  text-align: left; }

.location-aside-btn {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 2rem 1rem 3rem; }
  @media (max-width: 768px) {
    .location-aside-btn {
      flex-direction: column; } }

.location-aside-btn > button {
  border-radius: 100px;
  background: #c43201;
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  min-width: 127px; }

.location-aside-btn a {
  color: #fff; }

.location-aside-btn a:hover {
  text-decoration: underline; }

.location {
  display: flex;
  font-size: 12px;
  line-height: normal;
  gap: 3rem;
  font-family: "Wix Madefor Text";
  line-height: normal; }

.location-aside-container {
  position: relative;
  z-index: 1;
  max-width: 1700px;
  margin: clamp(-50rem, -15vw, -20rem) auto 2rem; }
  @media (max-width: 1300px) {
    .location-aside-container {
      margin: -20rem auto 2rem;
      padding-top: 8rem; } }
  @media (max-width: 768px) {
    .location-aside-container {
      margin: -10rem auto 2rem; } }

.item-location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem; }
  @media (max-width: 1300px) {
    .item-location {
      gap: 1rem; } }

.location-aside-wrapper {
  display: flex;
  gap: 3rem; }

.item-location {
  padding-top: 100px;
  /* Height of the fixed element */
  margin-top: -100px;
  /* Negative margin to offset the padding */ }

.location-aside-main .item-location:nth-child(even) .location-aside {
  grid-column: 1/2;
  grid-row: 1/2;
  place-self: center; }

.location-aside-main .item-location:nth-child(even) .location-image-aside {
  grid-column: 2/3; }

.location-aside-schedule {
  color: #00014b;
  font-family: Wix Madefor Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left; }

.address-location {
  color: inherit;
  text-decoration: underline; }
  .address-location:hover {
    color: #0d71c8;
    text-decoration: underline; }

.location-aside-schedule-phone {
  color: inherit;
  text-decoration: underline; }
  .location-aside-schedule-phone a {
    color: inherit; }
    .location-aside-schedule-phone a:hover {
      color: #0d71c8; }

.location-aside-schedule-email {
  color: inherit;
  text-decoration: underline; }
  .location-aside-schedule-email a {
    color: inherit; }
    .location-aside-schedule-email a:hover {
      color: #0d71c8; }

h3.title {
  color: #149cc9;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 150% */
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 1rem;
  text-align: left; }

.location-aside {
  display: flex;
  /* gap: 2rem; */
  flex-direction: column;
  max-width: 520px;
  justify-content: center;
  padding-left: 3rem; }

.location-aside table {
  border-spacing: 0; }

.location-image-aside {
  object-fit: cover;
  position: relative;
  overflow: hidden; }

.location-image-aside img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.location-aside-column td {
  padding-right: 3rem; }

.location-aside tr td:nth-child(2) {
  text-transform: lowercase; }

.location-aside td {
  padding-right: 3rem;
  white-space: nowrap;
  padding-right: 3rem;
  white-space: nowrap;
  color: #00014b;
  font-family: Wix Madefor Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* text-transform: lowercase; */
  text-align: left; }

th.title-bold {
  color: #00014b;
  font-family: Wix Madefor Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal; }

.location-aside-subtitle {
  text-align: left;
  color: #00014b;
  font-family: Wix Madefor Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media (max-width: 1080px) {
  .item-location {
    grid-template-columns: 1fr; }
  h3.title {
    line-height: 40px; }
  .location-aside-wrapper {
    flex-direction: column; }
  .location-aside-main .item-location:nth-child(even) .location-aside {
    grid-column: 1;
    grid-row: 2;
    place-self: start; }
  .location-aside-main .item-location:nth-child(even) .location-image-aside {
    grid-column: 1; }
  .location-aside {
    padding-left: 1rem;
    padding-right: 20px; }
  .location-aside-subtitle {
    padding-top: 2rem; } }

.custom-blog-container {
  max-width: 1700px;
  margin: auto;
  padding-top: 7rem; }
  .custom-blog-container .cta-custom-blog {
    border-radius: 100px;
    background: #c43201;
    border: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    /* min-width: 127px; */
    max-width: 300px;
    display: inline-block;
    margin-top: 1rem;
    text-align: center !important; }
  .custom-blog-container .location {
    display: flex;
    font-size: 12px;
    line-height: normal;
    gap: 3rem;
    font-family: "Wix Madefor Text";
    line-height: normal; }
  .custom-blog-container .custom-blog-container {
    max-width: 1700px;
    margin: auto; }
  .custom-blog-container .item-location {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem; }
    @media (max-width: 1300px) {
      .custom-blog-container .item-location {
        gap: 1rem; } }
  .custom-blog-container .location-aside-wrapper {
    display: flex;
    gap: 1rem;
    color: #000; }
  .custom-blog-container .location-aside-schedule {
    color: #00014b;
    font-family: Wix Madefor Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .custom-blog-container h3.cust-blog-title {
    color: #c43201;
    font-family: "Wix Madefor Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase; }
  .custom-blog-container .cust-blog-aside {
    display: flex;
    /* gap: 2rem; */
    flex-direction: column;
    max-width: 500px;
    justify-content: center;
    place-self: center; }
    @media (max-width: 1280px) {
      .custom-blog-container .cust-blog-aside {
        max-width: 384px; } }
  .custom-blog-container .location-image-aside {
    object-fit: cover;
    position: relative;
    overflow: hidden; }
  .custom-blog-container .location-image-aside img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .custom-blog-container .cust-blog-aside > * {
    text-align: left; }
  @media (max-width: 989px) {
    .custom-blog-container .item-location {
      grid-template-columns: 1fr; }
    .custom-blog-container .cust-blog-aside {
      max-width: 100%;
      padding: 1rem 2rem; }
    .custom-blog-container .location-aside-wrapper {
      flex-direction: column; }
    .custom-blog-container .location-aside {
      display: flex;
      flex-direction: column;
      max-width: 100%;
      justify-content: center;
      place-self: auto;
      padding: 1rem; }
    .custom-blog-container .location-aside-btn {
      flex-direction: column; } }
  @media (max-width: 558px) {
    .custom-blog-container .cta-custom-blog {
      margin-top: 2rem; }
    .custom-blog-container .cust-blog-aside {
      padding: 10px; }
    .custom-blog-container h3.cust-blog-title {
      margin-bottom: 10px;
      margin-top: 10px; } }

.form-appt {
  min-height: 600px;
  font-family: 'Wix Madefor Text'; }
  .form-appt .form-appt-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    min-height: 500px;
    align-items: center;
    position: relative;
    top: 96px;
    background-color: #131457; }
  .form-appt .form-appt-content {
    text-align: left; }
  .form-appt .form-appt-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700; }
  .form-appt .form-appt-content h3 {
    color: #FFF;
    font-family: "Wix Madefor Text";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0; }
  .form-appt .form-appt-right {
    display: flex;
    width: 100%;
    padding-left: 3rem; }
  .form-appt .form-appt-row {
    color: #FFF;
    font-family: "Wix Madefor Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 1rem 0 1rem; }
  .form-appt .form-appt-row p {
    margin-bottom: 0;
    font-weight: 200; }
  .form-appt .form-appt-iframe {
    /* height:760px;
    width:687px;
    background-color: #b01799; */ }
  @media (max-width: 1690px) {
    .form-appt .form-appt-right {
      justify-content: center; } }
  @media (max-width: 1470px) {
    .form-appt .form-appt-iframe {
      left: 2%; } }
  @media (max-width: 1320px) {
    .form-appt .form-appt-iframe {
      position: unset;
      margin-top: 1rem;
      margin-bottom: 2rem; }
    .form-appt .form-appt-wrapper {
      display: grid;
      grid-template-columns: 1fr; }
    .form-appt .form-appt-right {
      justify-content: flex-start;
      padding: 1rem 1rem 2rem; } }

.product-service-billboard {
  position: relative;
  z-index: -1; }

.product-service-billboard-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  background-color: #000000;
  opacity: 0.4;
  z-index: 0; }

.product-service-billboard .hero-image,
.hero-image-none {
  background-image: url({{imageUrl.src}});
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 768px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin: auto; }
  .product-service-billboard .hero-image.billboard-event,
  .hero-image-none.billboard-event {
    height: auto;
    background-size: contain;
    aspect-ratio: 16/9;
    padding: 0 1rem;
    margin-top: 2rem; }

@media (max-width: 1200px) {
  .product-service-billboard .hero-image.billboard-event,
  .hero-image-none.billboard-event {
    margin-top: 7rem; } }

@media (max-width: 1061px) {
  .product-service-billboard .hero-image.billboard-event,
  .hero-image-none.billboard-event {
    height: auto;
    background-position: top;
    margin-top: 0; }
  .product-service-billboard .hero-text {
    margin-bottom: 175px; } }

.product-service-billboard .hero-text {
  text-align: center;
  color: white;
  padding: 0 2rem;
  position: relative;
  z-index: 1; }

.product-service-billboard .hero-text h1 {
  text-align: center;
  color: #fff;
  font-size: clamp(1.875rem, calc(0.6571rem + 4.5317vw), 5.715rem);
  font-family: "Wix Madefor Text";
  font-weight: 800;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0; }

.product-service-billboard .hero-text h2 {
  color: #fff;
  text-align: center;
  font-family: Wix Madefor Text;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase; }

.product-service-billboard .hero-text p {
  color: #fff;
  text-align: center;
  font-family: Wix Madefor Text;
  font-size: clamp(1.125rem, calc(1.001rem + 0.4615vw), 1.5rem);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize; }

.product-service-billboard .hero-text .btn {
  background-color: transparent;
  border-radius: 100px;
  border: 2px solid #fff;
  color: #ffffff;
  padding: 0.5rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.125rem;
  font-family: Wix Madefor Text;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 1rem;
  cursor: pointer;
  text-transform: revert; }

@media (max-width: 768px) {
  .product-service-billboard .hero-text {
    padding: 0 2rem; }
  .product-service-billboard .hero-image-none {
    height: 500px; } }

.product-service-description {
  max-width: 850px;
  margin: auto;
  padding: 2rem;
  font-size: 16px;
  text-align: left; }

.product-service-description p {
  font-size: 16px; }

.product-service-description p a {
  color: #00014b;
  font-weight: 500; }

.product-service-swiper-w-desc-left .product-service-description {
  padding-left: 1.5rem; }

.block_reviews_carousel {
  margin: auto; }

.block_347c6682-c873-4700-99e0-abbcdd2536e3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.block_ce88e1df-1327-4d65-b7d8-5117e8129267 .reviews-carousel-container {
  padding-top: 4rem !important; }

.block_reviews_carousel .reviews-carousel-container {
  position: relative;
  width: 100%;
  max-width: 1744px;
  margin: auto; }

.reviews-carousel-header {
  display: none; }

.block_reviews_carousel .reviews-carousel-headline {
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 800;
  font-size: clamp(2.25rem, calc(1.5471rem + 2.6154vw), 4.375rem);
  line-height: 88px;
  color: #000000;
  text-align: center;
  text-transform: capitalize; }

.block_reviews_carousel .reviews-carousel-reviews-background {
  background-repeat: no-repeat;
  background-size: cover;
  color: #131457; }

@media (max-width: 767px) {
  .product-service-billboard .hero-text {
    margin-bottom: 0px; } }

@media screen and (min-width: 1280px) {
  .block_reviews_carousel .reviews-carousel-headline {
    text-align: left; } }

.block_static_stat_circles {
  /* margin:{{containerMargin.top.value}}px {{containerMargin.right.value}}px {{containerMargin.bottom.value}}px {{containerMargin.left.value}}px;
  padding:{{containerPadding.top.value}}px {{containerPadding.right.value}}px {{containerPadding.bottom.value}}px {{containerPadding.left.value}}px;
  background-color:{{bgColor}}; */
  /* {{#if maxWidthTrue}}
  max-width:{{maxWidth.value}}px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  {{/if}} */
  /* {{#if border.visibility "==" "show"}}
  border-style: solid !important;
  border-color:{{border.borderColor}} !important;
  border-top-width:{{border.borderWidth.top.value}}px !important;
  border-right-width:{{border.borderWidth.right.value}}px !important;
  border-bottom-width:{{border.borderWidth.bottom.value}}px !important;
  border-left-width:{{border.borderWidth.left.value}}px !important;
  {{/if}} */
  max-width: 1260px;
  margin: auto;
  padding-top: 2rem; }

.block_static_stat_circles .circleSection-circlesContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  justify-content: center;
  z-index: 2;
  gap: 3rem;
  padding: 2rem 1rem;
  grid-column: 1/3;
  grid-row: 3;
  max-width: 1200px;
  width: 100%;
  margin: auto; }

.block_static_stat_circles .heading {
  margin: auto;
  text-align: center;
  padding: 2rem;
  font-family: Wix Madefor Text;
  font-size: clamp(2.25rem, calc(1.7412rem + 1.0601vw), 48px);
  font-weight: 800;
  letter-spacing: 0em;
  color: #131457; }

.block_static_stat_circles .circle {
  position: relative;
  width: clamp(190px, calc(190px + (100vw - 768px) * 0.08333333), 270px);
  height: clamp(190px, calc(190px + (100vw - 768px) * 0.08333333), 270px);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #dbdbdb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 10px -6px #dbdbdb;
  background-color: white; }

.block_static_stat_circles .circle img {
  display: block;
  margin: 0 auto;
  width: 97px;
  height: 68px;
  margin-bottom: 15px; }

.block_static_stat_circles .circle-content {
  box-sizing: border-box;
  color: #1e1e1e;
  text-align: center;
  width: 193px;
  height: 59px;
  text-align: center; }

.block_static_stat_circles .circle-content-truck {
  margin-top: -18px; }

.block_static_stat_circles .circle-paragraph {
  font-family: "Open Sans";
  font-size: clamp(13px, calc(0.5804rem + 0.4vw), 16px);
  margin: 0 auto;
  font-weight: 400;
  line-height: 21px;
  padding: 0 0;
  font-style: normal;
  font-weight: 600;
  color: #00014b; }

.block_static_stat_circles .headerline {
  text-align: center;
  max-width: 250px;
  border: none; }

.block_static_stat_circles .headerlinePadding {
  padding-bottom: 1rem; }

.block_static_stat_circles .headerText {
  color: #00014b;
  text-align: center;
  font-family: Open Sans;
  font-size: clamp(24px, calc(1.6564rem + 1.2367vw), 50px);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 32px; }

.block_static_stat_circles .headerText24 {
  color: #00014b;
  text-align: center;
  font-family: Open Sans;
  font-size: clamp(24px, calc(1.6564rem + 1.2367vw), 36px);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 32px; }

.block_static_stat_circles .headerText36 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  margin: 10px;
  padding: 5px 0;
  background: white;
  color: black; }

.block_static_stat_circles .stars {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem; }

.block_static_stat_circles .stars img {
  width: 18px;
  height: 17.3px;
  margin: auto; }

@media screen and (max-width: 1140px) {
  .block_static_stat_circles .circleSection-circlesContainer {
    width: 88%;
    gap: 1rem; }
  .block_static_stat_circles .circleSection-circlesContainer {
    align-items: center; }
  .block_static_stat_circles .circleSection-paragrah {
    text-align: left; }
  .circleSection {
    grid-template-rows: 1fr auto; }
  .circleSection-circlesContainer {
    align-items: center; }
  .circleSection-paragrah {
    text-align: left; } }

@media screen and (max-width: 930px) {
  .block_static_stat_circles .circleSection-circlesContainer {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    padding: 0;
    gap: 1rem;
    align-items: center;
    row-gap: 4.5rem; } }

@media screen and (max-width: 768px) {
  .block_static_stat_circles .headerlinePadding {
    padding-bottom: 0rem; }
  .block_static_stat_circles .headerText {
    margin-bottom: 7px; }
  .block_static_stat_circles .stars {
    margin-bottom: 0; }
  .block_static_stat_circles .circle img {
    margin-bottom: 5px; }
  .block_347c6682-c873-4700-99e0-abbcdd2536e3 .reviews-carousel-headline {
    padding-bottom: 2rem; }
  .block_static_stat_circles .circleSection-circlesContainer {
    padding: 0;
    gap: 1rem;
    align-items: center; }
  .block_static_stat_circles .circleSection-circlesContainer {
    width: 100%;
    gap: 1rem; }
  .block_static_stat_circles .circle-content {
    padding: 0 15px;
    text-align: center; } }

@media screen and (max-width: 540px) {
  .block_static_stat_circles .circle {
    width: 100%;
    height: auto; }
  .product-service-billboard .hero-image {
    height: 300px; } }

@media screen and (max-width: 299px) {
  .block_static_stat_circles .circle-paragraph {
    padding: 0 1.5rem; } }

@media screen and (max-width: 1470px) {
  .circle {
    width: 220px;
    height: 220px; } }

@media screen and (max-width: 930px) {
  .circleSection-circlesContainer {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    padding: 0;
    gap: 1rem;
    align-items: center; } }

@media screen and (max-width: 768px) {
  .circle {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1; } }

@media screen and (max-width: 540px) {
  .circleSection-circlesContainer {
    padding: 0;
    gap: 1rem;
    align-items: center;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto; } }

.product-faq-section .faq-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  font-family: "Wix Madefor Text";
  justify-content: end;
  padding: 1rem 0; }

.product-faq-section .question-container h2 {
  margin-right: 10px;
  font-size: 24px;
  font-family: "Wix Madefor Text";
  font-weight: 700;
  line-height: 31.54px;
  word-wrap: break-word; }

.product-faq-section .faq-section p,
.product-faq-section .faq-section h2 {
  margin: 0px;
  font-family: "Wix Madefor Text"; }

.product-faq-section .faq-headline h2 {
  color: #00014b;
  font-size: 40px;
  line-height: 45px;
  font-family: "Wix Madefor Text";
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 1rem;
  max-width: 315px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600; }

.product-faq-section .faq-headline p {
  color: #000;
  font-size: clamp(1.125rem, calc(0.7857rem + 0.7143vw), 1.5rem);
  font-family: "Wix Madefor Text";
  font-weight: 700; }

.product-faq-section .faq-sub-headline {
  max-width: 660px;
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* FAQ styles */
.product-faq-section .faq-wrapper {
  margin: auto;
  max-width: 750px;
  padding-left: 1rem; }

.product-faq-section .faq {
  margin-bottom: 0px; }

.product-faq-section .question-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.25px black solid;
  color: #000;
  padding: 10px 0px 10px 10px;
  cursor: pointer;
  transition: background-color 0.7s ease; }

.product-faq-section .faq:first-child {
  border-top: 0.5px solid black; }

.product-faq-section .answer {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  padding: 0 20px;
  background-color: #fdfdfd;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  max-height: 0; }

.product-faq-section .toggle-btn {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s ease; }

.product-faq-section .toggle-btn p {
  margin: 0;
  font-size: 25px;
  color: #000;
  transition: transform 0.3s ease, opacity 0.3s 300ms; }

.product-faq-section .toggle-btn p.rotate {
  transform: rotate(45deg); }

.product-faq-section .answer.visible {
  opacity: 1;
  margin: 0;
  padding: 20px 20px;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  font-family: "Wix Madefor Text";
  padding-bottom: 0;
  height: 100%;
  max-height: 1000px; }

.product-faq-section .image-container {
  max-width: 100%;
  width: auto;
  height: auto; }

.product-faq-section .image-container img {
  max-width: 100%;
  height: auto;
  width: 100%; }

@media (max-width: 976px) {
  .product-faq-section .faq-section {
    display: grid;
    grid-template-columns: 1fr; }
  .product-faq-section .faq-wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
  .product-faq-section .faq-image-wrapper {
    grid-row: 1; } }

.service-category-events {
  max-width: 1570px;
  margin: auto;
  max-width: 1570px;
  margin: auto;
  padding-top: 2rem; }
  .service-category-events .service-category-subcats-container .service-category-subcat-card {
    aspect-ratio: 16/9;
    text-align: center; }
  .service-category-events .service-category-subcats-container .service-category-subcat-card-image {
    background-size: contain;
    background-position: initial;
    background-repeat: no-repeat;
    align-content: center;
    display: flex;
    place-items: center;
    justify-content: center; }

.service-category-card-no-event {
  font-family: 'Wix Madefor Text';
  font-size: clamp(1.125rem, calc(1.7937rem + 1.2327vw), 2.125rem);
  font-weight: 800;
  color: #00014b;
  grid-column: 1/5; }

.service-category-event-card-headline {
  font-family: 'Wix Madefor Text';
  font-size: clamp(1.125rem, calc(1.7937rem + 1.2327vw), 2.125rem);
  font-weight: 800;
  color: #00014b;
  line-height: 1; }

.service-category-subcats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  place-items: center center; }

#service-category-event-upcoming-events {
  padding-top: 100px;
  margin-top: -100px;
  display: none; }

#service-category-event-past-events {
  padding-top: 100px;
  margin-top: -100px; }
  #service-category-event-past-events .service-category-card-container {
    background-color: transparent; }

.service-category-card-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  max-width: 490px; }

@media screen and (min-width: 768px) {
  .service-category-card-container:hover {
    cursor: pointer; }
    .service-category-card-container:hover .button-text {
      display: inline-block;
      z-index: 1; }
  .service-category-card-container:hover .service-category-image-description {
    font-size: 1.25em; } }

.service-category-image-description {
  width: 100%;
  height: 100%;
  background: #00014b;
  color: white;
  padding: 2rem;
  display: none;
  opacity: 0.4;
  position: absolute;
  top: 0; }

.service-category-events {
  padding-left: 1rem;
  padding-right: 1rem; }
  .service-category-events .button-text {
    display: none;
    position: absolute;
    top: 25%; }

.service-category-subcats-container .service-category-subcat-card {
  min-width: 50px;
  aspect-ratio: 1/1; }

.service-category-subcats-container .service-category-subcat-card-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 100%; }

.service-category-subcat-card-text {
  background: #00014b;
  padding: 1rem;
  font-size: 1.5rem;
  color: white; }
  @media (max-width: 768px) {
    .service-category-subcat-card-text {
      font-size: 14px; } }

.formAsideSection {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Wix Madefor Text";
  padding-top: 4rem;
  padding-bottom: 4rem; }

.formAsideSection .grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1920px;
  position: relative;
  align-items: center;
  margin: auto; }

.formAsideSection .bg-image {
  grid-column: 1 / 3;
  background-image: url("https://cdn11.bigcommerce.com/s-m39bqdjce8/images/stencil/original/image-manager/rectangle-26.png");
  position: absolute;
  background-size: cover;
  background-position: center;
  z-index: -1;
  height: 80%;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto; }

.formAsideSection .form-wrapper {
  grid-column: 1;
  max-width: 650px;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  width: 60%;
  place-self: center end;
  position: relative;
  border: 1px solid #d8d8d8;
  height: 100vh; }

.FlowTablet > .tblrow > .tblcell {
  width: 100% !important; }

.formAsideSection .form {
  padding: 20px;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 768px) {
    .formAsideSection .form {
      padding: 0; } }

.formAsideSection .form-bg {
  background-color: #d8d8d8;
  position: absolute;
  top: 10px;
  right: -10px;
  bottom: -10px;
  left: 10px;
  z-index: -1; }
  @media (max-width: 768px) {
    .formAsideSection .form-bg {
      padding: 1px;
      right: -2px; } }

.formAsideSection .list-container {
  background: transparent;
  color: white;
  padding: 12% 3.5rem; }

.formAsideSection .list-title {
  font-family: "Wix Madefor Text";
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: white; }

.formAsideSection ul {
  padding: 0;
  margin: 0; }

.formAsideSection .list {
  grid-column: 2;
  max-width: 1280px;
  box-sizing: border-box;
  list-style: none; }

.formAsideSection li {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 20px; }

.formAsideSection li img {
  margin-right: 0.5rem;
  width: 38px;
  height: 40px; }

.formAsideSection .form-title {
  font-family: "Wix Madefor Text";
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0em;
  text-align: left; }

.formAsideSection p {
  margin-bottom: 0; }

.formAsideSection label {
  font-size: 18px;
  font-weight: 400; }

.formAsideSection input,
.formAsideSection textarea {
  box-sizing: border-box;
  background: #e7e7e7;
  border: none;
  margin-top: 0.5rem; }

.formAsideSection .small {
  margin-bottom: 20px;
  font-size: 12px; }

.formAsideSection .one-row-input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; }

.formAsideSection .input-field-short {
  display: inline-block; }

.formAsideSection .input-field,
.formAsideSection .input-field-short {
  margin-bottom: 1rem; }

.formAsideSection input[type="text"],
.formAsideSection input[type="email"],
.formAsideSection textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px; }

.halo_footer input[type="email"] {
  padding: 10px;
  margin-bottom: 0px !important; }

.formAsideSection input[type="submit"] {
  padding: 10px 20px; }

.formAsideSection .submit-button {
  background: #c43201;
  color: white;
  width: 120px;
  height: 42px;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 700; }
  .formAsideSection .submit-button:hover {
    background: #f45a26; }

@media screen and (max-width: 1280px) {
  .formAsideSection .one-row-input {
    grid-template-columns: 1fr;
    gap: 0; }
  .formAsideSection .one-row-input label {
    display: block; }
  .formAsideSection .one-row-input input {
    width: 70%; }
  .service-category-subcats-container {
    grid-template-columns: repeat(2, 1fr); }
  .service-category-events .service-category-subcats-container {
    place-items: flex-start; }
  .service-category-event-card-headline {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 768px) {
  .formAsideSection .grid-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0; }
  .formAsideSection .form-wrapper {
    place-self: center center;
    margin: 2rem 1rem;
    width: 90%;
    height: 140vh;
    padding: 1rem; }
  .formAsideSection .bg-image {
    height: 100%; }
  .formAsideSection .list-container {
    margin: auto;
    padding: 15px; }
  .formAsideSection .form-title {
    font-size: 24px; }
  .formAsideSection .list-title {
    font-size: 36px; }
  .service-category-subcats-container {
    grid-template-columns: 1fr 1fr; }
  .service-category-card-container {
    max-width: 400px; } }

.galleryUnit strong {
  font-size: 1rem; }

.galleryUnit span {
  font-size: 16px; }

.galleryUnit .container:not(.container-alt) {
  max-width: 1730px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1.2fr 5fr 5fr;
  gap: 1rem;
  background: white; }

.galleryUnit .container-alt {
  max-width: 1730px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: white; }
  .galleryUnit .container-alt .images-section {
    display: none; }

.galleryUnit .container-alt-no-thumnail {
  max-width: 1730px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: white; }
  .galleryUnit .container-alt-no-thumnail #swiper-thumbnails-container {
    display: none; }
  .galleryUnit .container-alt-no-thumnail.container #swiper-thumbnails-container {
    display: flex; }

.galleryUnit .swiper-slide {
  display: flex;
  flex-direction: column; }

.galleryUnit .images-section {
  display: flex;
  flex-direction: column;
  position: relative; }

.galleryUnit .images-section .swiper-slide {
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  width: 100%; }

.galleryUnit .swiper-wrapper {
  height: auto; }

.images-section .swiper-wrapper {
  display: flex;
  flex-direction: column; }

.galleryUnit .images-section .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 18px; }

.galleryUnit .swiper-pagination {
  position: relative;
  margin-top: 2rem; }

@media screen and (max-width: 1280px) {
  .galleryUnit .container-alt-no-thumnail.container #swiper-thumbnails-container {
    display: none; } }

.galleryUnit .images-section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.galleryUnit .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: black;
  margin-bottom: 8px; }

.galleryUnit .images-section .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: black; }

.galleryUnit .image-container {
  width: 100%;
  margin: 0 10px 10px 0;
  overflow: hidden;
  aspect-ratio: 1/1; }

.galleryUnit .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%; }

.galleryUnit .images-section img:hover {
  cursor: pointer; }

.galleryUnit #bigImage {
  width: 100%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%; }

.galleryUnit .big-images-section {
  display: none;
  position: relative; }
  .galleryUnit .big-images-section.column .image-container img {
    object-fit: contain; }

.galleryUnit .big-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.galleryUnit .content-container {
  flex: 1;
  padding: 0 1rem; }

.service-category-copy {
  font-family: "Wix Madefor Text";
  font-size: 16px;
  line-height: 22px;
  color: #000000; }
  .service-category-copy h2 {
    font-family: "Wix Madefor Text";
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 8px; }
    @media (max-width: 768px) {
      .service-category-copy h2 {
        margin: 0; } }

.main-image.column {
  grid-column: 2/4; }
  .main-image.column #bigImage {
    object-fit: contain;
    min-height: auto; }

.galleryUnit .headline {
  font-family: "Wix Madefor Text";
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  margin-top: 0; }

.galleryUnit .paragraph {
  font-family: "Wix Madefor Text";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 22px; }

.galleryUnit .button {
  background: #c43201;
  max-width: 300px;
  border-radius: 100px;
  outline: none;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  .galleryUnit .button:hover {
    background: #f45a26; }

.galleryUnit .button a {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: white; }

.galleryUnit .accordion {
  margin-top: 20px;
  padding: 1rem;
  padding-left: 0px;
  border: none; }

.galleryUnit .accordion-headline {
  font-family: "Wix Madefor Text";
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 1rem; }

.galleryUnit .accordion-item {
  margin-bottom: 5px;
  margin-top: 5px; }
  .galleryUnit .accordion-item a {
    color: #131457;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 5px; }
    .galleryUnit .accordion-item a:hover {
      color: #c43201; }
      .galleryUnit .accordion-item a:hover svg {
        fill: #c43201; }
  .galleryUnit .accordion-item svg {
    fill: #131457; }

.galleryUnit .accordion-title {
  cursor: pointer;
  font-family: "Wix Madefor Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #131457; }

.galleryUnit .accordion-title::after {
  content: "+";
  display: none; }

.galleryUnit .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
  padding: 0.5rem;
  display: none; }

.galleryUnit .accordion-content p {
  margin: 0; }

.galleryUnit .accordion-item.open > .accordion-content {
  max-height: 500px;
  display: none; }

.galleryUnit .accordion-item.open .accordion-title::after {
  content: "-";
  display: none; }

.galleryUnit .swiper-button-next,
.galleryUnit .swiper-button-prev {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 30px;
  height: 30px;
  color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%); }
  .galleryUnit .swiper-button-next::after,
  .galleryUnit .swiper-button-prev::after {
    font-size: 30px; }

.galleryUnit .swiper-button-prev {
  left: -4px; }

.galleryUnit .swiper-button-next {
  right: -4px; }

.product-service-swiper-w-desc {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  display: grid;
  background: white;
  margin: auto;
  padding-top: 20px;
  max-width: 1730px; }

.product-service-swiper-w-desc-left {
  grid-row: 2; }

.product-service-swiper-w-desc-right {
  grid-row: 1; }

@media (min-width: 1470px) {
  .product-service-swiper-w-desc {
    grid-template-columns: 1.7fr 1fr; }
  .product-service-swiper-w-desc-left {
    grid-row: 1; }
  .product-service-swiper-w-desc-right {
    grid-row: 1; } }

@media (max-width: 1469px) {
  .galleryUnit .container-one {
    grid-template-columns: 1fr; }
    .galleryUnit .container-one .button {
      max-width: 390px;
      width: 90%;
      margin: auto; } }

@media (max-width: 1280px) {
  .galleryUnit .container:not(.container-alt) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 1rem; }
  .galleryUnit .container:not(.container-alt) .main-image {
    display: none; }
  .galleryUnit .container-alt-no-thumnail {
    display: flex;
    flex-direction: column; }
  .galleryUnit .container-alt-no-thumnail .main-image img {
    width: 100%; }
  .galleryUnit .images-section {
    display: none; }
  .galleryUnit .container .main-image {
    display: none; }
  .galleryUnit .container .big-images-section {
    display: block;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: auto; }
  .galleryUnit .big-images-section .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin: auto; } }
  @media (max-width: 1280px) and (max-width: 480px) {
    .galleryUnit .big-images-section .image-container {
      max-height: 218px; } }

@media (max-width: 1280px) {
  .galleryUnit .big-images-section img {
    width: 85%; }
  .galleryUnit .headline {
    font-size: 24px; }
  .galleryUnit .content-container {
    padding: 0; }
  .galleryUnit .button {
    max-width: 390px;
    width: 90%;
    margin: auto; } }

@media (max-width: 650px) {
  .service-category-subcats-container {
    grid-template-columns: 1fr 1fr; } }

@media screen and (min-width: 768px) {
  .galleryUnit .images-section {
    height: 500px;
    overflow: hidden; }
  .product-faq-section .faq-headline h2 {
    max-width: 100%;
    line-height: 51px;
    font-size: 40px;
    font-weight: 600; } }

.videoHero {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  max-width: 1920px;
  margin: auto; }

.videoHero .hero-image {
  /*background-image: url({{imageUrl.src}});
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 768px;
  display: flex;
  justify-content: center;
  align-items: center;*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: grid; }

.video-hero {
  overflow: hidden;
  position: relative;
  z-index: -1;
  aspect-ratio: 16/9;
  padding-bottom: 56.25%;
  top: -4rem; }

.video-hero-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1; }

.videoHero iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoHero .hero-text {
  text-align: center;
  color: white;
  padding: 0 1rem;
  place-self: center; }

.videoHero .hero-text h1 {
  text-align: center;
  color: #fff;
  font-size: clamp(1.875rem, calc(0.6571rem + 4.5317vw), 5.715rem);
  font-family: "Wix Madefor Text";
  font-weight: 800;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
  line-height: 1.2; }

.videoHero .hero-text h2 {
  color: #fff;
  text-align: center;
  font-family: Wix Madefor Text;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 0; }

.videoHero .hero-text p {
  color: #fff;
  text-align: center;
  font-family: Wix Madefor Text;
  font-size: clamp(20px, calc(+ (100vw - 768px) * 0.00416667), 24px);
  font-style: normal;
  font-weight: 800;
  line-height: 30.24px;
  text-transform: capitalize;
  font-family: "Wix Madefor Text";
  max-width: 544px;
  margin: auto;
  padding-top: 20px; }

.videoHero .hero-text .btn {
  background-color: transparent;
  border-radius: 100px;
  border: 2px solid #fff;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: Wix Madefor Text;
  font-style: normal;
  font-weight: 700;
  margin-top: 28px;
  cursor: pointer;
  text-transform: revert;
  height: 42px; }

@media (max-width: 768px) {
  .videoHero .hero-text p {
    line-height: 25.2px;
    font-weight: 500;
    max-width: 80%; }
  .videoHero .hero-text h1 {
    line-height: 1.2; }
  .videoHero .hero-text {
    padding: 0 1rem; }
  .videoHero .hero-text .btn {
    margin-top: 30px; }
  .galleryUnit #swiper-primary-container .content-container {
    grid-column: 1 !important;
    grid-row: 2; }
  .galleryUnit .container-alt {
    grid-template-columns: 1fr !important; } }

.hero-billboard {
  position: relative; }

.hero-billboard .hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 502px;
  display: flex;
  justify-content: center;
  align-items: center; }

.hero-billboard .hero-text {
  text-align: center;
  color: white;
  max-width: 780px;
  z-index: 1; }

.hero-billboard .hero-billboard-billboard-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 0; }

.hero-billboard .hero-text h1 {
  text-align: center;
  color: #fff;
  font-size: clamp(2.125rem, calc(1.7937rem + 1.2327vw), 3.125rem);
  font-family: 'Wix Madefor Text';
  font-weight: 800;
  text-transform: uppercase;
  word-wrap: break-word;
  line-height: normal; }

.hero-billboard .hero-text p {
  font-family: 'Wix Madefor Text' !important;
  color: white;
  font-size: clamp(1.125rem, calc(1.0008rem + 0.4622vw), 1.5rem);
  font-family: Tahoma;
  font-weight: 400;
  word-wrap: break-word;
  line-height: normal; }

@media (max-width: 768px) {
  .hero-billboard .hero-text p {
    padding-top: 3rem; }
  .hero-billboard .hero-text {
    padding: 0 2rem; } }

.category-breadcrumbs {
  max-width: 1920px;
  margin: auto;
  padding-left: 2rem; }

.product-industry-description {
  max-width: 1570px;
  margin: auto;
  padding: 2rem; }

.product-industry-description p {
  font-size: 16px;
  text-align: left;
  line-height: 28px; }

.product-industry-description h3 {
  font-size: 24px;
  text-align: left;
  font-weight: 700; }

.product-industry-description p img {
  width: 100%; }

.related-portfolios-container {
  padding-bottom: 5rem; }

.related-portfolios-container-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 405px;
  margin: auto; }

.related-portfolios-item {
  width: 100%;
  min-width: 100px;
  min-height: 100px;
  max-width: 100%;
  max-height: 500px;
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat; }

.related-portfolios-headline {
  font-size: 36px;
  line-height: 40px;
  font-family: "Wix Madefor Text";
  font-weight: 800;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #131457;
  text-align: center;
  max-width: 1265px;
  margin: auto;
  margin-bottom: 26px; }

@media (min-width: 768px) {
  .related-portfolios-headline {
    font-size: 70px;
    text-align: left;
    line-height: 60px; }
  .related-portfolios-container-inner {
    max-width: 1260px;
    grid-template-columns: repeat(3, 1fr); } }

.bopis-locations-pdp div {
  color: #131457; }

.bopis-locations-pdp .nav-shipping-dropdown-radio-buttons-container .custom-tabs, .bopis-locations-pdp .nav-shipping-dropdown-stores .custom-tabs {
  display: flex;
  border-bottom: none;
  gap: 37px; }

.bopis-locations-pdp .nav-shipping-dropdown-radio-buttons-container .tab-label, .bopis-locations-pdp .nav-shipping-dropdown-stores .tab-label {
  font-family: 'Wix Madefor Text';
  flex: none;
  margin: 0;
  padding-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700; }

.bopis-locations-pdp .nav-shipping-dropdown-radio-buttons-container .fake-radio, .bopis-locations-pdp .nav-shipping-dropdown-stores .fake-radio {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #131457;
  position: relative; }

.bopis-locations-pdp .nav-shipping-dropdown-radio-buttons-container .tab-label.active .fake-radio, .bopis-locations-pdp .nav-shipping-dropdown-stores .tab-label.active .fake-radio {
  background-color: transparent;
  border-color: #131457;
  display: flex;
  align-items: center;
  justify-content: center; }

.bopis-locations-pdp .nav-shipping-dropdown-radio-buttons-container .tab-label.active .fake-radio::before, .bopis-locations-pdp .nav-shipping-dropdown-stores .tab-label.active .fake-radio::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #131457;
  display: block; }

.bopis-locations-pdp .nav-shipping-dropdown-form-input {
  border: 1px solid #131457; }

.bopis-locations-pdp .bopis-locations-pdp-search-submit {
  display: flex;
  align-items: center;
  gap: 26px; }

.bopis-locations-pdp .search-box {
  flex: 1; }

.bopis-locations-pdp .nav-shipping-dropdown-form-button-wrapper {
  flex: 1;
  text-align: left; }

.bopis-locations-pdp .nav-shipping-dropdown-form-button {
  margin-top: 0; }

.bopis-locations-pdp .tab-label:hover .fake-radio {
  background-color: transparent;
  border-color: #131457;
  display: flex;
  align-items: center;
  justify-content: center; }

.bopis-locations-pdp .tab-label:hover .fake-radio::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #131457;
  display: block; }

.bopis-locations-pdp .nav-shipping-dropdown-form-button-pdp {
  text-decoration: underline; }

.bopis-locations-pdp .nav-shipping-dropdown-store {
  background-color: transparent;
  padding-left: 26px;
  border: 1px solid #131457;
  background: #FFF;
  margin-bottom: 7px;
  cursor: pointer; }
  .bopis-locations-pdp .nav-shipping-dropdown-store .navPages-action {
    text-transform: none;
    padding: 0; }
  .bopis-locations-pdp .nav-shipping-dropdown-store.available:hover .tab-label .fake-radio {
    background-color: transparent;
    border-color: #131457;
    display: flex;
    align-items: center;
    justify-content: center; }
  .bopis-locations-pdp .nav-shipping-dropdown-store.available:hover .tab-label .fake-radio::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #131457;
    display: block; }
  .bopis-locations-pdp .nav-shipping-dropdown-store.unavailable {
    border: 1px solid #ECECEC;
    cursor: default; }
    .bopis-locations-pdp .nav-shipping-dropdown-store.unavailable .tab-label {
      cursor: default;
      pointer-events: none; }
      .bopis-locations-pdp .nav-shipping-dropdown-store.unavailable .tab-label .fake-radio {
        border: 1px solid #ECECEC; }

.bopis-locations-pdp .nav-shipping-dropdown-store.active {
  background: #DCDCDC;
  cursor: default; }
  .bopis-locations-pdp .nav-shipping-dropdown-store.active .tab-label .fake-radio {
    background-color: transparent;
    border-color: #131457;
    display: flex;
    align-items: center;
    justify-content: center; }
  .bopis-locations-pdp .nav-shipping-dropdown-store.active .tab-label .fake-radio::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #131457;
    display: block; }

.bopis-locations-pdp .nav-shipping-dropdown-store-stock {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.bopis-locations-pdp .nav-shipping-dropdown-store-select {
  display: flex;
  gap: 21px;
  flex-basis: 80%;
  padding-right: 1rem; }
  .bopis-locations-pdp .nav-shipping-dropdown-store-select .tab-label {
    padding-bottom: 0; }

.bopis-locations-pdp .nav-shipping-dropdown-store-available {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #009206;
  flex-basis: 40%; }
  .bopis-locations-pdp .nav-shipping-dropdown-store-available.unavailable {
    color: #C43201; }

.bopis-locations-pdp .custom-tabs-pdp {
  display: flex;
  border-bottom: none;
  gap: 37px; }

.bopis-locations-pdp .nav-shipping-dropdown .dropdown-header {
  color: #131457;
  padding: 10px;
  border: 1px solid #131457;
  cursor: pointer;
  background-color: transparent; }

.bopis-locations-pdp .custom-tab-body.pickup-locations {
  max-width: 410px; }

.nav-bopis .nav-bopis-dropdown .tab-label:hover .fake-radio {
  background-color: #00014B;
  border-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.nav-bopis .nav-bopis-dropdown .tab-label:hover .fake-radio::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  display: block; }

.nav-bopis .nav-bopis-dropdown .nav-shipping-dropdown-store:hover {
  background: rgba(20, 156, 201, 0.5);
  cursor: pointer; }

.nav-bopis .nav-bopis-dropdown .nav-shipping-dropdown-store.active {
  background: rgba(20, 156, 201, 0.5);
  cursor: default;
  pointer-events: none; }
  .nav-bopis .nav-bopis-dropdown .nav-shipping-dropdown-store.active .navPages-action {
    cursor: default;
    pointer-events: none; }

.nav-bopis .nav-bopis-dropdown .nav-shipping-dropdown-store .navPages-action:hover {
  color: #fff; }
  .nav-bopis .nav-bopis-dropdown .nav-shipping-dropdown-store .navPages-action:hover::before {
    width: auto; }

.nav-shipping-pickup-note {
  padding-top: 9px; }

.nav-shipping-dropdown-city-state {
  display: flex;
  gap: 1rem; }

.nav-shipping-dropdown .custom-dropdown {
  position: relative; }

.nav-shipping-dropdown .nav-shipping-dropdown-state {
  flex: 1; }

.nav-shipping-dropdown .dropdown-header {
  color: #FFF;
  padding: 10px;
  border: 1px solid #FFF;
  cursor: pointer;
  background-color: transparent; }

.nav-shipping-dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  max-height: 200px;
  /* Set max-height for the dropdown */
  overflow-y: auto;
  /* Enable vertical scrolling */ }

.nav-shipping-dropdown .dropdown-list div {
  padding: 10px;
  cursor: pointer;
  color: initial; }

.nav-shipping-dropdown .dropdown-list div.selected,
.nav-shipping-dropdown .dropdown-list div:hover {
  background-color: #ddd; }

#loader {
  display: none;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding-top: 1rem; }

.spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #00014b;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; }

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

/* Styles for the modal background */
.bopis-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1002; }
  .bopis-modal-bg::after {
    position: relative;
    z-index: 1002; }

/* Styles for the modal content */
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 1002;
  width: 90%;
  max-width: 929px; }
  .modal-content::after {
    position: relative;
    z-index: 1002; }

.modal-content-wrapper {
  position: relative;
  padding: 101px 20px 54px 20px; }

.modal-content-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-content: space-around; }

.modal-content-column.left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  justify-self: center;
  padding-bottom: 2rem; }

.modal-content-column.right {
  display: flex;
  align-items: center;
  grid-column: 1;
  grid-row: 2;
  gap: 4rem;
  justify-content: center;
  max-height: 480px;
  overflow-y: auto;
  flex-direction: column;
  place-content: flex-start; }

.bopis-modal-close-btn {
  position: absolute;
  top: 22px;
  right: 24px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none; }

.bopis-modal-headline {
  color: #000;
  font-family: Wix Madefor Text;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 11px; }

.bopis-modal-copy {
  color: #000;
  font-family: Wix Madefor Text;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%; }

.modal-content-buttons-wrapper {
  display: flex;
  gap: 9px;
  grid-column: 1;
  max-width: 100%;
  place-self: center;
  place-content: center;
  width: 100%;
  justify-content: center; }
  .modal-content-buttons-wrapper .modal-content-button {
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    height: 42px;
    max-width: 199px; }
    .modal-content-buttons-wrapper .modal-content-button.one {
      color: #C43201;
      background: #FFF;
      border-radius: 100px;
      border: 1px solid #C43201; }
      .modal-content-buttons-wrapper .modal-content-button.one:hover {
        background: #C43201;
        color: #FFF; }
    .modal-content-buttons-wrapper .modal-content-button.two {
      color: #FFF;
      border-radius: 100px;
      background: #C43201;
      border: 1px solid #C43201; }
      .modal-content-buttons-wrapper .modal-content-button.two:hover {
        background: #FFF;
        color: #C43201; }

.bopis-modal-product-image-container {
  max-width: 173px;
  margin: auto; }

.bopis-modal-product-image {
  width: 100%; }

.bopis-modal-product-headline {
  color: #000;
  text-align: center;
  font-family: 'Wix Madefor Text';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 131.25% */
  text-transform: capitalize;
  margin: 0; }

.bopis-modal-product-copy {
  color: #000;
  font-family: 'Wix Madefor Text';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
  margin: 0;
  text-align: center; }

@media (min-width: 768px) {
  .modal-content-columns {
    grid-template-columns: 2fr 1fr;
    gap: revert; }
  .modal-content-column.left {
    max-width: 447px; }
  .modal-content-column.right {
    grid-column: 2;
    grid-row: 1/3;
    gap: 2rem;
    max-height: 450px; }
  .modal-content-buttons-wrapper {
    grid-column: 1;
    max-width: 447px;
    place-self: end center;
    place-content: flex-start; }
  .bopis-modal-product-image-container {
    max-width: 173px; } }

/*============================================
=            Defaul Bigcommerce              =
============================================*/
.halo_quickSearch.search-mob {
  display: none !important; }

.header button a {
  color: #fff; }

.header .button-text:hover {
  background: #f45a26; }

.header {
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.is-sticky .halo_quickSearch.is-open .quickSearchResultsWrap.hasResults {
  top: 153px !important; }

@media (max-width: 1061px) {
  .is-sticky .halo_quickSearch.is-open .quickSearchResultsWrap.hasResults,
  .halo_quickSearch.is-open .quickSearchResultsWrap.hasResults {
    top: 38px !important; } }

.quickSearchResultsWrap {
  top: 156px !important;
  transform: none;
  left: 0;
  min-width: 400px; }
  .quickSearchResultsWrap .quickSearchResults {
    border: 1px solid #d0d0d0; }
  .quickSearchResultsWrap.hasResults {
    opacity: 1;
    visibility: visible; }

.halo-open-cart .halo_menuMobile.cart {
  top: 0; }

.halo-open-account .halo_menuMobile.account {
  top: 0; }

@media (max-width: 1061px) {
  .header {
    z-index: 1010 !important; }
  .quickSearchResultsWrap {
    top: 38px !important; }
  .halo_menuMobile .halo_navigation .quickSearchResultsWrap ul > li {
    background-color: #fff; }
  .halo_menuMobile .halo_navigation > li:nth-child(2) {
    padding-top: 2rem;
    margin-top: 2rem; }
  .halo_menuMobile .halo_navigation li:nth-child(2) .icon-plus {
    top: 2rem; }
  .halo_quickSearch .form .form-field button {
    padding: 8px 0px !important; }
  .halo_menuMobile .form-field input {
    background: #131457; } }

.halo_menuMobile .search-container {
  position: relative; }

.halo_menuMobile .search-button {
  position: absolute;
  right: -16px;
  top: 13%;
  border: none;
  background: transparent; }

.halo_menuMobile .search-button svg {
  width: 50px;
  fill: #fff;
  height: 23px; }

.form-input {
  padding-right: 30px;
  /* Make sure the text doesn't overlap with the button. Adjust the value as needed. */ }

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #333333;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #2e3031; }
    .header-logo > a:active {
      color: #2e3031; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Wix Madefor Text";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.35714rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.64286rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.64286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative; }

.header-logo-image-container {
  width: 100px;
  min-width: 45px;
  transform: translateY(0);
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
  padding-bottom: 0; }

.scroll-logo {
  width: 70px;
  transform: translateY(0);
  /* adjust this value as needed */
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out; }

.header-logo-image-container:after {
  content: "";
  display: block;
  padding-bottom: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-container:after {
      padding-bottom: 100px; } }

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2e3031;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem;
    background-color: #fff; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #2e3031;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

/*=====  End of Defaul Bigcommerce  ========*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
.halo_header {
  position: relative;
  font-size: 12px;
  border-bottom: none;
  font-family: "Wix Madefor Text"; }
  .halo_header .header-logo {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 170px; }
    @media (max-width: 1061px) {
      .halo_header .header-logo {
        margin: auto 0; } }
    .halo_header .header-logo > a {
      padding: 0;
      width: auto;
      display: inline-block; }
    .halo_header .header-logo .header-logo-text {
      font-weight: 600;
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
      white-space: nowrap;
      color: black;
      font-family: "Wix Madefor Text"; }
  .halo_header .header-logo-image {
    display: inline-block;
    position: relative;
    max-width: 187px;
    transition: all 0.3s ease; }
  .halo_header .header-logo-image-container:after {
    content: none; }

/*----------  1.0 Banner Header Top  ---*/
.halo_banner-header-top {
  font-size: 12px;
  padding: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: white;
  background-color: #00014b;
  z-index: 100; }
  .halo_banner-header-top .halo_container {
    position: relative;
    z-index: 1001; }
  .halo_banner-header-top p {
    margin-bottom: 0; }
  .halo_banner-header-top a.close-top-bar {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1001; }
    .halo_banner-header-top a.close-top-bar svg {
      fill: white;
      width: 100%;
      height: 100%;
      cursor: pointer; }

/*----------  2.0 Header middle  -------*/
.halo_header-middle {
  display: none;
  z-index: 100;
  padding: 15px 0;
  color: #464646;
  background-color: whitesmoke;
  position: relative; }
  .halo_header-middle a,
  .halo_header-middle .navUser-action {
    color: #464646;
    font-weight: 500; }
    .halo_header-middle a .icon,
    .halo_header-middle .navUser-action .icon {
      width: auto;
      height: auto; }
    .halo_header-middle a svg,
    .halo_header-middle .navUser-action svg {
      fill: #fff; }
  .halo_header-middle .login-register svg,
  .halo_header-middle .search-toggle svg {
    fill: #fff; }
  .halo_header-middle .header-middle-item {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center; }
    .halo_header-middle .header-middle-item .halo_navUser-item {
      display: inline-block;
      vertical-align: middle; }
    .halo_header-middle .header-middle-item .halo_navUser-item + .halo_navUser-item {
      border-left: 1px solid #c8c8c8;
      padding-left: 20px;
      margin-left: 20px; }
    .halo_header-middle .header-middle-item .halo_navUser-item.halo_showmobile + .halo_navUser-item.halo_hiddenmobile {
      border-left: none;
      padding-left: 0;
      margin-left: 0; }
    .halo_header-middle .header-middle-item .halo_navUser-search + .halo_navUser-item {
      border-left: none;
      margin-left: 0; }
    .halo_header-middle .header-middle-item .text-shipping {
      padding: 7px 0;
      margin-bottom: 0;
      text-transform: uppercase;
      line-height: 18px;
      letter-spacing: 0.72px;
      font-weight: 500; }
    .halo_header-middle .header-middle-item.text-left {
      justify-content: flex-start; }
    .halo_header-middle .header-middle-item.text-right {
      justify-content: flex-end; }
      @media (max-width: 1061px) {
        .halo_header-middle .header-middle-item.text-right {
          justify-content: flex-end;
          place-self: center;
          padding-right: 1.3rem; } }
    .halo_header-middle .header-middle-item.left-logo {
      justify-content: flex-start; }
      @media (max-width: 1061px) {
        .halo_header-middle .header-middle-item.left-logo {
          justify-content: flex-start;
          place-self: flex-start;
          padding-right: 0rem; } }
  .halo_header-middle .halo_navUser-cart {
    /*.halo_cart {
                    >.icon {
                        margin-top: -10px;
                    }
                    .countPill {
                        bottom: 3px;
                    }
                }*/ }
  @media (min-width: 0px) {
    .halo_header-middle .halo_banner-header-top {
      font-size: 12px; }
    .halo_header-middle .halo_quickSearch {
      position: relative; }
      .halo_header-middle .halo_quickSearch .search-toggle {
        display: none;
        padding: 13px 15px;
        line-height: 22px;
        border: 1px solid #c8c8c8; }
        .halo_header-middle .halo_quickSearch .search-toggle .text {
          color: #464646;
          font-weight: 500;
          letter-spacing: 0.4px; }
        .halo_header-middle .halo_quickSearch .search-toggle svg {
          fill: #fff; }
          .halo_header-middle .halo_quickSearch .search-toggle svg + .text {
            margin-left: 60px; }
      .halo_header-middle .halo_quickSearch .form {
        display: block;
        padding: 13px 15px;
        line-height: 22px;
        border: 1px solid #c8c8c8;
        position: relative;
        top: auto;
        left: auto;
        max-width: 170px;
        transform: none;
        height: auto;
        width: auto;
        background-color: transparent;
        transition: all 0.3s ease; }
        .halo_header-middle .halo_quickSearch .form .form-field {
          margin-bottom: 0; }
          .halo_header-middle .halo_quickSearch .form .form-field .form-input {
            background-color: transparent;
            line-height: 18px;
            height: 18px;
            display: inline-block;
            vertical-align: middle;
            padding: 0 0 0 35px;
            text-align: right;
            color: #464646;
            font-weight: 500;
            letter-spacing: 0.4px; }
            .halo_header-middle .halo_quickSearch .form .form-field .form-input::-webkit-input-placeholder {
              color: #464646;
              font-weight: 500;
              line-height: 18px;
              letter-spacing: 0.4px;
              text-align: right; }
            .halo_header-middle .halo_quickSearch .form .form-field .form-input::-moz-placeholder {
              color: #464646;
              font-weight: 500;
              line-height: 18px;
              letter-spacing: 0.4px;
              text-align: right; }
            .halo_header-middle .halo_quickSearch .form .form-field .form-input:-ms-input-placeholder {
              color: #464646;
              font-weight: 500;
              line-height: 18px;
              letter-spacing: 0.4px;
              text-align: right; }
            .halo_header-middle .halo_quickSearch .form .form-field .form-input:-moz-placeholder {
              color: #464646;
              font-weight: 500;
              line-height: 18px;
              letter-spacing: 0.4px;
              text-align: right; }
          .halo_header-middle .halo_quickSearch .form .form-field button {
            padding: 8px 15px;
            left: 0;
            right: auto;
            background-color: transparent; }
            .halo_header-middle .halo_quickSearch .form .form-field button .text {
              display: none; }
            .halo_header-middle .halo_quickSearch .form .form-field button svg {
              width: 24px;
              height: 24px;
              display: inline-block;
              vertical-align: middle;
              fill: #ffffff; }
        .halo_header-middle .halo_quickSearch .form:hover, .halo_header-middle .halo_quickSearch .form:focus {
          background-color: #ffffff; }
      .halo_header-middle .halo_quickSearch .quickSearchResultsWrap {
        top: 100%;
        transform: none;
        left: 0;
        min-width: 400px; }
        .halo_header-middle .halo_quickSearch .quickSearchResultsWrap .quickSearchResults {
          border: 1px solid #d0d0d0; }
        .halo_header-middle .halo_quickSearch .quickSearchResultsWrap.hasResults {
          opacity: 1;
          visibility: visible; } }

@media (min-width: 1061px) {
  .halo_quickSearch {
    position: relative; }
    .halo_quickSearch .quickSearchResultsWrap .quickSearchResults {
      border: 1px solid #d0d0d0; }
    .halo_quickSearch .quickSearchResultsWrap.hasResults {
      opacity: 1;
      visibility: visible;
      top: 192px !important; } }

/*----------  2.1 Search  ----------*/
.is-sticky .halo_quickSearch .form {
  top: 94px !important;
  z-index: 2; }

.halo_quickSearch .form {
  top: 136px; }

.halo_quickSearch {
  display: inline-flex;
  padding: 0;
  position: static;
  background-color: transparent; }
  .halo_quickSearch .container {
    padding: 0;
    background-color: transparent; }
  .halo_quickSearch .search-toggle .text {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase; }
  .halo_quickSearch .search-toggle svg {
    width: 24px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    fill: #ffffff; }
    .halo_quickSearch .search-toggle svg:nth-of-type(1) {
      display: none; }
  .halo_quickSearch .halo_quickSearch .form.mob {
    display: none; }
  .halo_quickSearch .form {
    display: none;
    height: 60px;
    position: absolute;
    transition: opacity 0.3s ease 0s;
    border: none;
    background: #fff;
    max-width: 100%;
    margin-bottom: 0; }
    @media (min-width: 1061px) {
      .halo_quickSearch .form {
        right: 32px;
        width: 500px; } }
    @media (max-width: 1061px) {
      .halo_quickSearch .form {
        left: 50%;
        transform: translateX(-50%);
        width: 100%; } }
    .halo_quickSearch .form .form-fieldset {
      height: 100%; }
    .halo_quickSearch .form .form-field {
      display: block;
      height: 100%; }
      .halo_quickSearch .form .form-field .form-input {
        width: 100%;
        height: 100%;
        min-height: 0;
        border: none;
        padding: 0 100px 0 20px;
        color: #000;
        font-size: 19px; }
        @media (max-width: 1061px) {
          .halo_quickSearch .form .form-field .form-input {
            color: #fff; } }
        .halo_quickSearch .form .form-field .form-input:focus::-webkit-input-placeholder, .halo_quickSearch .form .form-field .form-input:focus:-moz-placeholder, .halo_quickSearch .form .form-field .form-input:focus::-moz-placeholder, .halo_quickSearch .form .form-field .form-input:focus:-ms-input-placeholder {
          color: transparent; }
      .halo_quickSearch .form .form-field button {
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: auto;
        padding: 0;
        border: 0;
        padding: 8px 20px;
        position: absolute; }
        .halo_quickSearch .form .form-field button > .text {
          letter-spacing: 1.92px;
          font-size: 12px;
          color: #323232;
          font-weight: 600;
          text-transform: uppercase;
          font-family: "Wix Madefor Text"; }
  .halo_quickSearch .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .halo_quickSearch .mCSB_scrollTools {
    opacity: 1; }
    .halo_quickSearch .mCSB_scrollTools .mCSB_draggerRail,
    .halo_quickSearch .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 5px;
      border-radius: 0;
      margin-right: 0; }

.quickSearchResultsWrap {
  position: absolute;
  min-width: 320px;
  z-index: 100;
  top: 102px;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1061px) {
    .quickSearchResultsWrap {
      right: 32px;
      left: unset;
      width: 500px;
      max-width: 100%; } }
  @media (max-width: 1061px) {
    .quickSearchResultsWrap {
      width: 100%;
      max-width: 100%;
      left: 50%;
      transform: translateX(-50%); } }
  .quickSearchResultsWrap.hasNoResults .quickSearchResults {
    padding: 15px; }
  .quickSearchResultsWrap.hasNoResults .alert {
    margin: 0; }
    .quickSearchResultsWrap.hasNoResults .alert .quickSearchMessage {
      margin: 0;
      font-size: 1rem; }

.quickSearchResults {
  background: #fff;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: #fff;
  padding: 0;
  overflow: hidden;
  max-height: 420px; }
  @media (max-width: 1061px) {
    .quickSearchResults {
      margin-top: 12px; } }
  .quickSearchResults .productItems {
    margin: 0; }
  .quickSearchResults .productItems > li {
    padding: 0;
    width: 100%;
    list-style: none;
    float: none;
    clear: both;
    padding: 15px;
    overflow: hidden;
    transition: all 0.3s ease; }
    .quickSearchResults .productItems > li + li {
      border-top: 1px solid #eaeaea; }
    .quickSearchResults .productItems > li:hover {
      background: #f5f5f5; }
    .quickSearchResults .productItems > li article {
      margin: 0;
      padding: 0;
      border: 0; }
      .quickSearchResults .productItems > li article figure {
        float: left;
        width: 20%;
        border: none;
        text-align: center;
        border-radius: 0px;
        margin: 0;
        background-color: #fff;
        max-width: 70px; }
        .quickSearchResults .productItems > li article figure a img {
          max-height: 70px; }
      .quickSearchResults .productItems > li article figcaption {
        float: left;
        margin: 0;
        text-align: left;
        width: 80%;
        padding-left: 15px; }
        .quickSearchResults .productItems > li article figcaption h4 {
          margin: 0 0 8px;
          letter-spacing: 0;
          font-size: 12px;
          font-family: "Wix Madefor Text"; }
        .quickSearchResults .productItems > li article figcaption .item-price {
          margin-bottom: 5px;
          color: #323232;
          font-weight: 600; }
          .quickSearchResults .productItems > li article figcaption .item-price .price--rrp {
            color: #969696;
            margin-right: 5px; }
            .quickSearchResults .productItems > li article figcaption .item-price .price--rrp ~ .price--withoutTax {
              color: #e95144; }

.halo_quickSearch.is-open .form {
  display: block;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); }

.halo_quickSearch.is-open .quickSearchResultsWrap.hasResults {
  opacity: 1;
  visibility: visible; }

.halo_quickSearch.is-open .search-toggle svg:nth-of-type(1) {
  display: inline-block; }

.halo_quickSearch.is-open .search-toggle svg:nth-of-type(2) {
  display: none; }

@media (min-width: 1025px) {
  .is-sticky .halo_header-middle .halo_quickSearch .quickSearchResultsWrap.hasResults {
    opacity: 0;
    visibility: hidden; } }

/*----------  2.2 Currency  --------*/
.halo_currency {
  margin: 0;
  position: relative; }
  .halo_currency .navUser-action {
    font-weight: 500;
    padding: 15px 0;
    color: #464646; }
    .halo_currency .navUser-action .icon {
      width: 9px;
      height: 10px; }
    .halo_currency .navUser-action img {
      vertical-align: -1px;
      margin-right: 5px; }
    .halo_currency .navUser-action .fa {
      margin-left: 4px; }
  .halo_currency .dropdown-menu {
    margin-top: 0px;
    min-width: 160px;
    border-radius: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    top: auto !important;
    left: auto !important;
    border-color: #d9d9d9; }
    .halo_currency .dropdown-menu:before, .halo_currency .dropdown-menu:after {
      left: auto !important;
      right: 20px; }
    .halo_currency .dropdown-menu:before {
      right: 18px; }
    .halo_currency .dropdown-menu > li {
      padding: 0; }
      .halo_currency .dropdown-menu > li > a {
        padding: 5px 15px;
        font-size: 12px; }
        .halo_currency .dropdown-menu > li > a:hover {
          background-color: #fff;
          text-decoration: none; }
        .halo_currency .dropdown-menu > li > a img {
          vertical-align: -1px;
          margin-right: 5px; }
    .halo_currency .dropdown-menu > li + li {
      border-top: 1px solid #f3f3f3; }

/*----------  2.3 cart  ------------*/
.halo_navUser-cart {
  padding: 12px 0; }
  .halo_navUser-cart .halo_cart {
    padding: 0;
    position: relative; }
    .halo_navUser-cart .halo_cart > .icon {
      width: auto;
      height: auto; }
    .halo_navUser-cart .halo_cart > .text {
      display: inline-block;
      letter-spacing: 0.4px;
      line-height: 25px;
      vertical-align: middle; }
  .halo_navUser-cart .cart-icon svg {
    width: 34px;
    height: 30px;
    stroke: none; }
  .halo_navUser-cart .cart-icon #shop2 .cls-2 {
    fill: whitesmoke; }
  .halo_navUser-cart .countPill {
    display: block;
    margin: 0;
    border-radius: 0;
    position: absolute;
    bottom: 10px;
    right: -6px;
    height: auto;
    line-height: 19px;
    width: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    background: #c43201;
    font-family: "Wix Madefor Text"; }

.previewCartList {
  margin: 0;
  width: 100%;
  display: block;
  overflow: auto;
  max-height: 367px; }
  .previewCartList .previewCartItem {
    display: block;
    overflow: hidden; }
    .previewCartList .previewCartItem > div {
      display: inline-block;
      vertical-align: top; }
      .previewCartList .previewCartItem > div.item-info {
        width: 100%; }
      .previewCartList .previewCartItem > div.item-price {
        font-weight: 700;
        width: 15%;
        text-align: left; }
    .previewCartList .previewCartItem .price--discounted {
      margin-right: 0px !important; }
    .previewCartList .previewCartItem + .previewCartItem {
      padding-top: 20px;
      margin-top: 20px; }
  .previewCartList .previewCartItem-image,
  .previewCartList .previewCartItem-content,
  .previewCartList .previewCartItem-name {
    display: table-cell;
    vertical-align: top; }
  .previewCartList .previewCartItem-image {
    width: 72px;
    padding: 0; }
    .previewCartList .previewCartItem-image img {
      max-width: 72px;
      bottom: auto; }
    .previewCartList .previewCartItem-image:before {
      top: 0;
      left: 0;
      right: 0;
      padding-bottom: 100%;
      content: "";
      z-index: 10;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.015); }
  .previewCartList .previewCartItem-name {
    width: calc(100% - 72px);
    text-align: left;
    padding-left: 20px; }
    .previewCartList .previewCartItem-name h6 {
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 10px;
      text-transform: none;
      letter-spacing: 0.24px;
      font-family: "Wix Madefor Text";
      color: #fff; }
      .previewCartList .previewCartItem-name h6 > a {
        color: #fff; }
        .previewCartList .previewCartItem-name h6 > a:hover {
          color: #8c8c8c; }
    .previewCartList .previewCartItem-name .previewCartItem-brand {
      color: #ffffff;
      display: block;
      font-size: 12px;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 1.92px;
      font-family: "Wix Madefor Text"; }
    .previewCartList .previewCartItem-name .item-price {
      display: block;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase; }
      .previewCartList .previewCartItem-name .item-price .quantity,
      .previewCartList .previewCartItem-name .item-price .multiplication {
        color: #8c8c8c; }
      .previewCartList .previewCartItem-name .item-price .multiplication {
        padding-left: 3px;
        padding-right: 3px; }
      .previewCartList .previewCartItem-name .item-price .price {
        font-weight: 700;
        color: #fff; }
  .previewCartList .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
  .previewCartList .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -10px;
    margin-top: 0;
    margin-bottom: 0; }

.previewCartAction {
  clear: both;
  display: block;
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
  background-color: unset;
  border-top: none; }
  .previewCartAction .btn {
    width: 100%;
    font-weight: 600; }
  .previewCartAction .previewCartAction-checkout,
  .previewCartAction .previewCartAction-viewCart {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    display: block; }
  .previewCartAction .cart-additionalCheckoutButtons {
    line-height: 0; }
    .previewCartAction .cart-additionalCheckoutButtons .FloatRight p {
      font-size: 0;
      margin: 10px 0; }
  .previewCartAction .previewCartAction-viewCart {
    margin-top: 25px; }

.previewCart-emptyBody {
  padding: 20px; }
  .previewCart-emptyBody > .alert {
    margin-bottom: 0; }

/*----------  2.4 login  -----------*/
.login-register {
  padding: 12px 0; }
  .login-register .not-logged .text,
  .login-register .logged-in .text {
    line-height: 25px;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
  .login-register .not-logged .icon,
  .login-register .logged-in .icon {
    width: 34px;
    height: 30px;
    stroke: none; }
  .login-register .logged-in .text > strong {
    line-height: 20px;
    max-width: 70px;
    display: inline-block;
    vertical-align: middle; }
  .login-register .logged-in .text > a {
    display: inline-block;
    vertical-align: middle; }

/*----------  3.0 Navigation  ----------*/
.navPages-container {
  z-index: 99;
  bottom: auto;
  text-align: center;
  position: absolute;
  color: #fff;
  top: -10%;
  /*background-color: #fafafa;*/ }
  .navPages-container > .halo_container > .row > .col {
    position: static; }

.row-mob {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr; }

.halo_navigation {
  vertical-align: top; }
  .halo_navigation .navPages-item {
    position: relative; }
  .halo_navigation > .navPages-item > .navPages-action {
    padding: 0;
    font-weight: 600;
    position: relative;
    padding: 22px 0 20px 0;
    margin: 0 15px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    line-height: normal;
    white-space: nowrap; }
    .halo_navigation > .navPages-item > .navPages-action .icon,
    .halo_navigation > .navPages-item > .navPages-action svg {
      margin-top: -1px;
      margin-left: 0;
      fill: inherit;
      color: inherit;
      stroke: inherit;
      transition: none; }
    .halo_navigation > .navPages-item > .navPages-action:before {
      left: 0;
      width: 0;
      bottom: 20px;
      height: 1px;
      content: "";
      position: absolute;
      transition: all 0.5s ease;
      background-color: #fff; }
  .halo_navigation > .navPages-item:hover > .navPages-action, .halo_navigation > .navPages-item:active > .navPages-action {
    /*&.has-subMenu {
                            &:before {
                                width: calc(100% - 18px);
                            }
                        }*/ }
    .halo_navigation > .navPages-item:hover > .navPages-action:before, .halo_navigation > .navPages-item:active > .navPages-action:before {
      width: 100%; }

@media (max-width: 1540px) {
  .halo_navigation > .navPages-item > .navPages-action {
    font-size: 15px; }
  .phone {
    font-size: 18px; } }

/*----------  3.1 Dropdown menu  ---*/
.halo_navigation ul > li {
  width: auto;
  float: none;
  min-width: 220px;
  position: relative;
  transition: all 0.3s ease; }
  .halo_navigation ul > li:hover > a {
    color: black; }

.halo_navigation .navPage-subMenu-list > .navPage-subMenu-item {
  padding: 0 25px; }

.halo_navigation .navPage-subMenu {
  top: auto;
  left: 50%;
  opacity: 0;
  z-index: 101;
  display: block;
  padding: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  font-family: "Wix Madefor Text";
  transition: all 0.3s ease;
  transform: translate3d(-50%, -100px, 0); }
  .halo_navigation .navPage-subMenu .navPage-subMenu-list {
    padding-top: 15px;
    padding-bottom: 15px; }
  .halo_navigation .navPage-subMenu .navPages-action {
    margin: 0;
    color: #fff;
    letter-spacing: 0.4px;
    padding: 8px 0;
    vertical-align: top;
    width: auto;
    line-height: 20px;
    border-bottom: none;
    text-transform: capitalize; }
    .halo_navigation .navPage-subMenu .navPages-action:before {
      left: 0;
      width: 0;
      bottom: 8px;
      content: "";
      height: 1px;
      position: absolute;
      transition: all 0.3s ease;
      background-color: #2e3031; }
    .halo_navigation .navPage-subMenu .navPages-action:hover {
      color: #c43201; }
      .halo_navigation .navPage-subMenu .navPages-action:hover:before {
        width: 100%; }

.halo_navigation .navPage-subMenu-item ul {
  top: 0;
  left: 100%;
  opacity: 0;
  display: block;
  padding: 15px 0;
  margin-left: 1px;
  visibility: hidden;
  position: absolute;
  transition: all 0.5s ease;
  transform: translate3d(0, 100px, 0); }

.halo_navigation .navPage-subMenu-item:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

.halo_navigation > .navPages-item:hover > .navPage-subMenu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translate3d(-50%, 0, 0); }

/*----------  3.2 Megamenu  --------*/
.halo_navigation .subMegaMenu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff; }
  .halo_navigation .subMegaMenu .navPage-subMenu-list {
    max-width: none;
    padding: 0; }
    .halo_navigation .subMegaMenu .navPage-subMenu-list .image-categoy {
      display: block;
      margin-top: 10px;
      margin-bottom: 20px;
      padding-right: 30px; }
    .halo_navigation .subMegaMenu .navPage-subMenu-list > .navPage-subMenu-item {
      padding-left: 0;
      padding-right: 0; }
  .halo_navigation .subMegaMenu .navPage-subMenu-item ul {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    position: relative;
    visibility: visible;
    box-shadow: none; }
  .halo_navigation .subMegaMenu .container {
    max-width: 1170px;
    display: table;
    padding: 40px 0; }
  .halo_navigation .subMegaMenu .navPages-action {
    width: auto;
    padding-left: 0;
    padding-right: 0; }
  .halo_navigation .subMegaMenu .navPages-action.has-subMenu {
    padding-top: 0;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #323232;
    font-family: "Wix Madefor Text"; }
    .halo_navigation .subMegaMenu .navPages-action.has-subMenu:before {
      background-color: black; }
    .halo_navigation .subMegaMenu .navPages-action.has-subMenu:hover:before {
      width: calc(100% - 2.4px); }
  .halo_navigation .subMegaMenu .halo_products {
    margin-bottom: 30px;
    max-width: 250px; }
    .halo_navigation .subMegaMenu .halo_products .card-figure {
      background-color: transparent; }
    .halo_navigation .subMegaMenu .halo_products .card-img-container:after {
      padding-bottom: 60%; }
    .halo_navigation .subMegaMenu .halo_products .btn {
      width: 100%;
      margin-top: 17px;
      color: black;
      border-color: black; }
      .halo_navigation .subMegaMenu .halo_products .btn:hover, .halo_navigation .subMegaMenu .halo_products .btn:focus, .halo_navigation .subMegaMenu .halo_products .btn:active {
        color: #fff; }

.cateArea {
  float: left; }
  .cateArea > ul {
    font-size: 0;
    margin: 0 10px; }
    .cateArea > ul > li {
      font-size: 12px;
      vertical-align: top;
      display: inline-block;
      padding: 0 10px; }
  .cateArea ul > li {
    min-width: 0; }
  .cateArea.columns-2 > ul > li {
    width: 50%; }
  .cateArea.columns-3 > ul > li {
    width: 33.333333%; }
  .cateArea.columns-4 > ul > li {
    width: 25%; }
  .cateArea.columns-5 > ul > li {
    width: 20%; }
  .cateArea.columns-6 > ul > li {
    width: 16.666666%; }

.imageArea {
  float: left;
  padding-left: 40px;
  display: inline-flex;
  /*border-left: 1px solid #ececec;*/ }
  .imageArea .col-left {
    display: inline-flex;
    flex-direction: column;
    padding-right: 20px; }
    .imageArea .col-left > .title {
      color: #323232;
      font-size: 12px;
      line-height: 20px;
      font-weight: 600;
      margin: 0 0 10px 0;
      letter-spacing: 2.4px;
      text-align: center;
      text-transform: uppercase; }
  .imageArea .col-right {
    padding-top: 4px;
    padding-left: 20px;
    display: inline-flex;
    flex-direction: column;
    max-width: 300px; }
    .imageArea .col-right > a {
      overflow: hidden;
      display: block;
      position: relative; }
      .imageArea .col-right > a:before {
        top: 0;
        right: 100%;
        z-index: 2;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.5s ease;
        background-color: rgba(255, 255, 255, 0.2); }
      .imageArea .col-right > a:hover:before {
        right: 0; }
      .imageArea .col-right > a + a {
        margin-top: 15px; }

.bottomMegamenu {
  left: 0;
  right: 0;
  bottom: -30px;
  position: absolute;
  color: #006464;
  font-weight: 600;
  padding: 7px 0;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 3px;
  text-align: center;
  background-color: #ddf5f5;
  text-transform: uppercase;
  font-family: "Wix Madefor Text"; }
  .bottomMegamenu p {
    margin-bottom: 0; }

.halo_featured-block {
  width: 100%;
  font-size: 12px;
  display: table;
  position: relative; }
  .halo_featured-block > .image {
    position: relative;
    display: table-cell;
    vertical-align: top;
    overflow: hidden; }
    .halo_featured-block > .image img {
      min-width: 185px;
      max-width: 200px; }
    .halo_featured-block > .image a {
      overflow: hidden;
      display: block;
      position: relative; }
      .halo_featured-block > .image a:before {
        top: 0;
        right: 100%;
        z-index: 2;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.5s ease;
        background-color: rgba(255, 255, 255, 0.2); }
      .halo_featured-block > .image a:hover:before {
        right: 0; }
  .halo_featured-block > .content {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-left: 40px;
    font-family: "Wix Madefor Text"; }
    .halo_featured-block > .content .title {
      margin: 0 0 15px;
      font-size: 12px;
      font-weight: 600;
      color: #646464;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      font-family: "Wix Madefor Text"; }
    .halo_featured-block > .content p {
      margin-bottom: 30px;
      letter-spacing: 0.24px; }
    .halo_featured-block > .content .btn {
      min-width: 170px; }

/*----------  3.3 Hamburger menu  --*/
.hamburger-menu {
  width: 25px;
  height: 20px;
  display: block; }
  .hamburger-menu > span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    .hamburger-menu > span:nth-child(1) {
      top: 0; }
    .hamburger-menu > span:nth-child(2) {
      top: 9px; }
    .hamburger-menu > span:nth-child(3) {
      top: 18px; }
  .hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px; }
  .hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.navPage-subMenu-item.nav-shipping {
  min-width: 339px; }

.nav-shipping-dropdown {
  color: #fff;
  font-size: 14px; }

.nav-shipping-dropdown-city-zip-container {
  display: flex;
  align-items: center;
  gap: 5px; }

.nav-shipping-dropdown-city-zip-icon {
  display: flex; }

.nav-shipping-dropdown-city,
.nav-shipping-dropdown-zip {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  color: #fff; }

.nav-shipping-dropdown-form-container {
  padding-top: 20px; }

.nav-shipping-dropdown-radio-buttons-container .custom-tabs {
  display: flex; }

.nav-shipping-dropdown-radio-buttons-container .tab-label {
  flex: 1;
  margin: 0;
  padding-bottom: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px; }

.nav-shipping-dropdown-radio-buttons-container .fake-radio {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #FFF;
  position: relative; }

.nav-shipping-dropdown-radio-buttons-container .tab-label.active .fake-radio {
  background-color: #00014B;
  border-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center; }

.nav-shipping-dropdown-radio-buttons-container .tab-label.active .fake-radio::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  display: block; }

.custom-tab-body {
  display: none; }

.custom-tab-body.active {
  display: block; }

.custom-tab-body.pickup-locations.active {
  min-height: 113px; }

.search-box {
  position: relative;
  flex: 1; }

.magnifying-glass {
  position: absolute;
  left: 5px;
  /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  /* Adjust based on your SVG's size */ }

.magnifying-glass svg {
  width: 100%;
  fill: #888;
  /* Color of the magnifying glass */ }

.nav-shipping-dropdown-form-input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  min-height: 37px;
  border: 1px solid #FFF;
  padding: 10px 10px 10px 10px; }

.nav-shipping-dropdown-stores {
  padding-top: 9px; }

.nav-shipping-dropdown-stores.head {
  max-height: 365px;
  overflow: auto; }
  .nav-shipping-dropdown-stores.head .nav-shipping-dropdown-store-hours {
    display: none; }

.nav-shipping-dropdown-store {
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 26px;
  background: #149cc9;
  margin-bottom: 7px; }

.nav-shipping-dropdown-city-state-message {
  padding-bottom: 7px; }

.nav-shipping-dropdown-store-name {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 700; }

.nav-shipping-dropdown-store-address,
.nav-shipping-dropdown-store-location,
.nav-shipping-dropdown-store-hours {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400; }

.nav-shipping-dropdown-zip {
  text-decoration: underline; }

.nav-shipping-dropdown-form-button-wrapper {
  text-align: center; }

.nav-shipping-dropdown-form-button {
  font-family: 'Open Sans';
  margin-top: 20px;
  width: 100%;
  background-color: #c43201;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 100px;
  max-width: 179px; }
  .nav-shipping-dropdown-form-button:hover {
    background-color: #f45a26; }

.nav-shipping-dropdown-form-button-pdp:hover {
  text-decoration: underline; }

@media (max-width: 1061px) {
  .navPage-subMenu-item.nav-shipping {
    min-width: auto; } }

/*----------  3.4 Menu mobile  -----*/
.icon-plus {
  position: relative;
  cursor: pointer; }
  .icon-plus:before, .icon-plus:after {
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    background-color: #bababa;
    transition: all 0.5s ease;
    transform: translate3D(-50%, -50%, 0) rotate(0);
    -webkit-transform: translate3D(-50%, -50%, 0) rotate(0); }
  .icon-plus:before {
    width: 10px;
    height: 2px; }
  .icon-plus:after {
    width: 2px;
    height: 10px; }

.goback {
  display: block;
  text-align: right;
  padding: 10px 20px;
  border-top: 1px solid #ececec;
  font-family: "Wix Madefor Text"; }
  .goback .icon-back {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    fill: #646464; }
  .goback .text {
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    text-transform: capitalize;
    color: #646464; }

.halo_menuCustomMobile {
  display: none; }

.halo_menuMobile > h2 {
  color: #fff; }

.halo_menuMobile {
  top: -100vh;
  position: fixed;
  z-index: 1001;
  left: 0;
  right: 0;
  height: 100%;
  padding: 30px;
  background-color: #00014b;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  overflow: auto; }
  .halo_menuMobile ul {
    list-style: none; }
  .halo_menuMobile .login-header {
    margin-bottom: 25px; }
    .halo_menuMobile .login-header .login-title {
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
      margin: 0 0 15px 0;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      font-family: "Wix Madefor Text";
      color: #fff; }
    .halo_menuMobile .login-header .login-intro {
      margin-bottom: 0;
      letter-spacing: 0.4px; }
  .halo_menuMobile .login-footer {
    margin-top: 30px; }
    .halo_menuMobile .login-footer .btn {
      text-transform: capitalize;
      letter-spacing: 0.4px;
      padding-left: 35px;
      padding-right: 35px;
      min-width: 135px;
      color: #ffffff; }
      .halo_menuMobile .login-footer .btn:hover, .halo_menuMobile .login-footer .btn:focus, .halo_menuMobile .login-footer .btn:active {
        color: #fff; }
  .halo_menuMobile .navPages-item-border {
    border-bottom: 1px solid #ececec; }
  .halo_menuMobile .halo_close-menuMobile {
    top: 30px;
    right: 60px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    position: absolute; }
    .halo_menuMobile .halo_close-menuMobile .close {
      opacity: 1;
      width: 100%;
      height: 100%;
      font-size: 34px;
      font-weight: 300;
      color: #fff; }
  .halo_menuMobile .halo_navigation {
    height: 100%;
    width: 100%;
    min-height: 300px;
    overflow-y: auto;
    position: relative;
    padding-bottom: 50px; }
    .halo_menuMobile .halo_navigation ul > li {
      background-color: #00014b; }
    .halo_menuMobile .halo_navigation .navPages-item {
      float: none;
      position: relative;
      margin: 0 2rem; }
      .halo_menuMobile .halo_navigation .navPages-item .icon-plus {
        cursor: pointer;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        z-index: 10;
        display: none;
        position: absolute; }
        .halo_menuMobile .halo_navigation .navPages-item .icon-plus:before, .halo_menuMobile .halo_navigation .navPages-item .icon-plus:after {
          background-color: #fff; }
      .halo_menuMobile .halo_navigation .navPages-item .navPages-action {
        margin: 0;
        z-index: 9;
        width: 100%;
        font-weight: 400;
        padding: 10px 0px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-family: "Wix Madefor Text";
        color: #fff;
        fill: #fff;
        stroke: #fff; }
        .halo_menuMobile .halo_navigation .navPages-item .navPages-action:before {
          content: none; }
        .halo_menuMobile .halo_navigation .navPages-item .navPages-action > .icon {
          display: none; }
      .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu {
        top: 0;
        left: 0;
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        z-index: -1;
        width: 100%;
        overflow: hidden;
        transform: none;
        position: relative;
        visibility: hidden;
        pointer-events: auto;
        transition: all 0.3s ease; }
        .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu:before, .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu:after {
          content: none; }
        .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu .navPages-action {
          padding-left: 15px; }
        .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu.level-2 {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
          padding-bottom: 200px; }
          .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu.level-2 .navPage-subMenu-list .navPage-subMenu-item[data-level="level-2"] {
            top: 0;
            width: 100%; }
            .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu.level-2 .navPage-subMenu-list .navPage-subMenu-item[data-level="level-2"].is-clicked .navPage-subMenu-item.goback {
              display: block; }
            .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu.level-2 .navPage-subMenu-list .navPage-subMenu-item[data-level="level-2"].is-clicked .icon-plus {
              display: none; }
          .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu.level-2 .navPage-subMenu-item.is-clicked ul {
            right: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%); }
        .halo_menuMobile .halo_navigation .navPages-item .navPage-subMenu .navPage-subMenu-list .image-categoy {
          width: 100%;
          margin-top: 0;
          margin-bottom: 0;
          /*border-bottom: 1px solid #ececec;*/ }
      .halo_menuMobile .halo_navigation .navPages-item.hasSub .icon-plus {
        display: block; }
      .halo_menuMobile .halo_navigation .navPages-item.is-clicked .navPage-subMenu {
        opacity: 1;
        z-index: 1;
        visibility: visible;
        overflow: visible; }
        .halo_menuMobile .halo_navigation .navPages-item.is-clicked .navPage-subMenu.nav-bopis-dropdown {
          height: auto !important; }
      .halo_menuMobile .halo_navigation .navPages-item.halo_menuCustomMobile {
        display: block; }
        .halo_menuMobile .halo_navigation .navPages-item.halo_menuCustomMobile.navPages-itemCustom-1 {
          margin-top: 60px; }
        .halo_menuMobile .halo_navigation .navPages-item.halo_menuCustomMobile .navPages-action {
          font-weight: 400;
          letter-spacing: 0.5px;
          text-transform: capitalize;
          border: none !important;
          color: #fff;
          fill: #fff;
          stroke: #fff; }
          .halo_menuMobile .halo_navigation .navPages-item.halo_menuCustomMobile .navPages-action > .icon {
            width: 14px;
            height: 14px;
            display: inline-block; }
          .halo_menuMobile .halo_navigation .navPages-item.halo_menuCustomMobile .navPages-action > .text {
            vertical-align: middle;
            display: inline-block; }
          .halo_menuMobile .halo_navigation .navPages-item.halo_menuCustomMobile .navPages-action > img {
            vertical-align: middle;
            display: inline-block; }
    .halo_menuMobile .halo_navigation .navPage-subMenu .container {
      padding: 0;
      background-color: #fff;
      box-shadow: none; }
    .halo_menuMobile .halo_navigation .navPage-subMenu > ul {
      padding: 0;
      margin: 0;
      box-shadow: none;
      transition: all 0.3s ease;
      transform: translate3d(0, 0, 0); }
    .halo_menuMobile .halo_navigation .navPage-subMenu .navPage-subMenu-item ul {
      top: 0;
      padding: 0;
      opacity: 1;
      left: auto;
      width: 100%;
      right: 100%;
      visibility: visible;
      position: absolute;
      transition: all 0.3s ease;
      transform: translateX(-100%); }
    .halo_menuMobile .halo_navigation .navPage-subMenu-item ul {
      background-color: #fff; }
    .halo_menuMobile .halo_navigation .is-clicked > .icon-plus:before {
      transform: translate3D(-50%, -50%, 0) rotate(180deg); }
    .halo_menuMobile .halo_navigation .is-clicked > .icon-plus:after {
      transform: translate3D(-50%, -50%, 0) rotate(90deg); }
  .halo_menuMobile .navPage-subMenu-item {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    z-index: 5; }
    .halo_menuMobile .navPage-subMenu-item.goback {
      padding: 10px 20px;
      cursor: pointer;
      display: none; }
  .halo_menuMobile .cateArea {
    max-width: 100% !important; }
    .halo_menuMobile .cateArea > ul {
      margin: 0;
      /*background-color: #fafafa;*/ }
      .halo_menuMobile .cateArea > ul > li {
        width: 100%; }
  .halo_menuMobile .imageArea {
    display: block;
    padding-left: 0;
    padding: 20px;
    /*background-color: #fafafa;*/
    max-width: 100% !important;
    border: none;
    border-bottom: 1px solid #ececec; }
    .halo_menuMobile .imageArea .col-left,
    .halo_menuMobile .imageArea .col-right {
      display: block;
      padding: 0;
      max-width: none;
      text-align: center; }
  .halo_menuMobile .bottomMegamenu {
    display: none; }
  .halo_menuMobile .halo_featured-block {
    display: block; }
    .halo_menuMobile .halo_featured-block > .image {
      display: block; }
    .halo_menuMobile .halo_featured-block > .content {
      display: block;
      padding: 15px 0 0 0; }
  .halo_menuMobile .halo_menuCustomMobile {
    display: block; }
  .halo_menuMobile.account {
    width: 430px;
    left: auto;
    padding: 60px;
    overflow: auto; }
    .halo_menuMobile.account .login {
      font-size: 12px; }
      .halo_menuMobile.account .login .login-form,
      .halo_menuMobile.account .login .new-customer {
        width: 100%;
        padding: 0;
        margin: 0; }
      .halo_menuMobile.account .login .login-form .form-field .form-input {
        box-shadow: 0 0 0 30px #fafafa inset;
        background-color: #fafafa; }
      .halo_menuMobile.account .login .form-actions {
        margin-top: 20px; }
        .halo_menuMobile.account .login .form-actions .forgot-password {
          margin-left: 0;
          margin-bottom: 20px;
          color: #8b714a;
          border-color: #8b714a; }
        .halo_menuMobile.account .login .form-actions .button {
          margin-left: 0;
          width: 100%;
          color: #646464;
          font-weight: 600;
          font-size: 12px;
          border-color: #b9babb; }
          .halo_menuMobile.account .login .form-actions .button:hover {
            color: #fff;
            border-color: #fff; }
      .halo_menuMobile.account .login .new-customer {
        margin-top: 35px;
        padding-top: 30px;
        background-color: unset; }
        .halo_menuMobile.account .login .new-customer .panel-body {
          padding: 0; }
        .halo_menuMobile.account .login .new-customer .btn {
          color: #fff;
          width: 100%;
          border-color: #2e3031;
          background-color: #2e3031; }
          .halo_menuMobile.account .login .new-customer .btn:hover, .halo_menuMobile.account .login .new-customer .btn:focus, .halo_menuMobile.account .login .new-customer .btn:active {
            border-color: black; }
    .halo_menuMobile.account .halo_navigation {
      height: auto;
      min-height: 0;
      padding-bottom: 0;
      overflow-y: auto;
      overflow-x: hidden; }
      .halo_menuMobile.account .halo_navigation .navPages-item .navPages-action {
        font-weight: 400;
        letter-spacing: 0.24px;
        padding-left: 0;
        padding-right: 0;
        text-transform: capitalize; }
        .halo_menuMobile.account .halo_navigation .navPages-item .navPages-action.logged-in {
          padding-left: 0 !important;
          padding-top: 0 !important;
          padding-bottom: 30px !important; }
        .halo_menuMobile.account .halo_navigation .navPages-item .navPages-action strong {
          /*text-decoration: underline;*/
          margin-left: 5px;
          font-weight: 700;
          position: relative;
          border-bottom: 1px solid #ffffff; }
        .halo_menuMobile.account .halo_navigation .navPages-item .navPages-action:hover {
          padding-left: 15px; }
      .halo_menuMobile.account .halo_navigation .navPages-item:last-child .navPages-action {
        border-bottom: none; }
  .halo_menuMobile.cart {
    width: 430px;
    left: auto;
    padding: 60px; }
    .halo_menuMobile.cart .previewCart {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden; }

.is-sticky .halo_menuMobile .halo_navigation > .navPages-item > .navPages-action {
  font-size: 19px;
  letter-spacing: 1px;
  padding: 10px 0px;
  margin: 0; }

.navPages-action span.text {
  font-size: 16px; }

.halo_menuMobile .navPages-action span.text {
  font-size: 19px; }

/*----------  4.0 Sticky menu  ---------*/
.halo_sticky-item {
  display: none;
  align-items: center; }
  .halo_sticky-item .header-logo {
    justify-content: left;
    padding: 0; }
  .halo_sticky-item.text-right {
    justify-content: flex-end; }
  .halo_sticky-item .halo_navUser-item {
    padding-right: 30px; }
    .halo_sticky-item .halo_navUser-item .halo_navUser-cart {
      padding: 0; }
    .halo_sticky-item .halo_navUser-item .halo_quickSearch .search-toggle {
      padding: 0; }
    .halo_sticky-item .halo_navUser-item .halo_quickSearch .search-toggle svg {
      width: 24px;
      height: 25px; }
    .halo_sticky-item .halo_navUser-item .halo_quickSearch .search-mob {
      display: none; }

.is-sticky #menu {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  position: fixed;
  background-color: #00014b;
  transition: all 1s ease;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); }

.is-sticky.halo_hide #menu {
  top: -100px;
  position: fixed;
  transition: all 0.3s ease; }

.is-sticky .halo_header .header-logo-text {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 3px;
  color: black; }

.is-sticky .halo_header .navPages-container > .halo_container {
  width: 100%;
  max-width: none; }

.is-sticky .halo_header .header-logo-image {
  max-height: 27px; }

.is-sticky .halo_sticky-item {
  display: flex;
  flex: 0 0 15%;
  max-width: 15%; }

.is-sticky .halo_navUser-cart .cart-icon svg,
.is-sticky .halo_quickSearch .search-toggle svg {
  fill: #fff; }

@media (min-width: 1062px) {
  .halo_showmobile {
    display: none !important; } }

.desktop-arrow {
  display: inline-block; }

.mobile-hide-link {
  display: none; }

.navPage-subMenu-item .navPages-action {
  font-size: 16px; }

.navPages-item-border .navPage-subMenu,
.navPage-subMenu-list {
  background-color: #00014b; }

.navPages-item-border:hover .navPage-subMenu .navPage-subMenu-action {
  color: white; }

.navPages-item-border .navPage-subMenu .navPage-subMenu-action {
  font-weight: 400; }

.navPages-item-border .navPage-subMenu .navPage-subMenu-action:hover {
  text-decoration: underline; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 1450px) {
  .halo_sticky-item .header-logo {
    padding: 0 20px; }
  .halo_sticky-item .halo_navUser-item {
    padding-right: 20px; }
  .imageArea {
    padding-left: 30px; }
    .imageArea .col-left {
      padding-right: 15px; }
    .imageArea .col-right {
      padding-left: 15px; }
  .is-sticky .halo_header .header-logo-image {
    max-width: 110px; }
  .is-sticky .halo_navigation > .navPages-item > .navPages-action {
    margin: 0 10px;
    font-size: 15px; }
  .halo_navigation > .navPages-item > .navPages-action {
    margin: 0 10px; } }

.nav-phone-column {
  display: flex;
  align-items: center;
  gap: 1rem; }
  .nav-phone-column a {
    color: #ffffff; }

.nav-user-column {
  display: flex;
  align-items: center; }

@media (max-width: 1400px) {
  .nav-phone-column {
    flex-direction: column;
    gap: 5px; } }

@media (max-width: 1340px) {
  .inner-width-header {
    width: auto;
    padding-top: 0; }
  .halo_navigation > .navPages-item > .navPages-action {
    font-size: 14px; }
  .navPage-subMenu-item .navPages-action {
    font-size: 14px; }
  .nav-right .button-text {
    font-size: 14px; }
  .nav-right .phone {
    font-size: 14px; }
  .imageArea {
    padding-left: 30px; }
    .imageArea .col-left {
      padding-right: 10px; }
    .imageArea .col-right {
      padding-left: 10px; }
  .halo_featured-block > .content {
    padding-left: 15px; }
    .halo_featured-block > .content p {
      margin-bottom: 15px; }
  .halo_menuMobile.cart, .halo_menuMobile.account {
    padding: 40px;
    width: 380px; }
  .halo_menuMobile .halo_close-menuMobile {
    right: 40px; } }

@media (max-width: 1200px) {
  .nav-right {
    flex-direction: column-reverse;
    padding-bottom: 10px;
    gap: 0; }
    .nav-right .button-text {
      font-size: 15px; } }

@media (max-width: 1061px) {
  .is-sticky .halo_quickSearch .search-toggle svg,
  .halo_quickSearch .search-toggle svg {
    fill: none; }
  .not-label {
    padding-bottom: 1rem; }
  .mobile-hide-link {
    display: block; }
  .navPages-action .text,
  .text-menu {
    font-size: 19px; }
  .navPage-subMenu-item .navPages-action {
    font-size: 19px; }
  .desktop-arrow {
    display: none; }
  .halo_quickSearch .form.mob {
    display: block;
    top: 10px !important;
    border: 1px #fff solid; }
  .halo_header-middle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
  .text-right {
    padding-right: 1rem; }
  .header-logo-image-container {
    width: 100px; }
  .halo_quickSearch.search-mob {
    display: block !important; }
  .halo_banner-header-top {
    padding: 7px 0;
    display: none; }
    .halo_banner-header-top a.close-top-bar {
      right: 15px; }
  .halo_navigation .subMegaMenu .navPage-subMenu-list .image-categoy {
    padding-right: 0; }
  .halo_navigation .subMegaMenu .halo_products {
    margin-right: auto;
    margin-left: auto; }
  .halo_menuMobile.cart, .halo_menuMobile.account {
    padding: 30px; }
  .halo_menuMobile .halo_close-menuMobile {
    right: 30px;
    top: 23px; }
  .halo_menuMobile .login,
  .halo_menuMobile .halo_navigation {
    height: 100%;
    max-height: none; }
  .halo_menuMobile .halo_navigation .navPage-subMenu-list > .navPage-subMenu-item {
    padding-left: 0;
    padding-right: 0; }
  .halo_menuMobile .halo_featured-block {
    text-align: center; }
  .halo_menuMobile .imageArea {
    border-bottom: none; }
  .halo_hiddenmobile {
    display: none !important; }
  .halo_header-middle {
    padding: 0;
    background-color: #00014b;
    transition: all 1s ease; }
    .halo_header-middle .login-register svg,
    .halo_header-middle .search-toggle svg,
    .halo_header-middle .navUser-action svg,
    .halo_header-middle .halo_quickSearch .search-toggle svg {
      fill: #fff; }
    .halo_header-middle .header-middle-item {
      padding: 0; }
      .halo_header-middle .header-middle-item .halo_navUser-item {
        padding: 0; }
        .halo_header-middle .header-middle-item .halo_navUser-item + .halo_navUser-item {
          border: none;
          padding: 0; }
    .halo_header-middle .login-register,
    .halo_header-middle .halo_navUser-cart {
      padding: 0; }
    .halo_header-middle .halo_navUser-cart .halo_cart > .icon {
      margin-top: 0; }
  .halo_header-middle {
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);*/ }
  .halo_header .header-logo-image {
    max-width: none;
    max-height: 100%;
    width: 70px;
    padding: 10px; }
  .is-sticky .halo_header .header-logo-image {
    max-width: none;
    max-height: 100%; }
  .halo_quickSearch .form {
    max-width: none;
    width: 100%;
    top: 0px; }
  .quickSearchResultsWrap {
    max-width: none; } }

@media (max-width: 767px) {
  .halo_header-middle {
    padding: 0 0; }
  .halo_header .header-logo .header-logo-text {
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
    max-height: 30px; }
  .halo_header .header-logo > a {
    line-height: 30px;
    vertical-align: top; } }

@media (max-width: 414px) {
  .halo_container {
    width: 100%; }
    .halo_container .button-text {
      font-size: 13px;
      padding: 8px 10px; }
  .halo_banner-header-top {
    font-size: 10px; }
    .halo_banner-header-top .banner {
      padding-right: 25px; }
  .halo_header-middle .header-middle-item {
    flex: 0 0 120px;
    max-width: 120px; }
  .halo_header-middle .header-middle-item.text-center {
    padding: 0;
    max-width: 100%; }
  .halo_quickSearch .form .form-field .form-input {
    padding-left: 15px; }
  .halo_quickSearch .form .form-field button {
    padding: 8px 15px; } }

@media (max-width: 380px) {
  .halo_menuMobile {
    padding: 20px; }
    .halo_menuMobile.cart, .halo_menuMobile.account {
      padding: 20px; }
    .halo_menuMobile .halo_close-menuMobile {
      right: 20px;
      top: 13px; }
  .previewCartList .previewCartItem-image {
    padding: 0;
    width: 60px; }
    .previewCartList .previewCartItem-image img {
      width: 100%; }
  .previewCartList .previewCartItem-name {
    width: calc(100% - 60px);
    padding-left: 10px; }
  .previewCart-emptyBody {
    padding-top: 40px; }
  .halo_header-middle .header-middle-item .halo_navUser-item + .halo_navUser-item {
    margin-left: 7px;
    margin-right: 5px; }
  .halo_header-middle .header-middle-item.text-right .halo_navUser-search + .halo_navUser-item {
    margin-left: 0; } }

@media (max-width: 320px) {
  .hamburger-menu {
    height: 20px; }
    .hamburger-menu > span {
      width: 24px; }
      .hamburger-menu > span:nth-child(1) {
        top: 0; }
      .hamburger-menu > span:nth-child(2) {
        top: 9px; }
      .hamburger-menu > span:nth-child(3) {
        top: 18px; }
  .halo_quickSearch .search-toggle {
    padding: 0; }
    .halo_quickSearch .search-toggle svg {
      width: 26px;
      height: 30px; }
  .login-register .not-logged .icon,
  .login-register .logged-in .icon {
    width: 20px;
    height: 20px; }
  .halo_navUser-cart .cart-icon svg {
    width: 20px;
    height: 24px;
    stroke: none; }
  .halo_navUser-cart .countPill {
    right: 2px;
    width: 16px;
    height: 19px; }
  .halo_header-middle .header-middle-item {
    flex: 0 0 100px;
    max-width: 100px; }
  .halo_header-middle .header-middle-item.text-center {
    padding: 0;
    max-width: 100%; }
  .halo_header-middle .halo_navUser-cart .halo_cart > .icon {
    margin: 0; }
  .halo_menuMobile {
    padding: 20px 15px; }
    .halo_menuMobile.cart, .halo_menuMobile.account {
      padding: 20px 15px; }
    .halo_menuMobile .halo_close-menuMobile {
      right: 15px;
      top: 13px; }
  .previewCartList .previewCartItem-image {
    padding: 0;
    width: 60px; }
    .previewCartList .previewCartItem-image img {
      width: 100%; }
  .previewCartList .previewCartItem-name {
    width: calc(100% - 60px);
    padding-left: 10px; } }

@media screen and (min-width: 1201px) and (max-width: 1390px) {
  /* CSS styles go here */
  .product-breadcrumbs {
    padding-top: 1rem; } }

@media screen and (min-width: 1045px) and (max-width: 1200px) {
  /* CSS styles go here */
  .product-breadcrumbs {
    padding-top: 3rem; } }

@media screen and (min-width: 1045px) and (max-width: 1050px) {
  /* CSS styles go here */
  .product-breadcrumbs {
    padding-bottom: 3rem; } }

/*=====  End of Jewel Bigcommerce  =========*/
/*============================================
=            Defaul Bigcommerce              =
============================================*/
.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }
  @media (max-width: 1061px) {
    .body {
      padding-top: 70px; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

/*=====  End of Defaul Bigcommerce  ========*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Global style  --------*/
body {
  padding-top: 0;
  color: #646464;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  font-family: "Wix Madefor Text";
  -wenkit-font-smoothing: subpixel-antialiased; }
  body:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.3); }
  body.halo-open-menuMobile, body.halo-open-cart, body.halo-open-account, body.halo-open-sidebarMobile {
    overflow: hidden; }
  body.halo_bg_menu2 {
    position: relative; }
    body.halo_bg_menu2:after {
      opacity: 1;
      visibility: visible; }
    body.halo_bg_menu2 .halo_header:after {
      opacity: 1;
      visibility: visible; }

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

a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #0d71c8; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Wix Madefor Text"; }

.halo_page {
  height: 100%;
  position: relative;
  z-index: 1; }
  .halo_page:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    position: absolute;
    visibility: hidden;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
    filter: alpha(opacity=0); }
  .halo_page.halo-open-search:after {
    opacity: 1;
    visibility: visible; }
  .halo_page.halo-open-menuMobile .halo_menuMobile.menu {
    left: 0;
    right: 0;
    top: 0; }
  .halo_page.halo-open-menuMobile:after {
    opacity: 1;
    visibility: visible; }
  .halo_page.halo-open-account .halo_menuMobile.account {
    top: 0; }
  .halo_page.halo-open-account:after {
    opacity: 1;
    visibility: visible; }
  .halo_page.halo-open-cart .halo_menuMobile.cart {
    right: 0;
    z-index: 1100; }
  .halo_page.halo-open-cart:after {
    opacity: 1;
    visibility: visible; }
  .halo_page.halo-open-sidebarMobile .halo_menuMobile.sidebar {
    top: 62px; }
  .halo_page.halo-open-sidebarMobile:after {
    opacity: 1;
    visibility: visible; }

.body {
  margin: 0; }
  .body > .page,
  .body .page-content,
  .body .page-content--full {
    margin: 0;
    padding: 0; }
    .body > .page > p:first-child,
    .body .page-content > p:first-child,
    .body .page-content--full > p:first-child {
      margin-bottom: 0; }

.card {
  margin-bottom: 0; }

#404-container .halo_container {
  padding-top: 8rem; }

.halo_container {
  width: 100%;
  display: block;
  margin: 0 auto; }

.blog-section-padding {
  padding-top: 6rem; }

.no-products {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #282828;
  font-family: "Wix Madefor Text"; }

.no-products p {
  font-size: 16px; }

.page-type-newsletter_subscribe .body {
  padding-top: 12rem; }

.page-type-newsletter_subscribe .halo_container {
  padding-top: 0 !important; }

.page-type-newsletter_subscribe .alertBox--success {
  margin-top: 1rem; }

@media (max-width: 1062px) {
  .page-type-blog_post .page-sidebar {
    display: none; } }

@media (max-width: 1062px) and (max-width: 955px) {
  .page-type-newsletter_subscribe .body {
    padding-top: 8rem; } }

@media (max-width: 804px) {
  .product-breadcrumbs,
  .hide-breadcrumbs-mobile {
    display: none; } }

.halo_container-page {
  padding: 0px 0 0px 0;
  text-align: center;
  margin: auto; }
  .halo_container-page > .halo_container {
    text-align: left;
    vertical-align: top;
    display: inline-block; }
    @media (max-width: 1050px) {
      .halo_container-page > .halo_container {
        padding-top: 0rem !important; } }
    .halo_container-page > .halo_container > .row {
      margin: auto;
      padding-top: 1rem;
      max-width: 1450px;
      padding-left: 1rem;
      padding-right: 1rem; }
    .halo_container-page > .halo_container .page-sidebar,
    .halo_container-page > .halo_container .page-content {
      padding: 0 20px; }
      .halo_container-page > .halo_container .page-sidebar#faceted-search-container,
      .halo_container-page > .halo_container .page-content#faceted-search-container {
        padding: revert; }
    .halo_container-page > .halo_container .page-content--full {
      display: block;
      width: 100%;
      float: none;
      padding-left: 2rem;
      padding-right: 2rem; }
    .halo_container-page > .halo_container .contact-info .page-content--full {
      display: block;
      width: 100%;
      float: none;
      padding-left: 0rem;
      padding-right: 0rem; }
    .halo_container-page > .halo_container .page-content--centered {
      margin-left: auto;
      margin-right: auto; }

.halo_section {
  margin-bottom: 30px; }
  .halo_section > .halo_container {
    padding-top: 40px;
    padding-bottom: 50px; }
    .halo_section > .halo_container.halo_section-bg-border {
      padding-top: 30px;
      padding-bottom: 35px; }
  .halo_section.halo_brands {
    margin-bottom: 0; }

.halo_section-custom > .halo_container {
  padding-top: 5px;
  padding-bottom: 30px; }

.halo_section-bg-gray {
  background-color: #f8f8f8; }

.halo_section-bg-border {
  position: relative;
  border: 1px solid #dadada; }

.page-sidebar {
  width: 250px;
  position: relative;
  transition: all 0.3s ease; }
  .page-sidebar + .page-content {
    width: calc(100% - 250px); }
  .page-sidebar > nav {
    display: block;
    transition: all 0.3s ease; }
  .page-sidebar.hide-sidebar {
    display: none; }
  .page-sidebar .halo_sidebar-toggle.close-sidebar {
    top: auto;
    right: auto;
    left: auto;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 15px 0;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 1025px) {
      .page-sidebar .halo_sidebar-toggle.close-sidebar {
        display: none; } }

@media (max-width: 1040px) {
  .show-sidebar.blog {
    display: none; } }

.halo_sidebar-toggle {
  cursor: pointer;
  top: -36px;
  right: 15px;
  position: absolute;
  font-size: 13px;
  margin-right: 0;
  font-weight: 500;
  width: auto;
  padding: 3px 0;
  line-height: 20px;
  margin-left: auto;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Wix Madefor Text";
  color: #323232; }
  .halo_sidebar-toggle svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    fill: #646464; }
    @media (max-width: 1024px) {
      .halo_sidebar-toggle svg {
        fill: #858585; } }
  .halo_sidebar-toggle > span {
    display: inline-block;
    vertical-align: middle; }
  .halo_sidebar-toggle.is-clicked {
    display: none !important; }

.halo_category-toolbar .halo_sidebar-toggle {
  top: auto;
  right: auto;
  position: relative;
  display: inline-block;
  margin-bottom: 15px; }

#product-listing-container {
  padding: 0 1rem; }

.halo_container > .row > .halo_sidebar-toggle {
  top: auto;
  right: auto;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  margin-left: 16px;
  margin-right: 16px;
  text-align: left;
  margin-bottom: 30px;
  background-color: #fafafa; }

.alertBox {
  margin-bottom: 30px; }

@media (min-width: 1025px) {
  .halo_sidebar-toggle.show-sidebar {
    display: none !important; } }

/*----------  2.0 Button  --------------*/
.halo_button-wrapper {
  display: block;
  text-align: center; }

.btn {
  margin-top: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
  line-height: 25px;
  padding: 5px 25px;
  position: relative;
  letter-spacing: 1.92px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  background-color: transparent;
  font-family: "Wix Madefor Text";
  border: 1px solid #787878; }
  .btn:focus, .btn:hover, .btn:active {
    outline: none;
    box-shadow: none;
    color: white;
    border: 1px solid black;
    background-color: black;
    /*&:before {
                    right: 0;
                }*/ }
  .btn span {
    z-index: 1;
    position: relative; }
  .btn.btn-checkout {
    color: #fff;
    border-color: #e95144;
    background-color: #e95144; }
    .btn.btn-checkout:focus, .btn.btn-checkout:hover, .btn.btn-checkout:active {
      color: #fff;
      border-color: black;
      background-color: black; }
  .btn.btn-checkout2 {
    color: #fff;
    border-color: #323232;
    background-color: #323232; }
    .btn.btn-checkout2:focus, .btn.btn-checkout2:hover, .btn.btn-checkout2:active {
      color: #fff;
      border-color: black;
      background-color: black; }
  .btn.btn-transparent {
    color: #fff;
    border-color: #fff; }
    .btn.btn-transparent:focus, .btn.btn-transparent:hover, .btn.btn-transparent:active {
      color: #fff;
      border-color: black;
      background-color: black; }
  .btn.btn-maincolor {
    color: #fff;
    border-color: black;
    background-color: black; }
    .btn.btn-maincolor:focus, .btn.btn-maincolor:hover, .btn.btn-maincolor:active {
      color: black;
      background-color: #fff; }

.button {
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  line-height: 25px;
  padding: 5px 25px;
  position: relative;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: "Wix Madefor Text"; }

.button--primary {
  color: #ffffff;
  border-color: #323232;
  background-color: #323232; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    color: #ffffff;
    border-color: black;
    background-color: black; }
  .button--primary.btn {
    color: #ffffff; }

/*----------  3.0 Title  ---------------*/
.halo_main-title {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin: 0 0 50px 0;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  color: #2e3031;
  font-family: "Wix Madefor Text"; }

/*----------  4.0 Slick  ---------------*/
.slick-dots {
  z-index: 11;
  bottom: -30px; }
  .slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 6px; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      border-color: #a5a5a5;
      background-color: #a5a5a5;
      transition: all 0.3s ease; }
    .slick-dots li button:before {
      width: 100%;
      height: 100%;
      content: none;
      background-color: #a5a5a5; }
    .slick-dots li.slick-active button {
      background-color: #fff; }

.slick-arrow-custom {
  width: 40px;
  height: 40px;
  padding: 9px;
  fill: #959595;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease; }
  .slick-arrow-custom:hover {
    border: none;
    background-color: transparent; }
  .slick-arrow-custom.slick-disabled {
    opacity: 0.5; }

.slick-prev {
  left: -40px; }

.slick-next {
  right: -40px; }

/*----------  5.0 Pagination  ----------*/
.pagination {
  margin-top: 50px;
  margin-bottom: 50px; }
  .pagination .pagination-list {
    margin: 0 auto; }
    .pagination .pagination-list .pagination-item {
      border: none;
      border-radius: 0;
      text-align: center;
      position: relative; }
      .pagination .pagination-list .pagination-item a {
        color: inherit;
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 38px;
        border-radius: 0;
        font-size: 12px;
        border: 1px solid #ececec; }
        .pagination .pagination-list .pagination-item a:hover {
          color: #131457;
          border-color: #131457; }
      .pagination .pagination-list .pagination-item.pagination-item--current a {
        color: #fff;
        border-color: #131457;
        background-color: #131457; }
      .pagination .pagination-list .pagination-item.pagination-item--next a, .pagination .pagination-list .pagination-item.pagination-item--previous a {
        margin: 0 15px;
        width: auto;
        border-color: transparent; }
        .pagination .pagination-list .pagination-item.pagination-item--next a:hover, .pagination .pagination-list .pagination-item.pagination-item--previous a:hover {
          border-color: transparent; }
      .pagination .pagination-list .pagination-item.pagination-item--previous a {
        margin-left: 0; }
      .pagination .pagination-list .pagination-item.pagination-item--next a {
        margin-right: 0; }
    .pagination .pagination-list.pagination-list--small .pagination-item {
      height: 40px;
      line-height: 38px; }

/*----------  6.0 Back To Top  ---------*/
#back-to-top {
  bottom: 150px;
  right: 0px;
  width: 125px;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  display: none;
  z-index: 100; }
  #back-to-top.is-visible {
    display: block; }
  #back-to-top .halo_arrows {
    width: 12px;
    height: 12px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 4px);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    transition-delay: 0.3s; }
    #back-to-top .halo_arrows:before {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      border-left: 2px solid rgba(0, 0, 0, 0.7);
      border-bottom: 2px solid rgba(0, 0, 0, 0.7);
      transform: translate(4px, 16px) rotate(135deg);
      animation: arrows 2s linear infinite; }
    #back-to-top .halo_arrows:after {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      border-left: 2px solid rgba(0, 0, 0, 0.7);
      border-bottom: 2px solid rgba(0, 0, 0, 0.7);
      transform: translate(8px, 0px) rotate(135deg);
      animation: arrows 2s linear infinite -1.5s; }
  #back-to-top:hover .halo_arrows {
    opacity: 1;
    visibility: visible; }
  #back-to-top #halo_back-to-top {
    opacity: 0.4;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    color: black;
    border: 2px solid black; }
    #back-to-top #halo_back-to-top .halo_arrows {
      top: 0;
      left: 0;
      opacity: 1;
      transform: none;
      position: relative;
      visibility: visible;
      vertical-align: top;
      display: inline-block;
      padding: 18px 24px 23px 17px; }
    #back-to-top #halo_back-to-top:hover {
      opacity: 1; }
  @media (min-width: 1025px) {
    #back-to-top {
      bottom: 25%; } }
  @media (min-width: 1300px) {
    #back-to-top {
      bottom: 20%; } }

@keyframes arrows {
  0% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-2px, 8px) rotate(135deg); }
  10%,
  90% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0); }
  50% {
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: translate(-2px, 0px) rotate(135deg); }
  100% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-2px, -8px) rotate(135deg); } }

/*----------  7.0 Model popup  ---------*/
.modal {
  bottom: auto;
  overflow: visible; }
  .modal .modal-content {
    border: none;
    border-radius: 0;
    width: 100%;
    max-width: none; }
  .modal .modal-close {
    top: 0;
    right: 0;
    left: auto;
    width: 50px;
    height: 50px;
    font-weight: 300;
    line-height: 50px;
    position: absolute; }
  .modal .modal-close {
    top: -135px;
    color: #fff;
    padding: 0;
    width: 21px;
    height: 21px;
    right: -41px;
    font-size: 40px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    position: absolute;
    background: transparent; }
  .modal .modal-header {
    padding: 12px 30px;
    text-align: center;
    display: block; }
    .modal .modal-header .modal-header-title {
      display: inline-block;
      font-size: 13px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 2.08px;
      font-family: "Wix Madefor Text";
      color: #282828; }
  .modal .modal-body {
    padding: 50px; }

.swal2-modal {
  border-radius: 0; }
  .swal2-modal .swal2-confirm,
  .swal2-modal .swal2-cancel {
    border-radius: 0; }
  .swal2-modal .swal2-confirm {
    background-color: black;
    border: 1px solid black; }
    .swal2-modal .swal2-confirm:hover, .swal2-modal .swal2-confirm:active, .swal2-modal .swal2-confirm:focus {
      border-color: #2e3031;
      background-color: #2e3031; }

.swal2-icon {
  color: black;
  border-color: black; }
  .swal2-icon.swal2-warning, .swal2-icon.swal2-question {
    color: black;
    border-color: black; }

#modal-review-form .modal-body {
  padding: 50px; }

#modal-review-form .writeReview-productDetails,
#modal-review-form .writeReview-form {
  padding: 0 20px; }

#modal-review-form .writeReview-productDetails {
  text-align: center; }

#modal-size-chart-form {
  max-width: 800px; }
  #modal-size-chart-form .modal-body img {
    height: 100%;
    width: auto;
    max-height: 800px; }

.writeReview-productDetails .product-brand,
.writeReview-productDetails .product-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-family: "Wix Madefor Text"; }

.writeReview-productDetails .product-brand {
  color: #8c8c8c;
  letter-spacing: 1.92px;
  text-transform: uppercase; }

.writeReview-productDetails .product-title {
  line-height: 20px;
  color: #282828;
  font-weight: 400; }

#halo-newsletter-popup {
  position: relative;
  z-index: 999; }
  #halo-newsletter-popup .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #halo-newsletter-popup .newsletter-popup-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    position: fixed;
    text-align: center; }
  #halo-newsletter-popup.hide {
    display: none !important; }

.newsletter-popup-inner {
  top: 50%;
  width: 100%;
  z-index: 111;
  margin: 0 auto;
  display: table;
  background: #fff;
  min-width: 300px;
  max-width: 1050px;
  min-height: 500px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: none; }
  .newsletter-popup-inner [data-close-newsletter-popup] {
    top: -2px;
    color: #fff;
    padding: 0;
    width: 21px;
    height: 21px;
    right: -41px;
    font-size: 40px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    position: absolute;
    background: transparent; }
  .newsletter-popup-inner .newsletter-left {
    width: 55%;
    padding: 50px 130px;
    display: table-cell;
    vertical-align: middle; }
    .newsletter-popup-inner .newsletter-left .social-icons {
      padding-right: 0; }
  .newsletter-popup-inner .newsletter-right {
    width: 45%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden; }
    .newsletter-popup-inner .newsletter-right img {
      width: 100%; }
  .newsletter-popup-inner .form {
    margin-bottom: 0; }
    .newsletter-popup-inner .form .form-field {
      margin-bottom: 30px; }
  .newsletter-popup-inner .newsletter-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 4.5px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-family: "Wix Madefor Text";
    color: #323232; }
  .newsletter-popup-inner .newsletter-sub-heading {
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.6px;
    margin: 0 0 30px 0; }
  .newsletter-popup-inner .form-field input {
    text-align: center;
    background-color: #fafafa; }
    .newsletter-popup-inner .form-field input.button {
      color: #fff;
      width: 100%;
      margin-top: 15px;
      border-color: #323232;
      background-color: #323232; }
      .newsletter-popup-inner .form-field input.button:hover {
        border-color: #000;
        background-color: #000; }
  .newsletter-popup-inner .newsletter-message {
    letter-spacing: 0.4px; }
  .newsletter-popup-inner .socialLinks {
    line-height: 1; }
    .newsletter-popup-inner .socialLinks .icon svg {
      fill: #505050; }
  .newsletter-popup-inner .socialLinks--alt .icon {
    width: 20px;
    height: 13px; }
  .newsletter-popup-inner .form-show-again {
    margin-top: 30px;
    padding-top: 25px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.44px;
    border-top: 1px solid #ececec; }
    .newsletter-popup-inner .form-show-again input[type="checkbox"] {
      border-radius: 0;
      margin-right: 10px;
      position: relative;
      top: 2px; }

.newsletter-left #mailistBox {
  margin-top: 0; }

body.has-newsletter {
  overflow: hidden; }

/*----------  8.0 Form input  ----------*/
input:focus, input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  box-shadow: none;
  outline: none; }

input[type="submit"] {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 8px 15px;
  min-width: 170px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Wix Madefor Text"; }

.productView-details .form-input--incrementTotal {
  color: #000; }

.productView-details .form-select.form-select--small {
  color: initial;
  border-color: initial; }

.form-field {
  margin-bottom: 20px; }
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 15px;
    border-radius: 0;
    height: auto;
    min-height: 36px;
    border: 1px solid #fff; }
    @media (max-width: 1024px) {
      .form-field input,
      .form-field select,
      .form-field textarea {
        color: #fff; } }
  .form-field select {
    padding-right: 40px;
    background-position: right 7px top 7px; }
  .form-field textarea {
    min-height: 115px;
    resize: none; }
  .form-field .form-label {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    color: #282828; }
    .form-field .form-label > small {
      float: none;
      font-size: 0;
      margin-left: 2px;
      text-transform: capitalize; }
      .form-field .form-label > small:before {
        content: "*";
        color: #e95144;
        font-size: 12px; }
  .form-field .form-label[for="agree2"] {
    color: #646464; }

.form-label {
  font-size: 12px;
  font-weight: 500;
  color: #2e3031; }
  .form-label > small {
    font-size: 12px;
    text-transform: capitalize; }

.form-field--submit {
  margin-bottom: 0;
  padding-bottom: 0; }
  .form-field--submit input[type="submit"] {
    min-width: 230px;
    font-size: 12px;
    line-height: 22px;
    padding: 6px 30px;
    text-transform: uppercase;
    letter-spacing: 1.92px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Wix Madefor Text"; }

.writeReview-form .form-field--submit {
  padding-bottom: 0; }
  .writeReview-form .form-field--submit input[type="submit"] {
    border: 1px solid #323232;
    background-color: #323232; }
    .writeReview-form .form-field--submit input[type="submit"]:hover {
      border-color: black;
      background-color: black; }

.writeReview-form .form-field {
  margin-bottom: 10px; }

.writeReview-form .form-field select {
  background-position: right 7px top 5px; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  font-size: 11px;
  line-height: 18px; }

.form-inlineMessage {
  margin-top: 0px; }

/*----------  9.0 Custom css  ----------*/
.halo_featured-collection .halo_main-title {
  margin-bottom: 30px; }

.halo_featured-collection .halo_button-wrapper .btn {
  padding-left: 45px;
  padding-right: 45px;
  font-weight: 500;
  font-family: "Wix Madefor Text";
  background: rgba(0, 0, 255, 0);
  border-color: #787878; }
  .halo_featured-collection .halo_button-wrapper .btn:hover {
    color: white;
    background: black;
    border-color: black; }

.at-resp-share-element .at-share-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 3px !important; }
  .at-resp-share-element .at-share-btn .at-icon-wrapper,
  .at-resp-share-element .at-share-btn .at-icon-wrapper > svg {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    fill: #505050 !important; }
  .at-resp-share-element .at-share-btn.at-svc-google_plusone_share .at-icon-wrapper,
  .at-resp-share-element .at-share-btn.at-svc-google_plusone_share .at-icon-wrapper > svg {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important; }

.social-mediaBlock .at-share-btn-elements {
  margin: 0 -10px; }

.form-prefixPostfix .button {
  height: auto;
  width: auto;
  margin-top: 0; }

.table thead tr th,
.table thead tr td {
  font-family: "Wix Madefor Text";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font-size: 12px;
  color: #2e3031; }

.table .table-actions .button {
  line-height: 20px;
  padding: 5px 20px;
  min-width: 0;
  letter-spacing: 1px;
  text-transform: capitalize; }

.table .table-actions a.button {
  color: #fff;
  border-color: black;
  background-color: black; }
  .table .table-actions a.button:hover {
    color: #fff;
    border-color: #2e3031;
    background-color: #2e3031; }

.orderConfirmation .order-confirmation-heading {
  font-family: "Wix Madefor Text"; }

.alertBox {
  font-size: 12px; }

.alertBox-message strong,
.alertBox-message b,
.alertBox-message span {
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  letter-spacing: 0.4px; }

.alertBox--success {
  color: #51a551; }
  .alertBox--success span {
    font-weight: 500; }

/*----------  RESPONSIVE  --------------*/
@media (min-width: 1025px) {
  body.halo_bg_menu {
    position: relative; }
    body.halo_bg_menu:after {
      opacity: 1; }
  .mfp-image-holder .mfp-close {
    width: auto;
    padding: 0;
    top: 40px;
    line-height: 18px;
    height: auto;
    right: -40px;
    position: absolute;
    opacity: 1;
    font-size: 40px; } }

@media (max-width: 1280px) {
  .modal--large {
    max-width: 1000px; } }

@media (max-width: 1024px) {
  body.halo-open-menuMobile, body.halo-open-account, body.halo-open-cart {
    overflow: hidden; }
  .halo_menuMobile.cart {
    height: 100vh; }
  .halo_menuMobile.sidebar .page-sidebar {
    display: block; }
  .slick-prev {
    left: 0px; }
  .slick-next {
    right: 0px; }
  .page-content,
  .page-sidebar + .page-content {
    width: 100%; }
  .halo_container {
    padding-left: 0;
    padding-right: 0; }
  .halo_container-page {
    position: relative; }
    .halo_container-page > .halo_container > .row {
      margin: 0 16px; }
    .halo_container-page > .halo_container .page-sidebar,
    .halo_container-page > .halo_container .page-content {
      padding: 0 16px; }
  .page-sidebar {
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    display: none; }
    .page-sidebar > nav {
      height: 100%;
      width: 100%;
      padding-bottom: 70px;
      font-size: 0;
      overflow-y: auto;
      overflow-x: hidden; }
  .modal {
    max-width: 90%; }
    .modal .modal-body {
      padding: 30px; }
  .newsletter-popup-inner {
    width: 90%; }
    .newsletter-popup-inner .newsletter-left {
      padding: 50px 50px; }
    .newsletter-popup-inner .newsletter-right {
      position: relative;
      overflow: hidden;
      background-color: black; }
      .newsletter-popup-inner .newsletter-right > img {
        top: 0;
        left: 50%;
        width: auto;
        max-width: none;
        height: 100%;
        position: absolute;
        z-index: 10;
        transform: translateX(-50%); }
    .newsletter-popup-inner [data-close-newsletter-popup] {
      top: 5px;
      right: 5px;
      z-index: 16; }
  .halo_main-title {
    margin-bottom: 30px; }
  .page-type-product .halo_container > .row > .halo_sidebar-toggle {
    display: none; } }

@media (max-width: 992px) {
  .modal {
    max-width: 95%; }
  .halo_container-page {
    padding: 0px 0 2rem 0; }
  .pagination {
    margin-top: 30px; }
  .newsletter-popup-inner {
    display: block;
    max-height: 90%;
    min-height: 0;
    overflow: auto;
    font-size: 0;
    overflow: auto; }
    .newsletter-popup-inner .newsletter-left,
    .newsletter-popup-inner .newsletter-right {
      width: 50%;
      font-size: 12px;
      vertical-align: middle;
      display: table-cell; }
    .newsletter-popup-inner .newsletter-left {
      padding: 30px;
      position: relative;
      z-index: 15;
      background-color: #fff; }
    .newsletter-popup-inner .newsletter-right {
      overflow: visible; }
      .newsletter-popup-inner .newsletter-right:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .newsletter-popup-inner .newsletter-right > img {
        /*width: 100%;
                        height: auto;*/ }
  .modal .modal-close {
    color: #323232;
    right: 0;
    width: 48px;
    height: 48px;
    line-height: 48px; } }

@media (max-width: 767px) {
  .newsletter-popup-inner {
    min-height: 0;
    display: block;
    max-height: 90%;
    overflow: auto;
    width: calc(100% - 30px); }
    .newsletter-popup-inner .newsletter-left {
      width: 100%;
      display: block; }
    .newsletter-popup-inner .newsletter-right {
      display: none;
      width: 100%;
      position: relative;
      overflow: hidden;
      height: 0; }
      .newsletter-popup-inner .newsletter-right > img {
        width: 100%;
        height: auto; }
    .newsletter-popup-inner [data-close-newsletter-popup] {
      color: #000; }
    .newsletter-popup-inner .form-show-again {
      margin-top: 20px;
      padding-top: 15px; }
    .newsletter-popup-inner .newsletter-heading {
      font-size: 16px;
      letter-spacing: 3px; }
  .halo_container > .row > .halo_sidebar-toggle {
    margin-left: 0;
    margin-right: 0; }
  .pagination .pagination-list .pagination-item a {
    width: 36px;
    height: 36px;
    line-height: 34px; }
  .pagination .pagination-list.pagination-list--small .pagination-item {
    height: 36px;
    line-height: 34px; }
  .modal .modal-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px; }
  .modal .modal-header {
    padding: 10px 40px; }
    .modal .modal-header .modal-header-title {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 20px; }
  .modal .modal-body {
    padding: 20px 15px; }
  #modal-review-form .modal-body {
    padding: 20px 15px; }
  #modal-review-form .writeReview-productDetails,
  #modal-review-form .writeReview-form {
    padding-left: 0;
    padding-right: 0; }
  #modal-size-chart-form .modal-body img {
    height: auto;
    width: 100%; }
  .writeReview-productImage-container {
    text-align: center; }
    .writeReview-productImage-container img {
      max-width: 250px; }
  .swal2-icon {
    width: 60px;
    height: 60px;
    border: 3px solid transparent; }
    .swal2-icon.swal2-warning, .swal2-icon.swal2-info, .swal2-icon.swal2-question {
      font-size: 45px;
      line-height: 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 60px;
      height: 60px;
      left: -3px;
      top: -3px;
      border: 3px solid rgba(165, 220, 134, 0.2); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 3px; }
    .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
      width: 18px;
      left: 10px;
      top: 35px; }
    .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
      width: 35px;
      right: 5px;
      top: 30px; }
    .swal2-icon.swal2-success .swal2-success-fix,
    .swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"],
    .swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
      background-color: transparent !important; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      height: 3px;
      width: 31px;
      top: 30px; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
      left: 15px; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
      right: 15px; }
  .swal2-modal .swal2-content {
    font-size: 14px; }
  .swal2-modal .swal2-buttonswrapper button + button {
    margin-left: 10px; }
  .halo_container-page > .halo_container > .row {
    margin: 0;
    padding: 1rem;
    padding-top: 2rem; }
  .halo_container-page > .halo_container .page-sidebar,
  .halo_container-page > .halo_container .page-content {
    padding: 0; }
  .page-sidebar .halo_sidebar-toggle {
    left: 0; } }

@media (max-width: 414px) {
  .pagination .pagination-list .pagination-item a {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px; }
  .pagination .pagination-list.pagination-list--small .pagination-item {
    height: 30px;
    line-height: 28px; }
  #back-to-top {
    width: 100px; }
    #back-to-top .halo_diamond {
      width: 60px;
      height: 60px; }
  .page-heading {
    margin-bottom: 30px;
    font-size: 20px; }
  /*.form-prefixPostfix .button {
                margin-left: 8px;
            }*/
  .halo_sidebar-toggle {
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 20px; }
    .halo_sidebar-toggle.is-clicked {
      padding-bottom: 25px; } }

@media (max-width: 320px) {
  .previewCart .previewCartCheckout {
    padding: 20px; }
  .newsletter-popup-inner .newsletter-left {
    padding: 30px 15px; }
  .writeReview-form .g-recaptcha > div {
    width: 100% !important; }
    .writeReview-form .g-recaptcha > div iframe {
      width: 100%; }
  #back-to-top {
    width: 70px; }
  .halo_main-title {
    font-size: 16px; } }

/*=====  End of Jewel Bigcommerce  =========*/
/*== Update varaitn color ===*/
.halo_products .form-field {
  margin-top: 15px; }

.halo_productList .form-field,
#sideFeatured .card .form-field {
  opacity: 1 !important;
  overflow: visible !important; }

.halo_products [data-product-attribute] .form-option.form-option-swatch {
  width: 24px;
  height: 24px;
  margin-right: 7px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.halo_products .form-option {
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 5px;
  margin-right: 7px;
  transition: all 0.15s ease;
  border: 1px solid #dadada; }

.halo_products .form-option-variant {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.halo_products .card_optionImage [data-product-attribute] .form-option.active {
  border-color: #000; }

.halo_products:hover .form-field {
  opacity: 1;
  visibility: visible; }

.halo_products [data-product-attribute] .form-option.form-option-swatch.two-colors {
  transform: rotate(-45deg); }

.halo_products .card_optionImage [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant + .form-option-variant {
  width: 22px;
  top: 9px;
  height: 11px;
  left: -2px; }

.halo_products [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant + .form-option-variant {
  position: absolute;
  top: 17px;
  left: 0;
  height: 16px;
  width: 22px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-top: 0;
  display: inline-block; }

.form-option-swatch.two-colors .form-option-variant .two-colors {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0); }

.form-option-swatch.three-colors .form-option-variant .three-colors {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0); }

.halo_products .card_optionImage [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(2) {
  height: 8px;
  border-radius: 2px;
  top: 7px;
  left: 0px; }

.halo_products .card_optionImage .form-option-variant--color,
.card_optionImage .form-option-variant--pattern {
  width: 22px;
  height: 22px;
  min-width: 22px; }

.halo_products .card_optionImage [data-product-attribute] .showmore {
  margin-left: 2px;
  position: relative;
  top: 5px; }

@media (min-width: 1025px) {
  .halo_products .form-field {
    opacity: 0;
    overflow: hidden; } }

.default16pxBodyFont p {
  font-size: 16px; }

[class^="sd-simple-text"] {
  text-align: left;
  max-width: 850px;
  margin-left: auto !important;
  margin-right: auto !important; }

/*============================================
=   /koi-fish/ page responsive for safari    =
============================================*/
@media (min-width: 801px) {
  .tripleHero-7f5fc330-8ecb-467a-8308-e8d10597a605, .block_5bd3aee1-62f3-428a-9746-9d0f17a067ba, .block_8d8140df-4d57-40d6-ba28-18a7b98717e3 {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important; } }

/*End*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Footer  --------------*/
.footer-width {
  max-width: 1410px;
  margin: auto; }

.halo_footer {
  background-image: url(../img/blue-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  position: relative;
  border: 0;
  padding: 100px 15px 5px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  background-position-x: center; }
  @media (max-width: 1660px) {
    .halo_footer {
      background-position: center;
      padding: 50px 15px 5px; } }
  @media (min-width: 1317px) and (max-width: 1660px) {
    .halo_footer {
      padding: 50px 15px 5px; } }

.footer-wrapper {
  display: block;
  letter-spacing: 0;
  margin: 0 -8px;
  display: grid;
  grid-gap: 10px;
  width: auto;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, minmax(348px, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  grid-gap: 25px; }
  @media (max-width: 1410px) {
    .footer-wrapper {
      grid-template-columns: repeat(2, minmax(348px, 1fr));
      grid-auto-columns: minmax(0, 1fr);
      grid-gap: 25px;
      padding-right: 2rem;
      padding-left: 2rem; } }
  @media (max-width: 787px) {
    .footer-wrapper {
      grid-template-columns: repeat(1, minmax(348px, 1fr));
      grid-auto-columns: minmax(0, 1fr);
      grid-gap: 10px;
      padding-right: 1rem;
      padding-left: 1rem; } }

.footer-wrapper .col {
  padding-bottom: 2rem; }

.button-text {
  border-radius: 20px;
  background: #c43201;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 700;
  padding: 8px 25px;
  white-space: nowrap; }
  .button-text:hover {
    background: #F45A26; }

.button-text a {
  color: #fff; }

.footer-subscription .form-input[type="email"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */ }

.logo-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 2rem;
  padding-left: 2rem; }
  @media (max-width: 787px) {
    .logo-container {
      grid-template-columns: 1fr;
      gap: 1rem;
      padding-bottom: 1.5rem;
      justify-content: center;
      padding-left: 0rem; } }

.logo-images {
  gap: 8rem;
  display: flex;
  place-self: flex-start;
  align-items: center;
  place-self: center;
  width: 100%; }
  @media (max-width: 787px) {
    .logo-images {
      justify-content: center; } }

@media (max-width: 540px) {
  .footer-logo {
    padding-top: 2rem; } }

/*----------  2.0 Footer Top -----------*/
.halo_footer-top {
  display: table;
  width: 100%;
  padding-bottom: 45px; }
  .halo_footer-top .footer-top-left,
  .halo_footer-top .footer-top-right,
  .halo_footer-top .footer-top-col {
    display: table-cell;
    vertical-align: middle; }
  .halo_footer-top .footer-top-left {
    text-align: left; }
  .halo_footer-top .footer-top-right {
    text-align: right; }
  .halo_footer-top .footer-top-col {
    padding-right: 30px; }
    .halo_footer-top .footer-top-col:last-child {
      padding-right: 0; }
  .halo_footer-top.halo-promo-services {
    padding-bottom: 0;
    margin-bottom: 45px; }
    .halo_footer-top.halo-promo-services .slick-next {
      right: -10px; }
    .halo_footer-top.halo-promo-services .slick-prev {
      left: -10px; }

.footer-image-container {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  bottom: 0;
  width: 100%; }

.fotter-social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 5rem 1rem 2rem; }

.footer-image-container img {
  mix-blend-mode: soft-light;
  padding-bottom: 9%; }

.footer-links-header {
  color: #00014b;
  font-size: 30px;
  font-family: Wix Madefor Text;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center; }

.footer-social .socialLinks {
  display: inline-block;
  vertical-align: top;
  margin: 0 -9px;
  padding-top: 1rem; }
  .footer-social .socialLinks > li {
    padding: 0px 9px;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .footer-social .socialLinks .icon {
    width: 50px;
    height: 50px;
    line-height: 36px;
    text-align: center;
    padding: 0px;
    position: relative;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s ease; }
    .footer-social .socialLinks .icon > svg {
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      position: absolute;
      transform: translate(-50%, -50%);
      fill: #000;
      transition: all 0.5s ease; }
    .footer-social .socialLinks .icon:hover {
      background-color: #acabab; }
      .footer-social .socialLinks .icon:hover > svg {
        fill: #ffffff; }
    .footer-social .socialLinks .icon.icon--google > svg {
      width: 20px;
      height: 20px; }
    .footer-social .socialLinks .icon.icon--twitter > svg, .footer-social .socialLinks .icon.icon--instagram > svg {
      width: 50px;
      height: 50px; }

.halo_footer .socialLinks {
  display: inline-block;
  vertical-align: top;
  margin: 0 -9px;
  padding-top: 1rem; }
  .halo_footer .socialLinks > li {
    padding: 0px 9px;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .halo_footer .socialLinks .icon {
    width: 50px;
    height: 50px;
    line-height: 36px;
    text-align: center;
    padding: 0px;
    position: relative;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s ease; }
    .halo_footer .socialLinks .icon > svg {
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      position: absolute;
      transform: translate(-50%, -50%);
      fill: #fff;
      transition: all 0.5s ease; }
    .halo_footer .socialLinks .icon:hover {
      background-color: #ffffff2b;
      border-color: #fff; }
      .halo_footer .socialLinks .icon:hover > svg {
        fill: #ffffff; }
    .halo_footer .socialLinks .icon.icon--google > svg {
      width: 20px;
      height: 20px; }
    .halo_footer .socialLinks .icon.icon--twitter > svg, .halo_footer .socialLinks .icon.icon--instagram > svg {
      width: 50px;
      height: 50px; }

.halo_footer .footer-subscription {
  display: table;
  width: 100%; }
  .halo_footer .footer-subscription .footer-info-heading {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0;
    color: #fff;
    font-family: "Wix Madefor Text";
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    width: 330px;
    padding-bottom: 0;
    border-bottom: none; }
  .halo_footer .footer-subscription .form {
    display: table-cell;
    vertical-align: middle;
    margin: 0; }
    .halo_footer .footer-subscription .form .form-field {
      margin-bottom: 0; }
      .halo_footer .footer-subscription .form .form-field input {
        border-right: none;
        background: unset;
        border: none;
        font-size: 16px;
        font-family: Wix Madefor Text;
        font-weight: 700;
        color: #fff !important; }
      .halo_footer .footer-subscription .form .form-field .form-prefixPostfix .button {
        margin-left: 1px;
        border-radius: 100px;
        border: 2px solid #c43201;
        background: #c43201;
        text-transform: capitalize;
        color: #fff;
        font-size: 16px;
        font-family: Open Sans;
        font-weight: 700;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 3px;
        letter-spacing: revert; }
        .halo_footer .footer-subscription .form .form-field .form-prefixPostfix .button:hover {
          background: #F45A26; }

.halo-services {
  padding: 14px 30px 12px 30px;
  border: 1px solid #dadada;
  display: table;
  width: 100%;
  font-family: "Wix Madefor Text"; }
  .halo-services > svg {
    width: 25px;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    fill: #fff; }
    .halo-services > svg + span {
      padding-left: 7px; }
  .halo-services > span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.96px; }

/*----------  3.0 Footer Middle  -------*/
.halo_footer-middle {
  padding-bottom: 40px; }

.footer-info-heading {
  margin: 0;
  color: #fff;
  font-family: "Wix Madefor Text";
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1.04px; }

.footer-info-list {
  list-style: none;
  margin: 0; }
  .footer-info-list li {
    padding: 0;
    display: block;
    font-family: "Wix Madefor Text";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    color: #fff; }
    .footer-info-list li a {
      text-transform: capitalize;
      color: #fff;
      display: block;
      align-content: center;
      min-height: 48px; }
      .footer-info-list li a.view_all {
        font-weight: 700;
        border-bottom: 1px solid #fff; }
      .footer-info-list li a.mail-to {
        border-bottom: 1px solid #fff; }
    .footer-info-list li > span {
      white-space: nowrap; }
    .footer-info-list li.info-title {
      font-weight: 700;
      color: #fff; }

.footer.slim-footer {
  margin-top: 4rem; }

.footer-info-store {
  display: table;
  width: 100%; }
  .footer-info-store .icon-info,
  .footer-info-store .text-info {
    display: table-cell;
    vertical-align: top; }
  .footer-info-store .icon-info {
    padding-top: 10px;
    width: 36px; }
    .footer-info-store .icon-info > svg {
      width: 36px;
      height: 36px;
      padding: 8px;
      border-radius: 3px;
      background-color: #fff;
      fill: #ffffff; }
  .footer-info-store + .footer-info-store {
    margin-top: 17px; }

/*----------  3.0 Footer Bottom  -------*/
.halo_footer-bottom {
  padding: 17px 0 23px 0;
  color: #e0e0e0; }

.footer-img-gallery {
  width: 100%;
  max-width: 1920px;
  margin: auto; }

.footer-copyright .powered-by {
  margin: 0;
  font-family: "Wix Madefor Text";
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: none;
  color: #e0e0e0; }
  @media (max-width: 450px) {
    .footer-copyright .powered-by {
      font-size: 12px !important; } }
  .footer-copyright .powered-by a {
    color: #e0e0e0; }
  .footer-copyright .powered-by.title-border {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .footer-copyright .powered-by.title-border:before {
      content: "";
      bottom: 2px;
      left: 0;
      width: 0;
      height: 1px;
      opacity: 0.3;
      position: absolute;
      transition: all 0.3s ease;
      background-color: #e0e0e0; }
    .footer-copyright .powered-by.title-border:hover:before {
      width: 100%; }

.payment-wrapper {
  line-height: 22px; }

.col.hide-desk {
  display: none; }

.social {
  text-align: center;
  padding: 2rem 0; }

.footer-sitemap {
  padding-top: 4rem; }

.footer-sitemap-container {
  padding-bottom: 2rem; }

.footer-sitemap-header {
  color: #FFF;
  font-family: Wix Madefor Text;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 1rem; }

.footer-sitemap-wrapper {
  display: flex;
  justify-content: space-between;
  grid-gap: 36px;
  padding: 1rem;
  flex-flow: wrap;
  margin: 0;
  gap: 32px; }
  .footer-sitemap-wrapper ul, .footer-sitemap-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0; }

.footer-sitemap-column-item-link {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  min-height: 48px;
  display: block;
  align-content: center; }
  .footer-sitemap-column-item-link.column-title {
    font-size: 16px;
    font-weight: 700; }

.footer-sitemap-column-item-link:hover {
  color: #ffffff;
  text-decoration: underline; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 1024px) {
  .halo_footer-top {
    text-align: center; }
    .halo_footer-top .footer-top-left {
      display: block;
      text-align: center; }
    .halo_footer-top .footer-top-right {
      display: block;
      margin-top: 20px;
      text-align: center; }
    .halo_footer-top .footer-subscription {
      display: block; }
      .halo_footer-top .footer-subscription .form,
      .halo_footer-top .footer-subscription .footer-info-heading {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .halo_footer-top .footer-subscription .footer-info-heading {
        width: auto; }
      .halo_footer-top .footer-subscription .form {
        max-width: 500px; }
    .halo_footer-top .footer-top-col {
      padding-right: 15px; }
      .halo_footer-top .footer-top-col:last-child {
        padding-right: 0; }
  .halo-services {
    padding: 12px 15px 14px 15px; }
    .halo-services > svg {
      position: relative;
      top: 4px; }
  .halo_footer-bottom {
    padding: 15px 0 20px 0; }
    .halo_footer-bottom .row {
      display: block; }
      .halo_footer-bottom .row .col {
        text-align: center !important;
        display: block;
        margin-bottom: 10px;
        padding-bottom: 2rem; }
        .halo_footer-bottom .row .col:last-child {
          margin-bottom: 0;
          padding-top: 10px; } }

@media (max-width: 992px) {
  .halo_footer-middle .row {
    display: block;
    font-size: 0;
    margin-left: -8px;
    margin-right: -8px; }
    .halo_footer-middle .row .col {
      padding-left: 8px;
      padding-right: 8px;
      font-size: 12px;
      margin-top: 40px;
      display: inline-block;
      vertical-align: top;
      width: 25%; }
      .halo_footer-middle .row .col:nth-child(1) {
        width: 100%;
        margin-top: 0;
        font-size: 0; }
  .footer-info-store {
    font-size: 12px;
    display: inline-block;
    vertical-align: top; }
    .footer-info-store + .footer-info-store {
      margin-top: 0; } }

@media (max-width: 767px) {
  .footer-image-container {
    width: 100%;
    top: 15%;
    left: 27%;
    bottom: auto; }
  .footer-image-container img:nth-child(2) {
    display: none; }
  .footer-info-heading {
    font-size: 17px; }
  .halo_footer-top {
    display: block;
    font-size: 0; }
    .halo_footer-top .footer-top-col {
      display: block;
      font-size: 12px;
      margin: 0 auto; }
  .halo-services {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 12px 30px 14px 30px; }
    .halo-services > svg {
      top: 0;
      display: inline-block; }
    .halo-services > span {
      display: inline-block; }
  .footer-sitemap-wrapper {
    flex-direction: column; } }

@media (max-width: 767px) and (max-width: 702px) {
  .col.hide-mob {
    display: none; }
  .col.hide-desk {
    display: block; }
  .hide-mob {
    display: none; } }

@media (max-width: 767px) {
  .footer-dropdownmobile .footer-info-heading {
    position: relative;
    cursor: pointer; }
    .footer-dropdownmobile .footer-info-heading:before {
      top: 5px;
      right: 0;
      z-index: 2;
      content: "+";
      color: inherit;
      font-size: 20px;
      line-height: 1;
      font-weight: 400;
      position: absolute; }
  .footer-dropdownmobile + .footer-dropdownmobile {
    margin-top: 20px !important; }
  .footer-dropdownmobile .footer-info-list {
    margin-bottom: 10px; }
  .halo_footer-middle .row .col.footer-dropdownmobile {
    width: 100%;
    display: block; } }

@media (max-width: 480px) {
  .halo_footer-middle .row .col {
    width: 100%; }
  .footer-info-store {
    width: 100%; }
    .footer-info-store + .footer-info-store {
      margin-top: 15px; }
  .form-prefixPostfix .button {
    margin-left: 0;
    border-radius: 100px;
    border: 2px solid #c43201;
    background: #c43201;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 700; }
  .footer-sitemap-wrapper {
    grid-template-columns: 1fr; } }

/*=====  End of Jewel Bigcommerce  =========*/
.navBar--sub .navBar-item {
  font-size: 16px !important; }

.navBar--sub .navBar-item.active,
.navBar--sub .navBar-item:hover {
  background: #c43201 !important;
  color: #fff !important; }

.navBar--sub .navBar-item:hover .navBar-action {
  color: #fff !important; }

/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Banner parallax  -----*/
.halo_banner-parallax {
  font-family: "Wix Madefor Text";
  color: white; }
  .halo_banner-parallax > .halo_container {
    padding: 0;
    overflow: hidden;
    position: relative; }
    .halo_banner-parallax > .halo_container:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      z-index: 2;
      opacity: 0.3;
      background-color: #856664;
      position: absolute; }
  .halo_banner-parallax .image-parallax {
    top: auto;
    left: 0;
    right: 0;
    bottom: -140px;
    width: 100%;
    height: auto;
    position: absolute; }
  .halo_banner-parallax .banner-parallax-content {
    padding: 100px 0;
    width: 50%;
    z-index: 5;
    text-align: center;
    display: inline-block;
    position: relative; }
  .halo_banner-parallax .label {
    color: #fae3ca;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #fae3ca; }
  .halo_banner-parallax .title {
    margin: 0 0 12px 0;
    color: inherit;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    font-family: "Wix Madefor Text"; }
  .halo_banner-parallax .text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0; }
  .halo_banner-parallax .btn {
    margin-top: 32px;
    min-width: 320px;
    color: white;
    border-color: white;
    background-color: transparent; }
    .halo_banner-parallax .btn:hover, .halo_banner-parallax .btn:focus, .halo_banner-parallax .btn:active {
      color: #131457;
      border-color: #131457;
      background-color: #131457; }
  .halo_banner-parallax .description {
    letter-spacing: 1px;
    margin-bottom: 20px; }
    .halo_banner-parallax .description + .btn {
      margin-top: 20px; }

/*----------  2.0 Brands slider  -------*/
.halo_brands {
  margin-top: 60px !important;
  border-top: 1px solid #dadada; }
  .halo_brands .halo_container {
    padding-top: 32px;
    padding-bottom: 32px; }

.brands-slider {
  max-width: 1100px;
  margin: 0 auto; }
  .brands-slider img {
    margin: 0 auto; }
  .brands-slider .slick-list .slick-slide {
    transition: all 0.3s ease; }
  .brands-slider .slick-list:hover .slick-slide {
    opacity: 0.4; }
    .brands-slider .slick-list:hover .slick-slide:hover {
      opacity: 1; }

/*----------  3.0 Instagram list  ------*/
.halo_instagram-slide {
  max-width: 1000px;
  margin: 0 auto; }
  .halo_instagram-slide .slick-slide {
    padding: 0 10px; }
  .halo_instagram-slide + .halo_button-wrapper {
    margin-top: 50px; }

#InstagramGallery .btn {
  min-width: 230px; }

/*----------  4.0 Products  ------------*/
.productCarousel {
  margin: 0 auto;
  padding: 0 5px; }
  .productCarousel .productCarousel-slide {
    padding: 0 10px; }
    .productCarousel .productCarousel-slide:focus {
      outline: none; }
  .productCarousel .slick-dots {
    left: 0;
    right: 0; }
  .productCarousel.slick-dotted {
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
    .productCarousel.slick-dotted .slick-dots {
      bottom: -44px; }

.halo_products {
  border: none;
  border-radius: 0;
  text-align: center;
  position: relative; }
  .halo_products:hover .btn-wishlist {
    opacity: 1;
    visibility: visible; }
  .halo_products:hover .quickview {
    top: 50%;
    opacity: 1;
    visibility: visible; }
  .halo_products:hover .card-figcaption-group {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s; }
  .halo_products:hover .product-option-color {
    opacity: 1;
    visibility: visible; }
  .halo_products:hover .card-img-container:before {
    opacity: 1;
    visibility: visible; }
  .halo_products .card-figure {
    overflow: hidden;
    background-color: transparent; }
    .halo_products .card-figure > a:not(.quickview) {
      width: 100%;
      height: 100%;
      vertical-align: top;
      display: inline-block; }
  .halo_products .card-body {
    padding: 0;
    font-size: 12px;
    text-align: center;
    position: relative;
    margin-top: 10px;
    font-family: "Wix Madefor Text"; }
    .halo_products .card-body .card-text {
      color: #000;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      line-height: normal;
      text-transform: capitalize; }
      .halo_products .card-body .card-text[data-test-info-type="price"] {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.28px;
        margin-bottom: 12px;
        font-family: "Wix Madefor Text"; }
      .halo_products .card-body .card-text + .card-title {
        margin-top: 0; }
    .halo_products .card-body > .card-title {
      margin-top: 27px; }
    .halo_products .card-body .card-title {
      color: #000;
      font-family: Wix Madefor Text;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 30px;
      text-transform: capitalize;
      line-height: 23px;
      display: grid;
      place-items: center;
      max-height: 100px;
      overflow: auto; }
      .halo_products .card-body .card-title a {
        color: inherit;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        /* font-weight: 700; */
        line-height: normal;
        text-transform: uppercase; }
    .halo_products .card-body .card-figcaption-group {
      position: static;
      padding-bottom: 0; }
      .halo_products .card-body .card-figcaption-group .card-figcaption-button {
        display: none; }
  .halo_products .card-img-container:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.015);
    transition: all 0.3s ease; }
  .halo_products .quickview {
    left: 50%;
    z-index: 2;
    opacity: 0;
    width: auto;
    margin-top: 0;
    display: block;
    font-size: 12px;
    line-height: 18px;
    border-radius: 0;
    padding: 2px 15px;
    font-weight: 400;
    visibility: hidden;
    white-space: nowrap;
    position: absolute;
    letter-spacing: 0.4px;
    top: calc(50% + 30px);
    text-transform: capitalize;
    background-color: white;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    font-family: "Wix Madefor Text";
    color: #282828;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
    .halo_products .quickview .icon-quickview {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      display: none; }
  .halo_products .card-figcaption-group {
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -30px;
    opacity: 0;
    height: auto;
    display: block;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px; }
    .halo_products .card-figcaption-group .btn {
      width: 73%;
      display: inline-block;
      background-color: #fff;
      /* border-color: #787878; */
      /* color: #2e3031; */
      font-family: "Wix Madefor Text";
      font-weight: 700;
      text-transform: capitalize;
      font-size: 16px;
      border-radius: 100px;
      border: 2px solid #131457;
      color: #131457;
      padding: 9px; }
      .halo_products .card-figcaption-group .btn .icon {
        display: none; }
      .halo_products .card-figcaption-group .btn:focus, .halo_products .card-figcaption-group .btn:hover, .halo_products .card-figcaption-group .btn:active {
        color: #fff;
        outline: none;
        box-shadow: none;
        border: 1px solid #131457;
        background-color: #131457; }
    .halo_products .card-figcaption-group label.card-figcaption-button {
      margin-top: 15px;
      padding: 0;
      min-width: 0;
      display: block;
      margin-bottom: 0px;
      text-transform: capitalize;
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 0.4px;
      color: #646464;
      background-color: transparent;
      font-family: "Wix Madefor Text"; }
      .halo_products .card-figcaption-group label.card-figcaption-button > input {
        top: 2px;
        margin-right: 5px;
        position: relative;
        border-radius: 0; }
        .halo_products .card-figcaption-group label.card-figcaption-button > input:focus {
          outline: none; }
  .halo_products .btn-wishlist {
    top: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease; }
    .halo_products .btn-wishlist svg {
      fill: black; }
    .halo_products .btn-wishlist .icon {
      width: 16px;
      height: 16px; }
    .halo_products .btn-wishlist .text {
      display: none; }
  .halo_products .card-badge {
    top: 0;
    right: 0;
    z-index: 2;
    text-align: right;
    position: absolute;
    pointer-events: none; }
  .halo_products .card-summary {
    display: none;
    line-height: 24px; }
  .halo_products .product-option-color {
    opacity: 0;
    line-height: 1;
    margin-top: 16px;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none; }
    .halo_products .product-option-color .form-option-swatch {
      line-height: 1;
      vertical-align: top;
      margin: 0 5px 3px 0; }
    .halo_products .product-option-color [data-product-option-change] .form-option-swatch .form-option-variant {
      width: 8px;
      height: 8px;
      line-height: 8px;
      border-radius: 50%;
      min-width: 0; }

.halo_badge {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 6px;
  display: block;
  border-radius: 1px;
  background-color: #e95144;
  font-weight: 800; }
  .halo_badge + .halo_badge {
    margin-top: 5px; }
  .halo_badge + .freight-badge.halo_badge {
    margin-top: 1px; }
  .halo_badge.sale-badge {
    vertical-align: top;
    display: inline-block;
    color: white;
    background-color: #e95144; }
  .halo_badge.new-badge {
    vertical-align: top;
    display: inline-block;
    color: white;
    background-color: #2e3031; }
    .halo_badge.new-badge + .line {
      display: block;
      margin-bottom: 5px; }
  .halo_badge.freight-badge {
    color: white;
    background-color: #e95144;
    text-align: center; }

.card-title a {
  color: #000; }
  .card-title a:hover, .card-title a:focus, .card-title a:active {
    color: #2e3031; }

.price-section .price--withoutTax {
  color: #323232; }

.price-section .price--rrp {
  color: #8c8c8c; }
  .price-section .price--rrp + .price--withoutTax {
    margin-left: 10px;
    color: #e95144; }

.icon--ratingEmpty svg {
  fill: #dfdfe0; }

.icon--ratingFull svg {
  fill: #323232; }

.compare-link {
  position: fixed;
  right: 50px;
  top: 40%;
  z-index: 10; }
  .compare-link a {
    opacity: 0;
    visibility: hidden;
    position: relative;
    line-height: 20px;
    padding: 8px 25px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #646464;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2); }
    .compare-link a.show {
      opacity: 1;
      visibility: visible; }
    .compare-link a > span {
      position: absolute;
      right: -10px;
      top: -10px;
      text-align: center;
      padding-left: 2px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      margin-left: 0;
      color: #fff;
      font-weight: 400;
      background-color: #fae3ca; }
    .compare-link a:hover {
      color: black;
      border-color: black; }

.halo_section .productCarousel-slide .card-img-container {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto; }

.halo_section .productCarousel-slide .halo_products .card-figcaption-group {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.btn.btn-shopmore {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  border-color: #2e3031;
  background-color: #2e3031;
  font-family: "Wix Madefor Text";
  position: absolute;
  top: 30px;
  right: 20px; }
  .btn.btn-shopmore:before {
    content: none; }

/*----------  5.0 Featured Catg  -------*/
.featured-categories-slider {
  max-width: 1000px;
  margin: 0 auto; }
  .featured-categories-slider .category-slide {
    padding: 0 10px 5px 10px; }
    .featured-categories-slider .category-slide:focus {
      outline: none; }
  .featured-categories-slider + .halo_button-wrapper {
    margin-top: 50px; }

.halo_featured-category {
  text-align: center;
  position: relative;
  padding: 35px 15px 45px 15px;
  background-color: #fff;
  box-shadow: none;
  overflow: hidden;
  transition: all 0.3s ease; }
  .halo_featured-category .wrapper-image {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2; }
    .halo_featured-category .wrapper-image:before {
      content: "";
      display: block;
      padding-top: 48%; }
    .halo_featured-category .wrapper-image > a {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      position: absolute; }
    .halo_featured-category .wrapper-image img {
      top: 50%;
      left: 50%;
      width: auto;
      max-width: none;
      height: 100%;
      z-index: 1;
      max-height: 96px;
      position: absolute;
      transform: translate(-50%, -50%); }
    .halo_featured-category .wrapper-image + .content {
      margin-top: 22px; }
  .halo_featured-category .content {
    position: relative;
    z-index: 2; }
    .halo_featured-category .content .title {
      margin: 0 0 7px 0;
      font-size: 13px;
      line-height: 26px;
      font-weight: 600;
      letter-spacing: 2.08px;
      text-transform: uppercase;
      font-family: "Wix Madefor Text";
      color: #2e3031; }
    .halo_featured-category .content .text {
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 15px;
      letter-spacing: 0.24px;
      color: #969696; }
    .halo_featured-category .content .link {
      font-size: 12px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0.4px;
      position: relative;
      text-transform: capitalize;
      color: #8b714a;
      font-family: "Wix Madefor Text"; }
      .halo_featured-category .content .link:before {
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: all 0.3s ease;
        background-color: #8b714a; }
      .halo_featured-category .content .link:hover:before {
        width: 100%; }
  .halo_featured-category > .line-1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute; }
    .halo_featured-category > .line-1:before, .halo_featured-category > .line-1:after {
      content: "";
      width: 0;
      height: 1px;
      position: absolute;
      transition-delay: 0.3s;
      transition: all 0.3s linear;
      background-color: #dfdfdf; }
    .halo_featured-category > .line-1:before {
      top: 0;
      right: 0; }
    .halo_featured-category > .line-1:after {
      left: 0;
      bottom: 0; }
  .halo_featured-category > .line-2 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute; }
    .halo_featured-category > .line-2:before, .halo_featured-category > .line-2:after {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition-delay: 0s;
      transition: all 0.3s linear;
      background-color: #dfdfdf; }
    .halo_featured-category > .line-2:before {
      top: 0;
      left: 0; }
    .halo_featured-category > .line-2:after {
      right: 0;
      bottom: 0; }
  .halo_featured-category:hover {
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05); }
    .halo_featured-category:hover > .line-1:before, .halo_featured-category:hover > .line-1:after {
      width: 100%;
      transition-delay: 0s; }
    .halo_featured-category:hover > .line-2:before, .halo_featured-category:hover > .line-2:after {
      height: 100%;
      transition-delay: 0.3s; }

/*----------  6.0 Breadcrumb  ----------*/
.halo_breadcrumbs {
  display: block;
  background-color: #ffffff;
  padding-left: 13px;
  max-width: 1450px;
  padding: 1rem;
  padding-bottom: 0;
  max-width: 1450px;
  margin: auto; }
  .halo_breadcrumbs .breadcrumbs {
    display: block;
    text-align: left;
    margin-bottom: 0; }
  .halo_breadcrumbs .breadcrumb {
    padding: 8px 0;
    font-size: 12px;
    border-radius: 0;
    line-height: 20px;
    letter-spacing: 0.5px;
    background-color: transparent;
    color: #000; }
    .halo_breadcrumbs .breadcrumb a {
      color: inherit;
      font-weight: 700;
      font-family: Wix Madefor Text;
      font-size: 16px;
      font-style: normal;
      line-height: normal; }
      @media (max-width: 540px) {
        .halo_breadcrumbs .breadcrumb a {
          font-size: 12px; } }
    .halo_breadcrumbs .breadcrumb + .breadcrumb:before {
      content: ">";
      margin: 0 10px;
      font-size: 14px;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .halo_breadcrumbs .breadcrumb:hover {
      color: black; }
  .halo_breadcrumbs + .halo_page-heading {
    padding: 0; }
  @media (max-width: 1061px) {
    .halo_breadcrumbs {
      display: none; } }

.halo_container-industry-mobile {
  display: none; }

.halo_container-industry {
  max-width: 1730px;
  margin: 0 auto;
  background-color: transparent;
  margin-top: -175px;
  margin-bottom: -1px; }
  .halo_container-industry .breadcrumbs {
    display: flex;
    align-items: flex-end;
    text-align: left;
    margin-bottom: 0;
    padding: 0.5rem calc(3rem + 20px) 0 calc(3rem + 20px);
    background: white;
    height: 100%;
    vertical-align: bottom;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    flex-wrap: wrap; }
  .halo_container-industry .halo_container-industry-inner {
    vertical-align: bottom;
    display: flex;
    justify-content: flex-start; }
  .halo_container-industry .breadcrumb {
    padding: 8px 0 0 0;
    font-size: 16px;
    border-radius: 0;
    line-height: 20px;
    letter-spacing: 0.5px;
    background-color: transparent;
    color: #000; }
    .halo_container-industry .breadcrumb .breadcrumb-label {
      font-size: 16px; }
    .halo_container-industry .breadcrumb a {
      color: inherit;
      font-weight: 700;
      font-family: Wix Madefor Text;
      font-size: 16px;
      font-style: normal;
      line-height: normal; }
    .halo_container-industry .breadcrumb + .breadcrumb:before {
      content: ">";
      margin: 0 10px;
      font-size: 14px;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .halo_container-industry .breadcrumb:hover {
      color: black; }
  .halo_container-industry + .halo_page-heading {
    padding: 0; }

.halo_container-services-product .breadcrumbs {
  padding: 0.5rem 20px 0 20px; }

@media (max-width: 767px) {
  .halo_container-industry {
    display: none; }
  .halo_container-industry-mobile {
    margin-top: 8px;
    padding-bottom: 8px; }
    .halo_container-industry-mobile .breadcrumbs {
      padding: 0 20px; } }

/*----------  7.0 Category page  -------*/
.halo_banner-category {
  display: table;
  width: 100%;
  background-color: #fafafa; }
  .halo_banner-category .wrapper-image,
  .halo_banner-category .wrapper-content {
    display: table-cell;
    vertical-align: top; }
  .halo_banner-category .wrapper-image {
    width: 270px;
    position: relative;
    overflow: hidden; }
    .halo_banner-category .wrapper-image:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .halo_banner-category .wrapper-image img {
      top: 50%;
      left: 50%;
      z-index: 1;
      width: auto;
      max-width: none;
      height: 100%;
      position: absolute;
      transform: translate(-50%, -50%); }
  .halo_banner-category .wrapper-content {
    text-align: center;
    padding: 60px 100px; }
  .halo_banner-category .page-heading {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    color: #323232;
    font-family: "Wix Madefor Text"; }
  .halo_banner-category p {
    letter-spacing: 0.24px;
    margin: 0; }
  .halo_banner-category .list-brands {
    margin: 0;
    margin-top: 30px;
    display: table;
    width: 100%; }
    .halo_banner-category .list-brands > a {
      font-weight: 600;
      display: table-cell;
      vertical-align: middle;
      color: #323232;
      font-family: "Wix Madefor Text";
      text-transform: uppercase;
      letter-spacing: 1.92px;
      text-decoration: underline;
      -webkit-text-underline-position: under;
      -ms-text-underline-position: below;
      text-underline-position: under; }

.page-description {
  display: none; }

@media (max-width: 1200px) {
  .halo_breadcrumbs {
    padding-top: 2rem; } }

.halo_page-bottom .halo-banner {
  display: flex;
  background: #fafafa;
  max-width: 100%;
  padding: 0;
  margin: 45px 0px 0; }
  .halo_page-bottom .halo-banner .col-content {
    width: 50%;
    position: relative;
    overflow-y: auto; }
    .halo_page-bottom .halo-banner .col-content .content-wrapper {
      position: absolute;
      top: 50%;
      left: 23.8%;
      width: 70%;
      transform: translateY(-50%);
      text-align: center; }
    .halo_page-bottom .halo-banner .col-content .icon-heading {
      padding: 0 0 10px 0; }
      .halo_page-bottom .halo-banner .col-content .icon-heading img {
        width: auto; }
    .halo_page-bottom .halo-banner .col-content .title {
      font-size: 30px;
      line-height: 46px;
      letter-spacing: 0.04em;
      text-transform: capitalize;
      color: #282828;
      font-weight: 600;
      font-family: "DM Serif Display", serif;
      margin-top: 0;
      margin-bottom: 31px; }
      .halo_page-bottom .halo-banner .col-content .title a {
        color: inherit; }
    .halo_page-bottom .halo-banner .col-content .descriptions {
      font-size: 12px;
      line-height: 24px;
      letter-spacing: 0.02em;
      margin-bottom: 55px;
      color: #787878; }
    .halo_page-bottom .halo-banner .col-content .btn {
      color: #787878;
      width: 100%;
      max-width: 230px;
      padding: 9px 15px 8px; }
      .halo_page-bottom .halo-banner .col-content .btn:hover {
        color: #ffffff; }
  .halo_page-bottom .halo-banner .col-image {
    width: 50%; }
    .halo_page-bottom .halo-banner .col-image .image-wrapper {
      display: block;
      overflow: hidden;
      position: relative; }
      .halo_page-bottom .halo-banner .col-image .image-wrapper img {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        height: 100%;
        width: 100%;
        transform: translate3d(-50%, -50%, 0);
        -o-object-fit: cover;
        object-fit: cover; }
      .halo_page-bottom .halo-banner .col-image .image-wrapper:before {
        content: "";
        display: block;
        padding-bottom: 88.5%; }

@media (min-width: 1200px) {
  .halo_page-bottom .halo-banner .col-content .content-wrapper {
    left: 12%;
    width: 80%; }
  .halo_page-bottom .halo_breadcrumbs {
    padding-top: 2rem; } }

@media (min-width: 1600px) {
  .halo_page-bottom .halo-banner .col-content .content-wrapper {
    width: 64%; } }

@media (min-width: 1700px) {
  .halo_page-bottom .halo-banner .col-content .content-wrapper {
    width: 78.3%; } }

@media (max-width: 1199px) {
  .halo_page-bottom .halo-banner .col-content .content-wrapper {
    width: 90%;
    position: absolute;
    right: 20px;
    left: inherit; } }

@media (max-width: 1024px) {
  .halo_page-bottom .halo-banner .col-content .title {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px; }
  .halo_page-bottom .halo-banner .col-content .descriptions {
    margin-bottom: 25px; } }

@media (max-width: 991px) {
  .halo_page-bottom .halo-banner .col-content .content-wrapper {
    top: 70%;
    padding-bottom: 60px; } }

@media (max-width: 767px) {
  .halo_page-bottom .halo-banner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 0; }
    .halo_page-bottom .halo-banner .col-content {
      width: 100% !important;
      padding: 30px 10px;
      overflow-y: inherit !important; }
      .halo_page-bottom .halo-banner .col-content .content-wrapper {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
      .halo_page-bottom .halo-banner .col-content .descriptions {
        margin-bottom: 40px; }
    .halo_page-bottom .halo-banner .col-image {
      width: 100%; } }

.halo_page-heading {
  padding: 0px 0 0 0;
  display: block;
  text-align: center; }
  .halo_page-heading .page-heading {
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Wix Madefor Text";
    color: #323232;
    font-weight: 600;
    letter-spacing: 3.6px; }
    .halo_page-heading .page-heading + p {
      margin-top: 20px; }
  .halo_page-heading p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.4px; }
  .halo_page-heading.text-left .page-heading {
    text-align: left; }

.actionBar[data-sort-by],
.actionBar[data-show-products] {
  margin: 0; }

.halo_category-toolbar {
  margin-bottom: 40px;
  text-align: right; }
  .halo_category-toolbar .form-label,
  .halo_category-toolbar .actionBar-section .form-label {
    letter-spacing: 0.96px;
    font-weight: 500;
    font-family: "Wix Madefor Text";
    color: #282828; }
  .halo_category-toolbar .view-as-btn,
  .halo_category-toolbar .actionBar[data-sort-by],
  .halo_category-toolbar .actionBar[data-show-products] {
    margin: 0;
    vertical-align: middle;
    display: inline-block; }
  .halo_category-toolbar .view-as-btn {
    position: relative; }
    .halo_category-toolbar .view-as-btn label {
      margin-bottom: 0;
      display: inline-block; }
    .halo_category-toolbar .view-as-btn .icon-view {
      width: 14px;
      height: 14px;
      fill: #cfcfcf;
      transition: all 0.3s ease; }
    .halo_category-toolbar .view-as-btn .current-view .icon-view {
      fill: #505050; }
    .halo_category-toolbar .view-as-btn .btn-group {
      line-height: 1; }
    .halo_category-toolbar .view-as-btn label + .btn-group,
    .halo_category-toolbar .view-as-btn .btn-group > a + a {
      margin-left: 20px; }
  .halo_category-toolbar .actionBar-section .form-field {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent; }
    .halo_category-toolbar .actionBar-section .form-field .form-select--small,
    .halo_category-toolbar .actionBar-section .form-field .form-select--date {
      background-position: right -3px top 0.3rem; }
  .halo_category-toolbar .actionBar-section .form-label {
    padding-left: 0;
    line-height: 25px;
    margin-right: 15px;
    vertical-align: middle; }
  .halo_category-toolbar .actionBar-section .form-select {
    height: auto;
    border-radius: 0;
    min-width: 160px;
    min-height: 0;
    padding-left: 0.21429rem;
    vertical-align: middle;
    border-bottom: 1px solid #bababa; }
    .halo_category-toolbar .actionBar-section .form-select option {
      padding: 5px 15px; }
  .halo_category-toolbar .actionBar + .actionBar,
  .halo_category-toolbar .view-as-btn + .actionBar {
    margin-left: 70px; }

.halo_category-product {
  position: relative;
  overflow: hidden; }

.halo_loading-page {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  position: absolute;
  background-color: #fff;
  display: block; }
  .halo_loading-page .halo_diamond {
    top: 250px;
    left: calc(50% - 40px);
    position: absolute; }
  .halo_loading-page.hide {
    display: none; }

/*----------  8.0 Trending blog  -------*/
.halo_trending-blog .halo_main-title {
  margin-bottom: 30px; }

.trending-blog-list {
  margin: 0 -15px;
  font-size: 0; }
  .trending-blog-list .blog-item {
    padding: 0 15px;
    font-size: 12px;
    width: 33.33333333%;
    display: inline-block;
    vertical-align: top; }

.trending-blog {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  font-family: "Wix Madefor Text"; }
  .trending-blog .wrapper-image {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #fafafa; }
    .trending-blog .wrapper-image:before {
      content: "";
      display: block;
      padding-top: 75%; }
    .trending-blog .wrapper-image > img {
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 2;
      position: absolute;
      transform: translateY(-50%);
      transition: all 1s ease; }
    .trending-blog .wrapper-image > .label {
      margin: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      padding: 8px 15px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #323232;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.85); }
  .trending-blog .wrapper-content {
    position: relative;
    padding: 25px 30px 30px 30px;
    border: 1px solid #dadada;
    border-top: none; }
    .trending-blog .wrapper-content > .title {
      font-size: 18px;
      line-height: 1.5;
      font-weight: 600;
      text-transform: uppercase;
      color: #323232;
      letter-spacing: 1.44px;
      vertical-align: top;
      display: inline-block;
      margin-bottom: 20px;
      position: relative; }
      .trending-blog .wrapper-content > .title:before {
        left: 0;
        bottom: -2px;
        width: 0px;
        height: 1px;
        content: "";
        position: absolute;
        background-color: #323232;
        transition: all 0.3s ease; }
      .trending-blog .wrapper-content > .title:hover {
        color: #323232; }
        .trending-blog .wrapper-content > .title:hover:before {
          width: 100%; }
    .trending-blog .wrapper-content .text {
      letter-spacing: 0.24px;
      margin-bottom: 20px;
      font-family: "Wix Madefor Text"; }
    .trending-blog .wrapper-content .btn {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, 50%);
      color: white;
      background-color: #323232;
      border-color: #323232;
      min-width: 210px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.92px; }
      .trending-blog .wrapper-content .btn:hover {
        color: white;
        background-color: #323232;
        border-color: #323232; }
  .trending-blog:hover .wrapper-image > img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.1, 1.1, 1) translateY(-50%);
    transform: scale3d(1.1, 1.1, 1) translateY(-50%); }

/*----------  10.0 Gift certificate  ---*/
.navBar--sub {
  width: 100%;
  margin-bottom: 30px; }
  .navBar--sub .navBar-section {
    display: table;
    width: 100%;
    border-collapse: collapse; }
  .navBar--sub .navBar-item,
  .navBar--sub .navBar-item.navBar-item--separate {
    color: #a0a0a0;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    border-spacing: 0px;
    margin-bottom: 10px;
    letter-spacing: 0.52px;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    transition: all 0.3s ease;
    font-family: "Wix Madefor Text";
    display: table-cell;
    vertical-align: middle; }
    .navBar--sub .navBar-item:hover, .navBar--sub .navBar-item.is-active,
    .navBar--sub .navBar-item.navBar-item--separate:hover,
    .navBar--sub .navBar-item.navBar-item--separate.is-active {
      color: #646464;
      border: 1px solid #e0e0e0;
      background-color: #fafafa; }
      .navBar--sub .navBar-item:hover .navBar-action,
      .navBar--sub .navBar-item:hover .toggleLink-text, .navBar--sub .navBar-item.is-active .navBar-action,
      .navBar--sub .navBar-item.is-active .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate:hover .navBar-action,
      .navBar--sub .navBar-item.navBar-item--separate:hover .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate.is-active .navBar-action,
      .navBar--sub .navBar-item.navBar-item--separate.is-active .toggleLink-text {
        color: #646464; }
    .navBar--sub .navBar-item .navBar-action,
    .navBar--sub .navBar-item .toggleLink-text,
    .navBar--sub .navBar-item.navBar-item--separate .navBar-action,
    .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text {
      padding: 9px 0 7px 0;
      color: inherit;
      font-size: inherit;
      transition: none;
      font-weight: inherit;
      transition: all 0.3s ease; }
      .navBar--sub .navBar-item .navBar-action > .toggleLink-text,
      .navBar--sub .navBar-item .toggleLink-text > .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate .navBar-action > .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text > .toggleLink-text {
        padding: 0;
        border: none; }
      .navBar--sub .navBar-item .navBar-action.is-open,
      .navBar--sub .navBar-item .toggleLink-text.is-open,
      .navBar--sub .navBar-item.navBar-item--separate .navBar-action.is-open,
      .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text.is-open {
        color: #646464; }

.halo_gift-certificate {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .halo_gift-certificate .form-field .form-label {
    margin-bottom: 12px; }

.gift-certificate-form .form-row {
  margin: 0 -40px; }
  .gift-certificate-form .form-row .form-field {
    padding: 0 40px; }
  .gift-certificate-form .form-row > .form-column {
    padding-left: 0;
    padding-right: 0; }
    .gift-certificate-form .form-row > .form-column > .form-label {
      padding-left: 40px;
      padding-right: 40px;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.24px;
      text-transform: capitalize;
      color: #282828; }
      .gift-certificate-form .form-row > .form-column > .form-label > small {
        font-size: 0; }
  .gift-certificate-form .form-row .form-field-group {
    border: none;
    margin-top: 5px; }
    .gift-certificate-form .form-row .form-field-group .form-label {
      line-height: 20px;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 40px;
      position: relative;
      font-weight: 400;
      color: #646464;
      font-family: "Wix Madefor Text";
      margin-bottom: 0; }
      .gift-certificate-form .form-row .form-field-group .form-label:before, .gift-certificate-form .form-row .form-field-group .form-label:after {
        top: 50%;
        left: 15px;
        position: absolute;
        transform: translate(0, -50%); }
      .gift-certificate-form .form-row .form-field-group .form-label:after {
        left: 16px; }
      .gift-certificate-form .form-row .form-field-group .form-label:nth-of-type(2n + 1) {
        background-color: #fafafa; }

.gift-certificate-form .form-actions {
  max-width: none;
  text-align: right; }
  .gift-certificate-form .form-actions #gift-certificate-preview {
    min-width: 190px;
    font-weight: 600; }
  .gift-certificate-form .form-actions #gift-certificate-submit {
    min-width: 400px;
    margin-left: 30px;
    font-weight: 600; }

.gift-certificate-form .form-checkbox + .form-label:before, .gift-certificate-form .form-checkbox + .form-label:after {
  border-radius: 0;
  top: 0; }

.halo_gift-redeem h3,
.halo_gift-redeem h4,
.halo_gift-balance h3,
.halo_gift-balance h4 {
  font-size: 18px;
  letter-spacing: 2.24px;
  font-weight: 600;
  text-transform: uppercase; }

.halo_gift-redeem p > strong,
.halo_gift-balance p > strong {
  letter-spacing: 0.5px;
  font-weight: 600; }

.halo_gift-redeem ol li,
.halo_gift-balance ol li {
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 7px; }

.halo_gift-redeem .form-prefixPostfix-button--postfix,
.halo_gift-balance .form-prefixPostfix-button--postfix {
  border: 1px solid #323232; }

.GiftCertificate {
  font-family: "Wix Madefor Text"; }
  .GiftCertificate .StoreInfo {
    padding-right: 200px; }
    .GiftCertificate .StoreInfo h1 {
      font-size: 18px;
      line-height: 1.5;
      font-weight: 500;
      letter-spacing: 0.5px;
      font-family: "Wix Madefor Text"; }
  .GiftCertificate #GiftCertificateAmount {
    padding-top: 10px; }
  .GiftCertificate #GiftCertificateMessage {
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.5px; }
  .GiftCertificate .GiftCertificateBody,
  .GiftCertificate .GiftCertificateDetails,
  .GiftCertificate .GiftCertificateMessage,
  .GiftCertificate .GiftCertificateShopNow,
  .GiftCertificate .GiftCertificateHeader {
    padding: 20px; }
  .GiftCertificate .GiftCertificateMessage {
    padding-top: 0; }

/*----------  11.0 Contact Page  -------*/
.halo_container-page .halo_page-heading {
  padding: 0 2rem; }

.halo_container-page .halo_page-heading h1 {
  padding: 3rem 1rem 1rem 1rem;
  font-size: 48px;
  font-weight: 700px;
  color: #00014b; }
  @media (max-width: 768px) {
    .halo_container-page .halo_page-heading h1 {
      font-size: 36px; } }

.halo_container-page .content {
  font-size: 18px;
  color: #00014b; }

.halo_contact-page {
  width: 100%;
  vertical-align: top;
  text-align: left;
  padding-top: 2rem; }
  .halo_contact-page .grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
    max-width: 1920px;
    position: relative;
    align-items: center; }
    .halo_contact-page .grid-section.contact-section {
      margin: auto; }
  @media screen and (max-width: 1024px) {
    .halo_contact-page .form-row--half .form-field {
      display: block !important;
      width: 100% !important; }
    .halo_contact-page .form-row--half .form-field {
      width: 100% !important; } }
  @media screen and (max-width: 768px) {
    .halo_contact-page .grid-section {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto; }
    .halo_contact-page .halo_container-page .halo_page-heading h1 {
      font-size: 36px; }
    .halo_contact-page .halo_container-page .content {
      font-size: 16px; }
    .halo_contact-page .bg-image {
      height: 100% !important; } }
  .halo_contact-page .bg-image {
    grid-column: 1 / 3;
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: -1;
    height: 80%;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto; }
  .halo_contact-page .contact-info {
    grid-column: 1;
    max-width: 1280px;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    width: 60%;
    place-self: center end;
    position: relative;
    border: 1px solid #d8d8d8;
    height: 100vh; }
    .halo_contact-page .contact-info .form-actions {
      margin-top: 10px;
      text-align: left; }
      .halo_contact-page .contact-info .form-actions .button {
        min-width: 235px;
        width: auto; }
    .halo_contact-page .contact-info .successful {
      font-size: 16px;
      font-style: italic;
      letter-spacing: 0.5px; }
      .halo_contact-page .contact-info .successful > a {
        margin-left: 5px;
        color: black;
        text-decoration: underline; }
    @media (max-width: 768px) {
      .halo_contact-page .contact-info {
        height: 110vh; } }
    @media (max-width: 540px) {
      .halo_contact-page .contact-info {
        height: 130vh; } }
  .halo_contact-page .contact-location {
    background: transparent;
    color: white !important;
    padding: 12% 3.5rem; }
    @media (max-width: 768px) {
      .halo_contact-page .contact-location {
        padding: 2rem; } }
  .halo_contact-page .contact-location .white-title {
    color: white;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left; }
    @media (max-width: 768px) {
      .halo_contact-page .contact-location .white-title {
        font-size: 36px; } }
  .halo_contact-page .form {
    padding: 20px;
    box-sizing: border-box;
    position: relative; }
  .halo_contact-page .form-bg {
    background-color: #d8d8d8;
    position: absolute;
    top: 10px;
    right: -10px;
    bottom: -10px;
    left: 10px;
    z-index: -1; }
  .halo_contact-page .form-field input,
  .halo_contact-page textarea {
    box-sizing: border-box;
    background: #e7e7e7;
    border: none;
    margin-top: 0.5rem; }
  .halo_contact-page .form-button {
    background: #c43201;
    color: white;
    max-width: 100%;
    border-radius: 100px;
    border: none;
    font-size: 16px;
    font-weight: 700; }
  .halo_contact-page .form label {
    font-size: 18px;
    font-weight: 400; }
  .halo_contact-page .small {
    margin-bottom: 20px;
    font-size: 12px; }

.storeLocation {
  font-size: 12px;
  line-height: 24px; }
  .storeLocation .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    letter-spacing: 2.24px;
    padding: 2px 0 5px 0;
    margin: 0 0 30px 0;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-family: "Wix Madefor Text";
    color: #323232; }
  .storeLocation .text,
  .storeLocation .store-address,
  .storeLocation .store-phone,
  .storeLocation .email-link {
    margin-bottom: 20px;
    font-size: 20px;
    color: white; }
    .storeLocation .text span,
    .storeLocation .store-address span,
    .storeLocation .store-phone span,
    .storeLocation .email-link span {
      color: #ffffff; }
  .storeLocation .email-link:hover {
    text-decoration: underline; }
  .storeLocation strong {
    font-weight: 700;
    text-transform: capitalize; }

.storeLocation .store-phone.text {
  color: #ffffff; }
  .storeLocation .store-phone.text span {
    color: #ffffff; }
    .storeLocation .store-phone.text span a {
      color: #ffffff; }

/*----------  12.0 Sitemap page  -------*/
.sitemapPage .contentSitemap {
  margin: 0;
  display: block; }
  .sitemapPage .contentSitemap ul {
    list-style: none;
    margin-left: 0; }
  .sitemapPage .contentSitemap > li {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 20px 0 0; }
    .sitemapPage .contentSitemap > li > ul {
      padding: 0px;
      padding-top: 0px; }
    .sitemapPage .contentSitemap > li > ul > li > a {
      color: #2e3031; }
    .sitemapPage .contentSitemap > li > ul > li > ul {
      padding: 0px 30px;
      padding-top: 0px; }
      .sitemapPage .contentSitemap > li > ul > li > ul > li > a {
        font-size: 12px;
        font-weight: 400;
        color: black; }
      .sitemapPage .contentSitemap > li > ul > li > ul > li > ul {
        padding: 0px 30px;
        padding-top: 0px; }
        .sitemapPage .contentSitemap > li > ul > li > ul > li > ul > li > a {
          font-size: 12px;
          font-weight: 400;
          font-family: Arimo, Arial, Helvetica, sans-serif;
          color: #646464; }
    .sitemapPage .contentSitemap > li:last-child li a {
      font-family: Arimo, Arial, Helvetica, sans-serif; }
  .sitemapPage .contentSitemap h3 {
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: 4.55px;
    text-transform: uppercase;
    font-family: "Wix Madefor Text";
    color: #2e3031;
    border-bottom: 1px solid #ececec; }
  .sitemapPage .contentSitemap a {
    padding: 6px 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.52px;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-family: "Wix Madefor Text"; }

.page-type-sitemap .halo_page-heading {
  padding-top: 40px; }

.page-type-sitemap .halo_container-page {
  padding-top: 33px;
  padding-bottom: 50px; }

/*----------  13.0 Search page  --------*/
.actionBar-section .form-field {
  border-radius: 0; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

.actionBar-section .form-select {
  min-width: 170px;
  border-bottom: 1px solid #bababa;
  background-position: right -3px top 10px; }

.actionBar-section.form-fieldset {
  float: left; }

.actionBar-section .form-field {
  border: none; }
  .actionBar-section .form-field .form-label {
    min-width: 50px;
    padding-left: 0; }

.advancedSearch-form .form-actions {
  margin-top: 30px;
  min-width: 170px;
  max-width: 170px; }

.advancedSearch-form .form-fieldset.form-column > .form-field {
  padding-left: 0;
  padding-right: 0; }

#search-results-content > ul {
  margin-left: 0; }

/*----------  14.0 Location page  ------*/
.page-location {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .page-location .page-location-nav .title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin: 0 0 15px 0;
    letter-spacing: 0.52px;
    text-transform: capitalize;
    color: #323232;
    font-family: "Wix Madefor Text";
    border-bottom: 1px solid #323232; }
  .page-location .page-location-nav .text {
    line-height: 24px; }
  .page-location .search_map {
    padding-left: 70px; }

/*----------  15.0 Lookbook page  ------*/
.lookbook-page {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .lookbook-page .halo_lookbook-btn {
    display: block;
    text-align: center;
    padding-top: 35px;
    margin-top: 15px;
    border-top: 1px solid #ececec; }
    .lookbook-page .halo_lookbook-btn .btn {
      min-width: 320px; }
  .lookbook-page .halo_lookbook-share {
    display: block;
    text-align: right; }
    .lookbook-page .halo_lookbook-share .social-mediaBlock {
      display: inline-block;
      vertical-align: top; }

.halo_lookbook {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .halo_lookbook .halo_item {
    position: relative;
    overflow: hidden;
    vertical-align: top; }
    .halo_lookbook .halo_item:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      z-index: 2;
      opacity: 0.4;
      background-color: #866965;
      position: absolute; }
    .halo_lookbook .halo_item > img {
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      bottom: auto;
      position: absolute;
      transform: translate(-50%, -50%); }
  .halo_lookbook .banner-content {
    z-index: 10;
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    max-width: 700px;
    position: relative;
    padding: 14.5rem 0; }
    .halo_lookbook .banner-content .title {
      color: inherit;
      font-weight: 600;
      font-size: 60px;
      letter-spacing: 24px;
      text-transform: uppercase;
      font-family: "Wix Madefor Text"; }
    .halo_lookbook .banner-content .label {
      color: #fae3ca;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0;
      padding-left: 5px;
      padding-right: 5px;
      letter-spacing: 6px;
      text-transform: uppercase;
      border-bottom: 1px solid #fae3ca;
      font-family: "Wix Madefor Text"; }
  .halo_lookbook .slick-arrow-custom {
    width: 45px;
    height: 45px; }
    .halo_lookbook .slick-arrow-custom.slick-prev {
      left: -80px; }
    .halo_lookbook .slick-arrow-custom.slick-next {
      right: -80px; }
  .halo_lookbook .slick-dots {
    z-index: 5;
    bottom: 30px; }
    .halo_lookbook .slick-dots li {
      width: 13px;
      height: 13px;
      padding: 0;
      margin: 0 8px;
      background-color: transparent; }
      .halo_lookbook .slick-dots li button {
        width: 100%;
        height: 100%;
        opacity: 0.6;
        border-color: transparent; }
        .halo_lookbook .slick-dots li button:before {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #fff; }
      .halo_lookbook .slick-dots li.slick-active button {
        opacity: 1;
        border-color: #fff; }
        .halo_lookbook .slick-dots li.slick-active button:before {
          background-color: transparent; }
  .halo_lookbook.slick-dotted {
    margin-bottom: 20px; }

/*----------  16.0 Ask an Expert  ------*/
button[data-reveal-id="halo-ask-an-expert-form"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 25px;
  border-color: #787878;
  margin-bottom: 25px;
  font-family: "Wix Madefor Text";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.08px;
  color: #323232; }
  button[data-reveal-id="halo-ask-an-expert-form"]:before {
    content: none; }
  button[data-reveal-id="halo-ask-an-expert-form"]:hover, button[data-reveal-id="halo-ask-an-expert-form"]:focus, button[data-reveal-id="halo-ask-an-expert-form"]:active {
    color: #fff;
    border-color: black;
    background-color: black; }
  @media (max-width: 1024px) {
    button[data-reveal-id="halo-ask-an-expert-form"] img {
      display: none; }
    button[data-reveal-id="halo-ask-an-expert-form"] .ask-an-expert-mobile {
      display: block; } }

#halo-ask-an-expert-form {
  min-height: 120px;
  max-width: 780px;
  width: 100%;
  right: auto;
  overflow: visible; }
  @media (max-width: 991px) {
    #halo-ask-an-expert-form {
      max-width: 95%; } }
  #halo-ask-an-expert-form .alert {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0; }
  #halo-ask-an-expert-form .modal-header {
    padding: 15px 30px;
    background-color: #f5f5f5;
    border-bottom: none; }
    #halo-ask-an-expert-form .modal-header .modal-header-title {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 4px;
      text-transform: uppercase;
      font-family: "Wix Madefor Text";
      color: #323232; }
  #halo-ask-an-expert-form .title-ask {
    font-size: 13px;
    font-weight: 500;
    font-family: "Wix Madefor Text";
    text-transform: capitalize;
    color: #323232;
    background-color: #fafafa;
    text-align: center;
    line-height: 20px;
    padding: 15px 30px;
    margin: 0;
    letter-spacing: 0.52px; }
  #halo-ask-an-expert-form .modal-body {
    padding-top: 30px;
    padding-bottom: 80px; }
  #halo-ask-an-expert-form .form-inner {
    margin: 0 auto;
    max-width: 500px; }
    #halo-ask-an-expert-form .form-inner .sub-title {
      text-align: center;
      color: #646464;
      font-size: 12px;
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 25px;
      margin-bottom: 25px;
      letter-spacing: 0.24px; }
    #halo-ask-an-expert-form .form-inner .sub-title-question {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: #323232;
      text-align: center;
      line-height: 20px;
      margin: 0 0 25px;
      font-family: "Wix Madefor Text";
      letter-spacing: 1.92px; }
  #halo-ask-an-expert-form .form-field {
    margin-bottom: 15px; }
    #halo-ask-an-expert-form .form-field.form-field-1 {
      padding-top: 13px;
      margin-bottom: 16px; }
    #halo-ask-an-expert-form .form-field textarea {
      max-height: 135px; }
    #halo-ask-an-expert-form .form-field .form-radio + .form-label {
      color: #646464;
      font-weight: 400; }
  #halo-ask-an-expert-form .form-label {
    display: inline-block !important;
    width: auto;
    margin-right: 25px;
    font-size: 12px;
    color: #323232; }
    #halo-ask-an-expert-form .form-label.label-last {
      display: block !important;
      margin-bottom: 20px;
      margin-right: 0; }
  #halo-ask-an-expert-form .form-input {
    box-shadow: none; }
    #halo-ask-an-expert-form .form-input[name="phone"] {
      margin-bottom: 10px; }
    #halo-ask-an-expert-form .form-input[name="message"] {
      margin-bottom: 10px; }
    #halo-ask-an-expert-form .form-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #646464;
      font-weight: 700; }
    #halo-ask-an-expert-form .form-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #646464;
      font-weight: 700; }
    #halo-ask-an-expert-form .form-input:-ms-input-placeholder {
      /* IE 10+ */
      color: #646464;
      font-weight: 700; }
    #halo-ask-an-expert-form .form-input:-moz-placeholder {
      /* Firefox 18- */
      color: #646464;
      font-weight: 700; }
  #halo-ask-an-expert-form button.fasubmit {
    width: 100%;
    max-width: 100%;
    color: #fff;
    margin-top: 8px;
    border-color: #323232;
    background-color: #323232; }
    #halo-ask-an-expert-form button.fasubmit:before {
      content: none; }
    #halo-ask-an-expert-form button.fasubmit:hover, #halo-ask-an-expert-form button.fasubmit:focus, #halo-ask-an-expert-form button.fasubmit:active {
      border-color: black;
      background-color: black; }
  #halo-ask-an-expert-form .form-checkbox + .form-label::after,
  #halo-ask-an-expert-form .form-radio + .form-label::after {
    top: 4px; }

/*----------  17.0 Banner List ---------*/
.halo_banner-isotope .halo_container {
  padding-top: 0;
  padding-bottom: 0; }

.halo_banner-list {
  font-size: 0;
  display: block;
  vertical-align: middle;
  margin: -15px; }
  .halo_banner-list .banner-item {
    padding: 15px;
    width: 25%;
    display: inline-block;
    vertical-align: top; }
    .halo_banner-list .banner-item.big-item {
      width: 50%; }

.halo_banner-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #fafafa; }
  .halo_banner-wrapper:before {
    content: "";
    display: block;
    padding-top: 50%; }
  .halo_banner-wrapper .banner-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    position: absolute; }
  .halo_banner-wrapper img {
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
    max-width: none;
    z-index: 1;
    position: absolute;
    transform: translateY(-50%);
    transition: all 1s ease; }
  .halo_banner-wrapper .banner-content {
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(0, -50%);
    transition: all 1s ease; }
  .halo_banner-wrapper .banner-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-family: "Wix Madefor Text";
    color: white; }
    .halo_banner-wrapper .banner-title + .btn {
      margin-top: 22px; }
  .halo_banner-wrapper .banner-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 3px 0;
    display: inline-block;
    margin-bottom: 20px;
    color: #fae3ca;
    border-bottom: 1px solid #fae3ca; }
  .halo_banner-wrapper .btn {
    min-width: 207px;
    font-weight: 500;
    color: white;
    border-color: white;
    background-color: transparent;
    font-family: "Wix Madefor Text"; }
    .halo_banner-wrapper .btn:hover {
      color: white;
      border-color: #2e3031;
      background-color: #2e3031; }
  .halo_banner-wrapper:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.1, 1.1, 1) translateY(-50%);
    transform: scale3d(1.1, 1.1, 1) translateY(-50%); }

.big-item .halo_banner-wrapper .banner-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4.8px; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 1450px) {
  .halo_products .card-figcaption-group {
    padding-left: 10px;
    padding-right: 10px; }
    .halo_products .card-figcaption-group .card-figcaption-button {
      min-width: 0; }
    .halo_products .card-figcaption-group label.card-figcaption-button {
      margin-bottom: 0; }
  .halo_lookbook .slick-arrow-custom.slick-prev {
    left: -60px; }
  .halo_lookbook .slick-arrow-custom.slick-next {
    right: -60px; } }

@media (max-width: 1024px) {
  .halo_section:not(.halo_banner-isotope) > .halo_container {
    padding-top: 30px;
    padding-bottom: 30px; }
  .halo_section.halo_trending-blog > .halo_container {
    padding-bottom: 0; }
  .halo_section .halo_container.halo_section-bg-border {
    border: none;
    padding-top: 0;
    padding-bottom: 0; }
  .halo_section .productCarousel.slick-dotted.slick-slider {
    padding-bottom: 30px;
    margin-bottom: 0; }
    .halo_section .productCarousel.slick-dotted.slick-slider .slick-dots {
      bottom: 0; }
  .halo_brands {
    margin-top: 0 !important;
    border: none; }
  .brands-slider .slick-list .slick-slide a {
    vertical-align: top; }
  .brands-slider .slick-list:hover .slick-slide {
    opacity: 1; }
  .halo_products .quickview {
    opacity: 1;
    width: 100%;
    left: 0;
    right: 0;
    padding: 5px 10px;
    bottom: auto;
    visibility: visible;
    top: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: relative;
    color: #282828;
    background-color: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase; }
  .halo_products .card-figure .card-figcaption-group {
    display: none; }
  .halo_products .card-body .card-figcaption-group {
    opacity: 1;
    bottom: auto;
    display: block;
    position: initial;
    visibility: visible;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0; }
    .halo_products .card-body .card-figcaption-group .card-figcaption-button {
      width: auto;
      min-width: 0;
      display: block; }
    .halo_products .card-body .card-figcaption-group label.card-figcaption-button {
      margin-top: 0;
      display: none; }
  .halo_products .card-body .product-option-color {
    margin-top: 18px; }
  .halo_products .btn-wishlist {
    opacity: 1;
    visibility: visible; }
  .halo_products .product-option-color {
    opacity: 1;
    visibility: visible; }
  .halo_products .compare-link {
    display: none; }
  .btn.btn-shopmore {
    display: none; }
  .productCarousel {
    padding-left: 0;
    padding-right: 0;
    margin-left: -8px;
    margin-right: -8px; }
    .productCarousel .productCarousel-slide {
      padding-left: 8px;
      padding-right: 8px; }
  .gift-certificate-form .form-row {
    margin: 0 -15px; }
    .gift-certificate-form .form-row .form-field {
      padding: 0 15px; }
    .gift-certificate-form .form-row > .form-column > .form-label {
      padding-left: 15px;
      padding-right: 15px; }
  .gift-certificate-form .form-actions {
    max-width: none;
    text-align: left; }
    .gift-certificate-form .form-actions #gift-certificate-preview {
      min-width: 0; }
    .gift-certificate-form .form-actions #gift-certificate-submit {
      min-width: 0;
      margin-left: 15px; }
  .halo_contact-page .contact-info {
    width: 100%;
    place-self: center;
    margin-top: 1rem; }
  .halo_contact-page .halo_container-page > .halo_container .contact-info .page-content--full {
    padding-left: 0;
    padding-right: 0; }
  .halo_lookbook .slick-arrow-custom {
    fill: #fff; }
  .halo_lookbook .slick-arrow-custom.slick-prev {
    left: 30px; }
  .halo_lookbook .slick-arrow-custom.slick-next {
    right: 30px; }
  .halo_lookbook .banner-content .title {
    font-size: 40px;
    letter-spacing: 10px; }
  .halo_breadcrumbs .breadcrumb {
    padding: 6px 0; }
  .halo_category-toolbar {
    text-align: left;
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    .halo_category-toolbar .actionBar-tablet {
      margin-top: 30px;
      display: block;
      width: 100%; }
    .halo_category-toolbar .actionBar-section .form-select {
      padding-left: 0.21429rem;
      min-height: 30px; }
    .halo_category-toolbar .actionBar-section .form-field .form-select--small,
    .halo_category-toolbar .actionBar-section .form-field .form-select--date {
      background-position: right -3px top 6px; }
  .halo_banner-list {
    margin: 0 -8px; }
    .halo_banner-list .banner-item {
      padding: 8px;
      padding-top: 0; }
      .halo_banner-list .banner-item.big-item {
        padding-bottom: 0;
        padding-top: 8px; }
  .halo_banner-wrapper .banner-label {
    font-size: 12px;
    padding: 0 0 2px 0;
    margin-bottom: 15px; }
  .halo_banner-wrapper .banner-title {
    font-size: 18px;
    letter-spacing: 3px; }
  .big-item .halo_banner-wrapper .banner-title {
    font-size: 26px;
    letter-spacing: 3px; }
  .featured-categories-slider {
    margin: 0 -8px; }
    .featured-categories-slider .category-slide {
      padding-left: 8px;
      padding-right: 8px; }
    .featured-categories-slider .slick-prev {
      left: 10px; }
    .featured-categories-slider .slick-next {
      right: 10px; }
    .featured-categories-slider + .halo_button-wrapper {
      margin-top: 30px; }
  .halo_featured-category {
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05); }
    .halo_featured-category > .line-1:before, .halo_featured-category > .line-1:after {
      width: 100%;
      transition-delay: 0s; }
    .halo_featured-category > .line-2:before, .halo_featured-category > .line-2:after {
      height: 100%;
      transition-delay: 0.3s; }
  .halo_banner-parallax .banner-parallax-content {
    padding: 70px 0; }
  .halo_banner-parallax .label {
    padding: 0; }
  .halo_banner-parallax .title {
    font-size: 30px;
    line-height: 1.4; }
  .trending-blog-list {
    margin: 0 -8px; }
    .trending-blog-list .blog-item {
      padding: 0 8px; }
  .halo_instagram-slide {
    margin: 0 -8px; }
    .halo_instagram-slide .slick-slide {
      padding: 0 8px; }
    .halo_instagram-slide + .halo_button-wrapper {
      margin-top: 30px; }
  .halo_banner-category .wrapper-content {
    padding: 50px 30px; }
  .halo_banner-category .list-brands {
    margin-top: 0;
    font-size: 0; }
    .halo_banner-category .list-brands > a {
      font-size: 12px;
      display: inline-block;
      width: 50%;
      margin-top: 20px; }
  .halo_banner-category .page-heading + p {
    margin-top: 15px; }
  .navBar--account {
    margin-bottom: 15px; }
    .navBar--account .navBar-section {
      display: block;
      font-size: 0;
      margin: 0 -8px;
      width: auto; }
    .navBar--account .navBar-item,
    .navBar--account .navBar-item.navBar-item--separate {
      font-size: 12px;
      display: inline-block;
      width: 33.3333333%;
      vertical-align: top;
      border: none;
      padding: 0 8px;
      margin: 0;
      margin-bottom: 15px; }
      .navBar--account .navBar-item:hover, .navBar--account .navBar-item.is-active,
      .navBar--account .navBar-item.navBar-item--separate:hover,
      .navBar--account .navBar-item.navBar-item--separate.is-active {
        border: none;
        background-color: transparent; }
        .navBar--account .navBar-item:hover > .navBar-action, .navBar--account .navBar-item.is-active > .navBar-action,
        .navBar--account .navBar-item.navBar-item--separate:hover > .navBar-action,
        .navBar--account .navBar-item.navBar-item--separate.is-active > .navBar-action {
          background-color: #fafafa;
          border: 1px solid #e0e0e0; }
      .navBar--account .navBar-item > .navBar-action,
      .navBar--account .navBar-item.navBar-item--separate > .navBar-action {
        border: 1px solid #e0e0e0;
        background-color: transparent; } }

@media (max-width: 992px) {
  .halo_breadcrumbs .breadcrumb {
    padding: 5px 0 0 0; }
  .halo_breadcrumbs + .halo_page-heading {
    padding-bottom: 15px; }
  .halo_lookbook .banner-content {
    padding: 8rem 0; }
    .halo_lookbook .banner-content .title {
      font-size: 30px;
      letter-spacing: 2px;
      margin-bottom: 15px; }
  .halo_lookbook .slick-arrow-custom.slick-prev {
    left: 15px;
    width: 40px;
    height: 40px; }
  .halo_lookbook .slick-arrow-custom.slick-next {
    right: 15px;
    width: 40px;
    height: 40px; }
  .halo_lookbook .slick-dots {
    bottom: 15px; }
  .halo_category-toolbar .halo_sidebar-toggle {
    float: left;
    padding: 0;
    width: auto; }
  .halo_category-toolbar .actionBar-tablet {
    float: left;
    width: 100%;
    margin-top: 20px; }
  .halo_category-toolbar .actionBar + .actionBar {
    margin-left: 30px; }
  .halo_category-toolbar .view-as-btn + .actionBar {
    margin-left: 0px; }
  .halo_banner-list {
    margin-top: -8px; }
    .halo_banner-list .banner-item {
      width: 50%;
      padding: 8px; }
      .halo_banner-list .banner-item.big-item .halo_banner-wrapper img {
        width: auto;
        height: 100%; }
      .halo_banner-list .banner-item.big-item .halo_banner-wrapper:before {
        padding-top: 90%; }
  .halo_banner-wrapper .banner-title {
    font-size: 20px; }
  .halo_banner-wrapper .banner-label {
    padding: 0; }
  .big-item .halo_banner-wrapper .banner-title {
    font-size: 20px; }
  .featured-categories-slider + .halo_button-wrapper {
    margin-top: 50px; }
  .halo_banner-parallax .image-parallax {
    width: auto;
    max-width: none;
    height: calc(100% + 150px); }
  .halo_banner-parallax .banner-parallax-content {
    width: 100%; }
  .trending-blog-list {
    text-align: center; }
    .trending-blog-list .blog-item {
      width: 50%;
      margin-top: 30px; }
      .trending-blog-list .blog-item:nth-child(-n + 2) {
        margin-top: 0; }
  .halo_banner-category .wrapper-content {
    padding: 30px; }
  #halo-ask-an-expert-form .modal-header,
  #halo-ask-an-expert-form .title-ask {
    padding: 10px 15px; } }

@media (max-width: 992px) and (min-width: 768px) {
  .halo_category-toolbar {
    position: relative; }
  .halo_category-toolbar > .view-as-btn {
    position: absolute;
    right: 0;
    top: 0; } }

@media (max-width: 769px) and (min-width: 768px) {
  .halo_products .quickview,
  .halo_products .btn-wishlist {
    display: block; } }

@media (max-width: 767px) {
  #halo-ask-an-expert-form .modal-body {
    padding-bottom: 20px; }
  .halo_category-toolbar {
    text-align: left;
    position: relative; }
    .halo_category-toolbar .view-as-btn,
    .halo_category-toolbar .actionBar[data-sort-by],
    .halo_category-toolbar .actionBar[data-show-products] {
      display: block;
      margin-left: 0 !important;
      margin-bottom: 10px; }
    .halo_category-toolbar .actionBar-section .form-label {
      min-width: 60px; }
    .halo_category-toolbar .actionBar-tablet .view-as-btn {
      position: relative;
      top: -44px; }
    .halo_category-toolbar > .view-as-btn {
      position: absolute;
      right: 0;
      top: 0; }
    .halo_category-toolbar .actionBar-tablet {
      margin-top: 0; }
  .navBar--sub {
    margin-bottom: 15px; }
    .navBar--sub .navBar-section {
      display: block;
      font-size: 0;
      margin: 0 -8px;
      width: auto; }
    .navBar--sub .navBar-item,
    .navBar--sub .navBar-item.navBar-item--separate {
      font-size: 12px;
      display: inline-block;
      width: 33.3333333%;
      vertical-align: top;
      border: none;
      padding: 0 8px;
      margin: 0;
      margin-bottom: 15px; }
      .navBar--sub .navBar-item:hover, .navBar--sub .navBar-item.is-active,
      .navBar--sub .navBar-item.navBar-item--separate:hover,
      .navBar--sub .navBar-item.navBar-item--separate.is-active {
        border: none;
        background-color: transparent; }
        .navBar--sub .navBar-item:hover > .navBar-action, .navBar--sub .navBar-item.is-active > .navBar-action,
        .navBar--sub .navBar-item.navBar-item--separate:hover > .navBar-action,
        .navBar--sub .navBar-item.navBar-item--separate.is-active > .navBar-action {
          background-color: #fafafa;
          border: 1px solid #e0e0e0; }
      .navBar--sub .navBar-item > .navBar-action,
      .navBar--sub .navBar-item.navBar-item--separate > .navBar-action {
        border: 1px solid #e0e0e0;
        background-color: transparent; }
  .gift-certificate-form .form-row {
    margin: 0 -8px; }
    .gift-certificate-form .form-row .form-field {
      padding: 0 8px; }
    .gift-certificate-form .form-row > .form-column > .form-label {
      padding-left: 8px;
      padding-right: 8px; }
  .gift-certificate-form .form-actions {
    text-align: center; }
  .halo_gift-redeem h3,
  .halo_gift-balance h3 {
    font-size: 18px; }
  .GiftCertificate {
    width: 100%; }
    .GiftCertificate .GiftIntro {
      float: left;
      width: 100%;
      margin-top: 5px; }
    .GiftCertificate .GiftCertificateCode {
      width: 100%;
      float: left;
      text-align: left; }
    .GiftCertificate .StoreInfo {
      padding-right: 0;
      padding-top: 15px; }
      .GiftCertificate .StoreInfo h1 {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0; }
    .GiftCertificate #GiftCertificateAmount {
      width: 100%;
      float: none;
      font-size: 28px; }
    .GiftCertificate .GiftCertificateShopNow {
      text-align: left; }
    .GiftCertificate .GiftCertificateBody,
    .GiftCertificate .GiftCertificateDetails,
    .GiftCertificate .GiftCertificateMessage,
    .GiftCertificate .GiftCertificateShopNow,
    .GiftCertificate .GiftCertificateHeader {
      padding: 15px; }
    .GiftCertificate .GiftCertificateMessage {
      padding-top: 0; }
  .panel--large .panel-body {
    padding: 15px; }
  .halo_lookbook .banner-content {
    padding: 8rem 0; }
    .halo_lookbook .banner-content .title {
      font-size: 26px; }
    .halo_lookbook .banner-content .label {
      font-size: 12px; }
  .halo_lookbook .halo_item > img {
    height: 100%;
    width: auto;
    max-width: none; }
  .halo_lookbook .slick-dots li {
    margin: 0 4px; }
  .halo_products .card-body .card-figcaption-group .card-figcaption-button {
    width: 100%; }
  .trending-blog {
    margin-bottom: 0; }
    .trending-blog .wrapper-content {
      padding: 20px 15px; }
      .trending-blog .wrapper-content > .title {
        font-size: 14px;
        margin-bottom: 10px; }
      .trending-blog .wrapper-content .btn {
        left: auto;
        position: relative;
        transform: none; }
  .halo_banner-category {
    padding: 20px 15px; }
    .halo_banner-category .wrapper-image {
      width: 220px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .halo_banner-category .wrapper-content {
      display: block;
      padding: 20px 0 0 0; }
    .halo_banner-category .list-brands > a {
      font-size: 11px;
      display: inline-block;
      width: 25%;
      margin-top: 20px;
      padding: 0 5px; }
  .halo_banner-parallax > .halo_container {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .halo_banner-parallax .image-parallax {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
    transform: none !important; }
  .halo_banner-parallax .banner-parallax-content {
    z-index: 10;
    padding: 25px 0 30px 0;
    background-color: #fafafa;
    position: relative;
    color: #646464; }
  .halo_banner-parallax .title {
    color: #323232; }
  .halo_banner-parallax .text {
    color: #646464; }
  .halo_banner-parallax .btn {
    color: #fff;
    border-color: #323232;
    background-color: #323232; } }

@media (max-width: 600px) {
  .halo_banner-category .list-brands > a {
    font-size: 11px;
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    padding: 0 5px; }
  .navBar--sub .navBar-item,
  .navBar--sub .navBar-item.navBar-item--separate {
    width: 100%; } }

@media (max-width: 480px) {
  #halo-ask-an-expert-form .title-ask {
    padding-left: 15px;
    padding-right: 15px; }
  .gift-certificate-form .form-actions #gift-certificate-submit {
    margin-left: 0;
    margin-top: 15px;
    letter-spacing: 2px; }
  .halo_products .quickview {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px; }
  .halo_banner-parallax .label {
    font-size: 12px; }
  .halo_banner-parallax .title {
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1.3; }
  .halo_banner-parallax .btn {
    min-width: 280px; }
  .trending-blog-list .blog-item {
    width: 100%;
    margin-top: 15px; }
    .trending-blog-list .blog-item:nth-child(-n + 2) {
      margin-top: 15px; }
    .trending-blog-list .blog-item:first-child {
      margin-top: 0; }
  .trending-blog .wrapper-image:before {
    padding-top: 65%; } }

@media (max-width: 414px) {
  .halo_badge {
    font-size: 10px; }
  .halo_gift-balance .form-prefixPostfix {
    display: block; }
    .halo_gift-balance .form-prefixPostfix .form-input {
      display: block;
      width: 100%; }
    .halo_gift-balance .form-prefixPostfix .button {
      margin-top: 10px;
      margin-left: 0; }
  .halo_contact-page .contact-location {
    padding: 20px; }
  .halo_products .card-figcaption-group .card-figcaption-button {
    letter-spacing: 2px;
    padding: 5px 5px;
    line-height: 20px;
    font-size: 11px; }
  .halo_products .card-body .card-title {
    padding-left: 0;
    padding-right: 0; }
  .halo_products .quickview {
    padding: 4px 5px; }
  .halo_products .btn-wishlist {
    display: none; }
  .halo_lookbook .banner-content {
    padding: 12rem 0; }
  .halo_lookbook .slick-arrow-custom {
    display: none !important; }
  .halo_lookbook .banner-content .title {
    margin-bottom: 0;
    font-size: 24px; }
  .lookbook-page .halo_lookbook-btn .btn {
    min-width: 200px; }
  .halo_category-toolbar .view-as-btn label {
    display: none; }
    .halo_category-toolbar .view-as-btn label + .btn-group {
      margin-left: 0; }
  .halo_banner-list .banner-item.big-item {
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%; }
    .halo_banner-list .banner-item.big-item .halo_banner-wrapper:before {
      padding-top: 60%; }
  .halo_banner-wrapper .banner-title {
    font-size: 16px;
    letter-spacing: 2px; }
  .halo_banner-wrapper .banner-label {
    font-size: 11px; }
  .halo_banner-wrapper .btn {
    min-width: 160px;
    line-height: 20px; }
  .big-item .halo_banner-wrapper .banner-title {
    font-size: 16px;
    letter-spacing: 2px; }
  .halo_featured-category {
    box-shadow: none;
    padding: 20px 15px 25px 15px; }
    .halo_featured-category:hover {
      box-shadow: none; }
    .halo_featured-category .wrapper-image:before {
      padding-top: 96px; }
  .featured-categories-slider .category-slide {
    padding-bottom: 0; }
  .halo_banner-category .wrapper-image:before {
    padding-top: 75%; } }

@media (max-width: 380px) {
  .halo_products .card-body {
    margin-top: 10px; }
  .halo_products .card-figcaption-group .card-figcaption-button {
    font-size: 11px;
    letter-spacing: 1px; }
  .halo_contact-page .contact-info .form-actions .button {
    min-width: 180px; }
  .btn {
    padding: 5px 15px;
    letter-spacing: 1px;
    font-size: 11px;
    min-width: 130px; }
  .page-heading {
    font-size: 18px; }
  .halo_banner-wrapper .banner-title {
    font-size: 14px; }
  .halo_featured-category .wrapper-image + .content {
    margin-top: 15px; }
  .halo_featured-category .content .title {
    line-height: 20px;
    margin-bottom: 5px; }
  .halo_banner-parallax .title {
    font-size: 24px; }
  .previewCartCheckout-subtotal .previewCartCheckout-price {
    font-size: 21px; } }

/*=====  End of Jewel Bigcommerce  =========*/
/*--------  9.0 Recently-bought  ----*/
.themevale_recently-bought {
  padding: 0;
  right: 15px;
  width: auto;
  bottom: 25px;
  position: fixed;
  background: #fff;
  border-radius: 3px;
  width: calc(100% - 30px);
  max-width: 400px;
  z-index: 30;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  animation-duration: 1s;
  transition: all 1s ease; }
  .themevale_recently-bought .modal-close {
    top: 0;
    right: 0;
    border-radius: 0;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background-color: #000000; }
    .themevale_recently-bought .modal-close > span {
      pointer-events: none; }
  .themevale_recently-bought .recently-bought-inneer {
    display: table;
    width: 100%; }
  .themevale_recently-bought .product-image {
    padding: 5px 0;
    width: 75px;
    display: table-cell;
    vertical-align: middle; }
    .themevale_recently-bought .product-image > a {
      display: block; }
    .themevale_recently-bought .product-image img {
      width: 100%;
      position: relative;
      display: inline-block; }
  .themevale_recently-bought .product-info {
    color: #8c8c8c;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 32px 10px 10px; }
    .themevale_recently-bought .product-info .text {
      font-size: 11px;
      margin-bottom: 5px; }
    .themevale_recently-bought .product-info .product-name {
      color: black; }
      .themevale_recently-bought .product-info .product-name a {
        color: inherit; }
    .themevale_recently-bought .product-info #customer-info {
      font-size: 11px;
      font-style: italic; }
  @media (min-width: 768px) {
    .themevale_recently-bought {
      right: 35px;
      width: 350px; }
      .themevale_recently-bought .product-image {
        width: 90px; }
      .themevale_recently-bought .product-info .text {
        font-size: 12px; } }

#customerReviews {
  margin: 0; }
  #customerReviews .halo_container {
    padding-bottom: 0; }
  #customerReviews .halo-banner2 {
    background: #fcf7f0;
    margin: 0;
    padding: 0;
    text-align: left; }
    #customerReviews .halo-banner2 .item {
      display: flex; }
    #customerReviews .halo-banner2 .col-image {
      width: 50%; }
      #customerReviews .halo-banner2 .col-image .image-container {
        display: block;
        overflow: hidden;
        position: relative; }
        #customerReviews .halo-banner2 .col-image .image-container:before {
          content: "";
          display: block;
          padding-bottom: 88.5%; }
      #customerReviews .halo-banner2 .col-image img {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        height: 100%;
        width: 100%;
        transform: translate3d(-50%, -50%, 0);
        object-fit: cover; }
    #customerReviews .halo-banner2 .col-content {
      position: relative;
      width: 50%; }
    #customerReviews .halo-banner2 .content {
      position: absolute;
      width: 72%;
      top: 50%;
      left: 70px;
      transform: translateY(-50%); }
      #customerReviews .halo-banner2 .content .content-header {
        display: flex;
        padding: 0 0 24px 0;
        margin: 0 0 14px 0;
        width: 100%;
        position: relative; }
        #customerReviews .halo-banner2 .content .content-header .dash {
          width: 34px;
          margin: 0 15px 0 0;
          position: relative; }
          #customerReviews .halo-banner2 .content .content-header .dash:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0px;
            height: 1px;
            background: #282828;
            width: 100%;
            visibility: visible; }
        #customerReviews .halo-banner2 .content .content-header h2 {
          font-size: 18px;
          line-height: 36px;
          letter-spacing: 0.04em;
          font-style: italic;
          font-family: "DM Serif Display", serif;
          text-transform: capitalize;
          color: #282828;
          font-weight: 600;
          margin: 0;
          position: relative; }
      #customerReviews .halo-banner2 .content .content-info .title {
        margin: 0 0 13px 0;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-size: 22px;
        line-height: 36px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #282828;
        font-weight: 600;
        font-family: "DM Serif Display", serif; }
      #customerReviews .halo-banner2 .content .content-info .sub_title {
        text-transform: inherit;
        font-size: 12px;
        line-height: 22px;
        color: #a6a4a1;
        font-weight: 300;
        margin-bottom: 20px;
        letter-spacing: 0.04em; }
        #customerReviews .halo-banner2 .content .content-info .sub_title .left-sb,
        #customerReviews .halo-banner2 .content .content-info .sub_title .right-sb {
          font-size: 12px;
          letter-spacing: 0.04em;
          line-height: 22px;
          color: #a6a4a1; }
        #customerReviews .halo-banner2 .content .content-info .sub_title .right-sb span {
          border-bottom: 1px solid #d1cdc8; }
      #customerReviews .halo-banner2 .content .content-info .star-reviews {
        margin: 0 0 28px 0; }
        #customerReviews .halo-banner2 .content .content-info .star-reviews .icon {
          width: 14px;
          height: 14px; }
          #customerReviews .halo-banner2 .content .content-info .star-reviews .icon + .icon {
            margin-left: 5px; }
      #customerReviews .halo-banner2 .content .content-info .description {
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 24px;
        color: #787878;
        margin-bottom: 20px; }
      #customerReviews .halo-banner2 .content .btn-view-all {
        box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.15);
        margin: 30px 0 0 0; }
  #customerReviews .slick-dots {
    display: block;
    bottom: 26px;
    right: 127px;
    left: inherit;
    width: auto; }
    #customerReviews .slick-dots li {
      margin: 0 4px;
      padding: 0;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
      #customerReviews .slick-dots li button {
        width: 32px;
        height: 3px;
        border-radius: 0;
        border: 1px solid #ddd;
        border-color: transparent;
        background-color: #dedad4; }
        #customerReviews .slick-dots li button:before {
          display: none; }
      #customerReviews .slick-dots li.slick-active button {
        background-color: #646464; }
  @media (max-width: 1199px) {
    #customerReviews .halo-banner2 .content {
      width: 80%;
      left: 40px; }
      #customerReviews .halo-banner2 .content .content-header {
        margin-bottom: 0px;
        padding-bottom: 6px; }
      #customerReviews .halo-banner2 .content .content-info .star-reviews {
        margin-bottom: 15px; } }
  @media (max-width: 991px) {
    #customerReviews .halo-banner2 .col-image {
      width: 50%; }
    #customerReviews .halo-banner2 .col-content {
      width: 50%;
      min-height: 300px;
      overflow-y: auto; }
    #customerReviews .halo-banner2 .content {
      left: 30px;
      top: 85%;
      padding-bottom: 60px; }
      #customerReviews .halo-banner2 .content .content-header {
        padding-bottom: 0px; }
      #customerReviews .halo-banner2 .content .content-info .title {
        font-size: 16px;
        line-height: normal; }
      #customerReviews .halo-banner2 .content .btn-view-all {
        margin-top: 15px; }
    #customerReviews .slick-dots {
      bottom: -30px;
      right: 50%;
      transform: translate(50%, 0px); } }
  @media (max-width: 767px) {
    #customerReviews .halo-banner2 .item {
      display: block; }
    #customerReviews .halo-banner2 .col-image {
      width: 100%; }
    #customerReviews .halo-banner2 .col-content {
      width: 100%;
      padding: 20px 10px; }
    #customerReviews .halo-banner2 .content {
      width: 100%;
      position: relative;
      top: 100%;
      left: 0px;
      transform: translateY(0%);
      padding-bottom: 15px; }
      #customerReviews .halo-banner2 .content .content-header {
        padding-bottom: 0px; }
      #customerReviews .halo-banner2 .content .content-info .title {
        font-size: 22px;
        line-height: normal; } }

#similarByViews {
  margin-top: 23px;
  border: 0; }

.resultpage-search-button:hover {
  text-decoration: underline; }

/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Blog List  -----------*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.halo_blog {
  font-size: 12px;
  font-family: "Wix Madefor Text";
  margin-bottom: 35px;
  max-width: 1450px;
  margin: auto; }
  .halo_blog + .halo_blog {
    padding-top: 35px;
    border-top: 1px solid #ececec; }
  .halo_blog:last-child {
    margin-bottom: 0; }
  .halo_blog .blog-post-figure,
  .halo_blog .blog-post-body {
    display: block; }
  .halo_blog .blog-header {
    display: block;
    margin-bottom: 30px; }
    .halo_blog .blog-header .blog-title {
      font-size: 30px;
      line-height: normal;
      font-weight: 700;
      font-family: "Wix Madefor Text";
      color: #00014b;
      margin: 0 0 10px 0; }
      .halo_blog .blog-header .blog-title a {
        font-size: inherit;
        color: inherit;
        font-weight: inherit; }
      .halo_blog .blog-header .blog-title:hover {
        color: black; }
    .halo_blog .blog-header .blog-date {
      color: #a0a0a0;
      color: #000;
      font-family: Wix Madefor Text;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
  .halo_blog .blog-thumbnail {
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    height: 455px;
    overflow: hidden; }
    .halo_blog .blog-thumbnail img {
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      /* Make sure the image scales down if it's too big */
      max-height: 100%; }
    .halo_blog .blog-thumbnail a {
      overflow: hidden;
      display: block;
      position: relative;
      width: 100%;
      max-width: 100%; }
      .halo_blog .blog-thumbnail a:before {
        top: 0;
        right: 100%;
        z-index: 2;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.8s ease;
        background-color: rgba(255, 255, 255, 0.2); }
      .halo_blog .blog-thumbnail a:hover:before {
        right: 0; }
  .halo_blog .btn {
    font-family: "Wix Madefor Text";
    border-radius: 100px;
    border: 2px solid #00014b;
    background: rgba(255, 255, 255, 0);
    color: #00014b;
    font-family: Wix Madefor Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 1rem 2rem;
    letter-spacing: normal; }
    .halo_blog .btn:hover {
      background-color: #00014b;
      color: #fff; }
  .halo_blog .tags {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0; }
    .halo_blog .tags li[tagname*="Seo"] {
      display: none !important; }
    .halo_blog .tags li[tagname*="Uncategorized"] {
      display: none !important; }
    .halo_blog .tags .tag {
      font-size: 16px;
      font-weight: 700;
      line-height: normal;
      margin-right: 5px;
      margin-bottom: 5px; }
      .halo_blog .tags .tag a {
        color: #000;
        padding: 5px 15px;
        border-radius: 30px;
        letter-spacing: 0.24px;
        background-color: #d4d4d4; }
  .halo_blog .socialLinks,
  .halo_blog .social-mediaBlock {
    font-size: 0;
    margin-top: 20px;
    line-height: 18px; }
    .halo_blog .socialLinks .icon,
    .halo_blog .social-mediaBlock .icon {
      width: 20px;
      height: 15px;
      position: relative; }
    .halo_blog .socialLinks .socialLinks-item,
    .halo_blog .social-mediaBlock .socialLinks-item {
      vertical-align: middle; }
  .halo_blog .blog-post h1,
  .halo_blog .blog-post h2,
  .halo_blog .blog-post h3,
  .halo_blog .blog-post h4,
  .halo_blog .blog-post h5,
  .halo_blog .blog-post h6 {
    font-weight: 500;
    letter-spacing: 0.4px;
    font-family: "Wix Madefor Text"; }
  .halo_blog .blog-post h5,
  .halo_blog .blog-post h6 {
    text-transform: capitalize; }
  .halo_blog .blog-post blockquote {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.4px;
    padding: 10px 0px 10px 15px;
    margin-left: 20px;
    margin-top: 15px;
    border-left: 4px solid #f6f6f6; }
  .halo_blog .blog-post p,
  .halo_blog .blog-post ul li {
    letter-spacing: 0.4px; }
  .halo_blog .blog-post-figure + .blog-post-body {
    margin-top: 30px; }
  .halo_blog .blog-post-body .blog-header {
    display: none; }
  .halo_blog .blog-post-body img {
    max-width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .halo_blog .blog-post-body p {
    margin-bottom: 1.5em; }
  .halo_blog .blog-post {
    color: #000;
    font-family: Wix Madefor Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 3rem; }
  .halo_blog.single .blog-post-figure {
    display: flex;
    align-items: center;
    gap: 3rem; }
  .halo_blog.single .blog-header {
    flex: 1; }
    .halo_blog.single .blog-header .blog-title {
      font-size: 40px; }
  .halo_blog.single .blog-thumbnail {
    flex: 1;
    height: auto;
    overflow: initial; }
  .halo_blog.single .blog-thumbnail-overlay {
    display: none; }
  .halo_blog.single .blog-thumbnail-shadow {
    display: inline-block;
    box-shadow: 13px 13px 0px #d8d8d8;
    margin-right: 20px; }
  .halo_blog.single .blog-post-body {
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    gap: 3rem; }
    @media (max-width: 955px) {
      .halo_blog.single .blog-post-body {
        gap: 0; } }
    @media (max-width: 767px) {
      .halo_blog.single .blog-post-body {
        padding-top: 5px; } }
  .halo_blog.single .blog-post {
    max-width: 750px; }
    .halo_blog.single .blog-post a {
      text-decoration: underline;
      color: #000; }
  .halo_blog.single .grid-right {
    line-height: 24px; }

#blog-full-image-region {
  overflow: hidden; }

#blog-full-image-region img {
  width: 100%;
  height: 100%;
  max-height: 886px;
  object-fit: cover; }

.halo_sidebar-toggle.blog-post {
  top: -45px;
  display: none; }

#blog-post-container .halo_blog .blog-post {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  line-height: 28px; }

#blog-list-container .pagination .pagination-list {
  margin: revert; }

.blog-article-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px; }
  .blog-article-container .halo_blog {
    margin: revert; }
    .blog-article-container .halo_blog .blog-header {
      margin-top: 1rem; }
    .blog-article-container .halo_blog .blog-title {
      font-size: 24px; }
  .blog-article-container .blog-thumbnail {
    height: auto;
    max-height: 362px;
    align-items: normal; }
    .blog-article-container .blog-thumbnail img {
      aspect-ratio: 1/1;
      object-fit: cover; }

@media (max-width: 768px) {
  .blog-article-container {
    grid-template-columns: 1fr; } }

/* Initial styles */
.blog-filters {
  /* Other styles... */
  transition: transform 0.5s ease-in-out;
  transform: translateY(0);
  /* Start in its original spot */
  z-index: 4; }

/* Disappeared/Hidden styles */
.blog-filters.hidden {
  transform: translateY(-100%); }

/* Sticky styles */
.blog-filters.sticky {
  position: sticky;
  top: 110px;
  transform: translateY(0); }

.blog-filters-background {
  background: #d8d8d8;
  padding: 2rem 0;
  overflow-x: auto; }

.blog-filters-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  white-space: nowrap;
  text-align: center; }
  .blog-filters-container div[tagname*="Seo"] {
    display: none !important; }
  .blog-filters-container div[tagname*="Uncategorized"] {
    display: none !important; }

.blog-filters-items-link {
  color: #000;
  padding: 12px 16px;
  border-radius: 20px;
  letter-spacing: 0.24px;
  font-family: Wix Madefor Text;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.blog-filters-items-link:hover {
  background: #00014b;
  color: #fff; }

.blog-filters-items-link.active {
  background: #00014b;
  color: #fff; }

.blog-filters-items {
  display: none; }

@media (max-width: 1200px) {
  .blog-filters.sticky {
    top: 156px; } }

@media (max-width: 1061px) {
  .blog-filters.sticky {
    top: 70px; } }

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

@media (max-width: 768px) {
  .blog-post-body .blog-post iframe {
    width: 100%; } }

/*----------  2.0 Responsive  ----------*/
@media (max-width: 767px) {
  .halo_blog .blog-header {
    margin-bottom: 15px; }
    .halo_blog .blog-header .blog-title {
      margin-bottom: 5px; }
  .halo_blog .btn {
    margin-top: 0; }
  .halo_blog .tags {
    margin-top: 20px; }
  .halo_blog .socialLinks {
    margin-top: 15px; }
  .halo_blog .blog-post-figure + .blog-post-body {
    margin-top: 15px; }
  .halo_blog .blog-thumbnail {
    height: auto; }
  .halo_blog.single .blog-post-figure {
    position: relative;
    align-items: flex-start;
    flex-direction: column-reverse; }
  .halo_blog.single .blog-header {
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
    margin-left: 19px; }
    .halo_blog.single .blog-header .blog-title {
      color: #fff;
      font-size: 28px; }
  .halo_blog.single .blog-date {
    color: #fff; }
  .halo_blog.single .blog-thumbnail-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
    bottom: 0;
    z-index: 0; }
  .halo_blog.single .blog-thumbnail-shadow {
    box-shadow: none;
    margin-right: auto; }
  #blog-post-container .halo_blog .blog-post {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0; } }

@media (max-width: 414px) {
  .halo_blog + .halo_blog {
    margin-top: 20px;
    padding-top: 20px; }
  .halo_blog .blog-header .blog-title {
    font-size: 14px;
    line-height: 22px; } }

@media (max-width: 380px) {
  .halo_blog .btn {
    min-width: 130px; }
  .halo_blog .blog-post blockquote {
    margin-left: 0; } }

/*=====  End of Jewel Bigcommerce  =========*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
#sideFeatured .halo_sidebar-heading {
  font-size: 16px;
  padding-bottom: 1rem; }

.halo_sidebar-heading,
.sidebarBlock-heading,
.accordion--navList .accordion-title {
  margin-top: 0;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Wix Madefor Text";
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2.24px;
  font-family: Wix Madefor Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 1024px) {
    .halo_sidebar-heading,
    .sidebarBlock-heading,
    .accordion--navList .accordion-title {
      color: #fff; } }

.sidebarBlock {
  display: block; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ececec; }

.accordion-block:first-child,
.accordion-block + .accordion-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ececec; }

#sidebar-mobile .page-sidebar .halo_sidebar-toggle.close-sidebar {
  padding: 0;
  margin-bottom: 25px;
  cursor: pointer; }

.page-sidebar .navList-action--checkbox::before {
  border-radius: 0; }

.page-sidebar .accordion--navList .accordion-indicator {
  visibility: visible; }

.page-sidebar .accordion-block .navList .navList-item a {
  padding-left: 25px;
  display: block; }

.page-sidebar .accordion-block .facetedSearch-content--rating .navList .navList-item a {
  padding-left: 0px; }

.sidebarBlock .navList .navList-item a {
  flex-direction: column; }

/*----------  1.0 All categories  ------*/
.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative; }
    .all-categories-list .navPages-item a {
      padding: 6px 0;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.52px;
      vertical-align: top;
      display: inline-block;
      text-transform: capitalize;
      font-family: "Wix Madefor Text";
      color: #000; }
      .all-categories-list .navPages-item a:before {
        left: 0;
        width: 0;
        bottom: 7px;
        content: "";
        height: 1px;
        position: absolute;
        transition: all 0.3s ease;
        background-color: #bababa; }
      .all-categories-list .navPages-item a:hover:before {
        width: 100%; }
    .all-categories-list .navPages-item .icon-dropdown {
      right: 0;
      top: 0;
      width: 34px;
      height: 34px;
      z-index: 10;
      cursor: pointer;
      position: absolute;
      text-align: center;
      display: inline-block;
      transition: all 0.3s ease; }
    .all-categories-list .navPages-item > .icon-arrow svg {
      width: 9px;
      height: 100%;
      display: inline-block;
      fill: #000; }
  .all-categories-list .dropdown-category-list {
    margin: 0;
    display: none;
    list-style: none;
    overflow: hidden;
    padding-left: 15px; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      display: block;
      float: none;
      position: relative;
      padding-left: 0;
      padding-right: 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        font-size: 12px;
        font-weight: 400; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
        margin: 0;
        width: auto;
        border: none;
        color: black; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-plus:before, .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-plus:after {
        top: 50%;
        left: 50%;
        content: "";
        position: absolute;
        background-color: #bababa;
        transition: all 0.5s ease;
        transform: translate3D(-50%, -50%, 0) rotate(0);
        -webkit-transform: translate3D(-50%, -50%, 0) rotate(0); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-plus:before {
        width: 10px;
        height: 2px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-plus:after {
        width: 2px;
        height: 10px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.is-clicked > a:before {
        width: 100%; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.is-clicked .icon-plus:before {
        transform: translate3D(-50%, -50%, 0) rotate(180deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.is-clicked .icon-plus:after {
        transform: translate3D(-50%, -50%, 0) rotate(90deg); }
    .all-categories-list .dropdown-category-list .navPage-childList-item {
      transition: all 0.3s ease; }
      .all-categories-list .dropdown-category-list .navPage-childList-item a {
        width: auto;
        display: inline-block;
        color: #646464; }
        .all-categories-list .dropdown-category-list .navPage-childList-item a:before {
          background-color: #bababa; }
        .all-categories-list .dropdown-category-list .navPage-childList-item a:hover {
          color: #2e3031; }
      .all-categories-list .dropdown-category-list .navPage-childList-item:hover {
        padding-left: 15px; }
  .all-categories-list .navPages-item.is-clicked > a:before,
  .all-categories-list .navPage-subMenu-item.is-clicked > a:before {
    width: 100%; }
  .all-categories-list .navPages-item.is-clicked > .icon-arrow,
  .all-categories-list .navPage-subMenu-item.is-clicked > .icon-arrow {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*----------  2.0 Shop by price  -------*/
.navList {
  margin: 0;
  list-style: none; }
  .navList .navList-item {
    float: none;
    display: block;
    position: relative; }
    .navList .navList-item a {
      font-size: 19px;
      font-weight: 700;
      letter-spacing: 0.4px;
      vertical-align: top;
      display: inline-block;
      text-transform: capitalize;
      color: #000;
      font-family: Wix Madefor Text;
      font-size: 16px;
      font-style: normal;
      font-weight: 700; }
      @media (max-width: 1024px) {
        .navList .navList-item a {
          color: #fff; }
          .navList .navList-item a:hover {
            color: #857c7c; } }
  .navList .view_all a {
    font-weight: 700;
    color: #272727; }
    .navList .view_all a:before {
      left: 0;
      width: 100%;
      bottom: 7px;
      content: "";
      height: 1px;
      position: absolute;
      transition: all 0.3s ease;
      background-color: #bababa; }
    .navList .view_all a:hover {
      color: black; }

#sideFeatured {
  border: 1px solid #d8d8d8;
  box-shadow: 5px 4px 0px -1px #acacac;
  margin-bottom: 1rem;
  padding-top: 30px;
  padding-bottom: 30px; }
  #sideFeatured .card-img-container {
    width: 125px;
    height: 190px; }
  #sideFeatured .card-img-container img {
    max-width: 125px;
    max-height: 190px; }
  #sideFeatured .halo_sidebar-heading {
    text-align: center;
    margin-bottom: 0; }
  #sideFeatured .card-body {
    max-width: 135px; }
  #sideFeatured .card-body .card-title {
    line-height: 0; }
  #sideFeatured .card-figcaption-group .btn {
    font-size: 15px; }
  #sideFeatured .productCarousel-slide .card {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px; }
  #sideFeatured .card-body > .card-title {
    margin-top: 0; }
  #sideFeatured .sidebarBlock {
    margin-top: 30px;
    padding-top: 0;
    border-top: 1px solid #ececec;
    border: 1px solid #d8d8d8; }

/*----------  3.0 Custom CMS  ----------*/
.side-cms-content {
  font-size: 17px;
  letter-spacing: 0.24px;
  border: 1px solid #d8d8d8;
  padding: 10px; }
  .side-cms-content > .cms-image {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 125px;
    max-height: 165px;
    margin: auto; }
    .side-cms-content > .cms-image:before {
      top: 0;
      right: 100%;
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      transition: all 0.5s ease;
      background-color: rgba(255, 255, 255, 0.2); }
    .side-cms-content > .cms-image:hover:before {
      right: 0; }
    .side-cms-content > .cms-image img {
      width: 100%; }
    .side-cms-content > .cms-image + .cms-image {
      margin-top: 30px; }
  .side-cms-content .btn {
    width: 100%; }

/*----------  4.0 Product slider  ------*/
.sidebarBlock .productCarousel {
  padding: 0;
  margin: 0; }
  .sidebarBlock .productCarousel .slick-dots {
    bottom: auto;
    margin-top: 10px;
    position: relative; }
    .sidebarBlock .productCarousel .slick-dots li {
      width: auto;
      height: auto;
      margin-left: 5px;
      margin-right: 5px;
      padding: 0; }
      .sidebarBlock .productCarousel .slick-dots li:first-child {
        margin-left: 0; }
      .sidebarBlock .productCarousel .slick-dots li:last-child {
        margin-right: 0; }
      .sidebarBlock .productCarousel .slick-dots li button {
        width: 8px;
        height: 8px;
        display: block; }
  .sidebarBlock .productCarousel .productCarousel-slide {
    padding: 0;
    width: 100%; }

.sidebarBlock .halo_products .card-figure .card-figcaption-group {
  display: none; }

.sidebarBlock .halo_products .card-body .card-figcaption-group {
  opacity: 1;
  bottom: auto;
  display: block;
  visibility: visible;
  margin-top: 18px;
  padding: 0; }
  .sidebarBlock .halo_products .card-body .card-figcaption-group .card-figcaption-button {
    width: 100%;
    min-width: 0;
    display: block; }

/*----------  5.0 Recent post  ----------*/
.recent-post-list .navList-item {
  margin-bottom: 10px; }
  .recent-post-list .navList-item a {
    font-size: 14px; }
    .recent-post-list .navList-item a:before {
      left: 0;
      width: 0;
      bottom: 7px;
      content: "";
      height: 1px;
      position: absolute;
      transition: all 0.3s ease;
      background-color: #bababa; }
    .recent-post-list .navList-item a:hover {
      color: #bababa; }
      .recent-post-list .navList-item a:hover:before {
        width: 100%; }
  .recent-post-list .navList-item:last-child {
    margin-bottom: 0; }

.recent-post-item {
  font-size: 14px;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 700;
  margin: 0; }

/*----------  6.0 RESPONSIVE  ----------*/
@media (max-width: 1044px) {
  .sidebarBlock .halo_sidebar-heading {
    color: #ffffff; }
  .all-categories-list .navPages-item a {
    color: #ffffff; }
  .all-categories-list .navPages-item > .icon-arrow svg {
    fill: #fff; }
  .accordion-title.shop {
    color: #ffffff; }
  .brand-name .title .shop {
    color: #ffffff; }
  .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
    color: #ffffff; }
  .all-categories-list .dropdown-category-list .navPage-childList-item a {
    color: #ffffff; }
  .all-categories-list .dropdown-category-list .navPage-childList-item a:hover {
    color: #ffffff; }
  .facetedSearch-navList .accordion--navList .accordion-title {
    color: #ffffff; }
  .page-sidebar .accordion-block .navList .navList-item a {
    color: #ffffff; }
  .facetedSearch-navList .form-minMaxRow .button {
    color: #ffffff;
    border-color: #ffffff; } }

@media (max-width: 1024px) {
  .sidebarBlock .halo_products .card-img-container:after {
    padding-bottom: 100%; }
  .side-cms-content > .cms-image {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center; }
    .side-cms-content > .cms-image:last-child {
      margin-right: 0; }
    .side-cms-content > .cms-image + .cms-image {
      margin-top: 30px; }
    .side-cms-content > .cms-image img {
      width: auto; }
  .sidebarBlock .productCarousel {
    max-height: 600px; }
    .sidebarBlock .productCarousel .productCarousel-slide {
      padding: 0 10px; }
  .sidebarBlock .card-img-container {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 992px) {
  .halo_sidebar-heading,
  .sidebarBlock-heading {
    margin-bottom: 15px; }
  .sidebarBlock + .sidebarBlock,
  .accordion-block + .accordion-block {
    margin-top: 20px;
    padding-top: 20px; } }

@media (max-width: 767px) {
  .side-cms-content > .cms-image {
    display: block;
    margin-right: 0; }
    .side-cms-content > .cms-image + .cms-image {
      margin-top: 30px; } }

/*=====  End of Jewel Bigcommerce  =========*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Global style  --------*/
.brandGrid {
  font-size: 0;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px; }
  .brandGrid > .brand {
    font-size: 13px;
    padding: 0 15px;
    margin-top: 30px;
    width: 25%;
    display: inline-block;
    vertical-align: top; }
    .brandGrid > .brand:nth-child(-n + 4) {
      margin-top: 0; }

.brand .card {
  text-align: center;
  border-radius: 0;
  border: 1px solid #ececec; }
  .brand .card .card-img-container {
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .brand .card .card-img-container:after {
      padding-bottom: 50%; }
  .brand .card .card-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Wix Madefor Text";
    color: black; }
    .brand .card .card-title a {
      color: inherit; }
  .brand .card .card-body {
    padding: 9px 8px 7px 8px;
    background-color: #fafafa; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 992px) {
  .brandGrid > .brand {
    width: 33.333333%; }
    .brandGrid > .brand:nth-child(-n + 4) {
      margin-top: 30px; }
    .brandGrid > .brand:nth-child(-n + 3) {
      margin-top: 0px; } }

@media (max-width: 767px) {
  .brandGrid {
    margin-left: -8px;
    margin-right: -8px; }
    .brandGrid > .brand {
      padding: 0 8px;
      margin-top: 15px; }
      .brandGrid > .brand:nth-child(-n + 4) {
        margin-top: 15px; }
      .brandGrid > .brand:nth-child(-n + 3) {
        margin-top: 0px; } }

@media (max-width: 600px) {
  .brandGrid > .brand {
    width: 50%; }
    .brandGrid > .brand:nth-child(-n + 3) {
      margin-top: 15px; }
    .brandGrid > .brand:nth-child(-n + 2) {
      margin-top: 0px; } }

@media (max-width: 414px) {
  .brand .card .card-title {
    font-size: 12px;
    letter-spacing: 2px; }
  .brand .card .card-body {
    padding: 10px 0; }
  .brand .card {
    /*border: none;*/ } }

/*=====  End of Jewel Bigcommerce  =========*/
/*---------- Brand List A to Z view --------*/
#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e2e4e8;
    border-left: none; }
    #azBrandsTable li a {
      color: #323232;
      display: block;
      height: 40px;
      font-size: 16px;
      min-width: 40px;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      #azBrandsTable li a.disable {
        color: #B3B3B3;
        pointer-events: none; }
    #azBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #e2e4e8;
      border-radius: 3px 0 0 3px; }
    #azBrandsTable li:last-child {
      border-radius: 0 3px 3px 0; }
    #azBrandsTable li.is-active {
      color: #2e3031;
      background-color: #f7f7f7; }
      #azBrandsTable li.is-active a {
        color: inherit; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 0 0 40px 0;
      overflow: visible; }
      #azBrandsTable li {
        width: 10%; } }

#azBrands.active-all {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  #azBrands.active-all .azBrands-group {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; }
  @media (min-width: 551px) {
    #azBrands.active-all {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 801px) {
    #azBrands.active-all {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands:not(.active-all) .azBrands-group {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  @media (min-width: 551px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 801px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands .brand-name .title {
  color: #646464; }

#azBrands + .brandList.hide {
  opacity: 0;
  visibility: hidden; }

.azBrands-group-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "Wix Madefor Text";
  color: #2e3031;
  font-weight: 600; }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    margin-bottom: 5px; }

.brand-name .title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #323232;
  font-family: "Wix Madefor Text";
  text-transform: capitalize; }
  .brand-name .title a {
    color: inherit; }

.azBrands-group {
  margin-bottom: 30px;
  display: none; }
  .azBrands-group.is-active {
    display: block; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

#service-listing-container .card-text {
  display: none; }

#service-listing-container .halo_productGrid {
  border-bottom: 2px solid #ccc; }

.page-content.service-content {
  width: 100%; }

.list-head {
  font-size: 32px;
  font-weight: 900;
  color: #00014b;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block; }

.list-head:after {
  display: block;
  content: '';
  border-bottom: 5px solid #00014b;
  border-radius: 10px;
  width: calc(100% - 50px); }

/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Product Grid  --------*/
.halo_productGrid {
  font-size: 0;
  display: block;
  margin: 0 -15px; }
  .halo_productGrid > .product-item {
    width: 20%;
    padding: 0 15px;
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    margin-top: 50px; }
  .halo_productGrid.columns-5 {
    margin: 0 -15px; }
    .halo_productGrid.columns-5 > .product-item {
      padding: 0 15px; }
      .halo_productGrid.columns-5 > .product-item:nth-child(-n + 5) {
        margin-top: 0; }
    .halo_productGrid.columns-5 .halo_products .card-figcaption-group {
      padding-left: 0;
      padding-right: 0; }
  .halo_productGrid.columns-4 > .product-item {
    width: 25%; }
    .halo_productGrid.columns-4 > .product-item:nth-child(-n + 4) {
      margin-top: 0; }
  .halo_productGrid.columns-3 > .product-item {
    width: 25%; }
    .halo_productGrid.columns-3 > .product-item:nth-child(-n + 4) {
      margin-top: 50px; }
  .halo_productGrid.columns-2 > .product-item {
    width: 50%; }
    .halo_productGrid.columns-2 > .product-item:nth-child(-n + 2) {
      margin-top: 0; }
  .halo_productGrid.columns-1 > .product-item {
    width: 100%; }
    .halo_productGrid.columns-1 > .product-item:first-child {
      margin-top: 0; }
  .halo_productGrid .halo_products + .form {
    text-align: center;
    margin-bottom: 0;
    margin-top: 1.5rem; }

/*----------  2.0 Responsive  ----------*/
@media (max-width: 1450px) {
  .halo_productGrid {
    margin: 0 -15px; }
    .halo_productGrid > .product-item {
      padding: 0 15px; }
    .halo_productGrid.columns-5 > .product-item {
      width: 25%; }
      .halo_productGrid.columns-5 > .product-item:nth-child(-n + 5) {
        margin-top: 50px; }
      .halo_productGrid.columns-5 > .product-item:nth-child(-n + 4) {
        margin-top: 0px; } }

@media (max-width: 1450px) and (min-width: 860px) {
  .halo_productGrid.columns-3 > .product-item {
    width: 33%; }
    .halo_productGrid.columns-3 > .product-item:nth-child(-n + 4) {
      margin-top: 50px; } }

@media (max-width: 1450px) and (min-width: 1024px) {
  .halo_productGrid.columns-4 > .product-item .card-figcaption-group, .halo_productGrid.columns-5 > .product-item .card-figcaption-group {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px; } }

@media (max-width: 1024px) {
  .halo_productGrid {
    margin: 0 -8px; }
    .halo_productGrid > .product-item {
      padding: 0 8px; } }

@media (max-width: 992px) {
  .halo_productGrid.columns-5 > .product-item, .halo_productGrid.columns-4 > .product-item {
    width: 33.333333%; }
    .halo_productGrid.columns-5 > .product-item:nth-child(-n + 4), .halo_productGrid.columns-4 > .product-item:nth-child(-n + 4) {
      margin-top: 50px; }
    .halo_productGrid.columns-5 > .product-item:nth-child(-n + 3), .halo_productGrid.columns-4 > .product-item:nth-child(-n + 3) {
      margin-top: 0px; } }

@media (max-width: 860px) {
  .halo_productGrid.columns-5 > .product-item, .halo_productGrid.columns-4 > .product-item, .halo_productGrid.columns-3 > .product-item {
    width: 50%; }
    .halo_productGrid.columns-5 > .product-item:nth-child(-n + 3), .halo_productGrid.columns-4 > .product-item:nth-child(-n + 3), .halo_productGrid.columns-3 > .product-item:nth-child(-n + 3) {
      margin-top: 50px; }
    .halo_productGrid.columns-5 > .product-item:nth-child(-n + 2), .halo_productGrid.columns-4 > .product-item:nth-child(-n + 2), .halo_productGrid.columns-3 > .product-item:nth-child(-n + 2) {
      margin-top: 0px; } }

@media (max-width: 414px) {
  .halo_productGrid {
    margin: 0 -8px; }
    .halo_productGrid > .product-item {
      padding: 0 8px;
      margin-top: 30px; }
    .halo_productGrid.columns-5 > .product-item:nth-child(-n + 3), .halo_productGrid.columns-4 > .product-item:nth-child(-n + 3), .halo_productGrid.columns-3 > .product-item:nth-child(-n + 3) {
      margin-top: 50px; }
    .halo_productGrid.columns-5 > .product-item:nth-child(-n + 2), .halo_productGrid.columns-4 > .product-item:nth-child(-n + 2), .halo_productGrid.columns-3 > .product-item:nth-child(-n + 2) {
      margin-top: 0px; } }

/*=====  End of Jewel Bigcommerce  =========*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Product List  --------*/
.halo_productList {
  margin: 0; }
  .halo_productList > .product-item {
    padding: 0;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 100% !important;
    margin-top: 0 !important;
    border-bottom: 1px dotted #e1e1e1; }
    .halo_productList > .product-item:last-child {
      margin-bottom: 0;
      padding-top: 0;
      border-bottom: none; }
  .halo_productList .halo_products {
    width: 100%;
    display: table; }
    .halo_productList .halo_products .card-figure, .halo_productList .halo_products .card-body {
      display: table-cell;
      vertical-align: top; }
    .halo_productList .halo_products .card-figure {
      width: 280px; }
      .halo_productList .halo_products .card-figure .card-figcaption-group {
        display: none; }
    .halo_productList .halo_products .card-body {
      text-align: left;
      padding-left: 60px;
      margin-top: 0; }
      .halo_productList .halo_products .card-body .card-title,
      .halo_productList .halo_products .card-body .card-text[data-test-info-type="price"] {
        margin-bottom: 13px; }
      .halo_productList .halo_products .card-body .btn-wishlist {
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        right: auto;
        opacity: 1;
        position: relative;
        display: block;
        vertical-align: middle;
        visibility: visible;
        margin-top: 15px; }
        .halo_productList .halo_products .card-body .btn-wishlist .icon svg {
          fill: #323232; }
        .halo_productList .halo_products .card-body .btn-wishlist .text {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          font-weight: 700;
          color: #323232;
          line-height: 18px;
          margin-left: 10px; }
          .halo_productList .halo_products .card-body .btn-wishlist .text:before {
            content: "";
            left: 0;
            width: 0;
            bottom: 0;
            height: 1px;
            opacity: 0.7;
            background-color: #323232;
            position: absolute;
            transition: all 0.3s ease; }
        .halo_productList .halo_products .card-body .btn-wishlist:hover .text:before {
          width: 100%; }
      .halo_productList .halo_products .card-body .card-figcaption-group {
        margin-top: 25px;
        opacity: 1;
        bottom: auto;
        display: block;
        transform: none;
        position: relative;
        visibility: visible;
        padding-left: 0;
        padding-right: 0; }
        .halo_productList .halo_products .card-body .card-figcaption-group .card-figcaption-button {
          display: inline-block;
          vertical-align: middle;
          width: auto;
          min-width: 290px; }
        .halo_productList .halo_products .card-body .card-figcaption-group label.card-figcaption-button {
          min-width: 0;
          float: right;
          line-height: 18px;
          padding: 10px 0; }
    .halo_productList .halo_products .card-summary {
      display: block;
      font-size: 12px;
      margin-bottom: 15px; }
      .halo_productList .halo_products .card-summary > p {
        margin-bottom: 0; }
    .halo_productList .halo_products .product-option-color {
      opacity: 1;
      visibility: visible;
      margin-top: 20px; }
    .halo_productList .halo_products label.card-figcaption-button {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0; }

/*----------  2.0 Responsive  ----------*/
@media (max-width: 1024px) {
  .halo_productList .halo_products {
    display: block;
    font-size: 0; }
    .halo_productList .halo_products .card-figure {
      width: 280px;
      min-width: 0;
      vertical-align: top;
      display: inline-block; }
    .halo_productList .halo_products .card-body {
      padding-left: 40px;
      width: calc(100% - 280px);
      display: inline-block;
      vertical-align: top; }
      .halo_productList .halo_products .card-body .card-figcaption-group label.card-figcaption-button {
        margin-top: 0;
        display: none; }
    .halo_productList .halo_products .card-img-container:before {
      opacity: 1;
      visibility: visible; } }

@media (max-width: 992px) {
  .halo_productList .halo_products .card-body {
    padding-left: 30px; }
    .halo_productList .halo_products .card-body .btn-wishlist {
      display: none; } }

@media (max-width: 769px) and (min-width: 768px) {
  .halo_productList .halo_products .card-body .btn-wishlist {
    display: block; } }

@media (max-width: 767px) {
  .halo_productList .halo_products .card-summary {
    line-height: 20px; }
  .halo_productList .halo_products .card-body {
    padding-left: 15px; }
  .halo_productList > .product-item {
    margin-bottom: 40px; }
  .halo_productList .halo_products .product-option-color {
    margin-top: 15px; }
  .halo_productList .halo_products .card-figure {
    width: 220px; }
  .halo_productList .halo_products .card-body {
    width: calc(100% - 220px); }
    .halo_productList .halo_products .card-body .card-figcaption-group .card-figcaption-button {
      min-width: 190px; } }

@media (max-width: 600px) {
  .halo_productList .halo_products .card-figure {
    width: 180px; }
  .halo_productList .halo_products .card-body {
    width: calc(100% - 180px); }
    .halo_productList .halo_products .card-body .card-figcaption-group {
      margin-top: 15px; }
    .halo_productList .halo_products .card-body .btn-wishlist {
      display: block;
      margin-left: 0;
      margin-top: 15px; } }

@media (max-width: 414px) {
  .halo_productList .halo_products .card-figure {
    width: 115px; }
    .halo_productList .halo_products .card-figure .btn-wishlist {
      display: none; }
  .halo_productList .halo_products .card-body {
    font-size: 12px;
    width: calc(100% - 115px); }
    .halo_productList .halo_products .card-body .card-figcaption-group .card-figcaption-button {
      min-width: 165px; }
    .halo_productList .halo_products .card-body .btn-wishlist {
      display: none; }
  .halo_productList .halo_products .quickview {
    padding: 2px 5px; } }

@media (max-width: 320px) {
  .halo_productList .halo_products .card-figure {
    width: 100px; }
  .halo_productList .halo_products .card-body {
    width: calc(100% - 100px); }
  .halo_productList .halo_products .halo_badge {
    line-height: 16px; }
  .halo_productList .halo_products .card-body .card-figcaption-group .card-figcaption-button .icon {
    width: 15px;
    height: 15px; } }

/*=====  End of Jewel Bigcommerce  =========*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Global style  --------*/
.halo_productView {
  display: block;
  font-size: 0;
  padding-top: 0; }
  @media (max-width: 768px) {
    .halo_productView {
      padding: 1rem; } }
  .halo_productView .halo_productView-left,
  .halo_productView .halo_productView-right {
    font-size: 12px;
    vertical-align: top;
    display: inline-block; }
  .halo_productView .halo_productView-left {
    width: 50%; }
  .halo_productView .halo_productView-right {
    width: 50%;
    padding-left: 40px; }
  .halo_productView .productView-description {
    display: block; }
  .halo_productView .product-row {
    display: flex; }

/*----------  2.0 Product images  ------*/
.halo_productView-images {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px; }
  .halo_productView-images .halo_badge {
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    font-size: 24px;
    line-height: 1.2;
    padding: 5px; }
    .halo_productView-images .halo_badge + .halo_badge {
      top: 28px; }
    .halo_productView-images .halo_badge + .halo_badge:nth-child(2) {
      top: 35px; }
    .halo_productView-images .halo_badge + .halo_badge:nth-child(3) {
      top: 75px; }
    .halo_productView-images .halo_badge + .halo_badge:nth-child(4) {
      top: 115px; }
    .halo_productView-images .halo_badge + .halo_badge:nth-child(5) {
      top: 155px; }
  .halo_productView-images .productView-nav .productView-image {
    cursor: zoom-in; }
    .halo_productView-images .productView-nav .productView-image > a {
      display: block; }
      .halo_productView-images .productView-nav .productView-image > a:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .halo_productView-images .productView-nav .productView-image > a img {
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        position: absolute;
        transform: translate(-50%, -50%);
        object-fit: contain; }
  .halo_productView-images .productView-for {
    width: 100%;
    display: block;
    margin-top: 15px;
    padding: 0 30px; }
    .halo_productView-images .productView-for .productView-thumbnail {
      border: none;
      outline: none;
      padding: 1px 7px; }
      .halo_productView-images .productView-for .productView-thumbnail > a {
        border: 1px solid transparent;
        box-shadow: 0 0 0 1px #eaeaea;
        display: block; }
        .halo_productView-images .productView-for .productView-thumbnail > a:before {
          content: "";
          display: block;
          padding-top: 100%; }
        .halo_productView-images .productView-for .productView-thumbnail > a img {
          top: 50%;
          left: 50%;
          width: auto;
          height: 100%;
          position: absolute;
          transform: translate(-50%, -50%);
          object-fit: contain; }
    .halo_productView-images .productView-for .slick-arrow-custom {
      width: 21px;
      height: 21px;
      padding: 0; }
    .halo_productView-images .productView-for .slick-prev {
      left: 0; }
    .halo_productView-images .productView-for .slick-next {
      right: 0; }

/*----------  3.0 Product detail  ------*/
.productView-details {
  margin-bottom: 0; }
  .productView-details .productView-product,
  .productView-details .productView-options {
    border: none;
    padding: 0;
    margin-bottom: 25px; }
  .productView-details .productView-brand {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    .productView-details .productView-brand a {
      color: #323232; }
      .productView-details .productView-brand a:hover {
        color: black; }
  .productView-details .productView-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0; }
  .productView-details .productView-rating {
    margin: 0 0 25px 0; }
  .productView-details .productView-price {
    margin: 0 0 25px 0; }
    .productView-details .productView-price .price-section {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.4px; }
      .productView-details .productView-price .price-section span[data-product-rrp-without-tax] {
        margin-right: 10px;
        color: #8c8c8c; }
      .productView-details .productView-price .price-section .price--withoutTax {
        color: #2e3031;
        font-weight: 700; }
      .productView-details .productView-price .price-section .price--rrp ~ .price--withoutTax {
        color: #e95144;
        font-weight: 700; }
    .productView-details .productView-price .price-section--saving {
      font-size: 12px;
      margin-top: 8px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0.24px; }
  .productView-details .productView-info {
    color: #000;
    font-family: Wix Madefor Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-top: 0; }
    .productView-details .productView-info > :first-child {
      margin-top: 0; }
    .productView-details .productView-info .productView-info-name,
    .productView-details .productView-info .productView-info-value {
      color: #000;
      font-family: Wix Madefor Text;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 150% */ }
    .productView-details .productView-info .productView-info-name {
      clear: both;
      min-width: 100px;
      margin-bottom: 8px;
      color: #000;
      font-family: Wix Madefor Text;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
      .productView-details .productView-info .productView-info-name:nth-last-of-type(1) {
        margin-bottom: 0; }
    .productView-details .productView-info .productView-info-value {
      margin-bottom: 0;
      color: #000;
      font-family: Wix Madefor Text;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
  .productView-details .form-label--alternate {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24px;
    color: #282828;
    font-family: "Wix Madefor Text"; }
    .productView-details .form-label--alternate > span[data-product-stock] {
      font-weight: 400; }
  .productView-details .form-increment .button {
    margin: 0;
    padding: 0.21429rem 0.35714rem;
    width: 36px;
    height: 36px;
    color: #7b7b7b;
    font-size: 14px;
    border-radius: 0;
    border-color: #cbcbcb;
    vertical-align: top; }
    .productView-details .form-increment .button:hover {
      border-color: #000; }
  .productView-details .form-input--incrementTotal {
    border: 0;
    display: inline-block;
    font-size: 12px;
    height: auto;
    border-radius: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 2.5rem;
    min-width: 75px;
    height: 36px;
    font-weight: 400;
    border: 1px solid #cbcbcb;
    border-width: 1px 0;
    vertical-align: top; }
    .productView-details .form-input--incrementTotal:disabled {
      border: transparent; }
  .productView-details .alertBox {
    border-radius: 0;
    margin-bottom: 15px; }
  .productView-details .form-action {
    padding: 0;
    width: auto;
    float: none;
    margin-bottom: 10px;
    display: block; }
    .productView-details .form-action .btn-add-to-card {
      width: auto;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 2.08px;
      color: white;
      padding: 11px 25px 10px 25px;
      background-color: #323232;
      border: none;
      border-radius: 20px;
      background: #c43201; }
      .productView-details .form-action .btn-add-to-card:hover {
        color: white;
        border-color: #2e3031;
        background-color: #2e3031; }
  .productView-details form[data-wishlist-add] > button {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-weight: 700;
    text-transform: capitalize;
    color: #323232;
    font-family: "Wix Madefor Text";
    min-width: 145px;
    text-align: left;
    white-space: nowrap;
    display: flex;
    gap: 6px;
    padding-top: 12px; }
    .productView-details form[data-wishlist-add] > button > .icon {
      width: 20px;
      height: 20px; }
      .productView-details form[data-wishlist-add] > button > .icon + .text {
        color: #000;
        text-align: center;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
      .productView-details form[data-wishlist-add] > button > .icon svg {
        fill: #323232; }
    .productView-details form[data-wishlist-add] > button > .text {
      font-size: 12px;
      line-height: 20px;
      position: relative; }
      .productView-details form[data-wishlist-add] > button > .text:before {
        bottom: 0;
        width: 0;
        height: 1px;
        opacity: 0.6;
        content: "";
        background-color: #323232;
        position: absolute;
        transition: all 0.3s ease; }
    .productView-details form[data-wishlist-add] > button:hover > .text:before {
      width: 100%; }
  .productView-details .productView-options .form-field {
    margin-bottom: 15px; }
  .productView-details .productView-options .form-field--stock {
    margin-top: -5px; }
  .productView-details .productView-options .alertBox--error {
    opacity: 0.65;
    width: 100%;
    color: #fff;
    text-align: center;
    display: table;
    padding: 10px 25px;
    pointer-events: none;
    background-color: #505050;
    border: 1px solid #505050; }
    .productView-details .productView-options .alertBox--error .alertBox-icon {
      display: none; }
    .productView-details .productView-options .alertBox--error .alertBox-message {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      width: 100%;
      letter-spacing: 3px;
      line-height: 20px;
      margin-bottom: 0;
      text-transform: uppercase;
      transition: all 0.3s ease; }
      .productView-details .productView-options .alertBox--error .alertBox-message > span {
        letter-spacing: 3px; }

/*----------  4.0 Product tabs  --------*/
.productView-description {
  font-size: 12px;
  margin-top: 50px; }
  .productView-description .tab-content {
    padding-top: 0; }
    .productView-description .tab-content h1,
    .productView-description .tab-content h2,
    .productView-description .tab-content h3,
    .productView-description .tab-content h4,
    .productView-description .tab-content h5,
    .productView-description .tab-content h6 {
      text-transform: capitalize;
      font-weight: 600;
      margin-top: 0;
      letter-spacing: 0.52px;
      font-family: "Wix Madefor Text"; }
    .productView-description .tab-content > ul {
      margin-left: 30px; }
      .productView-description .tab-content > ul li {
        margin-bottom: 5px; }

.halo_tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 0; }
  .halo_tabs:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #eaeaea; }
  .halo_tabs li.tab {
    border: 0;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-left: -1px; }
    .halo_tabs li.tab:first-child {
      margin-left: 0; }
    .halo_tabs li.tab a {
      font-weight: 600;
      display: block;
      font-size: 12px;
      padding: 0;
      padding: 10px 25px;
      text-transform: uppercase;
      background-color: #fafafa;
      border: 1px solid #eaeaea;
      transition: all 0.3s ease;
      font-family: "Wix Madefor Text";
      color: #323232;
      letter-spacing: 1.92px;
      position: relative; }
      .halo_tabs li.tab a:before {
        content: "";
        bottom: 10px;
        left: 50%;
        width: 0;
        height: 1px;
        background-color: #8c8c8c;
        position: absolute;
        transform: translateX(-50%);
        transition: all 0.3s ease; }
    .halo_tabs li.tab.is-active a {
      font-weight: 600;
      color: #323232;
      border-bottom-color: #fff;
      background: #fff; }
      .halo_tabs li.tab.is-active a:before {
        width: calc(100% - 50px); }

#product-reviews {
  border: 0;
  margin-bottom: 30px; }
  #product-reviews .toggle-title {
    margin: 0;
    font-size: 12px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 25px;
    letter-spacing: 1.92px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%; }
    #product-reviews .toggle-title:before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      height: 1px;
      background-image: linear-gradient(to right, #000 1px, #fff0 0%);
      background-position: top;
      background-size: 3px 1px;
      background-repeat: repeat-x; }
    #product-reviews .toggle-title .toggleLink {
      margin-top: -4px;
      line-height: 20px;
      text-transform: none;
      letter-spacing: 0.24px;
      font-family: "Wix Madefor Text";
      font-weight: 400;
      color: #646464; }
      #product-reviews .toggle-title .toggleLink .toggleLink-text {
        font-size: inherit; }
        #product-reviews .toggle-title .toggleLink .toggleLink-text .icon {
          height: 10px;
          margin-top: -2px;
          transform: rotate(-90deg); }
  #product-reviews .toggle-content {
    padding-top: 35px; }

.videoGallery .toggle-title {
  color: #000;
  text-align: center;
  font-family: Wix Madefor Text;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase; }

/*----------  5.0 Product slider  ------*/
.product-section {
  padding-top: 35px;
  margin-top: 50px;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 50px; }
  .product-section .halo_main-title {
    color: #000;
    text-align: center;
    font-family: Wix Madefor Text;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .product-section .halo_main-title {
        font-size: 36px; } }
  .product-section .productCarousel {
    padding: 0;
    margin: 0 -15px; }
    .product-section .productCarousel .productCarousel-slide {
      padding: 0 15px; }
    .product-section .productCarousel .slick-arrow-custom {
      width: 62px;
      height: 62px;
      fill: #323232;
      background-color: unset;
      border: none; }
      .product-section .productCarousel .slick-arrow-custom:hover {
        fill: #ffffff;
        background-color: #323232; }
      .product-section .productCarousel .slick-arrow-custom.slick-disabled {
        background-color: unsest; }
        .product-section .productCarousel .slick-arrow-custom.slick-disabled:hover {
          fill: #323232;
          background-color: #fff; }
    .product-section .productCarousel .slick-prev {
      left: 15px; }
    .product-section .productCarousel .slick-next {
      right: 15px; }

/*----------  6.0 Size chart  ---------*/
a[data-reveal-id="modal-size-chart-form"] {
  float: right;
  position: relative;
  color: #646464;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24px;
  font-style: italic; }
  a[data-reveal-id="modal-size-chart-form"]:before {
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 1px;
    opacity: 0.7;
    position: absolute;
    display: inline-block;
    transition: all 0.3s ease;
    background-color: #646464; }
  a[data-reveal-id="modal-size-chart-form"]:hover:before {
    width: 100%; }

/*----------  7.0 Product option  ------*/
[data-product-option-change] .form-option-variant {
  min-width: 34px;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  vertical-align: top;
  color: #646464; }

[data-product-option-change] .form-option {
  padding: 0;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0;
  vertical-align: top;
  position: relative;
  z-index: 1; }

[data-product-option-change] .form-option-swatch {
  border: none;
  box-shadow: 0 0 0 1px transparent; }
  [data-product-option-change] .form-option-swatch .form-option-variant {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    z-index: -1; }

[data-product-option-change] .form-radio:checked + .form-option-swatch {
  border: none;
  box-shadow: 0 0 0 1px #505050; }

[data-product-attribute] .form-option.unavailable {
  background-color: transparent; }
  [data-product-attribute] .form-option.unavailable:before {
    width: calc(140% - 1px);
    left: -5px;
    top: 15px;
    height: 1px;
    background-color: #e95144; }

[data-product-attribute] .form-radio:checked + .form-option.unavailable {
  border: none;
  box-shadow: 0 0 0 1px #505050; }

.form-radio:checked + .form-option {
  border: none;
  box-shadow: 0 0 0 1px #505050;
  font-family: "Wix Madefor Text";
  font-weight: 700; }
  .form-radio:checked + .form-option .form-option-variant {
    color: #323232; }

/*----------  8.0 Button quality  ------*/
.productView-details .form-input--incrementTotal:disabled {
  border: 1px solid #cbcbcb; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 1024px) {
  .product-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea; }
    .product-section .productCarousel {
      margin-left: -8px;
      margin-right: -8px;
      margin-bottom: 0;
      padding-bottom: 30px; }
      .product-section .productCarousel .productCarousel-slide {
        padding-left: 8px;
        padding-right: 8px; }
      .product-section .productCarousel .slick-dots {
        bottom: 0; }
  .productView-description .tab-content {
    padding-bottom: 0; } }

@media (max-width: 992px) {
  .halo_productView .halo_productView-right {
    padding-left: 30px; }
  .at-resp-share-element .at-share-btn {
    margin-right: 4px !important; } }

@media (max-width: 767px) {
  .halo_productView .halo_productView-left {
    width: 100%; }
  .halo_productView .halo_productView-right {
    width: 100%;
    margin-top: 50px;
    padding-left: 0; }
  .productView-details .productView-options {
    text-align: left; }
  .halo_productView-images {
    padding-bottom: 0; }
    .halo_productView-images .productView-nav .productView-image > a:before {
      padding-top: 70%; }
  .halo_tabs {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 15px;
    font-size: 0; }
    .halo_tabs:after {
      content: none; }
    .halo_tabs li.tab {
      font-size: 12px;
      width: 50%;
      padding-left: 8px;
      padding-right: 8px;
      margin-left: 0;
      margin-bottom: 15px; }
      .halo_tabs li.tab.is-active a {
        border-color: #eaeaea; }
      .halo_tabs li.tab a:before {
        content: none; } }

@media (max-width: 414px) {
  .productView-details .productView-product,
  .productView-details .productView-options,
  .productView-details .productView-options .form-field {
    /*margin-bottom: 5px;*/ }
  .productView-details .form-action {
    margin-top: 30px; }
    .productView-details .form-action .btn-add-to-card {
      font-size: 12px;
      letter-spacing: 3px; }
  .productView-details .social-mediaBlock {
    margin-top: 20px; }
  .at-resp-share-element.at-mobile .at-share-btn {
    margin-right: 2px !important; }
  .halo_tabs li.tab {
    width: 100%; } }

@media (max-width: 380px) {
  .halo_productView-images .productView-nav .productView-image > a:before {
    padding-top: 100%; }
  .halo_productView .halo_productView-right {
    margin-top: 30px; }
  button[data-reveal-id="halo-ask-an-expert-form"] {
    padding-top: 8px;
    padding-bottom: 8px; } }

/*=====  End of Jewel Bigcommerce  =========*/
.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  width: 3.57143rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

/*============================================
=            Defaul Bigcommerce              =
============================================*/
.account {
  /*margin-bottom: spacing("single");*/ }

.account--fixed {
  /*@include breakpoint("medium") {
            margin: 0 auto;
            width: grid-calc(8, $total-columns);
        }*/ }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

.account--fixedLarge {
  /*@include breakpoint("medium") {
            margin: 0 auto;
            width: grid-calc(9, $total-columns);
        }*/ }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/*=====  End of Defaul Bigcommerce  ========*/
/*============================================
=            Jewel Bigcommerce               =
============================================*/
/*----------  1.0 Global style  --------*/
.account-body-detail {
  margin: 0 -50px; }
  .account-body-detail .account-content {
    width: 65%;
    float: left;
    padding: 0 50px; }
  .account-body-detail .account-sidebar {
    width: 35%;
    float: right;
    padding: 0 50px; }

.account-sidebar-block {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px; }
  .account-sidebar-block .definitionList {
    letter-spacing: 0.5px; }
    .account-sidebar-block .definitionList .definitionList-key {
      min-width: 150px;
      font-weight: 500;
      color: #2e3031; }
  .account-sidebar-block .button {
    margin-bottom: 0; }

.account-product--alignMiddle .account-product-figure:after {
  content: none; }

.account-product--alignMiddle .account-product-price {
  font-size: 16px;
  font-weight: 500;
  color: #2e3031; }

.account-product--alignMiddle .definitionList {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px; }

.account-product--alignMiddle .form-checkbox + .form-label::before {
  border-radius: 0; }

.account-heading {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Wix Madefor Text";
  color: #323232; }

.account-product-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Wix Madefor Text";
  color: black; }
  .account-product-title a {
    color: inherit; }

.account-orderTotal .account-orderTotal-key {
  font-size: 14px;
  font-weight: 500;
  color: #2e3031; }

.account-orderTotal .account-orderTotal-value {
  font-size: 14px;
  font-weight: 500;
  color: #2e3031; }
  .account-orderTotal .account-orderTotal-value:last-child {
    font-size: 20px; }

/*----------  RESPONSIVE  --------------*/
@media (max-width: 1024px) {
  .account-body-detail {
    margin: 0 -15px; }
    .account-body-detail .account-content {
      padding: 0 15px; }
    .account-body-detail .account-sidebar {
      padding: 0 15px; }
  .account-product-title {
    font-size: 13px; }
  .account-heading {
    padding-bottom: 10px; }
  .account-sidebar-block .account-heading {
    margin-bottom: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 30px; } }

@media (max-width: 992px) {
  .account-body-detail .account-content {
    width: 60%; }
  .account-body-detail .account-sidebar {
    width: 40%; }
  .account-sidebar-block .definitionList .definitionList-key {
    min-width: 120px; } }

@media (max-width: 767px) {
  .account-body-detail {
    margin: 0; }
    .account-body-detail .account-content {
      width: 100%;
      padding: 0; }
    .account-body-detail .account-sidebar {
      padding: 0;
      width: 100%; }
  .account-product-body {
    /*padding-bottom: 0;*/ } }

@media (max-width: 480px) {
  .account-product--alignMiddle .account-product-body {
    padding-left: 15px; }
  .account-product--alignMiddle .account-product-price {
    float: none;
    margin-bottom: 5px; }
  .account-orderTotal {
    width: 75%; } }

/*=====  End of Jewel Bigcommerce  =========*/
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 992px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 992px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* Sticky Notification Bar */
.sticky-notification {
  --border-radius: 30px;
  --translate-x: -50%;
  --translate-y: 50px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(var(--translate-x)) translateY(var(--translate-y));
  pointer-events: none;
  opacity: 0;
  width: max-content;
  max-width: 90%;
  z-index: 999;
  transition: all 450ms ease-in-out, opacity 600ms ease-in-out;
  background: #f6b924;
  padding: 16px 50px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  cursor: pointer;
  animation: vertical-floating 1.5s ease-out infinite;
  animation-delay: 3s;
  transform-origin: 50% 50%;
  overflow: initial;
  will-change: transform; }
  .sticky-notification.show {
    --translate-y: 0;
    opacity: 1;
    pointer-events: auto;
    display: flex; }
  .sticky-notification .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .sticky-notification .text-wrapper .intro-text {
      color: #051c42;
      font-size: 14px;
      font-weight: 400;
      transition: color 350ms ease-in-out; }
      .sticky-notification .text-wrapper .intro-text:hover {
        color: #051c42; }
    .sticky-notification .text-wrapper .link-text {
      color: #051c42;
      font-size: 14px;
      font-weight: 400;
      transition: color 350ms ease-in-out, fill 350ms ease-in-out; }
      .sticky-notification .text-wrapper .link-text:hover {
        color: #051c42; }
    .sticky-notification .text-wrapper .intro-text-desktop {
      display: block; }
    .sticky-notification .text-wrapper .link-text-desktop {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin-left: 6px; }
      .sticky-notification .text-wrapper .link-text-desktop:hover .icon {
        transform: translateX(4px); }
    .sticky-notification .text-wrapper .intro-text-mobile {
      display: none; }
    .sticky-notification .text-wrapper .link-text-mobile {
      display: none; }
  .sticky-notification .close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    margin-top: -2px; }
    .sticky-notification .close-btn svg {
      width: 16px;
      height: 16px;
      fill: #051c42; }
    .sticky-notification .close-btn path {
      fill: #051c42; }
  .sticky-notification .icon-link-arrow {
    width: 20px;
    height: 20px;
    fill: #051c42; }
    .sticky-notification .icon-link-arrow svg {
      fill: #051c42; }
    .sticky-notification .icon-link-arrow rect {
      fill: #051c42; }
    .sticky-notification .icon-link-arrow path {
      fill: #051c42; }
  .sticky-notification .link-text:hover .icon-link-arrow {
    fill: #051c42; }
    .sticky-notification .link-text:hover .icon-link-arrow rect {
      fill: #051c42; }
    .sticky-notification .link-text:hover .icon-link-arrow path {
      fill: #051c42; }
  .sticky-notification .mobile-image-icon {
    display: none; }

.accordion-custom .panel p {
  font-size: 18px !important; }

*[data-sub-layout] {
  /* CSS rules for any element with a data-sub-layout attribute */ }

@media screen and (max-width: 1024px) {
  .sticky-notification {
    --bottom-arrow-size: 7px;
    --bottom-positon: 66px;
    bottom: 15px; }
  #notification-popup {
    width: 80vw;
    max-width: unset; } }

@media screen and (max-width: 767px) {
  .sticky-notification {
    padding: 10px 20px; }
    .sticky-notification.hidden-mobile {
      display: none; }
    .sticky-notification .close-btn {
      display: none; }
    .sticky-notification .mobile-image-icon {
      display: block;
      width: 18px;
      height: 18px;
      position: relative;
      top: -5px; }
      .sticky-notification .mobile-image-icon:first-of-type {
        margin-right: 5px; }
      .sticky-notification .mobile-image-icon:nth-of-type(2) {
        margin-left: 5px; }
    .sticky-notification .text-wrapper {
      flex-direction: column;
      height: 22px;
      justify-content: flex-start;
      overflow: hidden; }
      .sticky-notification .text-wrapper .intro-text-mobile {
        transition: transform 500ms ease-out; }
      .sticky-notification .text-wrapper a {
        transition: transform 500ms ease-out; }
      .sticky-notification .text-wrapper .intro-text-desktop {
        display: none; }
      .sticky-notification .text-wrapper .link-text-desktop {
        display: none; }
      .sticky-notification .text-wrapper .intro-text-mobile {
        display: block; }
      .sticky-notification .text-wrapper .link-text-mobile {
        display: block; }
    .sticky-notification .text-wrapper.slide-down .intro-text-mobile {
      transform: translateY(-100%); }
    .sticky-notification .text-wrapper.slide-down a {
      transform: translateY(-100%); }
  .sticky-notification.hide-on-mobile {
    display: none; }
  .sticky-notification.temporary-hide {
    opacity: 0;
    --translate-y: -20px;
    pointer-events: none; } }

@media screen and (min-width: 768px) {
  .sticky-notification.hidden-desktop {
    display: none; } }

@media screen and (min-width: 1025px) {
  .sticky-notification::after {
    content: "";
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -10%;
    width: 3em;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    visibility: hidden; } }

@keyframes vertical-floating {
  0%, 100% {
    transform: translateX(var(--translate-x)) translateY(0); }
  50% {
    transform: translateX(var(--translate-x)) translateY(6px); } }

@keyframes shineToRight {
  100% {
    left: 110%;
    visibility: visible; } }

[data-layout-name="2025 Koi fest tickets"] > div {
  flex-basis: 20% !important;
  max-width: 20% !important; }

@media screen and (max-width: 1024px) {
  [data-layout-name="2025 Koi fest tickets"] {
    flex-direction: column !important; }
  [data-layout-name="2025 Koi fest tickets"] > div {
    flex-basis: 100% !important;
    max-width: 100% !important; } }
