@charset "UTF-8";
/*! ----------------------------------------------------------------------------
 * STORELLI THEME
 * 
 * This file sources are outside of Shopify's Slate build process because at 
 * the moment Shopify only support SASS v3.2.6 and Bootstrap 4 is made for v3.3
 * -----------------------------------------------------------------------------
 */
/*!
 * Bootstrap v4.0.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)
 */
: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: #252525;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "StagSans", Helvetica, Arial, sans-serif;
  --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: transparent; }

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

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

body {
  margin: 0;
  font-family: "StagSans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252525;
  text-align: left;
  background-color: #f5f5f5; }

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

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

h1, .h1, h2, .h2, .floating-block.floating-quote blockquote, h3, .h3, h4, .h4, .featured-product .tag, .floating-block.floating-quote small, .sign-message, .product-reviews .spr-header .spr-header-title, 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: .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, .h1, h2, .h2, .floating-block.floating-quote blockquote, h3, .h3, h4, .h4, .featured-product .tag, .floating-block.floating-quote small, .sign-message, .product-reviews .spr-header .spr-header-title, h5, h6,
.h1, .h2, .floating-block.floating-quote blockquote, .h3, .h4, .featured-product .tag, .floating-block.floating-quote small, .sign-message, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.2;
  color: inherit; }

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

h2, .h2, .floating-block.floating-quote blockquote, .h2, .floating-block.floating-quote blockquote {
  font-size: 2rem; }

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

h4, .h4, .featured-product .tag, .floating-block.floating-quote small, .sign-message, .product-reviews .spr-header .spr-header-title, .h4, .featured-product .tag, .floating-block.floating-quote small, .sign-message {
  font-size: 1.5rem; }

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

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

.blogH2 {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: "StagSans", Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0.25px;
    }

 .blogH3 {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: "StagSans", Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0.25px;
    }
 
.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 #c9c9c9; }

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: #f5f5f5;
  border: 1px solid #dee2e6;
  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; }
  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, .product-reviews .spr-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .product-reviews .spr-header, .product-reviews .spr-content .spr-form form, .product-reviews .spr-content .spr-reviews {
  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, .home-instagram-feed #insta-feed .container, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .product-reviews .spr-header .spr-header-title,
.product-reviews .spr-header .spr-summary, .product-reviews .spr-content .spr-reviews .spr-review, .product-reviews .spr-content .spr-reviews .spr-pagination, .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, .product-reviews .spr-content .spr-form form .spr-form-contact,
.product-reviews .spr-content .spr-form form .spr-form-review,
.product-reviews .spr-content .spr-form form .spr-form-actions, .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, .home-instagram-feed #insta-feed .container {
  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, .product-reviews .spr-header .spr-header-title,
.product-reviews .spr-header .spr-summary, .product-reviews .spr-content .spr-reviews .spr-review, .product-reviews .spr-content .spr-reviews .spr-pagination {
  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, .product-reviews .spr-content .spr-reviews .spr-review {
    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, .product-reviews .spr-content .spr-form form .spr-form-contact,
  .product-reviews .spr-content .spr-form form .spr-form-review,
  .product-reviews .spr-content .spr-form form .spr-form-actions {
    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, .product-reviews .spr-content .spr-form form .spr-form-contact,
  .product-reviews .spr-content .spr-form form .spr-form-review,
  .product-reviews .spr-content .spr-form form .spr-form-actions {
    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.666%; }
  .offset-lg-3, .product-reviews .spr-content .spr-form form .spr-form-contact,
  .product-reviews .spr-content .spr-form form .spr-form-review,
  .product-reviews .spr-content .spr-form form .spr-form-actions {
    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: #f5f5f5; }

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

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

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

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

.table-dark {
  color: #f5f5f5;
  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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #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;
  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; }

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

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 #f5f5f5, 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 #f5f5f5, 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 {
      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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn: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: #252525;
  border-color: #252525; }
  .btn-dark:hover {
    color: #fff;
    background-color: #121212;
    border-color: #0c0c0c; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #252525;
    border-color: #252525; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #050505; }
    .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(37, 37, 37, 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: #252525;
  background-color: transparent;
  background-image: none;
  border-color: #252525; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #252525;
    border-color: #252525; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #252525;
    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: #252525;
    border-color: #252525; }
    .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(37, 37, 37, 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; }

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 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-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 > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .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; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 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 #f5f5f5, 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-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;
  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-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      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; }
  .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; }

.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; }
    .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: #f5f5f5;
    border-color: #dee2e6 #dee2e6 #f5f5f5; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.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, .product-reviews
  .navbar > .spr-container {
    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; }
  .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, .product-reviews
  .navbar-expand-sm > .spr-container {
    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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .product-reviews
    .navbar-expand-sm > .spr-container {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .product-reviews
  .navbar-expand-md > .spr-container {
    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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .product-reviews
    .navbar-expand-md > .spr-container {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .product-reviews
  .navbar-expand-lg > .spr-container {
    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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .product-reviews
    .navbar-expand-lg > .spr-container {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .product-reviews
  .navbar-expand-xl > .spr-container {
    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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .product-reviews
    .navbar-expand-xl > .spr-container {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .product-reviews
  .navbar-expand > .spr-container {
    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 .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .product-reviews
  .navbar-expand > .spr-container {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.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); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.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 + .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-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

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

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

.card-img {
  width: 100%; }

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

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

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    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-columns .card {
  margin-bottom: 0.75rem; }

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

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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; }

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

.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-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.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; }
  .badge:empty {
    display: none; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.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: #252525; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0c0c0c; }

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

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

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.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: #131313;
  background-color: lightgray;
  border-color: #c2c2c2; }
  .alert-dark hr {
    border-top-color: #b5b5b5; }
  .alert-dark .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease; }

.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, .product-details .key-features ul li {
  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: #252525;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item: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; }

.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: #131313;
  background-color: #c2c2c2; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #131313;
    background-color: #b5b5b5; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #131313;
    border-color: #131313; }

.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%); }
  .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);
  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; }
  .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: "StagSans", Helvetica, Arial, sans-serif;
  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.75rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 12px;
    height: 8px; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 8px 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: 8px 6px 0;
      border-top-color: #fefed6; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 8px; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 8px;
    height: 12px; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 6px 8px 6px 0;
      border-right-color: #fefed6; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 8px 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 6px 8px;
      border-bottom-color: #fefed6; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 8px; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 8px;
    height: 12px; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 6px 0 6px 8px;
      border-left-color: #fefed6; }

.tooltip-inner {
  max-width: 160px;
  padding: 1rem 1rem;
  color: #252525;
  text-align: center;
  background-color: #fefed6; }

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

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .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; }
  .popover-header:empty {
    display: none; }

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0c0c0c !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: #252525 !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; }

.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; }
  .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; }
  .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; }
  .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; }
  .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;
  clip-path: inset(50%);
  border: 0; }

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

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

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

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

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

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

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

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

.h-100 {
  height: 100% !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;
  font-family: "StagSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.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: 2rem !important; }

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

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

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

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

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

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

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

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

.ml-6,
.mx-6 {
  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: 2rem !important; }

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

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

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

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

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

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

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

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

.pl-6,
.px-6 {
  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: 2rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important; }
  .m-sm-6 {
    margin: 3rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    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: 2rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important; }
  .p-sm-6 {
    padding: 3rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    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: 2rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important; }
  .m-md-6 {
    margin: 3rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important; }
  .ml-md-6,
  .mx-md-6 {
    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: 2rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important; }
  .p-md-6 {
    padding: 3rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important; }
  .pl-md-6,
  .px-md-6 {
    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: 2rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important; }
  .m-lg-6 {
    margin: 3rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    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: 2rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important; }
  .p-lg-6 {
    padding: 3rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    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: 2rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important; }
  .m-xl-6 {
    margin: 3rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    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: 2rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important; }
  .p-xl-6 {
    padding: 3rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    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-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, .sign-error ul {
  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: #252525 !important; }

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

.text-muted {
  color: #6c757d !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 #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  .h2,
  .floating-block.floating-quote blockquote,
  h3,
  .h3 {
    orphans: 3;
    widows: 3; }
  h2, .h2, .floating-block.floating-quote blockquote,
  h3,
  .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 #ddd !important; } }

.container-fluid, .product-reviews .spr-container {
  max-width: 1920px;
  padding-right: 30px;
  padding-left: 30px; }

.container-fullbleed {
  padding: 0; }
  .container-fullbleed .row, .container-fullbleed .product-reviews .spr-header, .product-reviews .container-fullbleed .spr-header, .container-fullbleed .product-reviews .spr-content .spr-form form, .product-reviews .spr-content .spr-form .container-fullbleed form, .container-fullbleed .product-reviews .spr-content .spr-reviews, .product-reviews .spr-content .container-fullbleed .spr-reviews {
    margin: 0; }
  .container-fullbleed .row .col, .container-fullbleed .product-reviews .spr-header .col, .product-reviews .container-fullbleed .spr-header .col, .container-fullbleed .product-reviews .spr-content .spr-form form .col, .product-reviews .spr-content .spr-form .container-fullbleed form .col, .container-fullbleed .product-reviews .spr-content .spr-reviews .col, .product-reviews .spr-content .container-fullbleed .spr-reviews .col, .container-fullbleed .row > [class*="col-"], .container-fullbleed .product-reviews .spr-header > [class*="col-"], .product-reviews .container-fullbleed .spr-header > [class*="col-"], .container-fullbleed .product-reviews .spr-content .spr-form form > [class*="col-"], .product-reviews .spr-content .spr-form .container-fullbleed form > [class*="col-"], .container-fullbleed .product-reviews .spr-content .spr-reviews > [class*="col-"], .product-reviews .spr-content .container-fullbleed .spr-reviews > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

@media (max-width: 575.98px) {
  .container-xs-fullbleed {
    padding: 0; }
    .container-xs-fullbleed .row, .container-xs-fullbleed .product-reviews .spr-header, .product-reviews .container-xs-fullbleed .spr-header, .container-xs-fullbleed .product-reviews .spr-content .spr-form form, .product-reviews .spr-content .spr-form .container-xs-fullbleed form, .container-xs-fullbleed .product-reviews .spr-content .spr-reviews, .product-reviews .spr-content .container-xs-fullbleed .spr-reviews {
      margin: 0; }
    .container-xs-fullbleed .row .col, .container-xs-fullbleed .product-reviews .spr-header .col, .product-reviews .container-xs-fullbleed .spr-header .col, .container-xs-fullbleed .product-reviews .spr-content .spr-form form .col, .product-reviews .spr-content .spr-form .container-xs-fullbleed form .col, .container-xs-fullbleed .product-reviews .spr-content .spr-reviews .col, .product-reviews .spr-content .container-xs-fullbleed .spr-reviews .col, .container-xs-fullbleed .row > [class*="col-"], .container-xs-fullbleed .product-reviews .spr-header > [class*="col-"], .product-reviews .container-xs-fullbleed .spr-header > [class*="col-"], .container-xs-fullbleed .product-reviews .spr-content .spr-form form > [class*="col-"], .product-reviews .spr-content .spr-form .container-xs-fullbleed form > [class*="col-"], .container-xs-fullbleed .product-reviews .spr-content .spr-reviews > [class*="col-"], .product-reviews .spr-content .container-xs-fullbleed .spr-reviews > [class*="col-"] {
      padding-left: 0;
      padding-right: 0; } }

.btn-dark:not(.btn-dark-keep):hover {
  color: #000;
  background-color: #fff; }

.carousel-indicators li {
  margin: 0 0 5px 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer; }
  .carousel-indicators li.active {
    cursor: default; }

.carousel.dark-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23808080' 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.dark-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23808080' 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.dark-carousel .carousel-indicators li {
  background-color: #808080;
  opacity: 0.5; }
  .carousel.dark-carousel .carousel-indicators li.active {
    background-color: #808080;
    opacity: 1; }

html:not(.svg) .svg, html:not(.svg) .svg-inline-block, html:not(.svg) .svg-inline {
  display: none; }

html:not(.svg) .no-svg {
  display: block; }

html:not(.svg) .no-svg-inline-block {
  display: inline-block; }

html:not(.svg) .no-svg-inline {
  display: inline; }

html.svg .no-svg, html.svg .no-svg-inline-block, html.svg .no-svg-inline {
  display: none; }

html.svg .svg {
  display: block; }

html.svg .svg-inline-block {
  display: inline-block; }

html.svg .svg-inline {
  display: inline; }

.no-js .js {
  display: none !important; }

.no-js:not(html) {
  display: none !important; }
  .no-js .no-js:not(html) {
    display: block !important; }

.no-js .js {
  display: none !important; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

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

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.hide {
  display: none !important; }

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

@font-face {
  font-family: 'IcoMoon';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/icomoon.eot?v=28815031009965082231666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/icomoon.woff?v=39191534683760825121666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/icomoon.ttf?v=57508444340316895611666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/icomoon.svg?v=181937036574503103531666001038) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Stag';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Book.eot?v=154396772915909056451666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Book.woff?v=13752301604212975741666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Book.ttf?v=65895322442558217171666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Book.svg?v=120616372021293156631666001038) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Stag';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Light.eot?v=60781625936419313571666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Light.woff?v=114978250733639937841666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Light.ttf?v=8606460955677255471666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Light.svg?v=112926349271310457911666001038) format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Stag';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-LightItalic.eot?v=86518496379057864691666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-LightItalic.woff?v=168536968196388487661666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-LightItalic.ttf?v=107162292856159060101666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-LightItalic.svg?v=93085192174978645631666001038) format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Stag';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Medium.eot?v=180671942687270103511666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Medium.woff?v=38093057570702724951666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Medium.ttf?v=627702665250145411666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Medium.svg?v=62796095431822951431666001038) format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Stag';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Semibold.eot?v=90833174118705289281666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Semibold.woff?v=85569418811488447451666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Semibold.ttf?v=8801149065015980281666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-Semibold.svg?v=137942697630888257751666001038) format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Stag';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-BoldItalic.eot?v=42426079630897138031666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-BoldItalic.woff?v=121871659747797384321666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-BoldItalic.ttf?v=3003717795230167521666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/Stag-BoldItalic.svg?v=55057261014935801771666001038) format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'StagSans';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Book.eot?v=130681878574660335651666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Book.woff?v=157694284965753618861666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Book.ttf?v=75624343302512294601666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Book.svg?v=90865857930373120551666001038) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'StagSans';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Light.eot?v=1303848273483982201666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Light.woff?v=107349055459843501171666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Light.ttf?v=165294587776559299141666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Light.svg?v=55303769233573440301666001038) format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'StagSans';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Medium.eot?v=28254961512122010451666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Medium.woff?v=165033004353045768481666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Medium.ttf?v=87719390300358150971666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Medium.svg?v=105046298666560100311666001038) format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'StagSans';
  src: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Semibold.eot?v=133653854201780073571666001038);
  src: local("☺"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Semibold.woff?v=53029303692528179801666001038) format("woff"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Semibold.ttf?v=5455085108347230551666001038) format("truetype"), url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/StagSans-Semibold.svg?v=101726793471405401741666001038) format("svg");
  font-weight: 600;
  font-style: normal; }

a {
  color: #808080;
  transition: color .2s ease-out; }
  a:hover {
    color: #252525;
    text-decoration: none; }
  a.selected {
    color: #252525; }
  a.disabled {
    cursor: not-allowed; }
  a.dark-link, h1 a, .h1 a, h2 a, .h2 a, .floating-block.floating-quote blockquote a, h3 a, .h3 a, h4 a, .h4 a, .featured-product .tag a, .floating-block.floating-quote small a, .sign-message a, .product-reviews .spr-header .spr-header-title a, h5 a, h6 a, .side-by-side.light a {
    color: #252525; }
    a.dark-link:hover, h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, .floating-block.floating-quote blockquote a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, .featured-product .tag a:hover, .floating-block.floating-quote small a:hover, .sign-message a:hover, .product-reviews .spr-header .spr-header-title a:hover, h5 a:hover, h6 a:hover, .side-by-side.light a:hover {
      color: #808080; }
  a.light-link, .side-by-side.dark a {
    color: #fcfcfc; }
    a.light-link:hover, .side-by-side.dark a:hover {
      color: #c9c9c9; }
  a.decorated-link {
    padding-bottom: 2px;
    border-bottom: 1px solid #808080;
    transition: color .2s ease-out, border .2s ease-out; }
    a.decorated-link:hover {
      border-bottom-color: #252525; }
    a.decorated-link.dark-link, h1 a.decorated-link, .h1 a.decorated-link, h2 a.decorated-link, .h2 a.decorated-link, .floating-block.floating-quote blockquote a.decorated-link, h3 a.decorated-link, .h3 a.decorated-link, h4 a.decorated-link, .h4 a.decorated-link, .featured-product .tag a.decorated-link, .floating-block.floating-quote small a.decorated-link, .sign-message a.decorated-link, .product-reviews .spr-header .spr-header-title a.decorated-link, h5 a.decorated-link, h6 a.decorated-link, .side-by-side.light a.decorated-link {
      border-bottom-color: #252525; }
      a.decorated-link.dark-link:hover, h1 a.decorated-link:hover, .h1 a.decorated-link:hover, h2 a.decorated-link:hover, .h2 a.decorated-link:hover, .floating-block.floating-quote blockquote a.decorated-link:hover, h3 a.decorated-link:hover, .h3 a.decorated-link:hover, h4 a.decorated-link:hover, .h4 a.decorated-link:hover, .featured-product .tag a.decorated-link:hover, .floating-block.floating-quote small a.decorated-link:hover, .sign-message a.decorated-link:hover, .product-reviews .spr-header .spr-header-title a.decorated-link:hover, h5 a.decorated-link:hover, h6 a.decorated-link:hover, .side-by-side.light a.decorated-link:hover {
        border-bottom-color: #808080; }
    a.decorated-link.light-link, .side-by-side.dark a.decorated-link {
      border-bottom-color: #fcfcfc; }
      a.decorated-link.light-link:hover, .side-by-side.dark a.decorated-link:hover {
        border-bottom-color: #c9c9c9; }
  a.featured-link {
    padding-bottom: 5px;
    font-family: "Stag", serif;
    font-size: 0.8125rem;
    text-transform: uppercase; }

p {
  color: #808080; }

ul, ol {
  color: #808080; }

small {
  font-size: 0.8123rem; }

h1, .h1 {
  font-family: "Stag", serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

h2, .h2, .floating-block.floating-quote blockquote {
  font-family: "Stag", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none; }

h3, .h3 {
  font-family: "Stag", serif;
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

h4, .h4, .featured-product .tag, .floating-block.floating-quote small, .sign-message, .product-reviews .spr-header .spr-header-title {
  font-family: "Stag", serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

h1.sans, .sans.h1, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h1.spr-review-header-title, .h1.sign-message, .page-about .rte h4.h1, .page-about .rte .h1.h4, .page-about .rte .featured-product .h1.tag, .featured-product .page-about .rte .h1.tag, .page-about .rte .floating-block.floating-quote small.h1, .floating-block.floating-quote .page-about .rte small.h1, .page-about .rte .h1.sign-message, .page-about .rte .product-reviews .spr-header .h1.spr-header-title, .product-reviews .spr-header .page-about .rte .h1.spr-header-title, .page-accordion .section-link .heading h2.h1, .page-accordion .section-link .heading .h1.h2, .page-accordion .section-link .heading .floating-block.floating-quote blockquote.h1, .floating-block.floating-quote .page-accordion .section-link .heading blockquote.h1, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header h1.spr-review-header-title, h1.sign-message, h2.sans, .sans.h2, .floating-block.floating-quote blockquote.sans, .floating-block.floating-quote .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header blockquote.spr-review-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .floating-block.floating-quote blockquote.spr-review-header-title, .floating-block.floating-quote blockquote.sign-message, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h2.spr-review-header-title, .h2.sign-message, .page-about .rte h4.h2, .page-about .rte .h2.h4, .page-about .rte .featured-product .h2.tag, .featured-product .page-about .rte .h2.tag, .page-about .rte .featured-product .floating-block.floating-quote blockquote.tag, .featured-product .floating-block.floating-quote .page-about .rte blockquote.tag, .page-about .rte .floating-block.floating-quote .featured-product blockquote.tag, .floating-block.floating-quote .featured-product .page-about .rte blockquote.tag, .page-about .rte .floating-block.floating-quote blockquote.h4, .floating-block.floating-quote .page-about .rte blockquote.h4, .page-about .rte .floating-block.floating-quote small.h2, .floating-block.floating-quote .page-about .rte small.h2, .page-about .rte .h2.sign-message, .page-about .rte .product-reviews .spr-header .h2.spr-header-title, .product-reviews .spr-header .page-about .rte .h2.spr-header-title, .page-about .rte .product-reviews .spr-header .floating-block.floating-quote blockquote.spr-header-title, .product-reviews .spr-header .floating-block.floating-quote .page-about .rte blockquote.spr-header-title, .page-about .rte .floating-block.floating-quote .product-reviews .spr-header blockquote.spr-header-title, .floating-block.floating-quote .product-reviews .spr-header .page-about .rte blockquote.spr-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header h2.spr-review-header-title, h2.sign-message, .page-accordion .section-link .heading h2, .page-accordion .section-link .heading .h2, .page-accordion .section-link .heading .floating-block.floating-quote blockquote, .floating-block.floating-quote .page-accordion .section-link .heading blockquote, h3.sans, .sans.h3, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h3.spr-review-header-title, .h3.sign-message, .page-about .rte h4.h3, .page-about .rte .h3.h4, .page-about .rte .featured-product .h3.tag, .featured-product .page-about .rte .h3.tag, .page-about .rte .floating-block.floating-quote small.h3, .floating-block.floating-quote .page-about .rte small.h3, .page-about .rte .h3.sign-message, .page-about .rte .product-reviews .spr-header .h3.spr-header-title, .product-reviews .spr-header .page-about .rte .h3.spr-header-title, .page-accordion .section-link .heading h2.h3, .page-accordion .section-link .heading .h3.h2, .page-accordion .section-link .heading .floating-block.floating-quote blockquote.h3, .floating-block.floating-quote .page-accordion .section-link .heading blockquote.h3, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header h3.spr-review-header-title, h3.sign-message, h4.sans, .sans.h4, .featured-product .sans.tag, .featured-product .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .tag.spr-review-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .featured-product .tag.spr-review-header-title, .featured-product .tag.sign-message, .featured-product .page-accordion .section-link .heading h2.tag, .page-accordion .section-link .heading .featured-product h2.tag, .featured-product .page-accordion .section-link .heading .tag.h2, .page-accordion .section-link .heading .featured-product .tag.h2, .featured-product .page-accordion .section-link .heading .floating-block.floating-quote blockquote.tag, .page-accordion .section-link .heading .floating-block.floating-quote .featured-product blockquote.tag, .featured-product .floating-block.floating-quote .page-accordion .section-link .heading blockquote.tag, .floating-block.floating-quote .page-accordion .section-link .heading .featured-product blockquote.tag, .floating-block.floating-quote small.sans, .floating-block.floating-quote .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header small.spr-review-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .floating-block.floating-quote small.spr-review-header-title, .floating-block.floating-quote small.sign-message, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h4.spr-review-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-title.sign-message, .sign-message, .page-accordion .section-link .heading h2.h4, .page-accordion .section-link .heading .h4.h2, .page-accordion .section-link .heading .featured-product .floating-block.floating-quote blockquote.tag, .floating-block.floating-quote .featured-product .page-accordion .section-link .heading blockquote.tag, .page-accordion .section-link .heading .floating-block.floating-quote blockquote.h4, .floating-block.floating-quote .page-accordion .section-link .heading blockquote.h4, .page-accordion .section-link .heading .floating-block.floating-quote blockquote.sign-message, .floating-block.floating-quote .page-accordion .section-link .heading blockquote.sign-message, .page-accordion .section-link .heading .floating-block.floating-quote small.h2, .floating-block.floating-quote .page-accordion .section-link .heading small.h2, .page-accordion .section-link .heading .h2.sign-message, .page-accordion .section-link .heading h2.sign-message, .product-reviews .spr-header .sans.spr-header-title, .product-reviews .spr-header .spr-content .spr-reviews .spr-review .spr-review-header .spr-header-title.spr-review-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .spr-header .spr-header-title.spr-review-header-title, .product-reviews .spr-header .spr-header-title.sign-message, .product-reviews .spr-header .page-accordion .section-link .heading h2.spr-header-title, .page-accordion .section-link .heading .product-reviews .spr-header h2.spr-header-title, .product-reviews .spr-header .page-accordion .section-link .heading .spr-header-title.h2, .page-accordion .section-link .heading .product-reviews .spr-header .spr-header-title.h2, .product-reviews .spr-header .page-accordion .section-link .heading .floating-block.floating-quote blockquote.spr-header-title, .page-accordion .section-link .heading .floating-block.floating-quote .product-reviews .spr-header blockquote.spr-header-title, .product-reviews .spr-header .floating-block.floating-quote .page-accordion .section-link .heading blockquote.spr-header-title, .floating-block.floating-quote .page-accordion .section-link .heading .product-reviews .spr-header blockquote.spr-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header h4.spr-review-header-title, .page-about .rte h4, .page-about .rte .h4, .page-about .rte .featured-product .tag, .featured-product .page-about .rte .tag, .page-about .rte .floating-block.floating-quote small, .floating-block.floating-quote .page-about .rte small, .page-about .rte .sign-message, .page-about .rte .product-reviews .spr-header .spr-header-title, .product-reviews .spr-header .page-about .rte .spr-header-title, h5.sans, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header h5.spr-review-header-title, h5.sign-message, h6.sans, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header h6.spr-review-header-title, h6.sign-message,
.h1.sans,
.product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h1.spr-review-header-title,
.h1.sign-message,
.page-about .rte h4.h1,
.page-about .rte .h1.h4,
.page-about .rte .featured-product .h1.tag,
.featured-product .page-about .rte .h1.tag,
.page-about .rte .floating-block.floating-quote small.h1,
.floating-block.floating-quote .page-about .rte small.h1,
.page-about .rte .h1.sign-message,
.page-about .rte .product-reviews .spr-header .h1.spr-header-title,
.product-reviews .spr-header .page-about .rte .h1.spr-header-title,
.page-accordion .section-link .heading h2.h1,
.page-accordion .section-link .heading .h1.h2,
.page-accordion .section-link .heading .floating-block.floating-quote blockquote.h1,
.floating-block.floating-quote .page-accordion .section-link .heading blockquote.h1, .h2.sans, .floating-block.floating-quote blockquote.sans, .floating-block.floating-quote .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header blockquote.spr-review-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .floating-block.floating-quote blockquote.spr-review-header-title, .floating-block.floating-quote blockquote.sign-message, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h2.spr-review-header-title, .h2.sign-message, .page-about .rte h4.h2, .page-about .rte .h2.h4, .page-about .rte .featured-product .h2.tag, .featured-product .page-about .rte .h2.tag, .page-about .rte .featured-product .floating-block.floating-quote blockquote.tag, .featured-product .floating-block.floating-quote .page-about .rte blockquote.tag, .page-about .rte .floating-block.floating-quote .featured-product blockquote.tag, .floating-block.floating-quote .featured-product .page-about .rte blockquote.tag, .page-about .rte .floating-block.floating-quote blockquote.h4, .floating-block.floating-quote .page-about .rte blockquote.h4, .page-about .rte .floating-block.floating-quote small.h2, .floating-block.floating-quote .page-about .rte small.h2, .page-about .rte .h2.sign-message, .page-about .rte .product-reviews .spr-header .h2.spr-header-title, .product-reviews .spr-header .page-about .rte .h2.spr-header-title, .page-about .rte .product-reviews .spr-header .floating-block.floating-quote blockquote.spr-header-title, .product-reviews .spr-header .floating-block.floating-quote .page-about .rte blockquote.spr-header-title, .page-about .rte .floating-block.floating-quote .product-reviews .spr-header blockquote.spr-header-title, .floating-block.floating-quote .product-reviews .spr-header .page-about .rte blockquote.spr-header-title, .page-accordion .section-link .heading .h2, .page-accordion .section-link .heading .floating-block.floating-quote blockquote, .floating-block.floating-quote .page-accordion .section-link .heading blockquote, .h3.sans, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h3.spr-review-header-title, .h3.sign-message, .page-about .rte h4.h3, .page-about .rte .h3.h4, .page-about .rte .featured-product .h3.tag, .featured-product .page-about .rte .h3.tag, .page-about .rte .floating-block.floating-quote small.h3, .floating-block.floating-quote .page-about .rte small.h3, .page-about .rte .h3.sign-message, .page-about .rte .product-reviews .spr-header .h3.spr-header-title, .product-reviews .spr-header .page-about .rte .h3.spr-header-title, .page-accordion .section-link .heading h2.h3, .page-accordion .section-link .heading .h3.h2, .page-accordion .section-link .heading .floating-block.floating-quote blockquote.h3, .floating-block.floating-quote .page-accordion .section-link .heading blockquote.h3, .h4.sans, .featured-product .sans.tag, .featured-product .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .tag.spr-review-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .featured-product .tag.spr-review-header-title, .featured-product .tag.sign-message, .featured-product .page-accordion .section-link .heading h2.tag, .page-accordion .section-link .heading .featured-product h2.tag, .featured-product .page-accordion .section-link .heading .tag.h2, .page-accordion .section-link .heading .featured-product .tag.h2, .featured-product .page-accordion .section-link .heading .floating-block.floating-quote blockquote.tag, .page-accordion .section-link .heading .floating-block.floating-quote .featured-product blockquote.tag, .featured-product .floating-block.floating-quote .page-accordion .section-link .heading blockquote.tag, .floating-block.floating-quote .page-accordion .section-link .heading .featured-product blockquote.tag, .floating-block.floating-quote small.sans, .floating-block.floating-quote .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header small.spr-review-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .floating-block.floating-quote small.spr-review-header-title, .floating-block.floating-quote small.sign-message, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h4.spr-review-header-title, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-title.sign-message, .sign-message, .page-about .rte .h4, .page-about .rte .featured-product .tag, .featured-product .page-about .rte .tag, .page-about .rte .floating-block.floating-quote small, .floating-block.floating-quote .page-about .rte small, .page-about .rte .sign-message, .page-accordion .section-link .heading h2.h4, .page-accordion .section-link .heading .h4.h2, .page-accordion .section-link .heading .featured-product .floating-block.floating-quote blockquote.tag, .floating-block.floating-quote .featured-product .page-accordion .section-link .heading blockquote.tag, .page-accordion .section-link .heading .floating-block.floating-quote blockquote.h4, .floating-block.floating-quote .page-accordion .section-link .heading blockquote.h4, .page-accordion .section-link .heading .floating-block.floating-quote blockquote.sign-message, .floating-block.floating-quote .page-accordion .section-link .heading blockquote.sign-message, .page-accordion .section-link .heading .floating-block.floating-quote small.h2, .floating-block.floating-quote .page-accordion .section-link .heading small.h2, .page-accordion .section-link .heading .h2.sign-message, .page-accordion .section-link .heading h2.sign-message, .h5.sans, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h5.spr-review-header-title, .h5.sign-message, .page-about .rte h4.h5, .page-about .rte .h5.h4, .page-about .rte .featured-product .h5.tag, .featured-product .page-about .rte .h5.tag, .page-about .rte .floating-block.floating-quote small.h5, .floating-block.floating-quote .page-about .rte small.h5, .page-about .rte .h5.sign-message, .page-about .rte .product-reviews .spr-header .h5.spr-header-title, .product-reviews .spr-header .page-about .rte .h5.spr-header-title, .page-accordion .section-link .heading h2.h5, .page-accordion .section-link .heading .h5.h2, .page-accordion .section-link .heading .floating-block.floating-quote blockquote.h5, .floating-block.floating-quote .page-accordion .section-link .heading blockquote.h5, .h6.sans, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .h6.spr-review-header-title, .h6.sign-message, .page-about .rte h4.h6, .page-about .rte .h6.h4, .page-about .rte .featured-product .h6.tag, .featured-product .page-about .rte .h6.tag, .page-about .rte .floating-block.floating-quote small.h6, .floating-block.floating-quote .page-about .rte small.h6, .page-about .rte .h6.sign-message, .page-about .rte .product-reviews .spr-header .h6.spr-header-title, .product-reviews .spr-header .page-about .rte .h6.spr-header-title, .page-accordion .section-link .heading h2.h6, .page-accordion .section-link .heading .h6.h2, .page-accordion .section-link .heading .floating-block.floating-quote blockquote.h6, .floating-block.floating-quote .page-accordion .section-link .heading blockquote.h6 {
  font-family: "StagSans", Helvetica, Arial, sans-serif; }

sup {
  top: -.75em;
  font-size: 50%; }

@media (max-width: 575.98px) {
  h1, .h1, .h1 {
    font-size: 1.75rem; }
  h2, .h2, .floating-block.floating-quote blockquote, .h2, .floating-block.floating-quote blockquote {
    font-size: 1.5rem; }
  h3, .h3, .h3 {
    font-size: 1.2rem; }
  h4, .h4, .featured-product .tag, .floating-block.floating-quote small, .sign-message, .product-reviews .spr-header .spr-header-title, .h4, .featured-product .tag, .floating-block.floating-quote small, .sign-message {
    font-size: 0.75rem; }
  .text-center-xs {
    text-align: center !important; }
  .text-left-xs {
    text-align: left !important; }
  .text-right-xs {
    text-align: right !important; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .text-center-sm {
    text-align: center !important; }
  .text-left-sm {
    text-align: left !important; }
  .text-right-sm {
    text-align: right !important; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .text-center-md {
    text-align: center !important; }
  .text-left-md {
    text-align: left !important; }
  .text-right-md {
    text-align: right !important; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .text-center-lg {
    text-align: center !important; }
  .text-left-lg {
    text-align: left !important; }
  .text-right-lg {
    text-align: right !important; } }

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

@media (max-width: 767.98px) {
  table {
    font-size: 0.875rem; } }

.table thead th {
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: none;
  border-top: 0; }

input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset; }

label {
  margin: 0;
  font-family: "Stag", serif;
  font-size: 0.75rem;
  text-transform: uppercase; }
  label.label-hidden {
    display: none; }
  label.sans, .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header label.spr-review-header-title, label.sign-message {
    font-family: "StagSans", Helvetica, Arial, sans-serif; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/ico-select.svg?v=16861682405172533571666001038);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }
  @media all and (-ms-high-contrast: none) {
    select {
      padding-right: 10px;
      background-image: none; } }
  select option:disabled {
    color: #ddd; }

select.form-control-xl:not([size]):not([multiple]) {
  padding: 1rem;
  border-width: 2px;
  height: calc(3.5rem + 4px); }

@media all and (-ms-high-contrast: none) {
  input.form-control {
    padding: 0.6rem 0.75rem; } }

input.form-control-md {
  border-width: 2px; }

input.form-control-xl {
  padding: 1rem;
  border-width: 2px; }
  @media all and (-ms-high-contrast: none) {
    input.form-control-xl {
      padding: 1.25rem 1rem; } }

.no-js .inum .inum-btn {
  display: none; }

.js .inum {
  position: relative; }
  .js .inum .inum-btn {
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 50px;
    font-size: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
    @media (max-width: 575.98px) {
      .js .inum .inum-btn {
        width: 25px;
        font-size: 0.875rem; } }
    .js .inum .inum-btn.disabled {
      cursor: default;
      opacity: .5; }
  .js .inum .inum-inc {
    right: 1px;
    border-left: 1px solid #ced4da; }
  .js .inum .inum-dec {
    left: 1px;
    border-right: 1px solid #ced4da; }
  .js .inum input[type=number]::-webkit-inner-spin-button,
  .js .inum input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .js .inum input[type=number] {
    -moz-appearance: textfield; }
  .js .inum.inum-sm .inum-btn {
    top: 3px;
    bottom: 3px;
    width: 25px;
    font-size: 0.875rem; }
  .js .inum.inum-sm .inum-inc {
    right: 1px; }
  .js .inum.inum-sm .inum-dec {
    left: 1px; }
  .js .inum.inum-md .inum-btn {
    top: 5px;
    bottom: 5px;
    width: 40px;
    font-size: 1.3125rem; }
  .js .inum.inum-md .inum-inc {
    right: 1px; }
  .js .inum.inum-md .inum-dec {
    left: 1px; }

html {
  font-size: 100%; }

html, body {
  height: 100%; }

body {
  margin: 0;
  padding-top: 0; }
  body::before {
    position: fixed;
    top: -10000px;
    left: -10000;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0;
    transition: opacity .3s ease-out; }

body.layout-prompt {
  padding-top: 0; }
  body.layout-prompt .row, body.layout-prompt .product-reviews .spr-header, .product-reviews body.layout-prompt .spr-header, body.layout-prompt .product-reviews .spr-content .spr-form form, .product-reviews .spr-content .spr-form body.layout-prompt form, body.layout-prompt .product-reviews .spr-content .spr-reviews, .product-reviews .spr-content body.layout-prompt .spr-reviews {
    height: 100vh; }

body.js-drawer-open::before {
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: .6; }

body.js-drawer-open #site-drawer {
  right: 0; }

body.js-modal-open::before {
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: .6; }

body.js-modal-open .site-modal {
  top: 0;
  left: 0;
  opacity: 1; }

body.no-scroll {
  overflow: hidden; }

#site-offer-bar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #252525;
  color: #ababac;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 31px;
  letter-spacing: 1px;
  overflow: hidden;
  transition: height .2s ease-out;
  box-shadow: inset 0 -2px 0 #454545; }
  #site-offer-bar .dismiss {
    line-height: 1;
    margin: 9px 0 0 10px; }
  @media (max-width: 575.98px) {
    #site-offer-bar .container-fluid, #site-offer-bar .product-reviews .spr-container, .product-reviews #site-offer-bar .spr-container {
      padding: 0 15px; } }

#site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  transition: top .2s ease-out, background .2s ease-out; }
  #site-header a {
    color: #fff; }
  #site-header a:hover {
    color: #fff; }
  #site-header.header-light {
    background-color: #fff;
    color: #000; }
    #site-header.header-light a {
      color: #000; }
    #site-header.header-light a:hover {
      color: #000; }
  #site-header.header-light-gray {
    background-color: #fcfcfc; }
  #site-header.blog-header .nav-left {
    padding-top: 0; }
  #site-header.blog-header .storelli-logo-svg {
    margin-top: 10px; }
  #site-header.blog-header .storelli-logo-img {
    margin-top: 13px; }
  #site-header.blog-header .blog-title {
    display: inline-block;
    margin-top: 27px;
    margin-bottom: 0;
    font-size: 1.75rem;
    font-weight: 600; }
  #site-header.blog-header.blog-index-header .blog-title {
    opacity: 0;
    transition: opacity .1ms; }
  #site-header.blog-header.blog-index-header.visible .blog-title {
    opacity: 1;
    transition: opacity .2s ease-out; }
  #site-header.transparent:not(.js-active) {
    background-color: transparent;
    color: #fff; }
    #site-header.transparent:not(.js-active) a {
      color: #fff; }
    #site-header.transparent:not(.js-active) a:hover {
      color: #fff; }
    #site-header.transparent:not(.js-active) .dropdown-menu a,
    #site-header.transparent:not(.js-active) .dropdown-menu a:hover {
      color: #000; }
  #site-header.js-shop-modal-open #shop-modal {
    top: 85px;
    opacity: 1;
    transition: opacity .2s ease-out; }
    @media (max-width: 767.98px) {
      #site-header.js-shop-modal-open #shop-modal {
        top: 70px; } }
  #site-header.js-shop-modal-open .nav-left .icon-caret-sm {
    display: none; }
  #site-header.js-shop-modal-open .nav-left .icon-close-sm {
    display: inline-block; }
  #site-header.js-mobile-nav-open #mobile-nav {
    top: 70px;
    opacity: 1;
    transition: opacity .2s ease-out; }
  #site-header.js-search-open .nav-right {
    display: none; }
  #site-header.js-search-open .nav-right-search {
    display: block; }
  #site-header .header-content {
    position: relative; }
    @media (max-width: 575.98px) {
      #site-header .header-content {
        margin: 0 -15px; } }
  #site-header .storelli-logo-svg {
    margin-top: 13px; }
  #site-header .storelli-logo-img {
    margin-top: 16px; }
  @media (max-width: 575.98px) {
    #site-header .storelli-logo-svg,
    #site-header .storelli-logo-img {
      transform: scale(0.75); } }
  @media (max-width: 340px) {
    #site-header .storelli-logo-svg,
    #site-header .storelli-logo-img {
      transform: scale(0.65);
      margin-right: 5px; } }
  #site-header .nav-left {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    padding-top: 28px; }
    #site-header .nav-left .icon-caret-sm {
      position: relative;
      top: -2px; }
    #site-header .nav-left .icon-close-sm {
      display: none;
      margin-left: 1px; }
    #site-header .nav-left .speedgrip-link {
      margin-left: 2rem; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #site-header .nav-left .speedgrip-link {
          margin-left: 1rem; } }
  #site-header .nav-right {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    padding-top: 28px; }
    #site-header .nav-right .search {
      float: right;
      position: relative;
      top: -4px; }
    #site-header .nav-right .cart {
      float: right;
      position: relative;
      top: -7px; }
      #site-header .nav-right .cart .item-count {
        position: absolute;
        top: 3px;
        width: 100%;
        padding-left: 5px;
        font-size: 0.8125rem; }
    #site-header .nav-right .mobile-nav-btn {
      float: right;
      position: relative;
      top: -7px; }
      #site-header .nav-right .mobile-nav-btn .icon.icon-menu,
      #site-header .nav-right .mobile-nav-btn .icon.icon-ellipse-h {
        margin-top: 6px; }
    @media (max-width: 575.98px) {
      #site-header .nav-right .icon-cart-light, #site-header.transparent:not(.js-active) .nav-right .icon-cart, #site-header .nav-right .icon-cart,
      #site-header .nav-right .icon-cart-dark, #site-header.header-light .nav-right .icon-cart {
        transform: scale(0.9);
        opacity: .85; } }
    #site-header .nav-right .about, #site-header .nav-right .search, #site-header .nav-right .cart {
      margin-left: 3rem; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        #site-header .nav-right .about, #site-header .nav-right .search, #site-header .nav-right .cart {
          margin-left: 1.5rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #site-header .nav-right .about, #site-header .nav-right .search, #site-header .nav-right .cart {
          margin-left: 1rem; } }
      @media (max-width: 575.98px) {
        #site-header .nav-right .about, #site-header .nav-right .search, #site-header .nav-right .cart {
          margin-left: 0.4rem; } }
  #site-header .nav-right-search {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 13px; }
    #site-header .nav-right-search button i {
      position: relative;
      top: 3px;
      left: 0; }
  #site-header #mobile-nav {
    position: absolute;
    top: -10000px;
    left: 0;
    left: -30px;
    right: -30px;
    text-align: left;
    border-top: 1px solid #eee;
    background: #fff;
    opacity: 0;
    transition: opacity .2s ease-out, top 1ms linear .2s; }
    #site-header #mobile-nav a {
      display: block;
      padding: 15px 30px;
      color: #000; }
      #site-header #mobile-nav a:hover {
        color: #808080; }
  #site-header #shop-modal {
    position: absolute;
    top: -10000px;
    left: 0;
    max-height: calc(100vh - 70px - 15px);
    padding: 45px 30px;
    text-align: left;
    background: #fff;
    border-radius: 3px;
    opacity: 0;
    transition: opacity .2s ease-out, top 1ms linear .2s; }
    #site-header #shop-modal:after {
      position: absolute;
      bottom: 100%;
      left: 55px;
      width: 0;
      height: 0;
      margin-left: -20px;
      content: " ";
      pointer-events: none;
      border: solid transparent;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px; }
    #site-header #shop-modal .content {
      max-height: calc(100vh - 70px - 15px - 90px);
      width: 100%;
      height: 100%;
      overflow: auto; }
      #site-header #shop-modal .content li a {
        display: block; }
    @media (min-width: 1200px) {
      #site-header #shop-modal {
        width: 84%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #site-header #shop-modal {
        padding: 30px 0;
        margin: 0 -15px; }
        #site-header #shop-modal .content {
          max-height: calc(100vh - 70px - 15px - 60px); } }
    @media (max-width: 767.98px) {
      #site-header #shop-modal {
        margin: 0 -30px;
        padding: 30px 0;
        border-radius: 0;
        border-top: 1px solid #eee;
        height: calc(100vh - 70px); }
        #site-header #shop-modal:after {
          display: none; }
        #site-header #shop-modal .content {
          max-height: calc(100vh - 70px - 60px); }
          #site-header #shop-modal .content li a {
            padding: 5px 0; } }
    #site-header #shop-modal .collection {
      position: relative; }
      #site-header #shop-modal .collection img {
        width: 100%;
        height: auto; }
      #site-header #shop-modal .collection .title {
        position: absolute;
        bottom: 15px;
        left: 20px;
        font-size: 1rem;
        line-height: 1;
        color: #ededed;
        text-transform: uppercase; }
    #site-header #shop-modal h4, #site-header #shop-modal .h4, #site-header #shop-modal .featured-product .tag, .featured-product #site-header #shop-modal .tag, #site-header #shop-modal .floating-block.floating-quote small, .floating-block.floating-quote #site-header #shop-modal small, #site-header #shop-modal .sign-message, #site-header #shop-modal .product-reviews .spr-header .spr-header-title, .product-reviews .spr-header #site-header #shop-modal .spr-header-title {
      margin: 0;
      color: #000; }
    #site-header #shop-modal hr {
      border-top: 2px solid #000; }
    #site-header #shop-modal ul {
      margin: 0;
      padding: 0;
      list-style: none;
      color: #252525; }
      #site-header #shop-modal ul a {
        color: #000; }
      #site-header #shop-modal ul a:hover {
        color: #808080; }

#site-footer {
  padding-top: 90px;
  background-color: #000;
  color: #fff; }
  #site-footer a {
    color: #a1a0a0; }
  #site-footer a:hover {
    color: #fff; }
  #site-footer .sitemap-group {
    text-align: center; }
    #site-footer .sitemap-group ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0.875rem; }
  #site-footer input {
    padding: 15px;
    border: 1px solid #262626;
    background: transparent;
    color: #fff;
    border-right: 0;
    border-radius: 3px 0 0 3px; }
  #site-footer button {
    padding: 0 16px;
    background: #262626; }
    #site-footer button i {
      margin-top: 5px; }
  #site-footer .copy {
    font-size: 0.8125rem;
    color: #a1a0a0; }

#site-drawer {
  position: fixed;
  z-index: 1010;
  top: 0;
  right: -480px;
  width: 480px;
  height: 100vh;
  background-color: #fff;
  color: #000;
  transition: right .2s ease-out; }
  @media (max-width: 575.98px) {
    #site-drawer {
      position: fixed;
      z-index: 1010;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100vh; } }
  #site-drawer header {
    padding: 26px 20px;
    line-height: 1;
    border-bottom: 1px solid #eee; }
    #site-drawer header .h4, #site-drawer header .featured-product .tag, .featured-product #site-drawer header .tag, #site-drawer header .floating-block.floating-quote small, .floating-block.floating-quote #site-drawer header small, #site-drawer header .sign-message {
      font-size: 0.875rem;
      margin: 0; }
      #site-drawer header .h4.dismiss, #site-drawer header .featured-product .dismiss.tag, .featured-product #site-drawer header .dismiss.tag, #site-drawer header .floating-block.floating-quote small.dismiss, .floating-block.floating-quote #site-drawer header small.dismiss, #site-drawer header .dismiss.sign-message {
        position: relative;
        top: 1px;
        font-size: 0.75rem;
        font-weight: 400; }
  #site-drawer.cart-drawer .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); }
    #site-drawer.cart-drawer .loader div {
      width: 100%; }
  #site-drawer.cart-drawer .empty {
    padding: 20px;
    text-align: center; }
  #site-drawer.cart-drawer .content .item-list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: calc(100vh - 69px - 282px - 48px - 72px);
    overflow: auto; }
    #site-drawer.cart-drawer .content .item-list li {
      position: relative;
      padding: 20px 0;
      min-height: 190px;
      border-bottom: 1px solid #eee; }
      #site-drawer.cart-drawer .content .item-list li .image {
        position: absolute;
        top: 20px;
        left: 0; }
      #site-drawer.cart-drawer .content .item-list li .data {
        padding: 0 20px 0 160px; }
        #site-drawer.cart-drawer .content .item-list li .data .title {
          margin-top: 5px;
          margin-right: 40px;
          font-family: "Stag", serif;
          font-weight: 600;
          font-size: 1.125rem;
          line-height: 1.2; }
        #site-drawer.cart-drawer .content .item-list li .data .stock-alert {
          padding: 3px 10px;
          margin-left: 5px;
          font-size: .6875rem;
          background-color: #e5ff04;
          color: #000; }
        #site-drawer.cart-drawer .content .item-list li .data .options {
          margin-top: 20px; }
          #site-drawer.cart-drawer .content .item-list li .data .options span {
            position: relative;
            top: 1px; }
        #site-drawer.cart-drawer .content .item-list li .data .item-actions {
          margin-top: 20px;
          font-size: 0.6875rem; }
      #site-drawer.cart-drawer .content .item-list li .remove-icon {
        position: absolute;
        top: 10px;
        right: 20px; }
  #site-drawer.cart-drawer .content .footer {
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee; }
    #site-drawer.cart-drawer .content .footer .subtotal {
      padding: 20px 20px 20px 160px; }
      #site-drawer.cart-drawer .content .footer .subtotal .shipping-note i {
        position: relative;
        top: 7px; }
      #site-drawer.cart-drawer .content .footer .subtotal .no-free-shipping {
        opacity: 0; }
    #site-drawer.cart-drawer .content .footer .actions {
      padding: 0 10px 10px; }
    #site-drawer.cart-drawer .content .footer .methods {
      padding: 10px 40px 5px; }
      #site-drawer.cart-drawer .content .footer .methods h4, #site-drawer.cart-drawer .content .footer .methods .h4, #site-drawer.cart-drawer .content .footer .methods .featured-product .tag, .featured-product #site-drawer.cart-drawer .content .footer .methods .tag, #site-drawer.cart-drawer .content .footer .methods .floating-block.floating-quote small, .floating-block.floating-quote #site-drawer.cart-drawer .content .footer .methods small, #site-drawer.cart-drawer .content .footer .methods .sign-message, #site-drawer.cart-drawer .content .footer .methods .product-reviews .spr-header .spr-header-title, .product-reviews .spr-header #site-drawer.cart-drawer .content .footer .methods .spr-header-title {
        margin-bottom: 15px;
        color: #999; }
      #site-drawer.cart-drawer .content .footer .methods svg {
        width: 48px;
        fill: #999; }
        #site-drawer.cart-drawer .content .footer .methods svg.icon-svg-amazon, #site-drawer.cart-drawer .content .footer .methods svg.icon-svg-amex {
          width: 60px; }

#mq-detector {
  position: absolute;
  top: -10000px;
  left: -10000px;
  visibility: hidden;
  height: 0; }

.site-modal {
  position: fixed;
  z-index: 1020;
  top: -10000px;
  left: -10000px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s ease-out .1s; }
  .site-modal img {
    max-width: 90%;
    height: auto; }

else #responsive-helpers {
  display: none; }

#outdated-browser {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 1;
  overflow: hidden; }
  #outdated-browser .btn {
    line-height: 1; }
  .ie9 #outdated-browser {
    display: block; }

#responsive-helpers {
  position: relative;
  top: -1px;
  margin-right: 10px; }
  #responsive-helpers span {
    font-weight: 400;
    padding: 5px 5px 4px; }

.section-sm {
  padding: 30px 0; }

.section-md {
  padding: 90px 0; }

.section-lg {
  padding: 90px 0 120px; }

.light-section {
  background-color: #fff;
  color: #252525; }

.dark-section {
  background-color: #0d0d0d;
  color: #fcfcfc; }
  .dark-section p {
    color: #fcfcfc; }
  .dark-section a {
    color: #fcfcfc; }
    .dark-section a:hover {
      color: #c9c9c9; }

.striped-section {
  background-image: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/product-bg-lines.png?v=66051961762660080881666001038);
  background-repeat: no-repeat;
  background-position: 0 0; }

.hero {
  position: relative;
  height: calc(100vh - 60px);
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  .hero .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero .carousel .carousel-inner, .hero .carousel .carousel-item {
      width: 100%;
      height: 100%; }
    .hero .carousel .carousel-item {
      background-size: cover;
      background-position: center center; }
    .hero .carousel .carousel-indicators {
      display: block;
      top: 50%;
      bottom: auto;
      right: 30px;
      left: auto;
      margin: 0; }
      @media (max-width: 575.98px) {
        .hero .carousel .carousel-indicators {
          top: 40%; } }
  .hero .light-content {
    color: #fff; }

.story {
  padding: 45px 0 150px;
  text-align: center;
  background-color: #0d0d0d;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position: center center; }
  .story.product-story {
    min-height: 56.26vw; }
  .story h1, .story .h1 {
    margin-top: 180px;
  }
  .story p {
    padding: 0 2rem;
    font-size: 1.125rem;
    color: #eee; }
    .story h2 {
    margin-top: 180px;
    font-family: "Stag", serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
    .story em {
    font-weight: 700;
    }
    @media (max-width: 992px) {
      .story h2 {
       font-size: 2.25rem;
      }
    } 
   
    
.featured-collection .cover {
  padding: 120px 30px 40px;
  text-align: right;
  background-color: #0d0d0d;
  color: #fcfcfc; }
  .featured-collection .cover * {
    margin-right: 30px;
    margin-left: 30px; }
  .featured-collection .cover h1, .featured-collection .cover .h1 {
    font-family: "StagSans", Helvetica, Arial, sans-serif;
    margin-bottom: 1rem;
    font-weight: 300;
    margin-bottom: 85px; }
  .featured-collection .cover a {
    padding-bottom: 5px;
    font-family: "Stag", serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #c9c9c9;
    border-bottom: 1px solid #c9c9c9; }
    .featured-collection .cover a:hover {
      color: #fcfcfc; }
  @media (min-width: 1200px) {
    .featured-collection .cover {
      padding: 200px 30px 65px; }
      .featured-collection .cover h1, .featured-collection .cover .h1 {
        margin-bottom: 150px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .featured-collection .cover {
      text-align: left;
      padding: 60px 30px; }
      .featured-collection .cover h1, .featured-collection .cover .h1 {
        margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .featured-collection .cover h1, .featured-collection .cover .h1 {
      font-size: 2rem; }
    .featured-collection .cover {
      text-align: center;
    }
  }

.featured-collection .product {
  display: flex;
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
  .featured-collection .product a {
    display: block;
    width: 100%; }
    .featured-collection .product a img {
      width: 95%;
      height: auto; }
      @media (max-width: 1199.98px) {
        .featured-collection .product a img {
          margin-bottom: 40px; } }
  .featured-collection .product .title {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    width: 100%; }

.featured-collection .carousel .carousel-inner {
  height: 100%;
  width: auto; }

.featured-collection .carousel .product {
  display: flex; }
  .featured-collection .carousel .product.active {
    display: flex; }

.featured-collection .carousel .carousel-control-prev,
.featured-collection .carousel .carousel-control-next,
.featured-collection .carousel .carousel-indicators {
  display: none; }

.featured-collection .carousel.enabled .product {
  display: none; }
  .featured-collection .carousel.enabled .product.active {
    display: block; }
  .featured-collection .carousel.enabled .product.carousel-item-next, .featured-collection .carousel.enabled .product.carousel-item-prev {
    display: block;
    position: absolute; }

.featured-collection .carousel.enabled.enabled .carousel-control-prev,
.featured-collection .carousel.enabled.enabled .carousel-control-next,
.featured-collection .carousel.enabled.enabled .carousel-indicators {
  display: flex; }

.featured-product {
  background-color: #0d0d0d;
  color: #fcfcfc;
  background: #0d0d0d;
  background: -moz-linear-gradient(-45deg, #0d0d0d 0%, #2e2f30 70%, #0d0d0d 100%);
  background: -webkit-linear-gradient(-45deg, #0d0d0d 0%, #2e2f30 70%, #0d0d0d 100%);
  background: linear-gradient(110deg, #0d0d0d 0%, #2e2f30 70%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient_dark', endColorstr='$gradient_dark',GradientType=1 ); }
  .featured-product .tag {
    margin-bottom: 1rem;
    color: #c9c9c9; }
  .featured-product .title {
    margin: 0 2.5rem;
    line-height: 1; }
  .featured-product .price {
    margin-bottom: 3rem;
    font-size: 1.75rem;
    font-weight: 300; }
  @media (max-width: 1199.98px) {
    .featured-product .title {
      font-size: 2.5rem; }
    .featured-product .price {
      font-size: 1.5rem; } }
  @media (max-width: 767.98px) {
    .featured-product .price {
      margin-bottom: 1rem; }
    .featured-product img {
      max-width: 95%;
      margin-right: auto;
      margin-left: auto; } }
  @media (max-width: 575.98px) {
    .featured-product .title {
      margin: 0 .5rem;
      font-size: 2rem; }
    .featured-product .price {
      font-size: 1.25rem; } }

.featured-image img {
  width: 100%;
  height: auto; }

.floating-block {
  padding: 110px 0; }
  .floating-block.floating-quote blockquote {
    line-height: 1; }
    .floating-block.floating-quote blockquote:before {
      content: '"'; }
    .floating-block.floating-quote blockquote:after {
      content: '"'; }
  .floating-block.floating-quote small {
    margin-top: 3rem; }
  .floating-block.floating-story h2, .floating-block.floating-story .h2, .floating-block.floating-story .floating-block.floating-quote blockquote, .floating-block.floating-quote .floating-block.floating-story blockquote {
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .floating-block.floating-story p {
    margin-bottom: 2rem; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .floating-block.floating-quote blockquote,
    .floating-block.floating-story h2,
    .floating-block.floating-story .h2,
    .floating-block.floating-story .floating-block.floating-quote blockquote, .floating-block.floating-quote
    .floating-block.floating-story blockquote {
      font-size: 1.75rem; }
    .floating-block.floating-quote small {
      margin-top: 1rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .floating-block {
      padding: 70px 0;
          }
      .floating-block.floating-quote blockquote,
      .floating-block.floating-story h2,
      .floating-block.floating-story .h2,
      .floating-block.floating-story .floating-block.floating-quote blockquote, .floating-block.floating-quote
      .floating-block.floating-story blockquote {
        font-size: 1.5rem; }
      .floating-block.floating-quote small {
        margin-top: 1rem; } }
  @media (max-width: 575.98px) {
    .floating-block {
      padding: 70px 0; 
      text-align: center;}
      .floating-block.floating-quote blockquote,
      .floating-block.floating-quote small,
      .floating-block.floating-story h2,
      .floating-block.floating-story .h2,
      .floating-block.floating-story .floating-block.floating-quote blockquote, .floating-block.floating-quote
      .floating-block.floating-story blockquote {
        margin-top: 1rem; } }

.side-by-side {
  background-color: #f5f5f5; }
  .side-by-side .image {
    background-repeat: none;
    background-size: cover; }
  .side-by-side .content-product {
    padding: 40px 0;
    text-align: center; }
    .side-by-side .content-product h2, .side-by-side .content-product .h2, .side-by-side .content-product .floating-block.floating-quote blockquote, .floating-block.floating-quote .side-by-side .content-product blockquote {
      margin-bottom: 1rem;
      font-size: 1.125rem;
      text-transform: none; }
    @media (max-width: 991.98px) {
      .side-by-side .content-product {
        padding: 20px 0; } }
  .side-by-side .content-story {
    padding: 130px 60px; }
    @media (max-width: 767.98px) {
      .side-by-side .content-story {
        padding: 80px 40px; } }
  .side-by-side.light {
    background-color: #fff; }
  .side-by-side.dark {
    background-color: #000; }
    .side-by-side.dark h2, .side-by-side.dark .h2, .side-by-side.dark .floating-block.floating-quote blockquote, .floating-block.floating-quote .side-by-side.dark blockquote {
      color: #fff; }
    .side-by-side.dark p {
      color: #f0f0f0; }

.pagination {
  display: block;
  padding: 30px 0;
  text-align: center;
  color: #000;
  border-top: 1px solid #000; }
  .pagination .page {
    padding: 0 10px; }
  .pagination a {
    color: #808080; }
  .pagination a:hover {
    color: #000; }

.btn-storelli {
  padding: 20px;
  font-size: 0.875rem;
  text-transform: uppercase; }
  .btn-storelli.btn-storelli-xs {
    padding: 5px;
    line-height: 1; }
  .btn-storelli.btn-storelli-sm {
    padding: 10px;
    line-height: 1; }
  .btn-storelli.btn-outline-dark {
    color: #000; }
    .btn-storelli.btn-outline-dark:hover {
      color: #fff; }

.load-more {
  padding: 20px 30px 18px;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: none;
  transition: opacity .2s ease-out,
 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; }
  .load-more.loading {
    opacity: .5; }
  .load-more.load-more-articles {
    width: 210px; }
  .load-more.load-more-products {
    width: 220px; }

.storelli-logo-img {
  width: 181px;
  height: 38px;
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/logo.png?v=109688084074340067601666001038) 0 0 no-repeat; }
  .storelli-logo-img.storelli-logo-dark,
  #site-header.header-light .storelli-logo-img {
    background-position: 0 0; }
  .storelli-logo-img.storelli-logo-light,
  #site-header.transparent:not(.js-active) .storelli-logo-img,
  #site-header .storelli-logo-img {
    background-position: 0 -38px; }

.storelli-logo-svg {
  display: inline-block;
  width: 195px;
  height: 43.5px;
  fill: #fff;
  transform: scale(0.93);
  transition: fill .2s ease-out; }
  .storelli-logo-svg.storelli-logo-dark, #site-header.header-light .storelli-logo-svg {
    fill: #000; }
  .storelli-logo-svg.storelli-logo-light, #site-header.transparent:not(.js-active) .storelli-logo-svg, #site-header .storelli-logo-svg {
    fill: #fff; }

.astm-badge {
  position: absolute;
  display: none;
  top: 20px;
  right: 100px;
  text-align: center;
  font-size: 0.75rem; }
  @media (max-width: 1199.98px) {
    .astm-badge {
      top: 50px;
      right: 20px; } }

.icon-guarantee {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/icons-guarantee.png?v=108642434859522225411666001038) 0 0; }
  .icon-guarantee.icon-shipping {
    width: 165px;
    height: 125px;
    background-position: 0 0; }
  .icon-guarantee.icon-returns {
    width: 165px;
    height: 125px;
    background-position: -165px 0; }
  .icon-guarantee.icon-amazon {
    width: 165px;
    height: 125px;
    background-position: -330px 0; }

.icon {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/spritesheet.png?v=170807401468028299711666001038) 0 0; }
  .icon.icon-close-light-sm, #site-header.transparent:not(.js-active) .nav-left .icon.icon-close-sm, #site-header .nav-left .icon.icon-close-sm {
    width: 11px;
    height: 11px;
    background-position: 0 0; }
  .icon.icon-close-dark-sm, #site-header.header-light .nav-left .icon.icon-close-sm {
    width: 11px;
    height: 11px;
    background-position: -11px 0; }
  .icon.icon-close-light-md {
    width: 19px;
    height: 19px;
    background-position: 0 -34px; }
  .icon.icon-close-dark-md {
    width: 19px;
    height: 19px;
    background-position: -19px -34px; }
  .icon.icon-caret-light-sm, #site-header.transparent:not(.js-active) .nav-left .icon.icon-caret-sm, #site-header .nav-left .icon.icon-caret-sm {
    width: 12px;
    height: 7px;
    background-position: -22px 0; }
  .icon.icon-caret-dark-sm, #site-header.header-light .nav-left .icon.icon-caret-sm {
    width: 12px;
    height: 7px;
    background-position: -34px 0; }
  .icon.icon-chevron-light, .icon.icon-chevron-light-down, .icon.icon-chevron-light-left, .icon.icon-chevron-light-right, .icon.icon-chevron-light-up {
    width: 22px;
    height: 12px;
    background-position: -58px -34px; }
  .icon.icon-chevron-light-left {
    transform: rotate(90deg); }
  .icon.icon-chevron-light-right {
    transform: rotate(270deg); }
  .icon.icon-chevron-light-up {
    transform: rotate(180deg); }
  .icon.icon-arrow-light-md {
    width: 25px;
    height: 25px;
    background-position: -116px -9px; }
  .icon.icon-arrow-dark-md {
    width: 25px;
    height: 25px;
    background-position: -141px -9px; }
  .icon.icon-arrow-dark-left-md {
    width: 25px;
    height: 25px;
    background-position: -141px -9px;
    transform: rotate(180deg); }
  .icon.icon-info {
    width: 19px;
    height: 19px;
    background-position: -38px -34px; }
  .icon.icon-search-light, #site-header.transparent:not(.js-active) .nav-right .icon.icon-search, #site-header .nav-right .icon.icon-search {
    width: 23px;
    height: 23px;
    background-position: 0 -11px; }
  .icon.icon-search-dark, #site-header.header-light .nav-right .icon.icon-search {
    width: 23px;
    height: 23px;
    background-position: -23px -11px; }
  .icon.icon-cart-light, #site-header.transparent:not(.js-active) .nav-right .icon.icon-cart, #site-header .nav-right .icon.icon-cart {
    width: 35px;
    height: 30px;
    background-position: -46px -4px; }
  .icon.icon-cart-dark, #site-header.header-light .nav-right .icon.icon-cart {
    width: 35px;
    height: 30px;
    background-position: -81px -4px; }
  .icon.icon-returns {
    width: 45px;
    height: 47px;
    background-position: -206px -53px; }
  .icon.icon-shipping {
    width: 48px;
    height: 27px;
    background-position: -206px -4px; }
  .icon.icon-menu-light, #site-header.transparent:not(.js-active) .nav-right .icon.icon-menu, #site-header .nav-right .icon.icon-menu {
    width: 30px;
    height: 30px;
    background-position: -284px -9px; }
  .icon.icon-menu-dark, #site-header.header-light .nav-right .icon.icon-menu {
    width: 30px;
    height: 30px;
    background-position: -254px -9px; }

.icon-svg {
  display: inline-block;
  transition: fill .2s ease-out; }
  .icon-svg.icon-search-light, #site-header.transparent:not(.js-active) .nav-right .icon-svg.icon-search, #site-header .nav-right .icon-svg.icon-search {
    width: 35.4px;
    height: 30.3px;
    fill: #fff; }
  .icon-svg.icon-search-dark, #site-header.header-light .nav-right .icon-svg.icon-search {
    width: 35.4px;
    height: 30.3px;
    fill: #000; }
  .icon-svg.icon-cart-light, #site-header.transparent:not(.js-active) .nav-right .icon-svg.icon-cart, #site-header .nav-right .icon-svg.icon-cart {
    width: 35.4px;
    height: 30.3px;
    fill: #fff; }
  .icon-svg.icon-cart-dark, #site-header.header-light .nav-right .icon-svg.icon-cart {
    width: 35.4px;
    height: 30.3px;
    fill: #000; }
  .icon-svg.icon-menu-light svg, #site-header.transparent:not(.js-active) .nav-right .icon-svg.icon-menu svg, #site-header .nav-right .icon-svg.icon-menu svg {
    width: 30px;
    height: 30px;
    fill: #fff; }
  .icon-svg.icon-menu-dark svg, #site-header.header-light .nav-right .icon-svg.icon-menu svg {
    width: 30px;
    height: 30px;
    fill: #000; }
  .icon-svg.icon-ellipse-h-light svg, #site-header.transparent:not(.js-active) .nav-right .icon-svg.icon-ellipse-h svg, #site-header .nav-right .icon-svg.icon-ellipse-h svg {
    width: 30px;
    height: 30px;
    fill: #fff; }
  .icon-svg.icon-ellipse-h-dark svg, #site-header.header-light .nav-right .icon-svg.icon-ellipse-h svg {
    width: 30px;
    height: 30px;
    fill: #000; }
  .icon-svg.icon-kf svg {
    width: 50px;
    height: 50px;
    fill: #000; }
  .icon-svg.venmo {
    position: relative;
    top: -4px;
    height: 27px;
    width: 48px;
    fill: #999;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%222.3%20484.4%20611.9%20117.9%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M103.1%20485.8c4.2%207%205.7%2014%205.7%2022.4%200%2028-23.8%2065.9-43.4%2091.1H20.5L2.3%20491.5l40.6-2.8%209.8%2077.1c8.4-14%2019.7-37.9%2019.7-53.2%200-8.4-1.4-14-4.2-19.7l34.9-7.1zM154.9%20533.5c7%200%2025.2-2.8%2025.2-14%200-5.7-2.8-7-7-7-8.3%200-18.2%208.4-18.2%2021zm-1.3%2021c0%2012.7%207%2018.2%2016.8%2018.2s19.7-2.8%2032.2-8.4l-5.7%2030.8c-8.4%204.2-22.4%207-36.4%207-33.5%200-46.2-21-46.2-46.2%200-33.5%2019.7-68.6%2060.2-68.6%2022.4%200%2035%2012.7%2035%2030.8%201.5%2026.6-35%2036.4-55.9%2036.4zM324.4%20511c0%204.2%200%209.8-1.4%2014l-11.2%2074.2H274l11.2-68.6c0-1.4%201.4-5.7%201.4-7%200-5.7-2.8-5.7-7-5.7-5.7%200-9.8%202.8-12.7%204.2l-14%2077.1H215l16.8-112.1h33.5v8.4c8.4-5.7%2018.2-11.2%2032.2-11.2%2019.9%203%2026.9%2012.7%2026.9%2026.7zM437.8%20498.5c11.2-8.4%2021-12.7%2035-12.7%2019.7%200%2026.7%209.8%2026.7%2025.2%200%204.2%200%209.8-1.4%2014L487%20599.3h-37.9l11.2-70v-5.7c0-5.7-2.8-7-7-7s-9.8%201.4-12.7%204.2L428%20599.2h-37.9l11.2-70v-5.7c0-5.7-2.8-7-7-7-5.7%200-9.8%202.8-12.7%204.2L369%20599h-37.9L348%20487h32.2l1.4%209.8c7-5.7%2018.2-11.2%2032.2-11.2%2011.4%201.7%2019.7%205.9%2024%2012.9zM575%20532.1c0-9.8-2.8-15.4-9.8-15.4-15.4%200-18.2%2026.7-18.2%2040.6%200%209.8%202.8%2016.8%209.8%2016.8%2015.5-1.4%2018.2-29.4%2018.2-42zm-65.8%2022.4c0-35%2018.2-68.6%2061.6-68.6%2032.2%200%2043.4%2019.7%2043.4%2044.9%200%2035-18.2%2070-61.6%2070-32.2%201.3-43.4-19.7-43.4-46.3z%22%2F%3E%3C%2Fsvg%3E"); }

.errors ul {
  margin: 0;
  padding-left: 1rem; }

.rte img {
  width: 100%;
  height: auto; }

.rte table {
  table-layout: fixed; }

.rte ul, .rte ol {
  margin: 0 0 1rem 1rem; }

.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul, .text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

@media print {
  @page {
    margin: 0.5cm; }
  html,
  body {
    background-color: #fff;
    color: #000; }
  p {
    orphans: 3;
    widows: 3; }
  .print-giftcard,
  .apple-wallet {
    display: none; } }

.home-hero .carousel {
  text-align: center;
  background-color: #0d0d0d; }
  .home-hero .carousel .content {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%; }
    @media (max-width: 575.98px) {
      .home-hero .carousel .content {
        bottom: 150px; } }
  .home-hero .carousel .home-caption {
    position: absolute;
    top: 0;
    right: 30px;
    margin-top: 115px;
    color: #fff;
    text-transform: uppercase; }
  .home-hero .carousel h1, .home-hero .carousel .h1, .home-hero .carousel p {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .home-hero .carousel h1, .home-hero .carousel .h1 {
    padding: 0 2rem;
    font-family: "Stag", serif; }
  .home-hero .carousel p {
    padding: 0 2rem;
    margin-top: 1rem;
    font-size: 1.125rem; }
  @media (max-width: 575.98px) {
    .home-hero .carousel p {
      font-size: 0.875rem;
      line-height: 1.2; }
    .home-hero .carousel .home-caption.h4, .home-hero .carousel .featured-product .home-caption.tag, .featured-product .home-hero .carousel .home-caption.tag, .home-hero .carousel .floating-block.floating-quote small.home-caption, .floating-block.floating-quote .home-hero .carousel small.home-caption, .home-hero .carousel .home-caption.sign-message {
      font-weight: 400; }
    .home-hero .carousel .carousel-indicators {
      display: none; } }

.home-hero .home-newsletter {
  position: relative;
  float: left;
  max-width: 370px;
  margin-top: 100px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .home-hero .home-newsletter .dismiss {
    position: absolute;
    top: 15px;
    right: 15px; }
  .home-hero .home-newsletter .title {
    color: #fff;
    font-size: 1.6875rem;
    font-weight: 300;
    text-transform: uppercase; }
  .home-hero .home-newsletter .message {
    color: #b4b4b4; }
  .home-hero .home-newsletter input {
    padding: 15px;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 3px 0 0 3px; }
  .home-hero .home-newsletter button {
    padding: 0 16px; }
    .home-hero .home-newsletter button i {
      margin-top: 5px; }

.home-layers {
  z-index: 3;
  position: relative;
  height: 50px;
  text-align: center; }
  .home-layers .positioner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .home-layers .feature-nav {
    padding: 23px 0;
    background: #fff;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .home-layers {
      display: none; } }

.home-quote .home-quote-inner {
  position: relative;
  margin: 60px 0 75px;
  padding: 90px 0 30px;
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: center; }
  .home-quote .home-quote-inner small {
    display: block;
    margin-top: 40px;
    text-transform: uppercase; }
  .home-quote .home-quote-inner:before, .home-quote .home-quote-inner:after {
    content: ' ';
    width: 102px;
    height: 111px;
    background: url(//cdn.shopify.com/s/files/1/2624/8830/t/55/assets/quote-icon.png?v=45412681239348199161666001038);
    opacity: 0.1; }
  .home-quote .home-quote-inner:before {
    position: absolute;
    top: 0;
    left: 130px; }
  .home-quote .home-quote-inner:after {
    position: absolute;
    bottom: 0;
    right: 130px;
    transform: rotate(180deg); }
  @media (min-width: 1200px) {
    .home-quote .home-quote-inner:after {
      position: absolute;
      bottom: 10px;
      right: 160px; } }
  @media (max-width: 991.98px) {
    .home-quote .home-quote-inner {
      padding-bottom: 15px;
      padding-left: 25px;
      padding-right: 25px;
    }
      .home-quote .home-quote-inner:before {
        left: 20px; }
      .home-quote .home-quote-inner:after {
        right: 20px; } }

.home-technology {
  padding-top: 60px;
  text-align: center; }
  .home-technology .h1 {
    margin-top: 120px; }
  .home-technology p {
    margin-bottom: 200px; }
  .home-technology a {
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .home-technology a.selected {
        border-bottom: 2px solid #000; } }

.home-guarantee {
  padding: 50px 0;
  text-align: center; }
  .home-guarantee h5 {
    font-size: 1.125rem;
    font-weight: normal; }
  .home-guarantee .icon-svg-amazon svg {
    fill: #000; }
  .home-guarantee svg {
    width: 165px;
    height: 125px; }
  .home-guarantee .carousel {
    margin-top: 3rem; }
    .home-guarantee .carousel .carousel-inner {
      width: auto; }
    .home-guarantee .carousel .carousel-item {
      min-height: 235px; }
    .home-guarantee .carousel .carousel-control-prev {
      left: -30px; }
    .home-guarantee .carousel .carousel-control-next {
      right: -30px; }
    .home-guarantee .carousel .carousel-indicators {
      bottom: -45px; }
    .home-guarantee .carousel .carousel-indicators li {
      width: 9px;
      height: 9px; }
    .home-guarantee .carousel .carousel-control-prev,
    .home-guarantee .carousel .carousel-control-next,
    .home-guarantee .carousel .carousel-indicators {
      display: none; }
    .home-guarantee .carousel.enabled .carousel-control-prev,
    .home-guarantee .carousel.enabled .carousel-control-next,
    .home-guarantee .carousel.enabled .carousel-indicators {
      display: flex; }

.home-instagram-feed #insta-feed .container {
  padding: 0;
  height: auto !important; }
  @media (max-width: 767.98px) {
    .home-instagram-feed #insta-feed .container {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0; } }
  .home-instagram-feed #insta-feed .container img {
    width: 100% !important;
    height: auto !important; }
  .home-instagram-feed #insta-feed .container.wide {
    position: relative;
    height: 0 !important;
    width: 25%;
    padding-top: 25%;
    overflow: hidden; }
    .home-instagram-feed #insta-feed .container.wide img {
      position: absolute;
      top: 0;
      left: -25%;
      width: auto !important;
      height: 100% !important; }
    @media (max-width: 767.98px) {
      .home-instagram-feed #insta-feed .container.wide {
        width: 50%;
        padding-top: 50%; } }

.home-news {
  padding: 45px 0 75px;
  text-align: center; }
  .home-news p {
    margin-left: 30px;
    margin-right: 30px;
    font-style: italic; }
  .home-news .carousel .carousel-inner {
    width: auto; }
  .home-news .carousel .carousel-item {
    min-height: 190px; }
  .home-news .carousel .carousel-control-prev {
    max-width: 80px;
    left: -30px; }
  .home-news .carousel .carousel-control-next {
    max-width: 80px;
    right: -30px; }
  .home-news .carousel .carousel-indicators {
    bottom: -45px; }
  .home-news .carousel .carousel-indicators li {
    width: 9px;
    height: 9px; }
  .home-news .carousel .carousel-control-prev,
  .home-news .carousel .carousel-control-next,
  .home-news .carousel .carousel-indicators {
    display: none; }
  .home-news .carousel.enabled .carousel-control-prev,
  .home-news .carousel.enabled .carousel-control-next,
  .home-news .carousel.enabled .carousel-indicators {
    display: flex; }
  @media (min-width: 992px) {
    .home-news .carousel-item {
      width: auto; }
    .home-news .carousel-item.active,
    .home-news .carousel-item.carousel-item-next,
    .home-news .carousel-item.carousel-item-prev {
      display: flex; } }

.collection-header {
  padding: 210px 0;
  background-color: #0d0d0d;
  color: #fcfcfc;
  background-position: top center;
  background-size: cover; }
  .collection-header h1, .collection-header .h1 {
    font-size: 4rem; }
  .collection-header h2, .collection-header .h2, .collection-header .floating-block.floating-quote blockquote, .floating-block.floating-quote .collection-header blockquote {
    font-weight: 300; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .collection-header {
      padding: 160px 0; } }
  @media (max-width: 767.98px) {
    .collection-header {
      padding: 60px 0; }
      .collection-header h1, .collection-header .h1 {
        font-size: 2rem; } }

@media (max-width: 767.98px) {
  .collection-nav {
    margin-bottom: 20px; }
    .collection-nav .filter-btn {
      display: block;
      padding: 10px;
      background-color: #f5f5f5; }
      .collection-nav .filter-btn i {
        margin-top: 6px;
        transform: scale(0.75);
        transition: transform .2s ease-out; }
      .collection-nav .filter-btn.show i {
        transform: rotate(180deg); }
    .collection-nav .filter-list {
      max-height: 0;
      overflow: hidden;
      margin-top: 20px;
      transition: max-height .4s ease-out; }
      .collection-nav .filter-list.show {
        max-height: 1500px;
        transition: max-height .4s ease-in; }
      .collection-nav .filter-list h4, .collection-nav .filter-list .h4, .collection-nav .filter-list .featured-product .tag, .featured-product .collection-nav .filter-list .tag, .collection-nav .filter-list .floating-block.floating-quote small, .floating-block.floating-quote .collection-nav .filter-list small, .collection-nav .filter-list .sign-message, .collection-nav .filter-list .product-reviews .spr-header .spr-header-title, .product-reviews .spr-header .collection-nav .filter-list .spr-header-title, .collection-nav .filter-list hr, .collection-nav .filter-list ul {
        margin-left: 10px;
        margin-right: 10px; } }

.collection-nav .no-tags {
  margin-bottom: 30px;
  font-style: italic;
  color: #CCC;
  font-weight: 300; }

.collection-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px; }
  .collection-nav ul li {
    margin-bottom: 0.5rem; }
  .collection-nav ul a {
    border-bottom: 1px solid transparent;
    transition: border .2s ease-out; }
    .collection-nav ul a:hover {
      border-bottom: 1px solid black; }
    .collection-nav ul a.selected {
      font-weight: 500; }
      .collection-nav ul a.selected:hover {
        border-bottom: 1px solid transparent; }

.collection-nav ul.selectable a {
  position: relative;
  margin-left: 24px; }

.collection-nav ul.selectable a:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  transition: border .2s ease-out, background .2s ease-out; }

.collection-nav ul.selectable a:not(.inactive):hover:before {
  border-color: #7d7d7d; }

.collection-nav ul.selectable a.selected:before {
  background-color: #c9c9c9; }

.collection-nav ul.selectable a.selected:not(.inactive):hover:before {
  border-color: #c9c9c9;
  background-color: transparent; }

.collection-nav ul.selectable a.inactive:hover {
  cursor: default; }

.collection-items [class*="col-"] {
  margin-bottom: 85px; }

.collection-items .product {
  position: relative;
  height: 100%; }
  .collection-items .product a {
    display: block;
    width: 100%; }
  .collection-items .product .image-bg {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
  .collection-items .product .image {
    height: 360px;
    text-align: center; }
    .collection-items .product .image img {
      width: 90%;
      height: auto; }
  .collection-items .product .data {
    padding-top: 25px;
    font-size: 1.125rem;
    background: #fff; }
    .collection-items .product .data .title {
      font-weight: 500; }

@media (min-width: 1600px) {
  .collection-items .product .image-bg {
    padding: 30px 0; }
  .collection-items .col-sm-6 .product .image-bg {
    padding: 50px 0; } }

@media (min-width: 576px) and (max-width: 1199.98px) {
  .collection-items [class*="col-"] {
    margin-bottom: 60px; }
  .collection-items .product .image {
    height: 260px; }
  .collection-items .product .data {
    padding-top: 20px;
    font-size: 1rem; } }

@media (max-width: 575.98px) {
  .collection-items [class*="col-"] {
    margin-bottom: 60px; } }

.product-main {
  padding: 30px 0 125px; }
  @media (max-width: 991.98px) {
    .product-main {
      padding: 30px 0; } }
  @media (max-width: 575.98px) {
    .product-main {
      padding: 15px 0; } }
  .product-main .product-breadcrumb {
    margin-bottom: 30px;
    font-size: 0.75rem;
    text-transform: none;
    color: #808080; }
    .product-main .product-breadcrumb a {
      color: #252525; }
    .product-main .product-breadcrumb a:hover {
      color: #808080; }
    @media (max-width: 575.98px) {
      .product-main .product-breadcrumb {
        margin-bottom: 10px; } }
  .product-main .product-main-content {
    display: flex;
    flex: 1 1 95%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0 2.5%; }
    .product-main .product-main-content .product-info {
      display: flex;
      flex: 0 0 480px;
      flex-direction: column;
      order: 2;
      width: 100%; }
    .product-main .product-main-content .product-gallery {
      display: flex;
      flex: 0 1 100%;
      flex-direction: row;
      width: 100%; }
      .product-main .product-main-content .product-gallery .viewer {
        flex: 0 1 auto;
        order: 2;
        margin: 0 5%;
        width: 90%;
        overflow: hidden; }
        .product-main .product-main-content .product-gallery .viewer .zoom-wrapper {
          display: inline-block; }
          .product-main .product-main-content .product-gallery .viewer .zoom-wrapper img {
            display: block; }
          .product-main .product-main-content .product-gallery .viewer .zoom-wrapper .zoomImg {
            background-color: #f5f5f5; }
      .product-main .product-main-content .product-gallery .thumbnails {
        flex: 0 0 90px;
        order: 1; }
    @media (max-width: 1199.98px) {
      .product-main .product-main-content .product-gallery {
        flex-direction: column; }
        .product-main .product-main-content .product-gallery .viewer {
          order: 1;
          margin-bottom: 20px; }
        .product-main .product-main-content .product-gallery .thumbnails {
          order: 2; } }
    @media (max-width: 991.98px) {
      .product-main .product-main-content {
        flex: 1 1 100%;
        flex-direction: column;
        padding: 0; }
        .product-main .product-main-content .product-info {
          flex: 0 0 auto;
          margin-top: 2rem;
          padding-top: 2rem;
          border-top: 1px solid #e3e3e3; }
        .product-main .product-main-content .product-gallery .viewer {
          margin-left: 0;
          margin-right: 0;
          width: 100%; } }
    @media (max-width: 575.98px) {
      .product-main .product-main-content .product-info {
        margin-top: 1.5rem;
        padding-top: 1.5rem; }
      .product-main .product-main-content .product-gallery .thumbnails {
        flex: 0 0 60px; }
      .product-main .product-main-content .product-gallery .viewer img {
        width: 90%; } }
  .product-main .product-info .title {
    margin-bottom: .5rem;
    line-height: 1;
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize; }
  .product-main .product-info .price {
    font-size: 1.3125rem; }
    .product-main .product-info .price .stock-alert {
      position: relative;
      top: -3px;
      padding: 5px 12px;
      margin-left: 8px;
      font-size: .875rem;
      background-color: #e5ff04;
      color: #000; }
  .product-main .product-info .shopify-product-reviews-badge {
    display: block;
    height: 25px;
    min-height: 25px;
    margin-top: 15px; }
  .product-main .product-info .spr-badge {
    margin-top: 15px; }
    .product-main .product-info .spr-badge .spr-badge-caption {
      position: relative;
      top: -3px;
      margin-left: 15px;
      padding: 4px 0 4px 15px;
      border-left: 1px solid #e5e5e5;
      font-size: 0.75rem;
      color: #808080; }
  .product-main .product-info .description {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e3e3e3; }
    .product-main .product-info .description ul {
      padding-left: 0; }
      .product-main .product-info .description ul li {
        position: relative;
        padding-left: 20px;
        list-style: none; }
        .product-main .product-info .description ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "\2014\a0"; }
  @media (max-width: 767.98px) {
    .product-main .product-info .title, .product-main .product-info .price, .product-main .product-info .description, .product-main .product-info .spr-badge {
      text-align: center; } }
  .product-main .product-info .add-form {
    margin: 1.5rem 0; }
    .product-main .product-info .add-form .fit-guide {
      font-family: "StagSans", Helvetica, Arial, sans-serif;
      text-transform: none;
      margin-left: 0.5rem; }
    .product-main .product-info .add-form .number-checkbox {
      padding-bottom: 15px;
    }
    .product-main .product-info .add-form .number-input {
      float: left;
      padding-bottom: 30px;
      padding-right: 5px;
      width: 50%;
    }
    .product-main .product-info .add-form .number-input label {
      display: block;
    } 
    .product-main .product-info .add-form .number-input input {
      width: 100%;
    }
    .product-main .product-info .add-form .number-preview {
      padding-bottom: 30px;
      padding-left: 5px;
      float: left;
    }
    .product-main .product-info .add-form .number-preview label {
      display: block;
      text-align: center;
    }
    
    .product-main .product-info .add-form .number-preview input {
      font-size: 37px;
      font-weight: bold;
      font-style: italic;
      width: 90px;
      color: #9a9a9a;
    }
    
    .product-main .product-info .add-form .number-wrapper {
      display: none;
    }
    .product-main .product-info .add-form .number-wrapper input {
      height: calc(3.5rem + 4px);
      padding: 10px;
    }
  .product-main .product-info .guarantees {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-main .product-info .guarantees li {
      margin-top: 15px;
      line-height: 48px; }
    .product-main .product-info .guarantees .icon-returns {
      margin: 0 22px 0 6px; }
    .product-main .product-info .guarantees .icon-shipping {
      margin: 10px 20px 0 0; }
    .product-main .product-info .guarantees .icon-info {
      position: relative;
      top: 4px;
      left: 6px;
      background-color: #d8d8d8;
      border-radius: 50%; }
  .product-main .product-info .tooltip .tooltip-inner {
    max-width: 200px;
    background: #fff; }
  .product-main .product-info .tooltip.bs-tooltip-bottom .arrow::before, .product-main .product-info .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
  .product-main .product-info .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fff; }
  .product-main .product-gallery .thumbnails {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-main .product-gallery .thumbnails .carousel-nav {
      display: none;
      opacity: 0;
      pointer-events: none; }
      .product-main .product-gallery .thumbnails .carousel-nav.active {
        opacity: 1;
        pointer-events: auto; }
      .product-main .product-gallery .thumbnails .carousel-nav:hover {
        background: #fff; }
    .product-main .product-gallery .thumbnails .carousel {
      overflow: hidden; }
      .product-main .product-gallery .thumbnails .carousel a {
        display: inline-block;
        width: 90px;
        height: 90px; }
    @media (min-width: 1200px) {
      .product-main .product-gallery .thumbnails {
        margin-top: 15px;
        width: 90px; }
        .product-main .product-gallery .thumbnails .carousel-nav {
          width: 90px;
          padding: 10px 0;
          text-align: center; }
          .product-main .product-gallery .thumbnails .carousel-nav.carousel-v-prev, .product-main .product-gallery .thumbnails .carousel-nav.carousel-v-next {
            display: inline-block; }
        .product-main .product-gallery .thumbnails .carousel {
          max-height: 525px; }
          .product-main .product-gallery .thumbnails .carousel a {
            margin-bottom: 10px; } }
    @media (max-width: 1199.98px) {
      .product-main .product-gallery .thumbnails {
        position: relative;
        margin: 0;
        width: auto; }
        .product-main .product-gallery .thumbnails .carousel-nav {
          position: absolute;
          top: 0;
          height: 90px;
          padding: 34px 10px; }
          .product-main .product-gallery .thumbnails .carousel-nav.carousel-h-prev {
            display: inline-block;
            left: 0; }
          .product-main .product-gallery .thumbnails .carousel-nav.carousel-h-next {
            display: inline-block;
            right: 0; }
        .product-main .product-gallery .thumbnails .carousel {
          white-space: nowrap;
          width: calc(100% - 84px);
          max-width: calc(100% - 84px);
          margin-left: 42px; }
          .product-main .product-gallery .thumbnails .carousel a {
            margin-right: 10px; } }
    @media (max-width: 767.98px) {
      .product-main .product-gallery .thumbnails {
        margin: 0 -30px; } }
    @media (max-width: 575.98px) {
      .product-main .product-gallery .thumbnails .carousel-nav {
        height: 60px;
        padding: 19px 10px; }
      .product-main .product-gallery .thumbnails .carousel a {
        width: 60px;
        height: 60px; }
        .product-main .product-gallery .thumbnails .carousel a img {
          max-width: 100%; } }
  .product-main .product-gallery .viewer {
    text-align: center; }
    .product-main .product-gallery .viewer img {
      width: 100%;
      max-width: 580px;
      height: auto; }

.product-details {
  padding: 60px 0; }
  .product-details .content {
    padding-top: 75px; }
  .product-details .key-features {
    padding-top: 2rem; }
    .product-details .key-features ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding-bottom: 2rem; }
      .product-details .key-features ul li {
        margin-bottom: 2rem; }
        .product-details .key-features ul li i {
          width: 50px;
          height: 50px;
          margin-right: 20px; }
        .product-details .key-features ul li div {
          flex: 1;
          align-self: center; }
  @media (max-width: 767.98px) {
    .product-details .content {
      padding-top: 0; } }

.product-reviews {
  padding: 60px 0; }
  .product-reviews #shopify-product-reviews {
    margin: 0; }
  @media (min-width: 992px) {
    .product-reviews .spr-content {
      padding: 0 8.33333%; } }
  .product-reviews .spr-content .spr-reviews {
    padding: 0 15px; }
    .product-reviews .spr-content .spr-reviews .spr-review:first-child {
      margin-top: 0; }
    @media (max-width: 767.98px) {
      .product-reviews .spr-content .spr-reviews .spr-review {
        margin-top: 30px; } }
  .product-reviews .spr-header .spr-header-title {
    margin-bottom: 15px;
    text-align: center; }
  .product-reviews .spr-header .spr-summary {
    text-align: center; }
    .product-reviews .spr-header .spr-summary .spr-summary-caption {
      display: block;
      margin: 15px 0;
      font-size: 0.75rem;
      color: #808080; }
    .product-reviews .spr-header .spr-summary .spr-summary-actions {
      display: block; }
      .product-reviews .spr-header .spr-summary .spr-summary-actions .spr-summary-actions-newreview {
        float: none; }
  .product-reviews .spr-content .spr-form {
    margin-top: 60px;
    padding: 50px 25px;
    background: #f5f5f5;
    border: 0; }
    .product-reviews .spr-content .spr-form h3, .product-reviews .spr-content .spr-form .h3 {
      display: none; }
    .product-reviews .spr-content .spr-form input.spr-form-input,
    .product-reviews .spr-content .spr-form textarea.spr-form-input {
      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;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      .product-reviews .spr-content .spr-form input.spr-form-input:focus,
      .product-reviews .spr-content .spr-form textarea.spr-form-input:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .product-reviews .spr-content .spr-form textarea.spr-form-input {
      height: 140px; }
    @media (max-width: 767.98px) {
      .product-reviews .spr-content .spr-form {
        margin-top: 30px;
        padding: 25px; }
        .product-reviews .spr-content .spr-form textarea.spr-form-input {
          height: 110px; } }
  .product-reviews .spr-content .spr-reviews {
    margin-top: 60px; }
    .product-reviews .spr-content .spr-reviews .spr-review {
      padding: 0;
      border-top: 0; }
      @media (min-width: 768px) {
        .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header,
        .product-reviews .spr-content .spr-reviews .spr-review .spr-review-content,
        .product-reviews .spr-content .spr-reviews .spr-review .spr-review-footer {
          margin-right: 30px; } }
      .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-title {
        font-size: 1.125rem;
        font-weight: 500;
        text-transform: none;
      	letter-spacing: 0px; }
      .product-reviews .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-byline {
        margin-bottom: 0.5rem;
        font-size: 0.75rem;
        font-style: normal;
        text-transform: uppercase;
        color: #808080;
        opacity: 1; }
      .product-reviews .spr-content .spr-reviews .spr-review .spr-review-content {
        margin-bottom: 0.5rem; }
        .product-reviews .spr-content .spr-reviews .spr-review .spr-review-content .spr-review-content-body {
          font-size: 0.875rem;
          color: #808080; }
      .product-reviews .spr-content .spr-reviews .spr-review .spr-review-footer .spr-review-reportreview {
        float: none;
        opacity: .5;
        text-transform: uppercase; }
    .product-reviews .spr-content .spr-reviews .spr-pagination {
      margin-top: 30px;
      padding-top: 30px; }
      .product-reviews .spr-content .spr-reviews .spr-pagination .spr-pagination-page {
        padding: 0 10px; }
      .product-reviews .spr-content .spr-reviews .spr-pagination .spr-pagination-prev,
      .product-reviews .spr-content .spr-reviews .spr-pagination .spr-pagination-next {
        position: static; }
  @media (max-width: 767.98px) {
    .product-reviews .spr-content .spr-reviews .spr-review .spr-review-content .spr-review-content-body {
      font-size: 1rem; } }
  .product-reviews .spr-summary-actions-newreview,
  .product-reviews .spr-form .btn-primary {
    display: inline-block;
    padding: 20px 25px;
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: #252525;
    color: #fff; }
    .product-reviews .spr-summary-actions-newreview:hover,
    .product-reviews .spr-form .btn-primary:hover {
      color: #fff;
      background: #0c0c0c; }

.product-cross-sell .cover {
  padding: 40px 0 30px; }
  .product-cross-sell .cover h1, .product-cross-sell .cover .h1 {
    font-size: 3rem;
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .product-cross-sell .cover {
      padding: 150px 30px 150px; }
      .product-cross-sell .cover h1, .product-cross-sell .cover .h1 {
        font-size: 4rem; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .product-cross-sell .cover {
      padding: 60px 30px 50px; } }

#site-content [class^="spr-icon-"]:before, #site-content [class*=" spr-icon-"]:before {
  font-family: "icomoon"; }

#site-content .spr-icon-star:before {
  content: '\e838'; }

#site-content .spr-icon-star-hover:before {
  content: '\e838'; }

#site-content .spr-icon-star-empty:before {
  content: '\e83a'; }

#site-content .spr-icon-star-empty.spr-icon-star-hover:before {
  content: '\e838'; }

#site-content .spr-icon-star-half:before {
  content: '\e839'; }

#site-content .spr-icon-star-half-alt:before {
  content: '\e839'; }

#site-content .spr-review-header-starratings {
  margin: 0;
  font-size: 1rem; }

#site-content .spr-summary-starrating,
#site-content .spr-badge-starrating {
  margin: 0; }

#site-content .spr-badge-starrating .spr-icon {
  font-size: 1.2rem; }

.cart-title {
  font-size: 1.5rem; }

.cart-items .variant-title {
  margin-right: 5px; }

.cart-items .stock-alert {
  padding: 5px 12px;
  font-size: .875rem;
  background-color: #e5ff04;
  color: #000; }

.cart-summary td {
  border: 0; }

.cart-summary input[type="submit"] {
  max-width: 400px;
  margin-left: auto; }

@media (min-width: 992px) {
  .cart-items .image,
  .cart-summary .image {
    width: 300px; } }

.sign-title {
  margin-bottom: 2rem;
  font-size: 1.75rem; }

.sign-message {
  font-weight: normal;
  text-transform: none; }

.sign-button {
  width: 200px; }

.sign-error ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.account-address p {
  margin: 0;
  font-size: 0.875rem;
  color: #252525; }

.account-address-form {
  padding: 20px;
  margin-bottom: 30px;
  background: #fff; }
  .card .account-address-form {
    margin-bottom: 0;
    background: #f5f5f5; }
  .account-address-form input[type="radio"], .account-address-form input[type="checkbox"] {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    box-sizing: border-box;
    padding: 0; }

.blog-header h1, .blog-header .h1 {
  margin: 50px 0;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 2px; }

.article-first {
  background: #000; }
  .article-first .image {
    background-size: cover;
    background-position: top center; }
    @media (max-width: 991.98px) {
      .article-first .image {
        padding-top: 56%; } }
  .article-first .content {
    padding: 220px 40px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .article-first .content {
        padding: 160px 40px; } }
    @media (max-width: 991.98px) {
      .article-first .content {
        padding: 40px; } }
    .article-first .content h2, .article-first .content .h2, .article-first .content .floating-block.floating-quote blockquote, .floating-block.floating-quote .article-first .content blockquote {
      font-size: 2.5rem;
      font-weight: 300;
      text-transform: none; }
      @media (max-width: 991.98px) {
        .article-first .content h2, .article-first .content .h2, .article-first .content .floating-block.floating-quote blockquote, .floating-block.floating-quote .article-first .content blockquote {
          font-size: 1.5rem; } }
    .article-first .content .date {
      margin: 5rem 0 0; }

.article-list .article {
  margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    .article-list .article {
      margin-bottom: 40px; } }
  .article-list .article .image {
    margin-bottom: 25px; }
    .article-list .article .image img {
      width: 100%;
      height: auto; }
    .article-list .article .image .no-image {
      width: 100%;
      padding-top: 56%;
      background-color: #eee; }
  .article-list .article .content h2, .article-list .article .content .h2, .article-list .article .content .floating-block.floating-quote blockquote, .floating-block.floating-quote .article-list .article .content blockquote {
    font-size: 1.3125rem;
    font-weight: 300;
    text-transform: none; }
  .article-list .article .content p {
    color: #000; }

.article-hero {
  height: 75vh !important;
  background-position: top center; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .article-hero {
      height: 56vh !important; } }
  @media (max-width: 767.98px) {
    .article-hero {
      height: 40vh !important; } }

@media (min-width: 992px) {
  .article-content {
    position: relative;
    top: -100px; } }

.article-content article {
  padding: 35px 80px 0; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .article-content article {
      padding: 35px 40px 0; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .article-content article {
      padding: 35px 25px 0; } }
  @media (max-width: 575.98px) {
    .article-content article {
      padding: 35px 15px 0; } }
  .article-content article .article-header h1, .article-content article .article-header .h1 {
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1; }
    @media (max-width: 767.98px) {
      .article-content article .article-header h1, .article-content article .article-header .h1 {
        font-size: 2rem; } }
  .article-content article .article-header .blog-link {
    margin-bottom: 30px;
    font-size: 0.875rem; }
  .article-content article .article-header hr {
    margin: 50px 0 70px;
    width: 300px;
    max-width: 100%; }
  .article-content article .article-body p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    font-weight: 300;
    color: #000; }
    .article-content article .article-body p .image, .article-content article .article-body p .embed-responsive-offset {
      margin: 0 -80px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .article-content article .article-body p .image, .article-content article .article-body p .embed-responsive-offset {
          margin: 0 -40px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .article-content article .article-body p .image, .article-content article .article-body p .embed-responsive-offset {
          margin: 0 -25px; } }
      @media (max-width: 575.98px) {
        .article-content article .article-body p .image, .article-content article .article-body p .embed-responsive-offset {
          margin: 0 -15px; } }
  .article-content article .article-body blockquote p {
    font-family: "Stag", serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1; }
    .article-content article .article-body blockquote p:before {
      content: '"'; }
    .article-content article .article-body blockquote p:after {
      content: '"'; }
  .article-content article .article-body blockquote.bk-left, .article-content article .article-body blockquote.bk-right {
    position: relative; }
    .article-content article .article-body blockquote.bk-left p, .article-content article .article-body blockquote.bk-right p {
      max-width: 70%;
      margin: 0; }
    .article-content article .article-body blockquote.bk-left img, .article-content article .article-body blockquote.bk-right img {
      position: relative;
      max-width: 65%;
      height: auto; }
  .article-content article .article-body blockquote.bk-left p {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -80px; }
  .article-content article .article-body blockquote.bk-left img {
    right: -80px;
    margin-left: 35%; }
  .article-content article .article-body blockquote.bk-right p {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -80px; }
  .article-content article .article-body blockquote.bk-right img {
    left: -80px;
    margin-right: 35%; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .article-content article .article-body blockquote.bk-left p {
      left: -40px; }
    .article-content article .article-body blockquote.bk-left img {
      right: -40px; }
    .article-content article .article-body blockquote.bk-right p {
      right: -40px; }
    .article-content article .article-body blockquote.bk-right img {
      left: -40px; }
    .article-content article .article-body blockquote p {
      font-size: 1.75rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .article-content article .article-body blockquote.bk-left p {
      left: -25px; }
    .article-content article .article-body blockquote.bk-left img {
      right: -25px; }
    .article-content article .article-body blockquote.bk-right p {
      right: -25px; }
    .article-content article .article-body blockquote.bk-right img {
      left: -25px; }
    .article-content article .article-body blockquote p {
      font-size: 1.5rem; } }
  @media (max-width: 575.98px) {
    .article-content article .article-body blockquote.bk-left p,
    .article-content article .article-body blockquote.bk-right p {
      position: static;
      max-width: 100%; }
    .article-content article .article-body blockquote.bk-left img,
    .article-content article .article-body blockquote.bk-right img {
      position: static;
      max-width: 100%;
      margin: 10px 0; }
    .article-content article .article-body blockquote p {
      font-size: 1.2rem; } }
  .article-content article .article-body blockquote p[style*=center] {
    font-style: normal;
    margin-left: 2rem;
    margin-right: 2rem; }
  .article-content article .article-body .st-instagram-embed {
    margin-bottom: 4rem; }
    .article-content article .article-body .st-instagram-embed iframe {
      margin-left: auto !important;
      margin-right: auto !important; }
  .article-content article .article-footer {
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    color: #000; }
    .article-content article .article-footer .social-sharing {
      display: inline-block; }
      .article-content article .article-footer .social-sharing a {
        position: relative;
        top: 4px;
        margin-right: 15px; }
    .article-content article .article-footer .next-up {
      margin: 120px 0 50px;
      text-align: center;
      font-size: 1.3125rem;
      font-weight: 400;
      text-transform: none; }
    @media (max-width: 991.98px) {
      .article-content article .article-footer {
        margin-top: 35px; }
        .article-content article .article-footer .next-up {
          margin: 60px 0 25px; } }

.article-cross-sell .cover {
  padding: 70px 0 60px; }
  .article-cross-sell .cover h1, .article-cross-sell .cover .h1 {
    font-size: 3rem;
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .article-cross-sell .cover {
      padding: 150px 30px 150px; }
      .article-cross-sell .cover h1, .article-cross-sell .cover .h1 {
        font-size: 3rem; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .article-cross-sell .cover {
      padding: 60px 30px 50px; } }
  @media (max-width: 1600px) {
    .article-cross-sell .cover h1, .article-cross-sell .cover .h1 {
      font-size: 2.5rem; } }
  @media (max-width: 1390px) {
    .article-cross-sell .cover h1, .article-cross-sell .cover .h1 {
      font-size: 2rem; } }
  @media (max-width: 1199.98px) {
    .article-cross-sell .cover h1, .article-cross-sell .cover .h1 {
      font-size: 3rem; } }
    .article-cross-sell .featured-collection h2 {
    font-family: "Stag", serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    
    }
.page hr {
  margin: 20px 0 70px;
  width: 300px; }

.page-about .image {
  margin: 70px -80px; }

.page-about .video {
  margin-top: 100px; }

.page-about .rte h4, .page-about .rte .h4, .page-about .rte .featured-product .tag, .featured-product .page-about .rte .tag, .page-about .rte .floating-block.floating-quote small, .floating-block.floating-quote .page-about .rte small, .page-about .rte .sign-message, .page-about .rte .product-reviews .spr-header .spr-header-title, .product-reviews .spr-header .page-about .rte .spr-header-title {
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  margin-bottom: .25rem;
  letter-spacing: normal; }

.page-about .rte p {
  margin-bottom: 2rem; }

.page-accordion .section-link {
  position: relative;
  display: block;
  padding: .75rem;
  border-top: 1px solid #c9c9c9; }
  .page-accordion .section-link .heading h2, .page-accordion .section-link .heading .h2, .page-accordion .section-link .heading .floating-block.floating-quote blockquote, .floating-block.floating-quote .page-accordion .section-link .heading blockquote {
    margin: 0;
    padding-right: 40px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none; }
  .page-accordion .section-link i {
    position: absolute;
    top: 20px;
    right: 0.75rem;
    transition: transform .2s ease-out; }
  .page-accordion .section-link.collapsed i {
    transform: rotate(90deg); }
  @media (max-width: 767.98px) {
    .page-accordion .section-link .heading h2, .page-accordion .section-link .heading .h2, .page-accordion .section-link .heading .floating-block.floating-quote blockquote, .floating-block.floating-quote .page-accordion .section-link .heading blockquote {
      font-size: 1.25rem; }
    .page-accordion .section-link i {
      top: 18px;
      transform: scale(0.833); }
    .page-accordion .section-link.collapsed i {
      transform: rotate(90deg) scale(0.833); } }

.page-accordion .section-content {
  padding: 0 .75rem;
  border-top: 1px solid #c9c9c9; }
  .page-accordion .section-content p b, .page-accordion .section-content p strong {
    color: #252525;
    font-weight: 500; }
  .page-accordion .section-content table td {
    vertical-align: top; }

.page-landing {
  display: flex;
  flex-direction: column; }
  .page-landing .callout {
    padding: 120px 0;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center; }
    .page-landing .callout.dark {
      background-color: #131313;
      color: #fff; }
    .page-landing .callout.black {
      background-color: #000;
      color: #fff;
      font-family: "Stag", serif;
      font-weight: 600;
      text-transform: uppercase; }

.shopify-challenge__container {
  padding: 45px; }
  .shopify-challenge__container .btn {
    width: 294px;
    padding: 1rem;
    font-size: 0.875rem;
    background-color: #252525;
    color: #fff;
    text-transform: uppercase; }

.inline {
    display: inline;
}
    
h6 {
   
   
    margin-bottom: 2rem;
    color: #808080;
    font-family: "StagSans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
   
}
    #new-review-form_541586685986 fieldset {
	margin: unset;
}
    
 .spr-form-contact {
    margin-left: 0px !important;
}
    
    .spr-form-actions {
    margin-left: 0px !important;
}
    
    
.spr-button-primary {
    float: left !important;
}
fieldset.spr-form-review {
    margin-left: 0px !important;
}

.shipping-savings-message {
  background-color: rgba(0,0,0,0.9);
    padding: 20px;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}
    
@charset "UTF-8";
@-webkit-keyframes offcanvas { 0% { -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }
  100% { -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); } }

@keyframes offcanvas { 0% { -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }
  100% { -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); } }

/* ===================================================== */
/* Utility Classes */
/* ===================================================== */
.u-hide { display: none !important; }

.u-vhide { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(100%); clip-path: inset(100%); height: 1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

/* ===================================================== */
/* General Objects */
/* ===================================================== */
.o-row { width: 100%; max-width: 90rem; margin: 0 auto; padding: 0 0; }

.o-container { width: 100%; max-width: 90rem; margin: 0 auto; padding: 0 0.75rem; }

.o-Section { margin: 2.4414062em 0; }

.o-Section:empty { display: none; }

.o-Section--flush { margin: 0; }

/*  */
.o-placeholder { display: block; position: relative; width: 100%; height: 0; overflow: hidden; margin: 0; padding: 0 0 100% 0; background-size: contain; background-position: center; background-repeat: no-repeat; -webkit-transition: opacity 300ms ease-out 150ms; -o-transition: opacity 300ms ease-out 150ms; transition: opacity 300ms ease-out 150ms; }

.o-placeholder.lazyload { opacity: 0; }

.o-placeholder.lazyloaded { opacity: 1; }

.o-placeholder_image{
  padding: 0 0 68% 0;
}

.o-placeholder_viewer{
  padding: 0 0 70% 0;
}

.o-placeholder.has-icon::before { content: ''; display: block; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M872,192%20L152,192%20C129.88,192%20112,209.88%20112,232%20L112,792%20C112,814.08%20129.88,832%20152,832%20L872,832%20C894.12,832%20912,814.08%20912,792%20L912,232%20C912,209.92%20894.12,192%20872,192%20L872,192%20L872,192%20Z%20M832,752%20L192,752%20L192,272%20L832,272%20L832,752%20L832,752%20L832,752%20Z%20M684.6,547.08%20L555.36,611.28%20L404.56,367.24%20L272,672%20L752,672%20L684.6,547.08%20L684.6,547.08%20L684.6,547.08%20Z%20M642,472%20C669.6,472%20692,449.6%20692,422%20C692,394.4%20669.6,372%20642,372%20C614.4,372%20592,394.4%20592,422%20C592,449.6%20614.4,472%20642,472%20L642,472%20L642,472%20Z%22%20style=%22fill:%20%23efefef;%20fill:%20;%22%3E%3C/path%3E%3C/svg%3E'); opacity: 0; -webkit-transition: opacity 150ms ease-out; -o-transition: opacity 150ms ease-out; transition: opacity 150ms ease-out; }

.o-placeholder.has-icon.lazyload::before, .o-placeholder.has-icon.lazyloading::before, .o-placeholder.has-icon.lazyloaded.has-noImages::before { opacity: 1; }

.o-placeholder > svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; fill: #242424; }

.o-placeholderSvg { display: block; position: relative; width: 100%; height: 0; overflow: hidden; margin: 0; padding: 0 0 100% 0; background-size: contain; background-position: center; background-repeat: no-repeat; background-color: #efefef; border: 0.125rem solid #bfbebe; fill: #a3a3a3; }

.o-formErrors { max-width: 30rem; margin: 1rem auto; padding: 1em; font-family: "Stag", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 700; text-align: left; background-color: #fff; border: 0.125rem solid #d50430; border-radius: 0.25em; }

.o-formErrors ul { margin-bottom: 0; }

.o-formSuccess { max-width: 30rem; margin: 1rem auto; padding: 1em; font-family: "Stag", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 700; background-color: #fff; color: #129134; border: 0.0625rem solid #129134; border-radius: 0.25em; }

/* ===================================================== */
/* User Content (RTE) */
/* ===================================================== */
.o-flexVideo { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

.o-flexVideo iframe, .o-flexVideo object, .o-flexVideo embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ===================================================== */
/* Rich Text Editor / User Content */
/* ===================================================== */
.o-rte { overflow: hidden; }

.o-rte::after { clear: both; content: ""; display: block; }

.o-rte h1 { position: relative; margin: 0.5em 0 0.25em 0; padding: 0; font-size: 1.4em; text-transform: uppercase; }

.o-rte h2 { position: relative; margin: 0.5em 0 0.25em 0; padding: 0; font-size: 1.25em; text-transform: uppercase; }

.o-rte h3 { position: relative; margin: 0.5em 0 0.25em 0; padding: 0; font-size: 1em; text-transform: uppercase; }

.o-rte h4 { position: relative; margin: 0.5em 0 0.25em 0; padding: 0; font-size: 1em; text-transform: uppercase; }

.o-rte h5, .o-rte h6 { position: relative; margin: 0.5em 0 0.25em 0; padding: 0; font-size: 1em; text-transform: uppercase; }

.o-rte img { max-width: 100%; }

.o-rte p { font-size: 1em; color: inherit; }

.o-rte p + p { margin-top: -0.25em; }

.o-rte ul, .o-rte ol, .o-rte dl { font-size: 1em; }

.o-rte ul { list-style: disc outside none; padding-left: 1.8em; margin: 0 0 1em 0; }

.o-rte ul ul { list-style: circle outside none; }

.o-rte ul li { list-style: inherit; }

.o-rte ul li p + p { margin-top: -1em; }

.o-rte ol { list-style: decimal outside none; padding-left: 1.8em; margin: 0 0 1em 0; }

.o-rte ol ol { list-style: decimal outside none; }

.o-rte ol li { list-style: inherit; }

.o-rte ol li p + p { margin-top: -1em; }

.o-rte p:last-child { margin-bottom: 0; }

.o-rte blockquote h1, .o-rte blockquote h2, .o-rte blockquote h3, .o-rte blockquote h4, .o-rte blockquote h5, .o-rte blockquote h6 { line-height: 1.4; }

.o-rte a:not(.o-button) { color: inherit; border-bottom: 0.0625rem solid currentColor; }

.o-rte a:not(.o-button):hover, .o-rte a:not(.o-button):focus { color: inherit; }

.o-rte iframe, .o-rte object { max-width: 100%; }

.o-rte figure { text-align: center; margin: 1em 2.5em; }

.o-rte figcaption { margin: 1em 0; font-size: 0.8em; font-style: italic; }

.o-rte .figure { text-align: center; margin: 1em 2.5em; }

.o-rte .figure > .caption { margin: 1em 0; font-size: 0.8em; font-style: italic; }

/* ===================================================== */
/* Header */
/* ===================================================== */
@-webkit-keyframes header-sticky-reveal-3f0ce876f48a11e882e410ddb1eacae1 { 0% { opacity: 0;
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0); }
  50% { opacity: 0.9; }
  100% { opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); } }

@keyframes header-sticky-reveal-3f0ce876f48a11e882e410ddb1eacae1 { 0% { opacity: 0;
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0); }
  50% { opacity: 0.9; }
  100% { opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); } }

.Header-container { position: relative; }

.Header-placeholder { position: relative; }

.template-index .Header-placeholder { min-height: 0 !important; height: 0 !important; }

.Header-sticky { position: relative; z-index: 100; width: 100%; }

.Header-sticky.is-stuck { position: fixed; top: 0; left: 0; -webkit-animation-name: header-sticky-reveal-3f0ce876f48a11e882e410ddb1eacae1; animation-name: header-sticky-reveal-3f0ce876f48a11e882e410ddb1eacae1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0s; animation-delay: 0s; }

.Header-stickyTrigger { visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 0; margin: 0; padding: 0; overflow: hidden; }

/* ===================================================== */
/* Narrow Header */
/* ===================================================== */
.NarrowHeader { display: block; position: relative; z-index: 1; }

.NarrowHeader-background { position: relative; background-color: #fff; }

.Header-sticky--inverted:not(.is-stuck) .NarrowHeader-background { background-color: #0d0d0d; }

.Header-sticky--transparent:not(.is-stuck) .NarrowHeader-background { background-color: transparent; }

.NarrowHeader-container { width: 100%; max-width: 90rem; margin: 0 auto; padding: 0 1.25rem; padding: 0 0.3125rem; }

.NarrowHeader-sections { position: relative; }

.NarrowHeader-logo { width: 7.8125rem; max-width: 100%; margin: 0 auto; padding: 0.875rem 0; }

.NarrowHeader-logoLink { display: block; }

.NarrowHeader-logoPlaceholder { display: block; position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 22.3076923%; background-size: cover; background-position: center; background-repeat: no-repeat; }

.NarrowHeader-logoPlaceholder > svg { fill: #242424; }

.Header-sticky--inverted:not(.is-stuck) .NarrowHeader-logoPlaceholder > svg { fill: #fff; }

.NarrowHeader-controls { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: absolute; top: 50%; left: 0; width: 2rem; height: 2rem; margin: -1rem 0 0 0; padding: 0; overflow: hidden; }

.NarrowHeader-controls--right { width: 4.625rem; left: auto; right: 0; }

.NarrowHeader-control { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; display: block; position: relative; width: 2rem; min-width: 0; min-height: 0; overflow: hidden; }

.NarrowHeader-control[data-item-count]::after { content: attr(data-item-count); position: absolute; top: 42%; left: 56%; min-width: 2em; max-width: 100%; margin: 0; padding: 0; overflow: hidden; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.75rem; font-weight: 400; line-height: 1; text-align: center; -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5); color: #242424; }

.Header-sticky--inverted:not(.is-stuck) .NarrowHeader-control[data-item-count]::after { color: #fff; }

.NarrowHeader-control[data-item-count="0"]::after { visibility: hidden; }

.NarrowHeader-controlIcon--menu { padding: 0.5rem; }

.NarrowHeader-controlIcon--search { padding: 0.1875rem; }

.NarrowHeader-controlIcon--cart { padding: 0.3125rem; }

.NarrowHeader-controlIcon svg { fill: #242424; }

.Header-sticky--inverted:not(.is-stuck) .NarrowHeader-controlIcon svg { fill: #fff; }

/* ===================================================== */
/* Wide Header */
/* ===================================================== */
.WideHeader { display: none; position: relative; z-index: 1; }

.WideHeader-background { position: relative; z-index: 2; background-color: #fff; -webkit-transition: background-color 0.25s ease-out; -o-transition: background-color 0.25s ease-out; transition: background-color 0.25s ease-out; }

.Header-sticky--inverted:not(.is-stuck):not(.is-expanded) .WideHeader-background { background-color: #0d0d0d; }

.Header-sticky--transparent:not(.is-stuck):not(.is-expanded) .WideHeader-background { background-color: transparent; }

.Header-sticky--transparent:not(.is-stuck):not(.is-expanded):hover .WideHeader-background, .Header-sticky--transparent:not(.is-stuck):not(.is-expanded):focus-within .WideHeader-background { background-color: #fff; }

.WideHeader-dropdowns { z-index: 1; }

.WideHeader-container { width: 100%; max-width: 90rem; margin: 0 auto; padding: 0 1.25rem; }

.WideHeader-sections { display: grid; grid-template-columns: 1fr 10rem 1fr; grid-template-areas: "primary logo secondary"; grid-gap: 0.625rem; justify-items: stretch; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; min-height: 3.5rem; padding: 0.625rem 0; }

.WideHeader-logo { grid-area: logo; width: 10rem; max-width: 100%; }

.WideHeader-logoLink { display: block; }

.WideHeader-logoPlaceholder { display: block; position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 22.3076923%; background-size: cover; background-position: center; background-repeat: no-repeat; }

.WideHeader-logoPlaceholder > svg { fill: #242424; }

.Header-sticky--inverted:not(.is-stuck):not(.is-expanded) .WideHeader-logoPlaceholder > svg { fill: #fff; }

.Header-sticky--transparent:not(.is-stuck):not(.is-expanded):hover .WideHeader-logoPlaceholder > svg, .Header-sticky--transparent:not(.is-stuck):not(.is-expanded):focus-within .WideHeader-logoPlaceholder > svg { fill: #242424; }

.WideHeader-secondary { grid-area: secondary; display: grid; grid-template-columns: 1fr 6.25rem; grid-template-areas: "menu controls"; grid-gap: 0.625rem; justify-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; min-height: 0; min-width: 0; }

.WideHeader-controls { grid-area: controls; display: grid; grid-template-columns: repeat(2, 2.5rem); grid-column-gap: 1.25rem; grid-row-gap: 0.625rem; justify-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; min-width: 0; min-height: 0; }

.WideHeader-control { display: block; position: relative; width: 2.5rem; min-width: 0; min-height: 0; overflow: hidden; }

.WideHeader-control[data-item-count]::after { content: attr(data-item-count); position: absolute; top: 42%; left: 58%; min-width: 2em; max-width: 100%; margin: 0; padding: 0; overflow: hidden; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.75rem; font-weight: 400; line-height: 1; text-align: center; -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0); transform: translateX(-50%) translateY(-50%) translateZ(0); color: #242424; }

.Header-sticky--inverted:not(.is-stuck):not(.is-expanded) .WideHeader-control[data-item-count]::after { color: #fff; }

.Header-sticky--transparent:not(.is-stuck):not(.is-expanded):hover .WideHeader-control[data-item-count]::after, .Header-sticky--transparent:not(.is-stuck):not(.is-expanded):focus-within .WideHeader-control[data-item-count]::after { color: #242424; }

.WideHeader-control[data-item-count="0"]::after { visibility: hidden; }

.WideHeader-controlIcon--cart { padding: 0.125rem; }

.WideHeader-controlIcon svg { fill: #242424; }

.Header-sticky--inverted:not(.is-stuck):not(.is-expanded) .WideHeader-controlIcon svg { fill: #fff; }

.Header-sticky--transparent:not(.is-stuck):not(.is-expanded):hover .WideHeader-controlIcon svg, .Header-sticky--transparent:not(.is-stuck):not(.is-expanded):focus-within .WideHeader-controlIcon svg { fill: #242424; }

/* ===================================================== */
/* Wide Header Menu */
/* ===================================================== */
/*  */
/*  */
.WideHeaderMenu { position: relative; width: 100%; min-height: 0; min-width: 0; }

.WideHeaderMenu-items { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0; padding: 0; list-style: none; }

.WideHeaderMenu-items--alignRight { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.WideHeaderMenu-item { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; margin: 0; padding: 0; }

.WideHeaderMenu-itemLink { display: block; position: relative; padding: 0.4375rem 0.75rem; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; font-weight: 400; line-height: 1.5; text-transform: uppercase; color: #242424; }

.WideHeaderMenu-itemLink:hover, .WideHeaderMenu-itemLink:focus { color: #242424; }

.Header-sticky--inverted:not(.is-stuck):not(.is-expanded) .WideHeaderMenu-itemLink { color: #fff; }

.Header-sticky--inverted:not(.is-stuck):not(.is-expanded) .WideHeaderMenu-itemLink:hover, .Header-sticky--inverted:not(.is-stuck):not(.is-expanded) .WideHeaderMenu-itemLink:focus { color: #fff; }

.Header-sticky--transparent:not(.is-stuck):not(.is-expanded):hover .WideHeaderMenu-itemLink, .Header-sticky--transparent:not(.is-stuck):not(.is-expanded):focus-within .WideHeaderMenu-itemLink { color: #242424; }

.Header-sticky--transparent:not(.is-stuck):not(.is-expanded):hover .WideHeaderMenu-itemLink:hover, .Header-sticky--transparent:not(.is-stuck):not(.is-expanded):hover .WideHeaderMenu-itemLink:focus, .Header-sticky--transparent:not(.is-stuck):not(.is-expanded):focus-within .WideHeaderMenu-itemLink:hover, .Header-sticky--transparent:not(.is-stuck):not(.is-expanded):focus-within .WideHeaderMenu-itemLink:focus { color: #242424; }

.WideHeaderMenu-itemLink--expandable { padding-right: 1.25rem; }

.WideHeaderMenu-itemLink--expandable::after { content: ''; position: absolute; top: 50%; right: 0.625rem; width: 0.625rem; height: 1.5em; margin: -0.75em -0.3125rem 0 0; padding: 0; overflow: hidden; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20640%20640%22%3E%20%3Cpath%20d=%22M557.376%20195.488c8.704-8.576%2022.688-8.576%2031.328%200s8.672%2022.432%200%2031.008l-253.056%20250.56c-8.64%208.576-22.624%208.576-31.328%200L51.264%20226.496a21.787%2021.787%200%200%201%200-31.008c8.672-8.576%2022.688-8.576%2031.328%200L320%20424l237.376-228.512z%22/%3E%20%3C/svg%3E'); -webkit-transition: -webkit-transform 300ms ease-in-out; transition: -webkit-transform 300ms ease-in-out; -o-transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }

.Header-sticky--inverted:not(.is-stuck):not(.is-expanded) .WideHeaderMenu-itemLink--expandable::after { background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20640%20640%22%3E%20%3Cpath%20d=%22M557.376%20195.488c8.704-8.576%2022.688-8.576%2031.328%200s8.672%2022.432%200%2031.008l-253.056%20250.56c-8.64%208.576-22.624%208.576-31.328%200L51.264%20226.496a21.787%2021.787%200%200%201%200-31.008c8.672-8.576%2022.688-8.576%2031.328%200L320%20424l237.376-228.512z%22%20fill=%22%23fff%22%20/%3E%20%3C/svg%3E'); }

.Header-sticky--transparent:not(.is-stuck):not(.is-expanded):hover .WideHeaderMenu-itemLink--expandable::after, .Header-sticky--transparent:not(.is-stuck):not(.is-expanded):focus-within .WideHeaderMenu-itemLink--expandable::after { background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20640%20640%22%3E%20%3Cpath%20d=%22M557.376%20195.488c8.704-8.576%2022.688-8.576%2031.328%200s8.672%2022.432%200%2031.008l-253.056%20250.56c-8.64%208.576-22.624%208.576-31.328%200L51.264%20226.496a21.787%2021.787%200%200%201%200-31.008c8.672-8.576%2022.688-8.576%2031.328%200L320%20424l237.376-228.512z%22/%3E%20%3C/svg%3E'); }

.WideHeaderMenu-itemLink.is-expanded::after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

/* ===================================================== */
/* Wide Header Dropdown */
/* ===================================================== */
.WideHeaderDropdown { display: block; position: absolute; top: 100%; left: 0; width: 15rem; margin: 0; padding: 0; overflow: hidden; background-color: #fff; visibility: hidden; opacity: 0; -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-out 0.125s, -webkit-transform 0.25s ease-out; transition: visibility 0s linear 0.25s, opacity 0.25s ease-out 0.125s, -webkit-transform 0.25s ease-out; -o-transition: visibility 0s linear 0.25s, opacity 0.25s ease-out 0.125s, transform 0.25s ease-out; transition: visibility 0s linear 0.25s, opacity 0.25s ease-out 0.125s, transform 0.25s ease-out; transition: visibility 0s linear 0.25s, opacity 0.25s ease-out 0.125s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out; -webkit-transform: translateY(-100%) translateZ(0); transform: translateY(-100%) translateZ(0); }

.WideHeaderDropdown.is-expanded { visibility: visible; opacity: 1; -webkit-transform: translateY(0%) translateZ(0); transform: translateY(0%) translateZ(0); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }

.WideHeaderDropdown-sections { margin: 0; padding: 1.25rem 2rem; }

.WideHeaderDropdown-allItemsLink { display: block; margin: 0 0 0.4375rem 0; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; font-weight: 500; color: #242424; }

.WideHeaderDropdown-allItemsLink:hover, .WideHeaderDropdown-allItemsLink:focus { color: #242424; }

.WideHeaderDropdown-items { width: 100%; margin: 0; padding: 0; list-style: none; }

.WideHeaderDropdown-item { width: 100%; margin: 0; padding: 0; }

.WideHeaderDropdown-itemLink { display: grid; grid-template-columns: 2rem 1fr; grid-template-areas: "image title"; grid-gap: 0.75rem; justify-items: start; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; width: 100%; padding: 0.625rem 0; color: #242424; }

.WideHeaderDropdown-itemLink:hover, .WideHeaderDropdown-itemLink:focus { color: #242424; }

.WideHeaderDropdown-items--noImages .WideHeaderDropdown-itemLink { display: block; }

.WideHeaderDropdown-itemTitle { grid-area: title; display: block; margin: 0; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-align: left; text-transform: none; }

.WideHeaderDropdown-itemImage { grid-area: image; width: 100%; max-width: 6.25rem; margin: 0; }

.WideHeaderDropdown-items--noImages .WideHeaderDropdown-itemImage { display: none; }

.WideHeaderDropdown-itemImagePlaceholder { background-size: cover; }

/* ===================================================== */
/* Offer Bar */
/* ===================================================== */
.OfferBar { position: relative; z-index: 101; width: 100%; overflow: hidden; background-color: #242424; color: #ababac; border-bottom: r(2) solid #999999; }

.OfferBar-container { width: 100%; max-width: 90rem; margin: 0 auto; padding: 0 1.25rem; padding-left: 0.75rem; padding-right: 0.5rem; }

.OfferBar-innerContainer { position: relative; padding: 0.3125rem 2.5rem 0.3125rem 0; }

.OfferBar-content { font-size: 0.875rem; font-weight: 400; line-height: 1.6; text-transform: uppercase; }

.OfferBar-close { position: absolute; top: 50%; right: 0; width: 2rem; height: 2rem; margin: -1rem 0 0 0; padding: 0.5rem; overflow: hidden; }

.OfferBar-close svg { fill: #ababac; }

.OfferBar-closeButton { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; opacity: 0; }

/* ===================================================== */
/* Offcanvas */
/* ===================================================== */
body.has-open-offcanvas { position: fixed !important; width: 100%; }

body.has-open-offcanvas #recently-notification { z-index: 1 !important; }

body.has-open-offcanvas #ju_bbox { display: none !important; }

body.has-open-offcanvas #ju_custom_open_btn { display: none !important; }

.offcanvas-Dimmer { display: block; position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); visibility: hidden; opacity: 0; -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-out; -o-transition: visibility 0s linear 0.25s, opacity 0.25s ease-out; transition: visibility 0s linear 0.25s, opacity 0.25s ease-out; }

.has-open-offcanvas .offcanvas-Dimmer { visibility: visible; opacity: 1; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }

.offcanvas-Drawer { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-justify-content: stretch; -ms-flex-pack: stretch; justify-content: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; position: fixed; top: 0; left: 0; z-index: 9999; width: 17.5rem; height: 100%; margin: 0; padding: 0; -webkit-transform: translateX(-100%) translateZ(0); transform: translateX(-100%) translateZ(0); -webkit-transition: -webkit-transform 300ms ease-in-out; transition: -webkit-transform 300ms ease-in-out; -o-transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; background-color: #fff; }

.offcanvas-Drawer--right { left: auto; right: 0; -webkit-transform: translateX(100%) translateZ(0); transform: translateX(100%) translateZ(0); }

.offcanvas-Drawer.is-expanded { -webkit-transform: translateX(0%) translateZ(0); transform: translateX(0%) translateZ(0); }

.offcanvas-Drawer-content { -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; width: 100%; overflow: auto; margin: 0; padding: 0; }

.offcanvas-Drawer-controls { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; padding: 0.25rem; }

.offcanvas-Drawer-controls::after { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 0.0625rem; margin: 0; padding: 0; overflow: hidden; background-color: #dddedc; }

.offcanvas-Drawer-close { position: relative; width: 2.5rem; padding: 0.75rem; }

.offcanvas-Drawer-close svg { fill: #242424; }

.offcanvas-Drawer-closeButton { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; opacity: 0; }

/* ===================================================== */
/* Offcanvas Menu */
/* ===================================================== */
/*  */
.offcanvas-Menu { padding: 0 1rem; background-color: #fff; }

.offcanvas-Menu-items { margin: 0; padding: 0; list-style: none; }

.offcanvas-Menu-item { position: relative; margin: 0; padding: 0; }

.offcanvas-Menu-item::after { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 0.0625rem; margin: 0; padding: 0; overflow: hidden; background-color: #efefef; }

.offcanvas-Menu-itemLink { display: block; position: relative; padding: 1em 0; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; text-transform: uppercase; color: #242424; }

.offcanvas-Menu-itemLink:hover, .offcanvas-Menu-itemLink:focus { color: #242424; }

.offcanvas-Menu-itemLink--expandable { padding-right: 1.25rem; }

.offcanvas-Menu-itemLink--expandable::after { content: ''; position: absolute; top: 50%; right: 0.625rem; width: 0.625rem; height: 1.5em; margin: -0.75em -0.3125rem 0 0; padding: 0; overflow: hidden; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20640%20640%22%3E%20%3Cpath%20d=%22M557.376%20195.488c8.704-8.576%2022.688-8.576%2031.328%200s8.672%2022.432%200%2031.008l-253.056%20250.56c-8.64%208.576-22.624%208.576-31.328%200L51.264%20226.496a21.787%2021.787%200%200%201%200-31.008c8.672-8.576%2022.688-8.576%2031.328%200L320%20424l237.376-228.512z%22/%3E%20%3C/svg%3E'); -webkit-transition: -webkit-transform 300ms ease-in-out; transition: -webkit-transform 300ms ease-in-out; -o-transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }

.offcanvas-Menu-itemLink.is-expanded::after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

/* ===================================================== */
/* Offcanvas Dropdown */
/* ===================================================== */
.offcanvas-Dropdown { display: none; overflow: hidden; }

.offcanvas-Dropdown-allItemsLink { display: block; padding: 0.5rem 0; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; font-weight: 500; text-transform: none; color: #242424; }

.offcanvas-Dropdown-allItemsLink:hover, .offcanvas-Dropdown-allItemsLink:focus { color: #242424; }

.offcanvas-Dropdown-items { margin: 0; padding: 0.5rem; list-style: none; }

.offcanvas-Dropdown-item { position: relative; margin: 0; padding: 0; }

.offcanvas-Dropdown-itemLink { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0.5rem 0; color: #242424; }

.offcanvas-Dropdown-itemLink:hover, .offcanvas-Dropdown-itemLink:focus { color: #242424; }

.offcanvas-Dropdown-itemImage { -webkit-flex: 0 0 2rem; -ms-flex: 0 0 2rem; flex: 0 0 2rem; width: 2rem; }

.offcanvas-Dropdown-items--noImages .offcanvas-Dropdown-itemImage { display: none; }

.offcanvas-Dropdown-itemTitle { -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; padding-left: 0.625rem; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; font-weight: 400; text-transform: none; }

.offcanvas-Dropdown-items--noImages .offcanvas-Dropdown-itemTitle { padding-left: 0; }

/* ===================================================== */
/* Offcanvas SecondaryMenu */
/* ===================================================== */
.offcanvas-SecondaryMenu { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 0.5625rem 1rem 2.875rem 1rem; background-color: #efefef; }

.offcanvas-SecondaryMenu-items { margin: 0; padding: 0; list-style: none; }

.offcanvas-SecondaryMenu-item { position: relative; margin: 0; padding: 0; }

.offcanvas-SecondaryMenu-item > a { display: block; position: relative; padding: 1em 0; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 0.5; text-transform: none; color: #242424; }

.offcanvas-SecondaryMenu-item > a:hover, .offcanvas-SecondaryMenu-item > a:focus { color: #242424; }

/* ===================================================== */
/* Gift card */
/* ===================================================== */
main#MainContent { background: white; padding-top: 1.25rem; }

main.giftcard { text-align: center; max-width: 31.25rem; display: block; margin: 0 auto; margin-top: 1.25rem; padding-bottom: 1.25rem; background-color: white; }

.giftcard-container { padding-top: 0.9375rem; border: 0.9375rem solid black; margin-left: 0.9375rem; margin-right: 0.9375rem; }

.giftcard-container .top-title { font-size: 1em; text-align: left; padding-left: 0.9375rem; color: #929292; text-transform: uppercase; }

.giftcard-container .title { font-size: 0.9em; text-align: left; color: #929292; padding-left: 3.125rem; padding-bottom: 0.9375rem; text-transform: uppercase; }

.giftcard-container .subtitle { font-size: 0.875rem; text-align: left; text-transform: initial; color: #929292; }

.gift-header-title { text-align: center; background-color: white; padding-top: 1.5625rem; width: 10rem; margin: 0 auto; }

header.gift-header-title h3 { text-transform: initial; color: black; }

header.gift-header-title  { text-align: center; }

#gift-card-actions a.btn.center { background: black; color: white; }

.giftcard-card-wrap { text-align: center; position: relative; margin: 0.9375rem 0.9375rem 1.5625rem; }

.giftcard-card-wrap img { position: relative; display: block; border-radius: 0.625rem; z-index: 2; }

.giftcard-card-wrap:before, .giftcard-card-wrap:after { content: ""; position: absolute; width: 2.9375rem; height: 2.9375rem; z-index: 3; }

.giftcard-card-wrap:before { background: url("//cdn.shopify.com/s/assets/gift-card/corner-top-left-2ba3edcd9e97ba146cd01a8161365c5e.svg") 0 0 no-repeat; top: -0.0625rem; left: -0.0625rem; }

.giftcard-card-wrap:after { background: url("//cdn.shopify.com/s/assets/gift-card/corner-bottom-right-1fb9bf49ff9564325e6b7c0fb0a7ff45.svg") 0 0 no-repeat; bottom: -0.0625rem; right: -0.0625rem; }

.lt-ie9 .giftcard-card-wrap:before, .lt-ie9 .giftcard-card-wrap:after { display: none; }

.giftcard-container img { max-width: 100%; text-align: center; }

a.giftcard-placeholder { padding: 0 0.3125rem; }

.giftcard-qr { display: inline-block; vertical-align: baseline; background-color: #fff; padding: 1em; max-width: 28.125rem; margin-top: 0.625rem; margin-bottom: 1.5625rem; -webkit-box-shadow: 0 0 0 0.0625rem #0000004f; box-shadow: 0 0 0 0.0625rem #0000004f; border-bottom: 0.0625rem solid #b0b0b0; }

.giftcard-code { position: absolute; bottom: 2.5rem; text-align: center; width: 100%; z-index: 50; font-family: "Stag", serif; }

.giftcard-code-inner { display: inline-block; vertical-align: baseline; background-color: #fff; border-radius: 0.25rem; max-width: 28.125rem; -webkit-box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.1); }

.giftcard-code-label { margin: 0.625rem; font-weight: 300; font-size: 1.25rem; text-transform: uppercase; border-radius: 0.125rem; border: 0.0625rem dashed black; padding: .4em .5em; display: inline-block; vertical-align: baseline; color: #000; line-height: 1; text-align: center; z-index: 50; }

.giftcard-actions { position: relative; border-top: 0.0625rem solid #0000004f; padding: 1.875rem 0.9375rem; text-align: center; overflow: hidden; font-weight: 300; letter-spacing: 0.125rem; }

.giftcard-actions .btn { background: #000000; color: white; text-transform: uppercase; font-weight: 500; font-size: 0.8125rem; letter-spacing: 0; padding-top: 0.5rem; padding-right: 1.5625rem; padding-left: 1.5625rem; font-size: 0.8125rem; padding-right: 2.1875rem; padding-left: 2.1875rem; }

.print-giftcard { display: inline-block; width: 1.0625rem; height: 1.0625rem; vertical-align: middle; margin-right: 0.3125rem; opacity: 0.25; background-image: url("//cdn.shopify.com/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png"); background-repeat: no-repeat; background-position: 0 0; }

.svg .print-giftcard { background-image: url("//cdn.shopify.com/s/assets/gift-card/icon-print-6a10b2fb86d223b8c783c9696eaf4c31.svg"); }

.action-link:hover .print-giftcard { opacity: 0.4; }

.action-link { position: absolute; left: 0; top: 50%; display: block; text-transform: uppercase; letter-spacing: 0; margin-top: -0.625rem; font-weight: 300; font-size: 0.8125rem; padding-left: 0.3125rem; color: black; text-decoration: underline; font-family: "Stag", serif; left: 0.625rem; font-size: 0.875rem; left: 1.1875rem; padding: 0 0.3125rem; }

.action-link:hover, .action-link:focus { color: black; }

#home-slider .carousel-item { position: absolute; top: 0; left: 0; opacity: 0; }

#home-slider .carousel-item.carousel-item-left, #home-slider .carousel-item.carousel-item-next { opacity: 0 !important; }

#home-slider .carousel-item.active { z-index: 2; }

#home-slider .carousel-item.active:not(.carousel-item-left):not(.carousel-item-next) { opacity: 1; }
  
#carousel-slider .carousel-item { position: absolute; top: 0; left: 0; -webkit-transition: opacity 0.8s ease; -o-transition: opacity 0.8s ease; transition: opacity 0.8s ease; opacity: 0; }

#carousel-slider .carousel-item.carousel-item-left, #carousel-slider .carousel-item.carousel-item-next { opacity: 0 !important; }

#carousel-slider .carousel-item.active { z-index: 2; }

#carousel-slider .carousel-item.active:not(.carousel-item-left):not(.carousel-item-next) { opacity: 1; }

/* ===================================================== */
/* Algolia Main */
/* ===================================================== */
.algolia-Main { min-height: 90vh; background-color: #fff; }

.algolia-Main-sectionContainer { margin: 1.0625rem auto 0 auto; padding: 0; max-width: 95.7333%; }

.algolia-Main-section { position: relative; -webkit-flex: 0 1 64rem; -ms-flex: 0 1 64rem; flex: 0 1 64rem; margin: 0.8125rem 0 0.625rem 0; }

.algolia-Main-section--filters { -webkit-flex: 0 0 18.75rem; -ms-flex: 0 0 18.75rem; flex: 0 0 18.75rem; }

/* ===================================================== */
/* Algolia Header */
/* ===================================================== */
.algolia-Header-banner { position: relative; overflow: hidden; }

.algolia-Header-bannerPlaceholder { display: block; position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 54.0540541%; background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #bfbebe; }

.algolia-Header-bannerDimmer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; background-color: rgba(0, 0, 0, 0.1); }

.algolia-Header-bannerContentContainer { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; }

.algolia-Header-bannerContent { -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; width: 100%; max-width: 75rem; margin: auto; padding: 0 0.625rem; text-align: center; }

.algolia-Header-title { margin: 0; font-family: "Stag", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 2rem; font-weight: 600; letter-spacing: 0.0625rem; text-transform: uppercase; color: #fff; }

/* ===================================================== */
/* Algolia Filters */
/* ===================================================== */
.algolia-Filters { width: 100%; position: relative; }

.algolia-Filters-header { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 0; margin-top: 0.9375rem; }

.algolia-Filters-headerContent { -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; }

.algolia-Filters-toggleContainer { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.algolia-Filters-toggle { -webkit-appearance: none; -moz-appearance: none; display: inline-block; position: relative; cursor: pointer; vertical-align: middle; margin: 0; padding: 1em 2em; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.625rem; font-weight: 400; line-height: 1; letter-spacing: 0.0625em; text-align: center; text-decoration: none; text-transform: uppercase; background-color: #fff; color: #242424; border: 0.0625rem solid #242424; border-radius: 0; }

.algolia-Filters-toggle:hover, .algolia-Filters-toggle:focus { outline: none; background-color: #fff; color: #242424; border-color: #242424; }

.algolia-Filters-title { position: relative; z-index: 2; display: inline-block; margin: 0; font-size: 1rem; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0; text-transform: none; cursor: pointer; }

.algolia-Filters-title:after { content: ' '; position: absolute; top: 0.4375rem; right: -1.125rem; width: 0.5rem; height: 0.25rem; background: no-repeat center url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM3IDQwNy40MzciPjxwYXRoIGQ9Ik0zODYuMjU4IDkxLjU2N2wtMTgyLjU0IDE4MS45NDVMMjEuMTc5IDkxLjU2NyAwIDExMi44MTUgMjAzLjcxOCAzMTUuODdsMjAzLjcxOS0yMDMuMDU1eiIvPjwvc3ZnPg=="); background-size: cover; -webkit-transition: -webkit-transform 0.8s; transition: -webkit-transform 0.8s; -o-transition: transform 0.8s; transition: transform 0.8s; transition: transform 0.8s, -webkit-transform 0.8s; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.algolia-Filters-subtitle { display: none; font-size: 0.75rem; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; }

.algolia-Filters-stats { position: absolute; top: 0; left: 0; text-align: center; width: 100%; font-size: 1rem; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; color: #CED4DA; }

.algolia-Filters-drawer { width: 100%; overflow: hidden; }

.algolia-Filters-drawer.is-collapsed { max-height: 0 !important; }

.algolia-Filters-content { position: relative; width: 100%; border: none; }

.algolia-Filters-btn-close-container { display: none; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; margin: 1.5rem 0.625rem 0 0.625rem; }

.algolia-Filters-btn-close { display: block; -webkit-appearance: none; -moz-appearance: none; width: 100%; max-width: 21.5rem; padding: 0.5rem 0; margin: 0; border: none; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5rem; letter-spacing: 0; text-align: center; text-transform: uppercase; color: #fff; background-color: #242424; }

.algolia-Filters .ais-ClearRefinements { z-index: 2; position: absolute; top: 0; right: 0; padding: 0; }

.algolia-Filters .ais-ClearRefinements-button { -webkit-appearance: none; -moz-appearance: none; display: inline-block; position: relative; cursor: pointer; padding: 1.125rem 0.9375rem; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5rem; letter-spacing: 0; text-align: center; text-decoration: none; background-color: transparent; color: #ababac; border: 0; border-radius: 0; }

.algolia-Filters .ais-ClearRefinements-button:hover, .algolia-Filters .ais-ClearRefinements-button:focus { outline: none; color: #242424; }

.algolia-Filters .ais-ClearRefinements-button--disabled { display: none; }

/* ===================================================== */
/* Algolia Product Grid */
/* ===================================================== */
.algolia-ProductGrid { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.algolia-ProductGridItem { position: relative; -webkit-flex: 0 1 calc(50% - 0.25rem); -ms-flex: 0 1 calc(50% - 0.25rem); flex: 0 1 calc(50% - 0.25rem); max-width: 40rem; padding: 0; }

.algolia-ProductGridItem-link { display: block; text-decoration: none; color: #242424; }

.algolia-ProductGridItem-link:hover, .algolia-ProductGridItem-link:focus { color: #242424; outline: none; }

.algolia-ProductGridItem-adContainer { display: block; position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 72.7272727%; }

.algolia-ProductGridItem-container { position: relative; }

.algolia-ProductGridItem-image { position: relative; border: 0.0625rem solid #efefef; background-color: #efefef; }

.algolia-ProductGridItem-link:focus .algolia-ProductGridItem-image { border-color: #bfbebe; }

.algolia-ProductGridItem-imagePlaceholder { display: block; position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 100%; background-size: contain; background-position: center; background-repeat: no-repeat; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition: opacity 500ms ease-in-out; -o-transition: opacity 500ms ease-in-out; transition: opacity 500ms ease-in-out; }

.algolia-ProductGridItem:hover .algolia-ProductGridItem-imagePlaceholder--first.has-secondImage { opacity: 0; }

.algolia-ProductGridItem-imagePlaceholder--second { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; background-size: cover; opacity: 0; }

.algolia-ProductGridItem-link:hover .algolia-ProductGridItem-imagePlaceholder--second { opacity: 1; }

.algolia-ProductGridItem-details { margin: 0.5rem 0 0 0.5rem; text-align: left; }

.algolia-ProductGridItem-title { margin: 0; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; font-size: 1rem; line-height: 1.5rem; letter-spacing: 0; text-transform: none; }

.algolia-ProductGridItem-titleTag { color: #efefef; }

.algolia-ProductGridItem-color { font-size: 0.75rem; text-transform: uppercase; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; color: #808080; }

.algolia-ProductGridItem-priceContainer { font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; font-weight: 400; line-height: 1.5rem; letter-spacing: 0; }

.algolia-ProductGridItem-compareAtPrice { margin-left: 0.3125rem; font-weight: 400; color: #bfbebe; }

.algolia-ProductGridItem-savings { margin-top: 0.5em; font-size: 0.75rem; line-height: 1.5; color: #252f4f; }

.algolia-ProductGridItem-badge { display: block; position: absolute; top: 0.625rem; left: 0.625rem; z-index: 5; padding: 0 0.5rem; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; line-height: 1.5rem; font-weight: 400; color: #fff; border-bottom-right-radius: 0.125rem; }

.algolia-ProductGridItem-badge--soldOut { background-color: #bfbebe; }

.algolia-ProductGridItem-badge--sale { background-color: #E5FF06; color: #242424; }

.algolia-ProductGridItem-badge--newArrival { background-color: #E5FF06; color: #242424; }

.algolia-ProductGridItem .stamped-badge-caption { display: none; }

/* ===================================================== */
/* Algolia Refinement List */
/* ===================================================== */
.algolia-RefinementList-header { padding: 1rem 0.3125rem 0.9375rem 0; position: relative; }

.algolia-RefinementList-header:after { content: ''; position: absolute; top: 1.125rem; right: 0.6875rem; width: 0.875rem; height: 0.875rem; overflow: hidden; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20640%20640%22%3E%20%3Cpath%20d=%22M557.376%20195.488c8.704-8.576%2022.688-8.576%2031.328%200s8.672%2022.432%200%2031.008l-253.056%20250.56c-8.64%208.576-22.624%208.576-31.328%200L51.264%20226.496a21.787%2021.787%200%200%201%200-31.008c8.672-8.576%2022.688-8.576%2031.328%200L320%20424l237.376-228.512z%22/%3E%20%3C/svg%3E"); -webkit-transition: -webkit-transform 0.8s; transition: -webkit-transform 0.8s; -o-transition: transform 0.8s; transition: transform 0.8s; transition: transform 0.8s, -webkit-transform 0.8s; }

.algolia-RefinementList-title { margin: 0; font-size: 0.875rem; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.5rem; }

.algolia-RefinementList-items { width: 100%; margin: 0; padding: 0 0.3125rem 0 0; list-style: none; white-space: nowrap; overflow: auto; }

.algolia-RefinementList-item { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; margin: 0 0 0.5rem 0; padding: 0; }

.algolia-RefinementList-itemCheckbox { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(100%); clip-path: inset(100%); height: 1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

.algolia-RefinementList-itemCheckboxLabel { -webkit-appearance: none; -moz-appearance: none; display: block; position: relative; cursor: pointer; margin: 0; padding: 0; font-family: "StagSans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.5rem; text-align: center; text-decoration: none; background-color: transparent; color: #242424; border-radius: 0; text-transform: none; }

.algolia-RefinementList-itemCheckboxLabel:before { content: ' '; display: inline-block; width: 0.75rem; height: 0.75rem; border: 0.0625rem solid #CED4DA; border-radius: 100%; margin-right: 0.5rem; }

.algolia-RefinementList-itemCheckbox:checked + .algolia-RefinementList-itemCheckboxLabel { font-weight: bold; }

.algolia-RefinementList-itemCheckbox:checked + .algolia-RefinementList-itemCheckboxLabel:before { background-color: #CED4DA; }

/* ===================================================== */
/* Algolia Search */
/* ===================================================== */
.algolia-Search { margin: 0 auto; }

.algolia-Search-container { max-width: 30.375rem; margin: 0 auto; padding: 0 0.5rem; }

.algolia-Search .ais-SearchBox-form { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }

.algolia-Search .ais-SearchBox-input { -webkit-flex: 0 1 26.4375rem; -ms-flex: 0 1 26.4375rem; flex: 0 1 26.4375rem; width: 100%; height: 2.5rem; padding: 0.625rem; padding-right: 2.6875rem; font-size: 1rem; background-color: #f5f5f5; border: none; border-radius: 0; -webkit-transition: border-color 200ms ease-in; -o-transition: border-color 200ms ease-in; transition: border-color 200ms ease-in; }

.algolia-Search .ais-SearchBox-input:focus { background-color: #f5f5f5; outline: none; }

.algolia-Search .ais-SearchBox-input::-webkit-input-placeholder { opacity: 0.4; }

.algolia-Search .ais-SearchBox-input:-ms-input-placeholder { opacity: 0.4; }

.algolia-Search .ais-SearchBox-input::-ms-input-placeholder { opacity: 0.4; }

.algolia-Search .ais-SearchBox-input::placeholder { opacity: 0.4; }

.algolia-Search .ais-SearchBox-submit { -webkit-flex: 0 0 2.6875rem; -ms-flex: 0 0 2.6875rem; flex: 0 0 2.6875rem; position: relative; height: 2.5rem; background-color: #f5f5f5; color: #bfbebe; border: none; cursor: pointer; }

.algolia-Search .ais-SearchBox-submit:hover, .algolia-Search .ais-SearchBox-submit:focus { background-color: #242424; }

.algolia-Search .ais-SearchBox-submitIcon { position: absolute; top: 30%; left: 30%; width: 40%; height: 40%; margin: 0; padding: 0; overflow: hidden; fill: #bfbebe; }

.algolia-Search .ais-SearchBox-reset { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: absolute; top: 0; right: 2.6875rem; cursor: pointer; width: 2.6875rem; height: 2.6875rem; background-color: transparent; border: 0.0625rem solid transparent; border-radius: 0; }

.algolia-Search .ais-SearchBox-reset:focus { outline: none; }

.algolia-Search .ais-SearchBox-resetIcon { position: absolute; top: 37.5%; left: 37.5%; width: 25%; height: 25%; margin: 0; padding: 0; overflow: hidden; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 250ms ease-in-out; transition: -webkit-transform 250ms ease-in-out; -o-transition: transform 250ms ease-in-out; transition: transform 250ms ease-in-out; transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }

.algolia-Search .ais-SearchBox-reset:focus .ais-SearchBox-resetIcon { -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); }

@media screen and (min-width: 40em) { /* MQPacker */
  .o-rte h1 { font-size: 1.75em; }
  .o-rte h2 { font-size: 1.5625em; }
  .o-rte h3 { font-size: 1.25em; }
  .giftcard-code { bottom: 3.125rem; }
  .giftcard-code-label { font-size: 1.625rem; }
  .giftcard-actions { padding: 1.875rem 1.25rem; }
  .algolia-Header-bannerPlaceholder { padding-bottom: 42.5531915%; }
  .algolia-ProductGridItem-adContainer { height: auto; min-height: 100%; } }

@media screen and (min-width: 50em) { /* MQPacker */ }

@media screen and (min-width: 64em) { /* MQPacker */
  @supports (display: grid) { .NarrowHeader { display: none; } }
  @supports (display: grid) { .WideHeader { display: block; } }
  @supports (display: grid) { .OfferBar-container { padding-left: 2rem; padding-right: 1.375rem; } }
  .algolia-Header-bannerPlaceholder { padding-bottom: 36.2318841%; }
  .algolia-Header-title { font-size: 4rem; } }

@media screen and (min-width: 75em) { /* MQPacker */
  .algolia-Main-sectionContainer { margin: 0.9375rem auto 0 auto; max-width: 58rem; }
  .algolia-Main-section { margin: 0.625rem 0; }
  .algolia-Filters { z-index: 10; top: 0; left: 0; padding-bottom: 0; }
  .algolia-Filters-header { margin-top: 1.5625rem; margin-bottom: 0.9375rem; padding: 0 0 0.625rem 0; border-bottom: none; }
  .algolia-Filters-title--show:after { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
  .algolia-Filters-drawer { left: 0; top: 2.375rem; position: absolute; background-color: rgba(255, 255, 255, 0.96); -webkit-box-shadow: 0 -0.0625rem 0 0 #CED4DA; box-shadow: 0 -0.0625rem 0 0 #CED4DA; -webkit-transition: max-height 0.3s ease-in-out; -o-transition: max-height 0.3s ease-in-out; transition: max-height 0.3s ease-in-out; }
  .algolia-Filters-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; padding-bottom: 0.625rem; }
  .algolia-ProductGrid { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .algolia-ProductGridItem { -webkit-flex: 0 1 13.75rem; -ms-flex: 0 1 13.75rem; flex: 0 1 13.75rem; margin: 0 1rem 0.8125rem 0; padding: 0; }
  .algolia-ProductGrid .algolia-ProductGridItem:nth-child(4n) { margin-right: 0; }
  .algolia-ProductGridItem-color { font-size: 0.9375rem; }
  .algolia-RefinementList { width: 25%; }
  .algolia-RefinementList-header { padding: 1rem 0.3125rem 0.5625rem 0.9375rem; }
  .algolia-RefinementList-header:after { display: none; }
  .algolia-RefinementList-items { margin: 0 -0.3125rem; padding: 0 0.3125rem 0 0.9375rem; white-space: normal; }
  .algolia-RefinementList-item { margin: 0 0 0.5rem 0.375rem; }
  .algolia-Search { padding-top: 1.4375rem; }
  .algolia-Search-container { padding: 0 0.9375rem; } }

@media screen and (min-width: 90em) { /* MQPacker */
  .algolia-Header-bannerPlaceholder { padding-bottom: 28.5714286%; } }

@media screen and (max-width: 63.99875em) { /* MQPacker */ }

@media print { /* MQ Packer */ }

@media screen and (max-width: 74.9375rem) { .algolia-Filters--fixed { z-index: 999999999; position: fixed; overflow: scroll; top: 0; left: 0; background-color: #fff; height: 100%; padding-bottom: 2.1875rem; -webkit-transform: translateX(-100%) translateZ(0); transform: translateX(-100%) translateZ(0); -webkit-animation: offcanvas 0.8s forwards; animation: offcanvas 0.8s forwards; }
  .algolia-Filters--fixed .ais-ClearRefinements { top: -3.125rem; }
  .algolia-Filters--fixed .algolia-Filters-drawer { -webkit-transition: max-height 0.3s ease-in-out; -o-transition: max-height 0.3s ease-in-out; transition: max-height 0.3s ease-in-out; }
  .algolia-Filters--fixed .algolia-Filters-drawer.is-expanded { overflow: visible; }
  .algolia-Filters--fixed .algolia-Filters-header { margin-bottom: 3rem; padding: 2.1875rem 1rem 0.8125rem 1rem; border-bottom: 0.0625rem solid #CED4DA; }
  .algolia-Filters--fixed .algolia-Filters-stats { top: 6.25rem; left: 0.9375rem; text-align: left; }
  .algolia-Filters--fixed .algolia-Filters-title { display: block; }
  .algolia-Filters--fixed .algolia-Filters-title:after { top: 0; right: 0; width: 1.125rem; height: 1.125rem; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBkPSJNMzIwIDI3NC43NTJMOTMuNzI4IDQ4LjQ4IDQ4LjQ4IDkzLjcyOCAyNzQuNzUyIDMyMCA0OC40OCA1NDYuMjcybDQ1LjI0OCA0NS4yNDhMMzIwIDM2NS4yNDggNTQ2LjI3MiA1OTEuNTJsNDUuMjQ4LTQ1LjI0OEwzNjUuMjQ4IDMyMCA1OTEuNTIgOTMuNzI4IDU0Ni4yNzIgNDguNDggMzIwIDI3NC43NTJ6Ii8+PC9zdmc+"); }
  .algolia-Filters--fixed .algolia-Filters-btn-close-container { display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .algolia-ProductGrid .algolia-ProductGridItem:nth-child(2n) { margin-right: 0; }
  .algolia-Filters--fixed .algolia-RefinementList { overflow: hidden; max-height: 3.5rem; -webkit-transition: max-height 0.8s; -o-transition: max-height 0.8s; transition: max-height 0.8s; will-change: max-height; margin: 0 0.9375rem; border-bottom: 0.0625rem solid #CED4DA; }
  .algolia-Filters--fixed .algolia-RefinementList.algolia-RefinementList--expanded { max-height: 187.5rem; padding-bottom: 0.9375rem; }
  .algolia-Filters--fixed .algolia-RefinementList.algolia-RefinementList--expanded .algolia-RefinementList-header { border-color: transparent; }
  .algolia-Filters--fixed .algolia-RefinementList.algolia-RefinementList--expanded .algolia-RefinementList-header:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
  .algolia-Filters--fixed .algolia-RefinementList.algolia-RefinementList--expanded .algolia-RefinementList-items { max-height: 62.4375rem; } }

#wi-proxy-link-button a {
  background-color: black;
}

#wi-country-selector-modal {
  font-family: "StagSans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;

}