@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Bootstrap v4.1.3 (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: #CF3339;
  --orange: #fd7e14;
  --yellow: #FFB526;
  --green: #7ED247;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #CF3339;
  --secondary: #6c757d;
  --success: #7ED247;
  --info: #17a2b8;
  --warning: #FFB526;
  --danger: #CF3339;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #CF3339;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #932327;
    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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.15rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  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: #FFFFFF; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #FFFFFF;
  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, .product-display .add-to-cart-form input[type="text"],
.product-display .add-to-cart-form input[type="number"] {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #181617;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #D4D4D4;
  border-radius: 0.2rem;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control, .product-display .add-to-cart-form input[type="text"],
    .product-display .add-to-cart-form input[type="number"] {
      transition: none; } }
  .form-control::-ms-expand, .product-display .add-to-cart-form input[type="text"]::-ms-expand,
  .product-display .add-to-cart-form input[type="number"]::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .product-display .add-to-cart-form input[type="text"]:focus,
  .product-display .add-to-cart-form input[type="number"]:focus {
    color: #181617;
    background-color: #FFFFFF;
    border-color: #e79a9d;
    outline: 0;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 0 0.2rem rgba(207, 51, 57, 0.25); }
  .form-control::placeholder, .product-display .add-to-cart-form input[type="text"]::placeholder,
  .product-display .add-to-cart-form input[type="number"]::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .product-display .add-to-cart-form input[type="text"]:disabled,
  .product-display .add-to-cart-form input[type="number"]:disabled, .form-control[readonly], .product-display .add-to-cart-form input[readonly][type="text"],
  .product-display .add-to-cart-form input[readonly][type="number"] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #181617;
  background-color: #FFFFFF; }

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    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: #7ED247; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(126, 210, 71, 0.9);
  border-radius: 0.2rem; }

.was-validated .form-control:valid, .was-validated .product-display .add-to-cart-form input[type="text"]:valid, .product-display .add-to-cart-form .was-validated input[type="text"]:valid,
.was-validated .product-display .add-to-cart-form input[type="number"]:valid,
.product-display .add-to-cart-form .was-validated input[type="number"]:valid, .form-control.is-valid, .product-display .add-to-cart-form input.is-valid[type="text"],
.product-display .add-to-cart-form input.is-valid[type="number"],
.was-validated .custom-select:valid,
.was-validated .product-display .add-to-cart-form select:valid,
.product-display .add-to-cart-form .was-validated select:valid,
.custom-select.is-valid,
.product-display .add-to-cart-form select.is-valid {
  border-color: #7ED247; }
  .was-validated .form-control:valid:focus, .was-validated .product-display .add-to-cart-form input[type="text"]:valid:focus, .product-display .add-to-cart-form .was-validated input[type="text"]:valid:focus,
  .was-validated .product-display .add-to-cart-form input[type="number"]:valid:focus,
  .product-display .add-to-cart-form .was-validated input[type="number"]:valid:focus, .form-control.is-valid:focus, .product-display .add-to-cart-form input.is-valid[type="text"]:focus,
  .product-display .add-to-cart-form input.is-valid[type="number"]:focus,
  .was-validated .custom-select:valid:focus,
  .was-validated .product-display .add-to-cart-form select:valid:focus,
  .product-display .add-to-cart-form .was-validated select:valid:focus,
  .custom-select.is-valid:focus,
  .product-display .add-to-cart-form select.is-valid:focus {
    border-color: #7ED247;
    box-shadow: 0 0 0 0.2rem rgba(126, 210, 71, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .product-display .add-to-cart-form input[type="text"]:valid ~ .valid-feedback, .product-display .add-to-cart-form .was-validated input[type="text"]:valid ~ .valid-feedback,
  .was-validated .product-display .add-to-cart-form input[type="number"]:valid ~ .valid-feedback,
  .product-display .add-to-cart-form .was-validated input[type="number"]:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .product-display .add-to-cart-form input[type="text"]:valid ~ .valid-tooltip,
  .product-display .add-to-cart-form .was-validated input[type="text"]:valid ~ .valid-tooltip,
  .was-validated .product-display .add-to-cart-form input[type="number"]:valid ~ .valid-tooltip,
  .product-display .add-to-cart-form .was-validated input[type="number"]:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .product-display .add-to-cart-form input.is-valid[type="text"] ~ .valid-feedback,
  .product-display .add-to-cart-form input.is-valid[type="number"] ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .product-display .add-to-cart-form input.is-valid[type="text"] ~ .valid-tooltip,
  .product-display .add-to-cart-form input.is-valid[type="number"] ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .product-display .add-to-cart-form select:valid ~ .valid-feedback,
  .product-display .add-to-cart-form .was-validated select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .was-validated .product-display .add-to-cart-form select:valid ~ .valid-tooltip,
  .product-display .add-to-cart-form .was-validated select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .product-display .add-to-cart-form select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip,
  .product-display .add-to-cart-form select.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #7ED247; }
.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, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid ~ .custom-control-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid ~ .custom-control-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:valid ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .custom-control-input:valid ~ label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid ~ label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:valid ~ label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:valid ~ label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .delivery-row .delivery-option-wrapper .form-check-input:valid ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .was-validated .form-check-input:valid ~ label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:valid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .custom-control-input:valid ~ .form-check-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:valid ~ .form-check-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:valid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .payment-container input:valid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid ~ .form-check-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid ~ .form-check-label, .custom-control-input.is-valid ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input.is-valid ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid ~ label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .is-valid.form-check-input ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .is-valid.form-check-input ~ label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input.is-valid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input.is-valid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input.is-valid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input ~ .form-check-label {
  color: #7ED247; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:valid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .custom-control-input:valid ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:valid ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:valid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .delivery-row .delivery-option-wrapper .form-check-input:valid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .was-validated .form-check-input:valid ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:valid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .custom-control-input:valid ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:valid ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:valid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .payment-container input:valid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid ~ .form-check-label::before, .custom-control-input.is-valid ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input.is-valid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .is-valid.form-check-input ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .is-valid.form-check-input ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input.is-valid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input.is-valid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input.is-valid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input ~ .form-check-label::before {
    background-color: #c6ebad; }
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid ~ .valid-feedback, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid ~ .valid-feedback, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid ~ .valid-feedback, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid ~ .valid-tooltip,
.checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid ~ .valid-tooltip,
.was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid ~ .valid-tooltip,
.checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid ~ .valid-feedback, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid ~ .valid-tooltip,
.checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid:checked ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid:checked ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:valid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .custom-control-input:valid:checked ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid:checked ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:valid:checked ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:valid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .delivery-row .delivery-option-wrapper .form-check-input:valid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .was-validated .form-check-input:valid:checked ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:valid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .custom-control-input:valid:checked ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:valid:checked ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:valid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .payment-container input:valid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid:checked ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid:checked ~ .form-check-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input.is-valid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .is-valid.form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .is-valid.form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input.is-valid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input.is-valid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input.is-valid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input:checked ~ .form-check-label::before {
  background-color: #9bdc70; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid:focus ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid:focus ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:valid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .custom-control-input:valid:focus ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:valid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid:focus ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:valid:focus ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:valid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .delivery-row .delivery-option-wrapper .form-check-input:valid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .was-validated .form-check-input:valid:focus ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:valid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .custom-control-input:valid:focus ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:valid:focus ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:valid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .payment-container input:valid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .was-validated input:valid:focus ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:valid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:valid:focus ~ .form-check-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input.is-valid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-valid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .is-valid.form-check-input:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .is-valid.form-check-input:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input.is-valid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input.is-valid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input.is-valid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-valid.form-check-input:focus ~ .form-check-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(126, 210, 71, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #7ED247; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    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(126, 210, 71, 0.25); }

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

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

.was-validated .form-control:invalid, .was-validated .product-display .add-to-cart-form input[type="text"]:invalid, .product-display .add-to-cart-form .was-validated input[type="text"]:invalid,
.was-validated .product-display .add-to-cart-form input[type="number"]:invalid,
.product-display .add-to-cart-form .was-validated input[type="number"]:invalid, .form-control.is-invalid, .product-display .add-to-cart-form input.is-invalid[type="text"],
.product-display .add-to-cart-form input.is-invalid[type="number"],
.was-validated .custom-select:invalid,
.was-validated .product-display .add-to-cart-form select:invalid,
.product-display .add-to-cart-form .was-validated select:invalid,
.custom-select.is-invalid,
.product-display .add-to-cart-form select.is-invalid {
  border-color: #CF3339; }
  .was-validated .form-control:invalid:focus, .was-validated .product-display .add-to-cart-form input[type="text"]:invalid:focus, .product-display .add-to-cart-form .was-validated input[type="text"]:invalid:focus,
  .was-validated .product-display .add-to-cart-form input[type="number"]:invalid:focus,
  .product-display .add-to-cart-form .was-validated input[type="number"]:invalid:focus, .form-control.is-invalid:focus, .product-display .add-to-cart-form input.is-invalid[type="text"]:focus,
  .product-display .add-to-cart-form input.is-invalid[type="number"]:focus,
  .was-validated .custom-select:invalid:focus,
  .was-validated .product-display .add-to-cart-form select:invalid:focus,
  .product-display .add-to-cart-form .was-validated select:invalid:focus,
  .custom-select.is-invalid:focus,
  .product-display .add-to-cart-form select.is-invalid:focus {
    border-color: #CF3339;
    box-shadow: 0 0 0 0.2rem rgba(207, 51, 57, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .product-display .add-to-cart-form input[type="text"]:invalid ~ .invalid-feedback, .product-display .add-to-cart-form .was-validated input[type="text"]:invalid ~ .invalid-feedback,
  .was-validated .product-display .add-to-cart-form input[type="number"]:invalid ~ .invalid-feedback,
  .product-display .add-to-cart-form .was-validated input[type="number"]:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .product-display .add-to-cart-form input[type="text"]:invalid ~ .invalid-tooltip,
  .product-display .add-to-cart-form .was-validated input[type="text"]:invalid ~ .invalid-tooltip,
  .was-validated .product-display .add-to-cart-form input[type="number"]:invalid ~ .invalid-tooltip,
  .product-display .add-to-cart-form .was-validated input[type="number"]:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .product-display .add-to-cart-form input.is-invalid[type="text"] ~ .invalid-feedback,
  .product-display .add-to-cart-form input.is-invalid[type="number"] ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .product-display .add-to-cart-form input.is-invalid[type="text"] ~ .invalid-tooltip,
  .product-display .add-to-cart-form input.is-invalid[type="number"] ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .product-display .add-to-cart-form select:invalid ~ .invalid-feedback,
  .product-display .add-to-cart-form .was-validated select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .was-validated .product-display .add-to-cart-form select:invalid ~ .invalid-tooltip,
  .product-display .add-to-cart-form .was-validated select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .product-display .add-to-cart-form select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip,
  .product-display .add-to-cart-form select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #CF3339; }
.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, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid ~ .custom-control-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid ~ .custom-control-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:invalid ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .custom-control-input:invalid ~ label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid ~ label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:invalid ~ label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:invalid ~ label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .delivery-row .delivery-option-wrapper .form-check-input:invalid ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .was-validated .form-check-input:invalid ~ label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:invalid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .custom-control-input:invalid ~ .form-check-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:invalid ~ .form-check-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:invalid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .payment-container input:invalid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid ~ .form-check-label, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid ~ .form-check-label, .custom-control-input.is-invalid ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input.is-invalid ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid ~ label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .is-invalid.form-check-input ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .is-invalid.form-check-input ~ label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input.is-invalid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input.is-invalid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input.is-invalid ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input ~ .form-check-label {
  color: #CF3339; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:invalid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .custom-control-input:invalid ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:invalid ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:invalid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .delivery-row .delivery-option-wrapper .form-check-input:invalid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .was-validated .form-check-input:invalid ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:invalid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .custom-control-input:invalid ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:invalid ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:invalid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .payment-container input:invalid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid ~ .form-check-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input.is-invalid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .is-invalid.form-check-input ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .is-invalid.form-check-input ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input.is-invalid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input.is-invalid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input.is-invalid ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input ~ .form-check-label::before {
    background-color: #e79a9d; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid ~ .invalid-feedback, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid ~ .invalid-feedback, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid ~ .invalid-feedback, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid ~ .invalid-tooltip,
.checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid ~ .invalid-tooltip,
.checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid ~ .invalid-feedback, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid ~ .invalid-tooltip,
.checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid:checked ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid:checked ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:invalid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .custom-control-input:invalid:checked ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid:checked ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:invalid:checked ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:invalid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .delivery-row .delivery-option-wrapper .form-check-input:invalid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .was-validated .form-check-input:invalid:checked ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:invalid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .custom-control-input:invalid:checked ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:invalid:checked ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:invalid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .payment-container input:invalid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid:checked ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid:checked ~ .form-check-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input.is-invalid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .is-invalid.form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .is-invalid.form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input.is-invalid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input.is-invalid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input.is-invalid:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input:checked ~ .form-check-label::before {
  background-color: #d95c61; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid:focus ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid:focus ~ .custom-control-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:invalid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .custom-control-input:invalid:focus ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:invalid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid:focus ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:invalid:focus ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:invalid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .delivery-row .delivery-option-wrapper .form-check-input:invalid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .was-validated .form-check-input:invalid:focus ~ label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:invalid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .custom-control-input:invalid:focus ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:invalid:focus ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:invalid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .was-validated .payment-container input:invalid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .was-validated input:invalid:focus ~ .form-check-label::before, .was-validated .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:invalid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .was-validated .form-check-input:invalid:focus ~ .form-check-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input.is-invalid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input.is-invalid:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .is-invalid.form-check-input:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .is-invalid.form-check-input:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input.is-invalid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input.is-invalid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input.is-invalid:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .is-invalid.form-check-input:focus ~ .form-check-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(207, 51, 57, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #CF3339; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    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(207, 51, 57, 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, .form-inline .product-display .add-to-cart-form input[type="text"], .product-display .add-to-cart-form .form-inline input[type="text"],
    .form-inline .product-display .add-to-cart-form input[type="number"],
    .product-display .add-to-cart-form .form-inline input[type="number"] {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select,
    .form-inline .product-display .add-to-cart-form select,
    .product-display .add-to-cart-form .form-inline select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control, .form-inline .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .form-inline .delivery-option-wrapper, .form-inline .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-inline .delivery-row > div {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label, .form-inline .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .form-inline label, .form-inline .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-inline .form-check-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.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(207, 51, 57, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 51, 57, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

.btn-primary {
  color: #FFFFFF;
  background-color: #CF3339;
  border-color: #CF3339;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #b22a2f;
    border-color: #a8272c; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(207, 51, 57, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #CF3339;
    border-color: #CF3339; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #a8272c;
    border-color: #9d252a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(207, 51, 57, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #212529;
  background-color: #7ED247;
  border-color: #7ED247;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #212529;
    background-color: #6ac330;
    border-color: #64b92d; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(126, 210, 71, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #7ED247;
    border-color: #7ED247; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #64b92d;
    border-color: #5faf2b; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(126, 210, 71, 0.5); }

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #FFB526;
  border-color: #FFB526;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #212529;
    background-color: #ffa800;
    border-color: #f29f00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 181, 38, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FFB526;
    border-color: #FFB526; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f29f00;
    border-color: #e59700; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 181, 38, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #CF3339;
  border-color: #CF3339;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #b22a2f;
    border-color: #a8272c; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(207, 51, 57, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #CF3339;
    border-color: #CF3339; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #a8272c;
    border-color: #9d252a; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(207, 51, 57, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

.btn-outline-primary {
  color: #CF3339;
  background-color: transparent;
  background-image: none;
  border-color: #CF3339; }
  .btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #CF3339;
    border-color: #CF3339; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 51, 57, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #CF3339;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #CF3339;
    border-color: #CF3339; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(207, 51, 57, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #7ED247;
  background-color: transparent;
  background-image: none;
  border-color: #7ED247; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #7ED247;
    border-color: #7ED247; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 210, 71, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #7ED247;
    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: #212529;
    background-color: #7ED247;
    border-color: #7ED247; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(126, 210, 71, 0.5); }

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

.btn-outline-warning {
  color: #FFB526;
  background-color: transparent;
  background-image: none;
  border-color: #FFB526; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #FFB526;
    border-color: #FFB526; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 181, 38, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFB526;
    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: #FFB526;
    border-color: #FFB526; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 181, 38, 0.5); }

.btn-outline-danger {
  color: #CF3339;
  background-color: transparent;
  background-image: none;
  border-color: #CF3339; }
  .btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #CF3339;
    border-color: #CF3339; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 51, 57, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #CF3339;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #CF3339;
    border-color: #CF3339; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(207, 51, 57, 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #CF3339;
  background-color: transparent; }
  .btn-link:hover {
    color: #932327;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .product-display .add-to-cart-form .btn-primary, .checkout-edit .single-page-container .checkout-continue .btn-primary {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

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

.btn-block, .product-display .add-to-cart-form .btn-primary, .checkout-edit .single-page-container .checkout-continue .btn-primary {
  display: block;
  width: 100%; }
  .btn-block + .btn-block, .product-display .add-to-cart-form .btn-primary + .btn-block, .checkout-edit .single-page-container .checkout-continue .btn-primary + .btn-block, .product-display .add-to-cart-form .btn-block + .btn-primary, .product-display .add-to-cart-form .btn-primary + .btn-primary, .checkout-edit .single-page-container .checkout-continue .btn-block + .btn-primary, .checkout-edit .single-page-container .checkout-continue .btn-primary + .btn-primary {
    margin-top: 0.5rem; }

input[type="submit"].btn-block, .product-display .add-to-cart-form input[type="submit"].btn-primary, .checkout-edit .single-page-container .checkout-continue input[type="submit"].btn-primary,
input[type="reset"].btn-block,
.product-display .add-to-cart-form input[type="reset"].btn-primary,
.checkout-edit .single-page-container .checkout-continue input[type="reset"].btn-primary,
input[type="button"].btn-block,
.product-display .add-to-cart-form input[type="button"].btn-primary,
.checkout-edit .single-page-container .checkout-continue input[type="button"].btn-primary {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .product-display .add-to-cart-form .btn-primary + .dropdown-toggle-split, .checkout-edit .single-page-container .checkout-continue .btn-primary + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

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

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

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

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .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: #181617;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #D4D4D4;
  border-radius: 0.2rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control, .product-display .add-to-cart-form .input-group-lg > input[type="text"],
.product-display .add-to-cart-form .input-group-lg > input[type="number"],
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.input-group-sm > .form-control, .product-display .add-to-cart-form .input-group-sm > input[type="text"],
.product-display .add-to-cart-form .input-group-sm > input[type="number"],
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem; }

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

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

.custom-control, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

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

.custom-control-input, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .form-check-label::before {
    color: #CF3339;
    background-color: #FFFFFF;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:focus ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:focus ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:focus ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:focus ~ .form-check-label::before {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(207, 51, 57, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:active ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:active ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:active ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:active ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:active ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:active ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:active ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:active ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:active ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:active ~ .form-check-label::before {
    color: #CF3339;
    background-color: #f1c4c5;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled ~ .custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:disabled ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled ~ label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:disabled ~ label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:disabled ~ label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:disabled ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:disabled ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:disabled ~ .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:disabled ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:disabled ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:disabled ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:disabled ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:disabled ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:disabled ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled ~ .form-check-label::before {
      background-color: #e9ecef; }

.custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-label::before {
  border-radius: 0.2rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:checked ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:checked ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .custom-control-input:checked ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:checked ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-checkbox .form-check-input:checked ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .custom-control-input:checked ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:checked ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .payment-container input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:checked ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:checked ~ .form-check-label::before {
  background-color: #FFFFFF; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:checked ~ .custom-control-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:checked ~ .custom-control-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .custom-control-input:checked ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:checked ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-checkbox .form-check-input:checked ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .custom-control-input:checked ~ .form-check-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:checked ~ .form-check-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .payment-container input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:checked ~ .form-check-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:checked ~ .form-check-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='%23CF3339' 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, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:indeterminate ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:indeterminate ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:indeterminate ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:indeterminate ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .custom-control-input:indeterminate ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:indeterminate ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:indeterminate ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:indeterminate ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:indeterminate ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .delivery-row .delivery-option-wrapper .form-check-input:indeterminate ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-checkbox .form-check-input:indeterminate ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:indeterminate ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .custom-control-input:indeterminate ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:indeterminate ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:indeterminate ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .payment-container input:indeterminate ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:indeterminate ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:indeterminate ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:indeterminate ~ .form-check-label::before {
  background-color: #CF3339;
  box-shadow: none; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:indeterminate ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:indeterminate ~ .custom-control-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:indeterminate ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:indeterminate ~ .custom-control-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:indeterminate ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .custom-control-input:indeterminate ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:indeterminate ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:indeterminate ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:indeterminate ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:indeterminate ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .delivery-row .delivery-option-wrapper .form-check-input:indeterminate ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-checkbox .form-check-input:indeterminate ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:indeterminate ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .custom-control-input:indeterminate ~ .form-check-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:indeterminate ~ .form-check-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:indeterminate ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .payment-container input:indeterminate ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:indeterminate ~ .form-check-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:indeterminate ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:indeterminate ~ .form-check-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='%23CF3339' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .custom-control-input:disabled:checked ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:disabled:checked ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:disabled:checked ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .delivery-row .delivery-option-wrapper .form-check-input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-checkbox .form-check-input:disabled:checked ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .custom-control-input:disabled:checked ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:disabled:checked ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .payment-container input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:disabled:checked ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:disabled:checked ~ .form-check-label::before {
  background-color: rgba(207, 51, 57, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled:indeterminate ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled:indeterminate ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:disabled:indeterminate ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .custom-control-input:disabled:indeterminate ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled:indeterminate ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:disabled:indeterminate ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:disabled:indeterminate ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:disabled:indeterminate ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .delivery-row .delivery-option-wrapper .form-check-input:disabled:indeterminate ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-checkbox .form-check-input:disabled:indeterminate ~ label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:disabled:indeterminate ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .custom-control-input:disabled:indeterminate ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:disabled:indeterminate ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:disabled:indeterminate ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .payment-container input:disabled:indeterminate ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:disabled:indeterminate ~ .form-check-label::before, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled:indeterminate ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:disabled:indeterminate ~ .form-check-label::before {
  background-color: rgba(207, 51, 57, 0.5); }

.custom-radio .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label::before, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .form-check-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .custom-control-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ .custom-control-label::before, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .form-check-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .form-check-input:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio .custom-control-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-radio .form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::before, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .custom-control-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-control-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .custom-control-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-radio input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:checked ~ .form-check-label::before, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .form-check-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .form-check-input:checked ~ .form-check-label::before {
  background-color: #FFFFFF; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .custom-control-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ .custom-control-label::after, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio .custom-control-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-radio .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::after, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-radio input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:checked ~ .form-check-label::after, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .form-check-input:checked ~ .form-check-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='%23CF3339'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .custom-control-input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled:checked ~ .custom-control-label::before, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .form-check-input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .form-check-input:disabled:checked ~ .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio .custom-control-input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-radio .form-check-input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:disabled:checked ~ label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:disabled:checked ~ label::before, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .custom-control-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-control-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-control-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .custom-control-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-radio input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:disabled:checked ~ .form-check-label::before, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .form-check-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:disabled:checked ~ .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .form-check-input:disabled:checked ~ .form-check-label::before {
  background-color: rgba(207, 51, 57, 0.5); }

.custom-select, .product-display .add-to-cart-form 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: #181617;
  vertical-align: middle;
  background: #FFFFFF 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 transparent;
  border-radius: 0.2rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  appearance: none; }
  .custom-select:focus, .product-display .add-to-cart-form select:focus {
    border-color: #e79a9d;
    outline: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 0 0.2rem rgba(231, 154, 157, 0.5); }
    .custom-select:focus::-ms-value, .product-display .add-to-cart-form select:focus::-ms-value {
      color: #181617;
      background-color: #FFFFFF; }
  .custom-select[multiple], .product-display .add-to-cart-form select[multiple], .custom-select[size]:not([size="1"]), .product-display .add-to-cart-form select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled, .product-display .add-to-cart-form select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand, .product-display .add-to-cart-form select::-ms-expand {
    opacity: 0; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #e79a9d;
    box-shadow: 0 0 0 0.2rem rgba(207, 51, 57, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #e79a9d; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .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: #181617;
  background-color: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 0.2rem;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #181617;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #D4D4D4;
    border-radius: 0 0.2rem 0.2rem 0; }

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

.custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::before,
.custom-file-label,
.custom-select,
.product-display .add-to-cart-form select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::before,
    .custom-file-label,
    .custom-select,
    .product-display .add-to-cart-form select {
      transition: none; } }

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem; }
    .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: #FFFFFF;
    border-color: #dee2e6 #dee2e6 #FFFFFF; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.2rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #CF3339;
  background-color: #CF3339; }

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #FFFFFF; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #FFFFFF; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;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: #FFFFFF; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFFFFF; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.2rem; }

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #CF3339;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #932327;
    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(207, 51, 57, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

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

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

.badge-primary {
  color: #FFFFFF;
  background-color: #CF3339; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #a8272c; }

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

.badge-success {
  color: #212529;
  background-color: #7ED247; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #64b92d; }

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

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

.badge-danger {
  color: #FFFFFF;
  background-color: #CF3339; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #a8272c; }

.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: #FFFFFF;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #1d2124; }

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

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

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

.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: #6c1b1e;
  background-color: #f5d6d7;
  border-color: #f2c6c8; }
  .alert-primary hr {
    border-top-color: #edb1b4; }
  .alert-primary .alert-link {
    color: #431113; }

.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: #426d25;
  background-color: #e5f6da;
  border-color: #dbf2cb; }
  .alert-success hr {
    border-top-color: #cdedb7; }
  .alert-success .alert-link {
    color: #2b4718; }

.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: #855e14;
  background-color: #fff0d4;
  border-color: #ffeac2; }
  .alert-warning hr {
    border-top-color: #ffe1a9; }
  .alert-warning .alert-link {
    color: #593f0d; }

.alert-danger {
  color: #6c1b1e;
  background-color: #f5d6d7;
  border-color: #f2c6c8; }
  .alert-danger hr {
    border-top-color: #edb1b4; }
  .alert-danger .alert-link {
    color: #431113; }

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.2rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

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

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

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

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

.media-body {
  flex: 1; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .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: #FFFFFF; }
  .list-group-item.active {
    z-index: 2;
    color: #CF3339;
    background-color: #CF3339;
    border-color: #CF3339; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #6c1b1e;
  background-color: #f2c6c8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #6c1b1e;
    background-color: #edb1b4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #6c1b1e;
    border-color: #6c1b1e; }

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

.list-group-item-success {
  color: #426d25;
  background-color: #dbf2cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #426d25;
    background-color: #cdedb7; }
  .list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #426d25;
    border-color: #426d25; }

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

.list-group-item-warning {
  color: #855e14;
  background-color: #ffeac2; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #855e14;
    background-color: #ffe1a9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #855e14;
    border-color: #855e14; }

.list-group-item-danger {
  color: #6c1b1e;
  background-color: #f2c6c8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6c1b1e;
    background-color: #edb1b4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #6c1b1e;
    border-color: #6c1b1e; }

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

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

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

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
  .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-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #FFFFFF;
    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='%23FFFFFF' 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='%23FFFFFF' 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;
    cursor: pointer;
    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: #FFFFFF; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  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: #CF3339 !important; }

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #64b92d !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: #FFB526 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #7ED247 !important; }

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

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

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

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

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

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !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.8571428571%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

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

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

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

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

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

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

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

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #FFFFFF !important; }

.text-primary {
  color: #CF3339 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #a8272c !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #7ED247 !important; }

a.text-success:hover, a.text-success:focus {
  color: #64b92d !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #FFB526 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #f29f00 !important; }

.text-danger {
  color: #CF3339 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a8272c !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFFFFF !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
#stamped-main-widget, #stamped-main-widget:after, .stamped-badge, .stamped-badge:after, .stamped-container:after, .stamped-content, .stamped-form-actions:after, .stamped-form-contact-email:after, .stamped-form-contact-location:after, .stamped-form-contact-name:after, .stamped-form-contact:after, .stamped-form-review-body:after, .stamped-form-review-rating, .stamped-form-review-rating:after, .stamped-form-review-title:after, .stamped-form-review:after, .stamped-header-title:after, .stamped-header:after, .stamped-loading:after, .stamped-review, .stamped-review-header-title, .stamped-summary:after {
  clear: both; }

.stamped-review-vote a.disable-link, .stamped-ugc-modal {
  pointer-events: none; }

@font-face {
  font-family: stamped-font;
  src: url(https://cdn-stamped-io.azureedge.net/fonts/stamped-font.eot?rkevfi);
  src: url(https://cdn-stamped-io.azureedge.net/fonts/stamped-font.eot?rkevfi#iefix) format("embedded-opentype"), url(https://cdn-stamped-io.azureedge.net/fonts/stamped-font.ttf?rkevfi) format("truetype"), url(https://cdn-stamped-io.azureedge.net/fonts/stamped-font.woff?rkevfi) format("woff"), url(https://cdn-stamped-io.azureedge.net/fonts/stamped-font.svg?rkevfi#stamped-font) format("svg");
  font-weight: 400;
  font-style: normal; }
.stamped-product-reviews-badge .fa, .stamped-product-reviews-badge .stamped-fa, #stamped-main-widget .fa, #stamped-main-widget .stamped-fa {
  display: inline-block;
  font-style: normal; }
.stamped-product-reviews-badge [class*=" fa-"]:before, .stamped-product-reviews-badge [class*=" stamped-fa-"]:before, .stamped-product-reviews-badge [class*=" stamped-icon-"]:before, .stamped-product-reviews-badge [class^=fa-]:before, .stamped-product-reviews-badge [class^=stamped-fa-]:before, .stamped-product-reviews-badge [class^=stamped-icon-]:before, #stamped-main-widget [class*=" fa-"]:before, #stamped-main-widget [class*=" stamped-fa-"]:before, #stamped-main-widget [class*=" stamped-icon-"]:before, #stamped-main-widget [class^=fa-]:before, #stamped-main-widget [class^=stamped-fa-]:before, #stamped-main-widget [class^=stamped-icon-]:before {
  font-family: stamped-font,FontAwesome,"Font Awesome 5 Pro","Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em; }
.stamped-product-reviews-badge .fa-star:before, .stamped-product-reviews-badge .stamped-fa-star:before, #stamped-main-widget .fa-star:before, #stamped-main-widget .stamped-fa-star:before {
  content: '\f005'; }
.stamped-product-reviews-badge .fa-check-circle:before, .stamped-product-reviews-badge .stamped-fa-check-circle:before, #stamped-main-widget .fa-check-circle:before, #stamped-main-widget .stamped-fa-check-circle:before {
  content: '\e801'; }
.stamped-product-reviews-badge .fa-check-circle-o:before, .stamped-product-reviews-badge .stamped-fa-check-circle-o:before, #stamped-main-widget .fa-check-circle-o:before, #stamped-main-widget .stamped-fa-check-circle-o:before {
  content: '\f05d'; }
.stamped-product-reviews-badge .fa-edit:before, .stamped-product-reviews-badge .stamped-fa-edit:before, #stamped-main-widget .fa-edit:before, #stamped-main-widget .stamped-fa-edit:before {
  content: '\e803'; }
.stamped-product-reviews-badge .fa-star-o:before, .stamped-product-reviews-badge .stamped-fa-star-o:before, #stamped-main-widget .fa-star-o:before, #stamped-main-widget .stamped-fa-star-o:before {
  content: '\f006'; }
.stamped-product-reviews-badge .fa-camera:before, .stamped-product-reviews-badge .stamped-fa-camera:before, #stamped-main-widget .fa-camera:before, #stamped-main-widget .stamped-fa-camera:before {
  content: '\e805'; }
.stamped-product-reviews-badge .fa-comment:before, .stamped-product-reviews-badge .stamped-fa-comment:before, #stamped-main-widget .fa-comment:before, #stamped-main-widget .stamped-fa-comment:before {
  content: '\e809'; }
.stamped-product-reviews-badge .fa-instagram:before, .stamped-product-reviews-badge .stamped-fa-instagram:before, #stamped-main-widget .fa-instagram:before, #stamped-main-widget .stamped-fa-instagram:before {
  content: '\f16d'; }
.stamped-product-reviews-badge .fa-videocam:before, .stamped-product-reviews-badge .stamped-fa-videocam:before, #stamped-main-widget .fa-videocam:before, #stamped-main-widget .stamped-fa-videocam:before {
  content: '\e806'; }
.stamped-product-reviews-badge .fa-search:before, .stamped-product-reviews-badge .stamped-fa-search:before, #stamped-main-widget .fa-search:before, #stamped-main-widget .stamped-fa-search:before {
  content: "\e900"; }
.stamped-product-reviews-badge .fa-thumbs-up-o:before, .stamped-product-reviews-badge .stamped-fa-thumbs-up-o:before, #stamped-main-widget .fa-thumbs-up-o:before, #stamped-main-widget .stamped-fa-thumbs-up-o:before {
  content: '\e807'; }
.stamped-product-reviews-badge .fa-thumbs-down-o:before, .stamped-product-reviews-badge .stamped-fa-thumbs-down-o:before, #stamped-main-widget .fa-thumbs-down-o:before, #stamped-main-widget .stamped-fa-thumbs-down-o:before {
  content: '\e808'; }
.stamped-product-reviews-badge .fa-twitter:before, .stamped-product-reviews-badge .stamped-fa-twitter:before, #stamped-main-widget .fa-twitter:before, #stamped-main-widget .stamped-fa-twitter:before {
  content: '\f099'; }
.stamped-product-reviews-badge .fa-facebook:before, .stamped-product-reviews-badge .stamped-fa-facebook:before, #stamped-main-widget .fa-facebook:before, #stamped-main-widget .stamped-fa-facebook:before {
  content: '\f09a'; }
.stamped-product-reviews-badge .fa-gplus:before, .stamped-product-reviews-badge .stamped-fa-gplus:before, #stamped-main-widget .fa-gplus:before, #stamped-main-widget .stamped-fa-gplus:before {
  content: '\f0d5'; }
.stamped-product-reviews-badge .fa-chat-empty:before, .stamped-product-reviews-badge .stamped-fa-chat-empty:before, #stamped-main-widget .fa-chat-empty:before, #stamped-main-widget .stamped-fa-chat-empty:before {
  content: '\f0e6'; }
.stamped-product-reviews-badge .fa-angle-left:before, .stamped-product-reviews-badge .stamped-fa-angle-left:before, #stamped-main-widget .fa-angle-left:before, #stamped-main-widget .stamped-fa-angle-left:before {
  content: '\f104'; }
.stamped-product-reviews-badge .fa-angle-right:before, .stamped-product-reviews-badge .stamped-fa-angle-right:before, #stamped-main-widget .fa-angle-right:before, #stamped-main-widget .stamped-fa-angle-right:before {
  content: '\f105'; }
.stamped-product-reviews-badge .fa-spinner:before, .stamped-product-reviews-badge .stamped-fa-spinner:before, #stamped-main-widget .fa-spinner:before, #stamped-main-widget .stamped-fa-spinner:before {
  content: '\f110'; }
.stamped-product-reviews-badge .fa-smile-o:before, .stamped-product-reviews-badge .stamped-fa-smile-o:before, #stamped-main-widget .fa-smile-o:before, #stamped-main-widget .stamped-fa-smile-o:before {
  content: '\f118'; }
.stamped-product-reviews-badge .fa-frown-o:before, .stamped-product-reviews-badge .stamped-fa-frown-o:before, #stamped-main-widget .fa-frown-o:before, #stamped-main-widget .stamped-fa-frown-o:before {
  content: '\f119'; }
.stamped-product-reviews-badge .fa-meh-o:before, .stamped-product-reviews-badge .stamped-fa-meh-o:before, #stamped-main-widget .fa-meh-o:before, #stamped-main-widget .stamped-fa-meh-o:before {
  content: '\f11a'; }
.stamped-product-reviews-badge .fa-star-half-o:before, .stamped-product-reviews-badge .stamped-fa-star-half-o:before, #stamped-main-widget .fa-star-half-o:before, #stamped-main-widget .stamped-fa-star-half-o:before {
  content: '\f123'; }
.stamped-product-reviews-badge .fa-thumbs-up:before, .stamped-product-reviews-badge .stamped-fa-thumbs-up:before, #stamped-main-widget .fa-thumbs-up:before, #stamped-main-widget .stamped-fa-thumbs-up:before {
  content: '\f164'; }
.stamped-product-reviews-badge .fa-thumbs-down:before, .stamped-product-reviews-badge .stamped-fa-thumbs-down:before, #stamped-main-widget .fa-thumbs-down:before, #stamped-main-widget .stamped-fa-thumbs-down:before {
  content: '\f165'; }
.stamped-product-reviews-badge .fa-share-alt:before, .stamped-product-reviews-badge .stamped-fa-share-alt:before, #stamped-main-widget .fa-share-alt:before, #stamped-main-widget .stamped-fa-share-alt:before {
  content: '\f1e0'; }
.stamped-product-reviews-badge .fa-facebook-official:before, .stamped-product-reviews-badge .stamped-fa-facebook-official:before, #stamped-main-widget .fa-facebook-official:before, #stamped-main-widget .stamped-fa-facebook-official:before {
  content: '\f230'; }
.stamped-product-reviews-badge .fa-right-dir:before, #stamped-main-widget .fa-right-dir:before {
  content: "\e802"; }
.stamped-product-reviews-badge .fa-left-dir:before, #stamped-main-widget .fa-left-dir:before {
  content: "\e800"; }
.stamped-product-reviews-badge .fa-verified-user:before, #stamped-main-widget .fa-verified-user:before {
  content: "\e904"; }
.stamped-product-reviews-badge .fa-favorite_border:before, #stamped-main-widget .fa-favorite_border:before {
  content: "\e909"; }
.stamped-product-reviews-badge .fa-stars:before, #stamped-main-widget .fa-stars:before {
  content: "\e90a"; }
.stamped-product-reviews-badge .fa-favorite:before, #stamped-main-widget .fa-favorite:before {
  content: "\e90c"; }
.stamped-product-reviews-badge .stamped-container, #stamped-main-widget .stamped-container {
  font-family: 'Open Sans',Verdana,sans-serif;
  text-align: left; }
.stamped-product-reviews-badge .stamped-style-borderless .stamped-container, #stamped-main-widget .stamped-style-borderless .stamped-container {
  border: none !important; }
.stamped-product-reviews-badge .stamped-container:after, .stamped-product-reviews-badge .stamped-container:before, .stamped-product-reviews-badge .stamped-header-title:after, .stamped-product-reviews-badge .stamped-header-title:before, .stamped-product-reviews-badge .stamped-header:after, .stamped-product-reviews-badge .stamped-header:before, .stamped-product-reviews-badge .stamped-loading:after, .stamped-product-reviews-badge .stamped-loading:before, #stamped-main-widget .stamped-container:after, #stamped-main-widget .stamped-container:before, #stamped-main-widget .stamped-header-title:after, #stamped-main-widget .stamped-header-title:before, #stamped-main-widget .stamped-header:after, #stamped-main-widget .stamped-header:before, #stamped-main-widget .stamped-loading:after, #stamped-main-widget .stamped-loading:before {
  content: " ";
  display: table; }
.stamped-product-reviews-badge .fa-star, .stamped-product-reviews-badge .fa-star-checked, .stamped-product-reviews-badge .fa-star-half-o, .stamped-product-reviews-badge .fa-star-o, .stamped-product-reviews-badge .stamped-fa-star, .stamped-product-reviews-badge .stamped-fa-star-checked, .stamped-product-reviews-badge .stamped-fa-star-half-o, .stamped-product-reviews-badge .stamped-fa-star-o, #stamped-main-widget .fa-star, #stamped-main-widget .fa-star-checked, #stamped-main-widget .fa-star-half-o, #stamped-main-widget .fa-star-o, #stamped-main-widget .stamped-fa-star, #stamped-main-widget .stamped-fa-star-checked, #stamped-main-widget .stamped-fa-star-half-o, #stamped-main-widget .stamped-fa-star-o {
  color: #ffd200;
  padding: 0; }
.stamped-product-reviews-badge .fa-star-half-o:before, .stamped-product-reviews-badge .fa-star-o:before, .stamped-product-reviews-badge .fa-star:before, .stamped-product-reviews-badge .stamped-fa-star-half-o:before, .stamped-product-reviews-badge .stamped-fa-star-o:before, .stamped-product-reviews-badge .stamped-fa-star:before, #stamped-main-widget .fa-star-half-o:before, #stamped-main-widget .fa-star-o:before, #stamped-main-widget .fa-star:before, #stamped-main-widget .stamped-fa-star-half-o:before, #stamped-main-widget .stamped-fa-star-o:before, #stamped-main-widget .stamped-fa-star:before {
  font-size: 18px;
  margin-right: -1px; }
.stamped-product-reviews-badge .stamped-form-review-rating .fa-star-half-o:before, .stamped-product-reviews-badge .stamped-form-review-rating .fa-star-o:before, .stamped-product-reviews-badge .stamped-form-review-rating .fa-star:before, .stamped-product-reviews-badge .stamped-form-review-rating .stamped-fa-star-half-o:before, .stamped-product-reviews-badge .stamped-form-review-rating .stamped-fa-star-o:before, .stamped-product-reviews-badge .stamped-form-review-rating .stamped-fa-star:before, #stamped-main-widget .stamped-form-review-rating .fa-star-half-o:before, #stamped-main-widget .stamped-form-review-rating .fa-star-o:before, #stamped-main-widget .stamped-form-review-rating .fa-star:before, #stamped-main-widget .stamped-form-review-rating .stamped-fa-star-half-o:before, #stamped-main-widget .stamped-form-review-rating .stamped-fa-star-o:before, #stamped-main-widget .stamped-form-review-rating .stamped-fa-star:before {
  font-size: 23px; }
.stamped-product-reviews-badge .fa-check-circle-o, .stamped-product-reviews-badge .fa-share-alt, .stamped-product-reviews-badge .fa-thumbs-down, .stamped-product-reviews-badge .fa-thumbs-up, .stamped-product-reviews-badge .stamped-fa-check-circle-o, .stamped-product-reviews-badge .stamped-fa-share-alt, .stamped-product-reviews-badge .stamped-fa-thumbs-down, .stamped-product-reviews-badge .stamped-fa-thumbs-up, #stamped-main-widget .fa-check-circle-o, #stamped-main-widget .fa-share-alt, #stamped-main-widget .fa-thumbs-down, #stamped-main-widget .fa-thumbs-up, #stamped-main-widget .stamped-fa-check-circle-o, #stamped-main-widget .stamped-fa-share-alt, #stamped-main-widget .stamped-fa-thumbs-down, #stamped-main-widget .stamped-fa-thumbs-up {
  color: #000;
  padding: 0; }
.stamped-product-reviews-badge .fa-check-circle-o:before, .stamped-product-reviews-badge .fa-share-alt:before, .stamped-product-reviews-badge .fa-thumbs-down:before, .stamped-product-reviews-badge .fa-thumbs-up:before, .stamped-product-reviews-badge .stamped-fa-check-circle-o:before, .stamped-product-reviews-badge .stamped-fa-share-alt:before, .stamped-product-reviews-badge .stamped-fa-thumbs-down:before, .stamped-product-reviews-badge .stamped-fa-thumbs-up:before, #stamped-main-widget .fa-check-circle-o:before, #stamped-main-widget .fa-share-alt:before, #stamped-main-widget .fa-thumbs-down:before, #stamped-main-widget .fa-thumbs-up:before, #stamped-main-widget .stamped-fa-check-circle-o:before, #stamped-main-widget .stamped-fa-share-alt:before, #stamped-main-widget .stamped-fa-thumbs-down:before, #stamped-main-widget .stamped-fa-thumbs-up:before {
  font-size: 12px; }
.stamped-product-reviews-badge a.stamped-thumbs-up, #stamped-main-widget a.stamped-thumbs-up {
  margin-left: 10px; }
.stamped-product-reviews-badge .fa-star-checked:before, .stamped-product-reviews-badge .stamped-fa-star-checked:before, #stamped-main-widget .fa-star-checked:before, #stamped-main-widget .stamped-fa-star-checked:before {
  font-family: stamped-font,FontAwesome;
  content: "" !important; }
.stamped-product-reviews-badge .fa-star-half-o:before, .stamped-product-reviews-badge .fa-star-o:before, .stamped-product-reviews-badge .fa-star:before, .stamped-product-reviews-badge .stamped-fa-star-half-o:before, .stamped-product-reviews-badge .stamped-fa-star-o:before, .stamped-product-reviews-badge .stamped-fa-star:before, #stamped-main-widget .fa-star-half-o:before, #stamped-main-widget .fa-star-o:before, #stamped-main-widget .fa-star:before, #stamped-main-widget .stamped-fa-star-half-o:before, #stamped-main-widget .stamped-fa-star-o:before, #stamped-main-widget .stamped-fa-star:before {
  font-family: stamped-font, FontAwesome !important; }
.stamped-product-reviews-badge a.fa-star:hover, .stamped-product-reviews-badge a.stamped-fa-star:hover, #stamped-main-widget a.fa-star:hover, #stamped-main-widget a.stamped-fa-star:hover {
  color: #615b0c; }
.stamped-product-reviews-badge .stamped-starrating a, #stamped-main-widget .stamped-starrating a {
  text-decoration: none !important;
  color: gold; }

#stamped-main-widget {
  display: block;
  overflow: hidden;
  margin: 1em 10px;
  font-style: normal; }

#stamped-main-widget:after, #stamped-main-widget:before {
  content: " ";
  display: table; }

#stamped-main-widget:not([data-product-id]) .stamped-summary-actions, #stamped-main-widget:not([data-product-id]) li#tab-questions, #stamped-main-widget[data-product-id=""] .stamped-summary-actions, #stamped-main-widget[data-product-id=""] li#tab-questions, .aggregateRating {
  display: none !important; }

.stamped-loading {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  text-align: center; }

.stamped-header-title {
  font-size: 24px;
  margin: 0 0 12px;
  width: 100%; }

.stamped-header .stamped-review-options {
  margin-top: 0;
  line-height: 10px; }

.stamped-starratings {
  font-size: 13px;
  margin: 0; }

.stamped-icon {
  font-size: 120%;
  position: relative;
  top: 1px;
  width: 1.3em;
  height: 1.3em; }

.stamped-icon.stamped-icon-star-empty {
  opacity: .6; }

.stamped-badge[data-rating="0"], .stamped-badge[data-rating="0,0"], .stamped-badge[data-rating="0.0"] {
  display: none; }

.stamped-main-badge .stamped-badge[data-rating="0"], .stamped-main-badge .stamped-badge[data-rating="0,0"], .stamped-main-badge .stamped-badge[data-rating="0.0"] {
  display: block; }

.stamped-badge {
  min-height: auto;
  min-width: auto;
  display: block;
  cursor: pointer; }

.stamped-main-badge:after, .stamped-main-badge:before {
  content: ''; }

.stamped-badge-starrating {
  color: gold;
  margin: 0 3px 0 0 !important;
  vertical-align: middle; }

.stamped-badge-starrating .stamped-fa {
  font-size: 100%; }

.stamped-main-badge[data-type=qna]:empty:before {
  font-family: stamped-font,FontAwesome;
  content: '\f0e6 '; }

.stamped-main-badge[data-type=qna]:empty:after {
  content: ' Ask a question'; }

.stamped-badge-caption[data-questions]:before {
  content: "\f0e6 ";
  font-family: stamped-font,FontAwesome;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  padding-right: 3px;
  display: inline-block; }

.stamped-badge-caption[data-questions]:after {
  content: ' answered questions'; }

.stamped-badge-caption[data-questions="1"]:after {
  content: ' answered question'; }

.stamped-badge-caption[data-questions="0"]:after {
  content: 'Ask a question'; }

.stamped-badge-caption[data-reviews]:after {
  content: ' reviews'; }

.stamped-badge-caption[data-reviews="1"]:after {
  content: ' review'; }

.stamped-badge-caption[data-reviews="0"]:after {
  content: ' No reviews'; }

.stamped-main-badge .stamped-badge-caption[data-reviews="0"]:after {
  content: 'Be the first to review this item'; }

span[data-lang=fr] .stamped-badge-caption[data-reviews]:after {
  content: ' avis'; }

.stamped-main-badge[data-lang=fr] .stamped-badge-caption[data-reviews="0"]:after {
  content: ''; }

.stamped-main-badge {
  cursor: pointer; }

.stamped-tab-container {
  position: relative;
  font-size: 14px; }

ul.stamped-tabs, ul.stamped-tabs li {
  max-height: 45px;
  margin-bottom: 0;
  margin-left: 0; }

ul.stamped-tabs {
  padding: 0;
  border-bottom: 1px solid #eee; }

ul.stamped-tabs li {
  display: inline-block;
  height: 100%;
  margin-right: 20px;
  padding-top: 6px;
  padding-bottom: 10px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box; }

ul.stamped-tabs li.active {
  font-weight: 700;
  border-bottom: 3px solid #000;
  background: 0 0; }

li#tab-questions[data-count][data-new-tab]:after, li#tab-reviews[data-count]:after {
  content: "" attr(data-count);
  background: #eee;
  padding: 2px 5px;
  margin-left: 10px; }

.stamped-file-uploader {
  vertical-align: bottom; }

.stamped-file-holder {
  float: left;
  margin-top: 15px; }

.stamped-file-photo {
  position: relative;
  display: inline-block;
  width: 70px; }

.stamped-file-photo i {
  position: absolute; }

.stamped-file-photo-remove {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 12px;
  height: 15px;
  width: 15px;
  background: rgba(255, 255, 255, 0.9) !important;
  text-align: center;
  cursor: pointer; }

.stamped-file-uploader label[for=stamped-file-uploader-input] > span {
  margin-right: 5px;
  border-radius: 0;
  padding: 9px 20px; }

.stamped-file-uploader-btn {
  border-radius: 0 !important;
  color: #000; }

.stamped-file-uploader-btn-label2:before {
  content: ' Add Photos'; }

.stamped-summary {
  padding-bottom: 10px;
  margin-bottom: 10px; }

.stamped-summary:after, .stamped-summary:before {
  content: " ";
  display: table; }

.stamped-summary-actions {
  display: inline; }

.stamped-summary-actions-clear, .stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  width: auto;
  line-height: 30px;
  background: 0 0;
  color: #000;
  border: 1px solid #333;
  padding: 3px 20px;
  border-radius: 3px; }

.stamped-summary-actions-clear {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  padding: 0 15px;
  margin-top: 10px; }

.stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
  float: right;
  margin: 0 0 0 15px; }

.stamped-summary-actions-newquestion:hover, .stamped-summary-actions-newreview:hover {
  text-decoration: none;
  opacity: .9; }

.stamped-summary-actions-newquestion:before, .stamped-summary-actions-newreview:before {
  font-family: stamped-font,FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  padding-right: 3px;
  display: inline-block; }

.stamped-summary-actions-newreview:before {
  content: "\e803 "; }

.stamped-summary-actions-newquestion:before {
  content: "\f0e6 "; }

.stamped-summary-starrating {
  float: left;
  margin: 0 25px 15px 0; }

.stamped-summary-starrating .fa-star-half-o:before, .stamped-summary-starrating .fa-star-o:before, .stamped-summary-starrating .fa-star:before, .stamped-summary-starrating .stamped-fa-star-half-o:before, .stamped-summary-starrating .stamped-fa-star-o:before, .stamped-summary-starrating .stamped-fa-star:before {
  font-size: 23px; }

.stamped-summary-ratings {
  width: 250px;
  float: left;
  padding-left: 20px;
  border-left: 1px solid #eee;
  color: #999;
  font-size: 12px;
  line-height: normal;
  border-right: 1px solid #eee;
  margin-right: 20px;
  margin-bottom: 15px; }

.stamped-summary-ratings[data-count="0"] {
  display: none; }

.stamped-summary-ratings:hover .summary-rating {
  opacity: .5; }

.summary-rating:hover {
  opacity: 1 !important; }

.stamped-summary-ratings.selected .summary-rating {
  opacity: .5; }

.stamped-summary-ratings.selected .summary-rating.selected {
  opacity: 1; }

.stamped-summary-caption {
  display: block;
  margin-left: 2px; }

.stamped-summary-actions-togglereviews[data-count="0"], .stamped-summary[data-count="0"] .stamped-summary-caption {
  display: none; }

.stamped-summary-caption .stamped-summary-reviews:before {
  content: 'Based on '; }

.stamped-summary-caption .stamped-summary-reviews:after {
  content: ' reviews'; }

.stamped-summary-caption .stamped-summary-text {
  font-size: 14px; }

.stamped-summary-caption .stamped-summary-text[data-count="0"] {
  visibility: hidden; }

.stamped-summary-caption .stamped-summary-text:after, .stamped-summary-caption .stamped-summary-text:before {
  content: ''; }

.stamped-summary-text-2 {
  display: block !important;
  text-align: center;
  font-size: 30px; }

.summary-rating {
  margin-bottom: 3px; }

.summary-rating-title {
  width: 19%;
  display: inline-block;
  cursor: pointer; }

.stamped-photos-title {
  font-size: 13px;
  line-height: 10px;
  display: none; }

.summary-rating-bar {
  width: 59%;
  display: inline-block;
  background: #f0f0f0;
  border: none;
  text-align: center;
  cursor: pointer; }

.summary-rating-bar div[data-rating="0"] {
  color: #ddd; }

.summary-rating-count {
  width: 15%;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
  color: #ccc; }

.summary-rating-bar-content {
  background: #ffd200;
  line-height: normal;
  display: flex;
  padding: 1px 0 2px;
  word-wrap: initial;
  word-break: initial; }

.summary-rating-bar-content:before {
  content: '';
  display: block;
  margin: 2px; }

.stamped-summary-photos {
  max-width: 470px;
  position: relative;
  color: #999;
  height: auto;
  white-space: nowrap;
  overflow-x: visible;
  overflow-y: visible;
  min-width: 280px;
  display: flex;
  margin-bottom: 20px; }

.stamped-summary-photos.stamped-summary-photos-container {
  max-width: 295px;
  min-width: 295px;
  white-space: normal;
  display: inline-table; }

.stamped-summary-photos-container {
  overflow-x: hidden !important;
  overflow-y: hidden !important; }

.stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo a {
  width: 70px;
  height: 55px;
  display: block; }

.stamped-summary-photos-container .stamped-photos-carousel a img {
  width: 70px;
  height: 55px !important;
  border-radius: 0; }

.stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo.stamped-video:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  border-radius: 5px;
  background-image: url(https://cdn.shopify.com/s/files/1/0638/7747/files/icon_play_small_1bb286c7-bcdc-483c-b2d7-f8ad4e2691ba.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  pointer-events: none; }

.stamped-summary-photos-container .stamped-photos-carousel-btn-left, .stamped-summary-photos-container .stamped-photos-carousel-btn-right {
  display: none !important; }

.stamped-summary-photos > div:nth-child(2) {
  height: auto; }

.stamped-photos-carousel {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.stamped-photos-carousel .photo {
  display: inline-block;
  height: auto;
  padding-bottom: 0;
  padding-right: 5px;
  vertical-align: top;
  font-size: 11px; }

.stamped-photos-carousel .photo.stamped-photo {
  position: relative;
  width: 70px;
  height: 55px;
  padding-right: 0;
  margin-bottom: 5px;
  margin-right: 3px;
  border: 1px solid #ccc;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.stamped-photos-carousel a img {
  height: 90px !important;
  border-radius: 5px; }

.stamped-photos-carousel[data-count] > div:after, .stamped-photos-carousel[data-count] > div:before {
  position: absolute;
  width: 68px;
  height: 55px;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ccc;
  content: ''; }

.stamped-photos-carousel[data-count] > div:before {
  right: 4px;
  bottom: 4px;
  z-index: 1; }

.stamped-photos-carousel[data-count] > div:after {
  right: 1px;
  bottom: 1px;
  z-index: 0; }

.stamped-reviews-filter-label {
  display: none; }

.stamped-reviews-filter {
  width: 100%;
  margin: 0 1px; }

.stamped-reviews-filter[data-show-filters=true] {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }

.stamped-reviews-filter[data-show-filters=true] .stamped-reviews-filter-label {
  display: inline-block; }

.stamped-reviews-filter-label {
  margin-top: 20px;
  font-weight: 700;
  font-size: 13px; }

.stamped-reviews-filter-label:before {
  content: 'Filter Reviews:'; }

.stamped-filter-selects {
  margin-top: 15px; }

.stamped-filter-select {
  margin-right: 15px;
  margin-bottom: 10px; }

.stamped-summary-keywords {
  clear: none;
  font-size: 13px;
  margin-top: 15px; }

.stamped-summary-keywords-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700; }

ul.stamped-summary-keywords-list {
  margin: 0;
  padding: 0;
  font-size: 12px; }

ul.stamped-summary-keywords-list li {
  color: #333;
  background: #fff;
  padding: 7px 15px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-top: 0;
  border-radius: 3px;
  float: none;
  list-style: none;
  border: 1px solid #ccd6e0;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  text-transform: capitalize; }

ul.stamped-summary-keywords-list li.selected {
  border-color: orange !important;
  background: rgba(255, 165, 0, 0.1) !important; }

ul.stamped-summary-keywords-list li:hover {
  background: #fafafa;
  border: 1px solid #aaa; }

span.stamped-keyword-highlight {
  display: inline;
  background: #feff83; }

.stamped-form-actions:after, .stamped-form-actions:before, .stamped-form-contact-email:after, .stamped-form-contact-email:before, .stamped-form-contact-location:after, .stamped-form-contact-location:before, .stamped-form-contact-name:after, .stamped-form-contact-name:before, .stamped-form-contact:after, .stamped-form-contact:before, .stamped-form-review-body:after, .stamped-form-review-body:before, .stamped-form-review-rating:after, .stamped-form-review-rating:before, .stamped-form-review-title:after, .stamped-form-review-title:before, .stamped-form-review:after, .stamped-form-review:before {
  content: " ";
  display: table; }

.stamped-form-contact-location {
  display: none; }

.stamped-photos-carousel .photo.stamped-photo:nth-child(n+9), .stamped-photos-carousel[data-count="0"] > div:after, .stamped-photos-carousel[data-count="0"] > div:before, .stamped-photos-carousel[data-count="1"] > div:after, .stamped-photos-carousel[data-count="1"] > div:before, .stamped-photos-carousel[data-count="2"] > div:after, .stamped-photos-carousel[data-count="2"] > div:before, .stamped-photos-carousel[data-count="3"] > div:after, .stamped-photos-carousel[data-count="3"] > div:before, .stamped-photos-carousel[data-count="4"] > div:after, .stamped-photos-carousel[data-count="4"] > div:before, .stamped-photos-carousel[data-count="5"] > div:after, .stamped-photos-carousel[data-count="5"] > div:before, .stamped-photos-carousel[data-count="6"] > div:after, .stamped-photos-carousel[data-count="6"] > div:before, .stamped-photos-carousel[data-count="7"] > div:after, .stamped-photos-carousel[data-count="7"] > div:before {
  display: none !important; }

.stamped-photos-carousel .photo.stamped-photo:nth-child(8) {
  z-index: 2;
  position: relative; }

.stamped-photos-carousel-btn-left, .stamped-photos-carousel-btn-right {
  position: absolute;
  top: 50%;
  vertical-align: middle;
  margin-top: -10px;
  height: 20px;
  text-align: right; }

.stamped-photos-carousel-btn-left {
  left: -16px; }

.stamped-photos-carousel-btn-right {
  right: -18px; }

span.btn-slide-left, span.btn-slide-right {
  cursor: pointer; }

.new-review-form, .stamped-content form {
  display: block;
  margin: 25px 0 0;
  padding: 25px 0 0; }

.stamped-form > form {
  margin: 0; }

.stamped-form-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0; }

.stamped-form-actions, .stamped-form-contact, .stamped-form-custom-questions, .stamped-form-review {
  padding: 0;
  border: 0;
  margin: 0; }

.stamped-form-actions {
  text-align: right;
  margin-bottom: 30px; }

.stamped-content {
  position: relative; }

.stamped-main-widget-loading .stamped-content:before {
  content: 'Loading more...';
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  border: none;
  margin: auto auto auto -75px;
  padding: 10px 20px;
  font-size: 14px;
  background: #eee;
  z-index: 2; }

.stamped-main-widget-loading .stamped-reviews:before {
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1; }

.stamped-reviews:empty:after, .stamped-ugc-modal-wrapper:after {
  content: ''; }

.stamped-form-review-rating {
  overflow: hidden;
  margin-bottom: 15px; }

.stamped-form-review-rating input {
  display: table; }

.stamped-form-review-rating a, .stamped-form-review-rating a:hover {
  text-decoration: none !important;
  display: inline-block !important;
  float: left !important; }

.stamped-form-label {
  font-size: 14px;
  line-height: 20px;
  color: #000; }

.stamped-form-input {
  margin: 0;
  font-family: inherit !important;
  font-style: normal; }

.stamped-form-label + .stamped-form-input {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
  width: 100% !important;
  min-height: 30px;
  line-height: 30px; }

.stamped-review-avatar[data-avatar=true] .stamped-review-avatar-content, .stamped-review-header #stamped-review-avatar:empty, .stamped-review-header .stamped-review-avatar:empty, .stamped-review-reply #stamped-review-avatar:empty, .stamped-review-reply .stamped-review-avatar:empty {
  display: none; }

input.stamped-form-input {
  height: 35px; }

input.stamped-form-input-email, input.stamped-form-input-text, textarea.stamped-form-input-textarea {
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 5px;
  border: 1px solid #d7d7d7; }

input.stamped-form-input-email, input.stamped-form-input-text {
  padding: 0 8px; }

.stamped-form-input-textarea {
  resize: vertical; }

.stamped-form-input-error, input[type=email].stamped-form-input-error, input[type=text].stamped-form-input-error {
  border-color: #c0363a; }

.stamped-starrating.stamped-form-input-error a {
  color: #c0363a; }

.stamped-form-message {
  padding: .8em 1em;
  margin: 0 0 1em; }

.stamped-form-message-error {
  background: #c0363a;
  color: #fff; }

.stamped-form-message-success {
  padding: 0;
  margin: 50px 0 0; }

.stamped-button, .stamped-button-primary {
  width: auto;
  height: auto !important;
  margin: 0;
  min-height: 1em; }

.stamped-button-primary {
  float: initial;
  border: 1px solid;
  padding: 5px 10px;
  margin-left: 10px;
  min-height: 30px;
  text-decoration: none;
  background: #000;
  color: #fff;
  cursor: pointer; }

.stamped-button-primary[disabled=disabled] {
  opacity: .5; }

#stamped-button-submit {
  width: auto; }

.stamped-reviews {
  margin: 0;
  position: relative;
  clear: both; }

.stamped-review {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding-top: 25px; }

.stamped-review:first-child {
  margin-top: 0;
  border-top: none; }

.stamped-review:last-child {
  padding-bottom: 0; }

.verified-badge .icon {
  display: none;
  background: 0 0;
  float: none;
  width: auto;
  height: auto;
  margin-right: -2px; }

.stamped-review-header {
  font-size: 14px;
  width: 100%;
  line-height: 18px; }

div#stamped-review-avatar img, div.stamped-review-avatar img {
  width: 100%;
  max-width: 55px;
  border-radius: 50%; }

.stamped-review-header #stamped-review-avatar, .stamped-review-header .stamped-review-avatar, .stamped-review-reply #stamped-review-avatar, .stamped-review-reply .stamped-review-avatar {
  float: left; }

.stamped-review-avatar {
  position: relative;
  float: left;
  padding: 0;
  margin-right: 10px;
  color: #bbb;
  background: #f5f5f5;
  border-radius: 50%;
  text-shadow: 1px 1px 0 #fff; }

.stamped-review[data-verified=buyer] .stamped-review-avatar:before {
  content: '\e904';
  font-family: stamped-font;
  font-size: 21px !important;
  position: absolute;
  right: -5px;
  bottom: 0;
  color: #1cc286; }

.stamped-questions #stamped-review-avatar, .stamped-review-avatar-content {
  height: 55px;
  width: 55px;
  font-size: 18px;
  vertical-align: text-bottom;
  text-align: center;
  text-transform: inherit;
  font-style: initial;
  margin-right: 10px; }

.stamped-review-avatar-content {
  display: table-cell;
  vertical-align: middle;
  height: 56px;
  width: 55px;
  font-weight: 700; }

.stamped-review-header .review-location {
  color: #999;
  font-size: 12px;
  font-weight: 400; }

.stamped-review-header .verified-badge[data-type=email]:after {
  content: ' Verified Reviewer'; }

.stamped-review-header .verified-badge[data-type=buyer]:after {
  content: ' Verified Buyer'; }

.stamped-review-header .stamped-verified-badge[data-type=buyer][data-verified-label]:after {
  content: attr(data-verified-label); }

.stamped-review-header .stamped-verified-badge, .stamped-review-header .verified, .stamped-review-header .verified .fa-check-circle-o, .stamped-review-header .verified .stamped-fa-check-circle-o, .stamped-review-header .verified-badge, .stamped-review-header .verified-badge .fa-check-circle-o, .stamped-review-header .verified-badge .stamped-fa-check-circle-o {
  color: #1cc286; }

.stamped-review-header .created, .stamped-review-header-byline .created {
  float: right !important;
  color: #999;
  font-size: 12px;
  font-weight: 400; }

.stamped-review-header-starratings {
  font-size: 20px;
  display: inline-block;
  margin-left: -2px; }

h3.stamped-review-header-title {
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0 0;
  padding: 0;
  border: none;
  font-weight: 700;
  text-align: left; }

.stamped-review-reply .stamped-review-header-title {
  clear: none;
  float: left;
  margin: 0;
  font-weight: 700; }

.stamped-review-content {
  margin: 0 0 15px;
  clear: both; }

.stamped-review-content:after, .stamped-review-content:before {
  content: " ";
  display: table; }

.stamped-review-content:after {
  clear: both; }

.stamped-container .stamped-review-image {
  margin-top: 10px; }

.stamped-container .stamped-review-image img {
  width: auto;
  border: 1px solid #ccc;
  margin-right: 0 !important;
  transition: all ease .2s; }

.stamped-container .stamped-review-image a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  line-height: 0;
  overflow: hidden; }

.stamped-container .stamped-review-image a:hover img {
  border-color: orange; }

.stamped-container .stamped-review-image a[data-featherlight=iframe]:before {
  content: '\25BA';
  position: absolute;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-top: 36px;
  border-radius: 50%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  font-family: stamped-font;
  font-size: 29px;
  opacity: .8;
  left: 50%;
  margin-left: -15px;
  text-shadow: 0 0 4px #000; }

a.stamped-review-link-video:before {
  content: ' ';
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  border-radius: 5px;
  background-image: url(https://cdn.shopify.com/s/files/1/0638/7747/files/icon_play_small_1bb286c7-bcdc-483c-b2d7-f8ad4e2691ba.png?17798340297911193567);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px; }

.stamped-review .author {
  margin-right: 7px; }

.stamped-review-content-body, .stamped-review-reply-body, .stamped-review-reply-shop {
  font-size: 14px;
  line-height: 20px; }

.stamped-review-content-body {
  margin: 0;
  padding: 0; }

.stamped-review-reply {
  background: 0 0;
  margin: 15px 0 0 35px;
  padding: 10px 0 0 15px;
  border-left: 5px solid #e0e0e0; }

.stamped-review-reply:after, .stamped-review-reply:before {
  content: " ";
  display: table; }

.stamped-review-reply:after {
  clear: both; }

.stamped-review-reply .stamped-review-footer {
  display: none; }

.stamped-review-reply-body {
  margin: 0 0 12px; }

.stamped-review-reply-shop {
  display: block;
  float: right;
  font-style: italic; }

p.stamped-review-content-body {
  font-size: 14px;
  white-space: pre-wrap; }

.stamped-review-read-more {
  color: #2196f3; }

.stamped-summary-recommend {
  display: block;
  clear: both;
  font-size: 14px; }

span.stamped-summary-recommend .stamped-summary-recommend-label:empty:after {
  content: 'reviewers would recommend this product'; }

span.stamped-summary-recommend-percent {
  background: #555;
  padding: 5px;
  color: #fff;
  font-weight: 700;
  margin-right: 7px; }

span.stamped-summary-recommend-percent:after {
  content: '%'; }

.stamped-form-review-recommend, .stamped-form-review-recommend-product {
  margin-left: 1px; }

.stamped-form-review-recommend-label {
  margin-bottom: 10px; }

.stamped-form-review-recommend-product:before {
  content: 'Do you recommend this Product?';
  display: block;
  margin-bottom: 10px; }

.stamped-form-review-recommend input, .stamped-form-review-recommend-product input {
  height: auto; }

.stamped-form-review-recommend label, .stamped-form-review-recommend-product label {
  margin-right: 20px; }

.stamped-user-review {
  display: block;
  flex: auto;
  width: 100%;
  background: #f2f7fa !important;
  padding: 20px;
  border: 1px solid #dde2eb; }

.stamped-review-recommend[data-is-recommend=true] {
  font-size: 13px;
  margin: 10px 0 10px 5px; }

.stamped-review-recommend[data-is-recommend=true]:before {
  content: '\f164';
  font-family: stamped-font;
  margin-right: 8px;
  color: #1cc186; }

.stamped-review-recommend[data-is-recommend=true]:empty:after {
  content: ' I recommend this product';
  clear: both;
  display: inline-block; }

.stamped-review-recommend:not([data-is-recommend=true]) {
  display: none; }

.edit-review-form {
  margin-top: 0 !important; }

.edit-review-form textarea {
  margin-top: 10px; }

.stamped-user-review .created {
  float: right; }

.stamped-user-review:before {
  content: 'Your Review';
  font-size: 20px;
  margin-bottom: 10px;
  clear: both;
  display: inline-block; }

.stamped-user-review button {
  float: right;
  width: auto;
  padding: 3px 10px;
  font-size: 15px;
  background: grey;
  color: #fff;
  border: none; }

button.stamped-user-review-button:before {
  content: 'UPDATE'; }

button.stamped-button-edit:before {
  content: 'Edit'; }

.stamped-review-footer .stamped-share-links {
  display: none; }

.stamped-share-links a {
  text-decoration: none; }

.stamped-messages .stamped-thank-you {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  border: 1px solid #eee;
  display: none;
  margin-top: 23px; }

.stamped-messages .stamped-thank-you > i {
  font-size: 20px;
  margin-bottom: 15px; }

.stamped-messages .stamped-share-links {
  margin-top: 20px; }

.stamped-messages .stamped-share-links a {
  text-decoration: none;
  padding: 7px 20px;
  color: #000;
  border: 1px solid #ccc;
  background: #eee;
  margin-right: 10px; }

.stamped-messages .stamped-share-links a i {
  margin-right: 10px; }

.stamped-messages h3 {
  text-align: center; }

.stamped-review-footer {
  clear: both !important;
  font-size: 12px;
  opacity: .8;
  margin-top: 25px; }

.stamped-review-footer:after, .stamped-review-footer:before {
  content: " " !important;
  display: table !important; }

.stamped-review-footer:after {
  clear: both !important; }

.stamped-review-footer #stamped-review-vote, .stamped-review-footer .stamped-review-vote {
  float: right !important; }

.stamped-share-button {
  cursor: pointer;
  font-size: 0; }

a.stamped-share-button:after {
  content: ' Share';
  font-size: 12px; }

#shopry-rating-holder:before {
  content: ' Was this review helpful?'; }

.stamped-share-icon {
  cursor: pointer;
  text-decoration: none; }

.stamped-review-footer #stamped-review-share, .stamped-review-footer .stamped-review-share {
  float: left !important; }

#stamped-review-share, #stamped-review-vote, .stamped-review-share, .stamped-review-vote {
  margin-top: 0 !important; }

#stamped-review-vote a, .stamped-review-vote a {
  cursor: pointer; }

.stamped-review-reportreview {
  float: right;
  font-size: 11px;
  line-height: 16px; }

.stamped-questions-placeholder .stamped-questions {
  clear: both;
  display: block !important; }

.stamped-questions .stamped-icon-comment, .stamped-questions .stamped-review-content-body {
  margin-top: 10px; }

.stamped-questions span.stamped-review-header-byline {
  display: block;
  margin-bottom: 10px !important;
  font-weight: 700; }

.question-form-wrapper {
  clear: both; }

.stamped-pagination {
  text-align: center;
  position: relative;
  margin: 0 0 20px;
  padding: 0; }

.stamped-pagination a {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px; }

.stamped-pagination li {
  float: none;
  list-style: none;
  font-size: 14px;
  width: auto;
  margin: 0; }

.stamped-pagination li.page {
  display: inline-block;
  padding: initial;
  margin: auto; }

.stamped-pagination .page.active {
  font-weight: 700; }

.stamped-pagination .last, .stamped-pagination .next {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px; }

.stamped-pagination .first, .stamped-pagination .previous {
  display: inline-block;
  margin-top: 0;
  margin-right: 10px; }

.stamped-pagination .first, .stamped-pagination .last {
  display: none !important; }

.stamped-pagination-prev {
  position: absolute;
  left: 0; }

.stamped-pagination-next {
  position: absolute;
  right: 0; }

div[data-widget-load-type=continue] ul.stamped-pagination li {
  display: none; }

div[data-widget-load-type=continue] ul.stamped-pagination li.next {
  display: block; }

div[data-widget-load-type=continue] ul.stamped-pagination li.next a {
  font-size: 0;
  display: inline-block;
  border: 1px solid #333;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border-radius: 3px; }

div[data-widget-load-type=continue] ul.stamped-pagination li.next a:hover {
  border: 1px solid #333;
  background: #fff;
  color: #333; }

div[data-widget-load-type=continue] ul.stamped-pagination li.next a:before {
  content: 'Load More Reviews';
  font-size: 15px; }

.stamped-sort-select {
  position: initial;
  float: right;
  font-size: 12px;
  width: auto;
  height: 30px;
  margin: auto 1px auto auto;
  max-width: initial;
  padding: 0 12px 0 10px;
  background-color: transparent;
  color: #636e7b;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 100% center;
  line-height: 30px;
  border-radius: 0;
  z-index: 2; }

#stamped-filter-select, #stamped-sort-select, .stamped-filter-select {
  color: #333;
  position: initial;
  height: 35px;
  min-height: 35px;
  background-position: right -1px center;
  background-image: url(https://cdn.shopify.com/s/files/1/2603/2528/t/32/assets/icon-arrow-down-bg.svg) !important;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: initial;
  padding-right: 0;
  padding-left: 12px;
  line-height: 1.25;
  text-indent: .01px;
  text-overflow: '';
  border: 1px solid #ccd6e0 !important;
  bottom: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all ease-in-out .2s;
  cursor: pointer;
  z-index: 2;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 400;
  width: auto; }

#stamped-sort-select {
  color: #333;
  position: initial;
  height: 35px;
  min-height: 35px;
  background-position: right -1px center;
  background-image: url(https://cdn.shopify.com/s/files/1/2603/2528/t/32/assets/icon-arrow-down-bg.svg) !important;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: initial;
  padding-right: 0;
  padding-left: 12px;
  line-height: 1.25;
  text-indent: .01px;
  text-overflow: '';
  border: 1px solid #ccd6e0 !important;
  bottom: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all ease-in-out .2s;
  cursor: pointer;
  z-index: 2;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 400;
  width: auto;
  min-width: 170px; }

#stamped-filter-select, .stamped-filter-select {
  min-width: 200px; }

.stamped-reviews-search-text {
  margin: 15px 0 20px 0;
  max-width: 435px;
  position: relative; }

.stamped-reviews-search-text .stamped-reviews-search-icon.stamped-fa.stamped-fa-search {
  position: absolute;
  left: 6px;
  font-size: 20px;
  top: 3px; }

.stamped-reviews-search-text .stamped-reviews-search-clear {
  position: absolute;
  right: 10px;
  top: 1px;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-family: verdana; }

.stamped-reviews-search-text input.stamped-reviews-search-input {
  color: #333;
  position: initial;
  height: 35px;
  min-height: 35px;
  background-color: #fff;
  padding-right: 50px;
  padding-left: 12px;
  line-height: 1.25;
  text-indent: .01px;
  text-overflow: '';
  border: 1px solid #ccd6e0 !important;
  bottom: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all ease-in-out .2s;
  z-index: 2;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  width: 99%;
  padding-left: 27px; }

.stamped-form-custom-questions:empty {
  display: none; }

.stamped-form-custom-question > label {
  display: block; }

.stamped-form-custom-question label {
  padding-left: 1px; }

.new-review-form.stamped-visible {
  border-bottom: 1px solid #eee; }

.new-review-form .stamped-form-custom-question {
  margin-bottom: 15px; }

.new-review-form .stamped-form-custom-question br {
  display: none; }

.new-review-form .stamped-form-custom-option-scale label div {
  display: block;
  margin-top: 5px;
  font-size: .8em; }

.new-review-form .stamped-form-custom-option-scale {
  display: inline-block;
  border-top: 1px solid #ccc;
  margin-top: 10px; }

.new-review-form .stamped-form-custom-option-scale input[type=radio] {
  display: inline-block;
  margin: 0 !important; }

.new-review-form .stamped-form-custom-option-scale label {
  padding-left: 1px;
  float: left;
  width: 100px;
  text-align: center;
  margin-top: -10px; }

.new-review-form .stamped-form-custom-option-scale label:nth-child(2) {
  margin-left: -40px; }

.new-review-form .stamped-form-custom-option-scale label:nth-child(4) {
  margin-right: -40px; }

.new-review-form .stamped-form-custom-option-scale label:first-child {
  text-align: left; }

.new-review-form .stamped-form-custom-option-scale label:last-child {
  text-align: right; }

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .new-review-form .stamped-form-custom-option-scale label {
    float: left;
    width: 80px;
    text-align: center;
    margin-top: -10px; } }
.stamped-header .stamped-review-option-scale {
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 9px auto;
  width: 100%;
  position: relative;
  height: 9px;
  border: 1px solid #7c7c7c; }

.stamped-header .stamped-review-option-scale span {
  content: "";
  background: #525252;
  margin-left: -2px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: absolute;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 7px); }

.stamped-header .stamped-review-option-scale i {
  background: #7c7c7c;
  display: inline-block;
  width: 1px;
  height: 8px; }

.stamped-header .stamped-review-option-scale i:nth-child(1), .stamped-review-option-scale i:nth-child(5) {
  background: 0 0; }

.stamped-header .stamped-review-option-labels span:nth-child(2), .stamped-header .stamped-review-option-labels span:nth-child(3), .stamped-header .stamped-review-option-labels span:nth-child(4) {
  display: none; }

.stamped-header .stamped-review-options ul {
  margin: 0;
  padding: 0; }

.stamped-header .stamped-review-options ul li {
  width: 20%;
  margin-right: 20px;
  list-style: none;
  display: inline-block; }

.stamped-header .stamped-review-option-title {
  display: block;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px; }

.stamped-header .stamped-review-option-selected {
  display: none !important; }

.stamped-header span.stamped-review-option-labels {
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .stamped-header .stamped-review-options ul li {
    width: 100% !important; } }
.stamped-reviews span.stamped-review-option-scale span {
  display: inline-block;
  width: 20px;
  background: #ddd;
  border: 1px solid #fff;
  height: 14px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.stamped-reviews span.stamped-review-option-scale[data-value="1"] span:nth-last-child(n+5), .stamped-reviews span.stamped-review-option-scale[data-value="2"] span:nth-last-child(n+4), .stamped-reviews span.stamped-review-option-scale[data-value="3"] span:nth-last-child(n+3), .stamped-reviews span.stamped-review-option-scale[data-value="4"] span:nth-last-child(n+2), .stamped-reviews span.stamped-review-option-scale[data-value="5"] span {
  background: #505050; }

.stamped-reviews .stamped-review-options:empty {
  display: none; }

.stamped-reviews .stamped-review-options:not(:empty) {
  background: #f9fafa;
  padding: 10px 20px;
  margin-top: 10px; }

.stamped-reviews .stamped-review-options strong {
  width: auto;
  min-width: 70px;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px; }

.stamped-reviews .stamped-review-options ul {
  margin: 0;
  padding: 0; }

.stamped-reviews .stamped-review-options li {
  display: inline-block;
  margin-right: 20px;
  width: 100%;
  font-size: 14px; }

.stamped-reviews .stamped-review-options span.stamped-review-option-checkbox span:after {
  content: ', '; }

.stamped-reviews .stamped-review-options span.stamped-review-option-checkbox span:last-child:after {
  content: ''; }

span.stamped-review-option-labels {
  display: none !important; }

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  span.stamped-review-option-scale {
    display: block; }

  .stamped-reviews .stamped-review-options li {
    display: inline-block;
    margin-right: 20px;
    width: 100% !important; } }
@media only screen and (max-width: 480px) {
  .stamped-container {
    padding: 2em 1em; }

  .stamped-summary-caption {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 10px;
    vertical-align: middle; }

  .stamped-header-title, .stamped-summary {
    text-align: center; }

  .stamped-summary-starrating {
    float: none;
    margin-right: 0; }

  .stamped-summary-ratings {
    float: none;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-right: none;
    margin-top: 0 !important;
    margin-bottom: 20px;
    width: 100% !important;
    text-align: center; }

  .stamped-summary-recommend {
    margin-bottom: 20px; }

  .stamped-summary-recommend-label {
    font-size: 14px; }

  #stamped-filter-select, #stamped-sort-select, .stamped-filter-select {
    font-size: 12px;
    height: 32px;
    min-height: 30px;
    min-width: 160px;
    max-width: 160px;
    padding-right: 50px; }

  .summary-rating-count {
    width: 9% !important;
    text-align: center !important; }

  .summary-rating-bar {
    width: 67% !important; }

  .summary-overview {
    width: 100% !important; }

  .stamped-summary-photos {
    width: 100% !important;
    margin: auto auto 15px !important;
    padding: 0 !important;
    border: none !important; }

  .stamped-photos-carousel-btn-left {
    left: -20px !important; }

  .stamped-summary-actions {
    display: block;
    clear: both;
    padding-top: 0; }

  .stamped-review-reply {
    margin: 15px 0 0 15px !important; }

  .stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
    width: 45%;
    padding: 5px 0;
    display: inline-block;
    float: none;
    margin: 0 5px 10px;
    font-size: 13px;
    box-sizing: border-box; }

  .stamped-summary-actions-newreview:after {
    clear: both; }

  .stamped-review-share {
    margin-bottom: 15px; }

  .stamped-messages .stamped-share-links a {
    display: block; }

  .verified-badge {
    display: block;
    font-size: 12px;
    white-space: nowrap; }

  #stamped-review-vote {
    margin-top: 10px; }

  #stamped-widget-drawer.stamped-widget-drawer .stamped-review-image img {
    width: 100% !important; }

  .stamped-pagination .first, .stamped-pagination .last, .stamped-pagination .next, .stamped-pagination .previous {
    top: 30px; }

  .stamped-sort-select {
    width: 150px;
    max-width: 150px !important; }

  ul.stamped-tabs li {
    font-size: 13px !important;
    color: #000; }

  .featherlight.featherlight-iframe iframe {
    width: auto !important; } }
@media (min-width: 768px) {
  .stamped-form-contact-email, .stamped-form-contact-location, .stamped-form-contact-name {
    float: left;
    width: 32.33333%;
    max-width: 300px;
    position: relative;
    min-height: 1px;
    padding-right: 15px; }

  .stamped-form-contact-location {
    padding-right: 0; }

  .featherlight.featherlight-iframe iframe {
    width: auto !important; } }
.stamped-container[data-count="0"] .stamped-reviews-filter {
  display: none !important; }

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  span .stamped-file-uploader {
    display: block !important; }

  .stamped-file-uploader label[for=stamped-file-uploader-input] > span {
    border: 1px solid #333;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: .3em;
    width: 100%;
    display: block;
    text-align: center; }

  input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
    margin: 10px 0 0; } }
button.featherlight-close-icon.featherlight-close {
  border: none; }

.stamped-ugc-modal-wrapper, .stamped-ugc-modal-wrapper *, .stamped-ugc-modal-wrapper:after {
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important; }

.stamped-ugc-modal-caption {
  margin-top: 15px;
  line-height: 20px;
  clear: both;
  border-top: 0 solid #ddd;
  padding-top: 0; }

.stamped-ugc-modal-caption .fa, .stamped-ugc-modal-caption .stamped-fa {
  margin-right: 0; }

.stamped-ugc-modal-caption .fa:before, .stamped-ugc-modal-caption .stamped-fa:before {
  font-size: 23px; }

.stamped-ugc-modal-caption-rating {
  margin-bottom: 5px; }

.stamped-ugc-modal-caption-title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
  clear: both; }

.stamped-ugc-modal {
  position: fixed;
  display: flex;
  font: 14px/22px 'Open Sans',Arial,sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  background-color: rgba(116, 99, 99, 0.65);
  z-index: 99999;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  text-align: left;
  white-space: initial; }

.stamped-ugc-modal.open {
  opacity: 1;
  pointer-events: auto;
  z-index: 999999;
  overflow-y: scroll; }

.stamped-ugc-modal-wrapper {
  position: relative;
  max-width: 1000px;
  height: auto;
  min-height: 100px;
  margin: auto;
  padding: 0 70px;
  box-shadow: none; }

.stamped-ugc-modal-wrapper:after {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  left: 70px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }

.stamped-ugc-modal-date {
  color: #999;
  margin: 0;
  font-size: .9em;
  float: right; }

.stamped-ugc-modal-tags {
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 20px; }

.stamped-ugc-modal-tags-product-image {
  width: 90px;
  height: auto;
  float: left;
  margin-right: 10px; }

.stamped-ugc-modal-tags-product-title {
  margin-top: -2px;
  float: left;
  clear: right;
  width: 45%;
  min-height: 70px;
  display: flex;
  align-items: center; }

.stamped-ugc-modal-tags-button {
  float: right;
  background: #333;
  margin: 20px auto auto;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px; }

.stamped-ugc-modal-tags-button:after {
  content: 'Shop Now';
  display: block; }

.stamped-ugc-modal-nav-previous, .stamped-ugc-nav-previous {
  left: 0; }

.stamped-ugc-modal-nav-next, .stamped-ugc-nav-next {
  right: 0; }

.stamped-ugc-modal-nav-next i, .stamped-ugc-modal-nav-previous i, .stamped-ugc-nav-next i, .stamped-ugc-nav-previous i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -9px;
  font-size: 45px;
  color: #eee; }

.stamped-ugc-modal-nav-next, .stamped-ugc-modal-nav-previous, .stamped-ugc-nav-next, .stamped-ugc-nav-previous {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  padding: 0;
  border: none;
  background: 0 0;
  color: #bfbfbf;
  z-index: 2;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.stamped-ugc-modal-content {
  display: inline-block;
  width: 41%;
  vertical-align: top;
  height: 100%;
  overflow-y: auto;
  max-height: 700px;
  position: relative;
  z-index: 3;
  float: right; }

.stamped-ugc-modal-content-wrapper {
  padding: 0 20px 50px 0;
  height: 100%;
  margin-top: 60px; }

.stamped-ugc-media-hover-content-wrapper:before {
  content: '\f16d';
  display: block;
  font-family: stamped-font,FontAwesome;
  font-size: 19px;
  margin-top: -10px; }

.stamped-ugc-modal .stamped-modal-close {
  cursor: pointer;
  background: 0 0;
  color: #fff;
  line-height: 30px;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  width: 50px;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
  z-index: 5;
  display: block;
  height: 50px;
  box-shadow: none;
  font-weight: 400;
  font-size: 0;
  float: right; }

.stamped-ugc-modal a.stamped-modal-close:after, .stamped-ugc-modal a.stamped-modal-close:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000; }

.stamped-ugc-modal-image, .stamped-ugc-modal-image-wrapper {
  position: relative;
  min-height: initial;
  z-index: 1;
  background: 0 0;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  display: inline-block;
  margin: 0; }

.stamped-ugc-modal a.stamped-modal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.stamped-ugc-modal a.stamped-modal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.stamped-ugc-modal-image-wrapper {
  width: 58%; }

.stamped-ugc-modal-image {
  box-sizing: border-box;
  vertical-align: top;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  -webkit-backface-visibility: hidden;
  width: calc(100% - 40px);
  margin: 20px;
  min-width: 400px; }

.stamped-ugc-modal-image img {
  max-width: 100%;
  width: 100%; }

.stamped-ugc-modal-user {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  width: 100%; }

.stamped-ugc-modal-user-username {
  float: left;
  margin-top: 6px; }

.stamped-ugc-modal-user-username[data-verified-type="2"]:after {
  content: ' \e904  Verified Buyer';
  display: block;
  font-size: 14px;
  color: #1cc286;
  font-weight: 400;
  font-family: stamped-font,FontAwesome,'Open Sans',Arial,sans-serif;
  margin-top: 5px; }

.stamped-ugc-modal-user-source {
  float: right;
  text-transform: uppercase;
  border: 1px solid #ddd;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: .9em; }

.stamped-ugc-modal-votes {
  font-size: 15px;
  text-align: right;
  margin-top: 15px; }

span.stamped-ugc-modal-vote-down, span.stamped-ugc-modal-vote-up {
  letter-spacing: 3px;
  cursor: pointer; }

span.stamped-ugc-modal-vote-up {
  margin-right: 15px; }

span.stamped-ugc-modal-vote-down:after, span.stamped-ugc-modal-vote-up:after {
  content: attr(data-count); }

.stamped-ugc-modal-image-wrapper ul {
  color: #fff;
  position: absolute;
  bottom: 10px;
  list-style: none;
  text-align: center;
  margin: 0 0 0 -100px;
  padding: 0;
  z-index: 3;
  width: 200px;
  left: 50%;
  display: none; }

.stamped-ugc-modal-image-wrapper ul li {
  padding: 2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 6px 0 0;
  font-size: 0;
  cursor: pointer;
  border: 1px solid #777; }

.stamped-ugc-modal-image-wrapper ul li.active {
  background: gold; }

.stamped-ugc-modal-list-photos {
  background: 0 0 !important;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  white-space: nowrap;
  height: 56px !important;
  overflow: hidden; }

.stamped-ugc-modal-list-photos ul {
  padding: 0;
  margin: 0 100px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9; }

.stamped-ugc-modal-list-photos ul li {
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 50px;
  margin-right: 6px;
  border: 3px solid #d4d4d4;
  background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  font-size: 0;
  opacity: .6;
  cursor: pointer;
  background-position-y: center !important;
  vertical-align: top; }

.stamped-ugc-modal-list-photos ul li:last-child {
  margin-right: 0; }

.stamped-ugc-modal-list-photos ul li.active {
  opacity: 1; }

@media screen and (min-width: 1000px) {
  .stamped-ugc-modal-image {
    min-height: 500px; }

  .stamped-ugc-modal-video {
    max-height: 500px !important; }

  .featherlight.featherlight-iframe iframe {
    width: 700px !important; } }
@media screen and (min-width: 1200px) {
  .stamped-ugc-modal-image {
    min-height: 500px; }

  .stamped-ugc-modal-video {
    max-height: 500px !important; }

  .featherlight.featherlight-iframe iframe {
    width: 800px !important; } }
@media screen and (min-width: 1400px) {
  .stamped-ugc-modal-image {
    min-height: 500px; }

  .stamped-ugc-modal-video {
    max-height: 600px !important; }

  .featherlight.featherlight-iframe iframe {
    width: 960px !important; } }
@media only screen and (max-width: 790px), only screen and (max-device-width: 790px) {
  .stamped-ugc-modal.open {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 10px !important; }

  .stamped-ugc-modal > div {
    height: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important; }

  .stamped-ugc-modal-content {
    overflow: visible !important;
    width: 100% !important;
    height: auto !important;
    min-height: 300px;
    max-height: none !important;
    background: #fff;
    margin-top: -6px; }

  .stamped-ugc-modal-content-wrapper {
    padding: 20px !important;
    margin-top: 0 !important; }

  .stamped-ugc-modal-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 0 0;
    box-shadow: none;
    content: ''; }

  .stamped-ugc-modal-list-photos {
    margin-bottom: 100px; }

  .stamped-ugc-modal-list-photos ul {
    margin: 0 !important;
    padding: 0; }

  .stamped-ugc-modal-image, .stamped-ugc-modal-image-wrapper {
    width: 100% !important;
    min-width: 100%;
    height: initial !important;
    min-height: 250px;
    background-size: contain !important;
    margin: 0 !important;
    line-height: 0; }

  .stamped-ugc-modal-image img {
    max-width: 100%;
    width: 100%; }

  .stamped-ugc-modal-video {
    max-height: 355px !important; }

  .stamped-ugc-modal-nav-next, .stamped-ugc-modal-nav-previous {
    height: 50%;
    min-height: 300px;
    max-height: 300px; }

  .stamped-ugc-modal-tags-product-title {
    margin-top: 0 !important;
    width: 65% !important;
    min-height: initial; }

  .stamped-ugc-modal-tags-button {
    float: left !important;
    margin-top: 5px !important; }

  .stamped-ugc-modal-wrapper .stamped-modal-close {
    background: #fff !important;
    color: #000 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8;
    top: 10px;
    right: 0;
    z-index: 3;
    font-size: 0; }

  .stamped-ugc-modal-image ul li {
    width: 10px;
    height: 10px; } }
div[data-widget-style=standard] div[data-count="0"] .stamped-header, div[data-widget-style=standard][data-count="0"] .stamped-header {
  margin-bottom: 0 !important; }

div[data-widget-style=standard] div[data-count="0"] .stamped-summary, div[data-widget-style=standard][data-count="0"] .stamped-summary {
  border-bottom: 1px solid #eee; }

div[data-widget-style=standard] div[data-count="0"] .summary-overview, div[data-widget-style=standard][data-count="0"] .summary-overview {
  margin: auto; }

div[data-widget-style=standard] div[data-count="0"] .stamped-summary-starrating .fa-star-half-o:before, div[data-widget-style=standard] div[data-count="0"] .stamped-summary-starrating .fa-star-o:before, div[data-widget-style=standard] div[data-count="0"] .stamped-summary-starrating .fa-star:before, div[data-widget-style=standard] div[data-count="0"] .stamped-summary-starrating .stamped-fa-star-half-o:before, div[data-widget-style=standard] div[data-count="0"] .stamped-summary-starrating .stamped-fa-star-o:before, div[data-widget-style=standard] div[data-count="0"] .stamped-summary-starrating .stamped-fa-star:before, div[data-widget-style=standard][data-count="0"] .stamped-summary-starrating .fa-star-half-o:before, div[data-widget-style=standard][data-count="0"] .stamped-summary-starrating .fa-star-o:before, div[data-widget-style=standard][data-count="0"] .stamped-summary-starrating .fa-star:before, div[data-widget-style=standard][data-count="0"] .stamped-summary-starrating .stamped-fa-star-half-o:before, div[data-widget-style=standard][data-count="0"] .stamped-summary-starrating .stamped-fa-star-o:before, div[data-widget-style=standard][data-count="0"] .stamped-summary-starrating .stamped-fa-star:before {
  font-size: 30px !important;
  color: #777; }

div[data-widget-style=standard] div[data-count="0"] .new-review-form, div[data-widget-style=standard] div[data-count="0"] .stamped-content form, div[data-widget-style=standard][data-count="0"] .new-review-form, div[data-widget-style=standard][data-count="0"] .stamped-content form {
  border-top: none !important; }

div[data-widget-style=standard] div[data-count="0"] ul.stamped-tabs, div[data-widget-style=standard][data-count="0"] ul.stamped-tabs {
  border-bottom: 0 !important; }

div.stamped-container[data-widget-style=standard], div[data-widget-style=standard] div.stamped-container {
  max-width: 1200px;
  margin: 30px auto !important;
  border: none !important;
  padding: 0 !important; }

div[data-widget-style=standard] h2.stamped-header-title, div[data-widget-style=standard] h3.stamped-form-title {
  display: none; }

div[data-widget-style=standard] .summary-rating:nth-child(1) .summary-rating-title:before, div[data-widget-style=standard] .summary-rating:nth-child(2) .summary-rating-title:before, div[data-widget-style=standard] .summary-rating:nth-child(3) .summary-rating-title:before, div[data-widget-style=standard] .summary-rating:nth-child(4) .summary-rating-title:before, div[data-widget-style=standard] .summary-rating:nth-child(5) .summary-rating-title:before {
  font-family: stamped-font !important;
  font-size: 17px;
  width: 200px !important;
  letter-spacing: -1px;
  color: #999; }

div[data-widget-style=standard] .summary-rating:nth-child(1) .summary-rating-title:before {
  content: '\f005\f005\f005\f005\f005'; }

div[data-widget-style=standard] .summary-rating:nth-child(2) .summary-rating-title:before {
  content: '\f005\f005\f005\f005\f006'; }

div[data-widget-style=standard] .summary-rating:nth-child(3) .summary-rating-title:before {
  content: '\f005\f005\f005\f006\f006'; }

div[data-widget-style=standard] .summary-rating:nth-child(4) .summary-rating-title:before {
  content: '\f005\f005\f006\f006\f006'; }

div[data-widget-style=standard] .summary-rating:nth-child(5) .summary-rating-title:before {
  content: '\f005\f006\f006\f006\f006'; }

div[data-widget-style=standard] .summary-rating-count:before {
  content: '('; }

div[data-widget-style=standard] .summary-rating-count:after {
  content: ')'; }

div[data-widget-style=standard] .summary-rating-title {
  font-size: 0 !important;
  width: 95px !important; }

div[data-widget-style=standard] .stamped-summary-ratings {
  width: 300px !important;
  margin-bottom: 20px !important; }

div[data-widget-style=standard] .summary-rating-bar {
  height: 15px !important;
  width: 130px !important; }

div[data-widget-style=standard] .summary-rating-count {
  color: #333 !important; }

div[data-widget-style=standard] .summary-rating-bar > div {
  font-size: 0 !important;
  height: 15px;
  line-height: 0;
  padding: 0; }

div[data-widget-style=standard] .stamped-summary-starrating .fa-star-half-o:before, div[data-widget-style=standard] .stamped-summary-starrating .fa-star-o:before, div[data-widget-style=standard] .stamped-summary-starrating .fa-star:before, div[data-widget-style=standard] .stamped-summary-starrating .stamped-fa-star-half-o:before, div[data-widget-style=standard] .stamped-summary-starrating .stamped-fa-star-o:before, div[data-widget-style=standard] .stamped-summary-starrating .stamped-fa-star:before {
  font-size: 26px !important; }

div[data-widget-style=standard] span.stamped-review-option-labels {
  display: flex !important; }

div[data-widget-style=standard] .stamped-review-options:not(:empty) {
  clear: both;
  background: #f9fafa;
  padding: 15px;
  border: 1px solid #eee;
  margin: 20px 0 !important;
  border-radius: 3px; }

div[data-widget-style=standard] .stamped-summary {
  position: relative; }

div[data-widget-style=standard] .stamped-header {
  margin-bottom: 20px; }

div[data-widget-style=standard] .stamped-tab-container {
  position: relative;
  font-size: 14px;
  height: 45px; }

div[data-widget-style=standard] .stamped-tab-container ul.stamped-tabs {
  height: 45px;
  padding: 0 !important;
  margin-bottom: 0; }

div[data-widget-style=standard] .stamped-summary-actions {
  margin-top: 0 !important;
  display: block !important;
  float: right;
  margin-bottom: -100px;
  position: absolute;
  z-index: 3;
  right: 0; }

div[data-widget-style=standard] label[for=stamped-sort-select] {
  float: right;
  margin-right: 1px; }

div[data-widget-style=standard] .new-review-form, div[data-widget-style=standard] .stamped-content form, div[data-widget-style=standard] .stamped-reviews {
  margin: 0 !important; }

div[data-widget-style=standard] .stamped-review:first-child {
  margin-top: 0 !important; }

@media only screen and (max-width: 480px) {
  div[data-widget-style=standard] .stamped-header {
    margin-bottom: 0 !important; }

  div[data-widget-style=standard] .stamped-summary-actions {
    position: initial !important;
    float: none !important;
    clear: both !important;
    display: inline-block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }

  div[data-widget-style=standard] a.stamped-summary-actions-newquestion, div[data-widget-style=standard] a.stamped-summary-actions-newreview {
    margin: 0 0 10px !important; }

  div[data-widget-style=standard] .stamped-summary-ratings {
    width: 100% !important;
    margin: 10px auto 20px !important; }

  div[data-widget-style=standard] ul.stamped-tabs li {
    width: 49%;
    margin-right: 0 !important;
    text-align: center; } }
span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-badge-caption:after {
  content: ''; }

.stamped-badge-caption[data-reviews][data-label]:after {
  content: " " attr(data-label); }

.stamped-container[data-widget-show-avatar=false] .stamped-review-avatar, .stamped-container[data-widget-show-date-qna=false] .stamped-questions .stamped-review .created, .stamped-container[data-widget-show-date=false] .stamped-reviews .stamped-review .created, .stamped-container[data-widget-show-filter-keywords=false] .stamped-reviews-filter-label, .stamped-container[data-widget-show-filter-keywords=false] .stamped-summary-keywords, .stamped-container[data-widget-show-graph=false] .stamped-summary-ratings, .stamped-container[data-widget-show-qna=false] a.stamped-summary-actions-newquestion, .stamped-container[data-widget-show-qna=false] li#tab-questions, .stamped-container[data-widget-show-share=false] .stamped-review-share, .stamped-container[data-widget-show-sort=false] #stamped-sort-select, .stamped-container[data-widget-show-summary-photo=false] .stamped-photos-carousel, .stamped-container[data-widget-show-summary-recommend=false] .stamped-summary-recommend, .stamped-container[data-widget-show-tab-qna=false] .stamped-tabs li#tab-questions, .stamped-container[data-widget-show-tab-reviews=false] .stamped-tabs li#tab-reviews, .stamped-container[data-widget-show-verified=false] .stamped-verified-badge, .stamped-container[data-widget-show-verified=false] .verified-badge, .stamped-container[data-widget-show-votes=false] .stamped-review-vote {
  display: none !important; }

.stamped-container[data-widget-show-filter-search=true] .stamped-reviews-search-text {
  display: block !important; }

.stamped-container[data-widget-show-filter-keywords=false] #stamped-reviews-filter {
  border: none !important; }

.stamped-container input:focus, .stamped-container select, .stamped-container textarea:focus {
  outline: 0; }

div[data-widget-style=standard] .stamped-questions, div[data-widget-style=two-columns] .stamped-reviews {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px !important; }

div[data-widget-style=two-columns] .stamped-review {
  vertical-align: top !important;
  width: calc(50% + -17.5px) !important;
  float: left !important;
  margin-top: 0 !important;
  position: relative; }

div[data-widget-style=two-columns] .stamped-review:first-child {
  margin-top: 24px;
  padding-top: 25px !important; }

div[data-widget-style=two-columns] .stamped-review:nth-child(2) {
  border-top: none !important; }

div[data-widget-style=two-columns] .stamped-review:nth-child(odd) {
  margin-right: 35px; }

div[data-widget-style=two-columns] .stamped-pagination {
  margin-top: 55px;
  margin-top: 3.4375rem;
  clear: both;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

div[data-widget-style=two-columns] .stamped-container {
  border: none !important;
  padding: 2em 0 !important; }

div[data-widget-style=two-columns] .stamped-review-footer {
  clear: both !important;
  font-size: 11px;
  opacity: .5;
  position: absolute;
  bottom: 0;
  width: 100%; }

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  div[data-widget-style=two-columns] .stamped-review {
    width: 100% !important;
    padding: 22px !important;
    margin-right: 0 !important; }

  div[data-widget-style=two-columns] .stamped-reviews {
    margin-top: 24px !important; }

  div[data-widget-style=two-columns] .stamped-sort-select {
    top: -2px !important; } }
#stamped-main-widget.stamped-ecwid {
  font-family: -apple-system,'Open Sans',sans-serif;
  background: #fff;
  border-radius: 10px; }

#stamped-main-widget.stamped-ecwid .stamped-container {
  border: none; }

#stamped-main-widget.stamped-ecwid .summary-rating-bar > div[data-rating="0"] {
  display: flex !important; }

#stamped-main-widget.stamped-ecwid .stamped-review-header .stamped-review-avatar {
  height: 60px !important;
  width: 60px !important;
  font-size: 23px !important;
  vertical-align: text-bottom !important;
  text-align: center !important;
  text-transform: inherit !important;
  font-style: initial !important;
  color: #ccc !important;
  float: left !important;
  margin-right: 10px !important;
  background: #fafafa !important;
  text-shadow: 1px 1px 0 #fff !important; }

#stamped-main-widget-holder .stamped-button {
  background: #eee !important;
  padding: 8px 10px !important; }

#stamped-main-widget-holder .stamped-review {
  padding: 24px 0 !important;
  border-top: 1px solid #dfdfdf !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }

#stamped-main-widget-holder .stamped-review:first-child {
  margin-top: 24px; }

#stamped-main-widget-holder .stamped-container {
  padding-bottom: 20px !important; }

#stamped-main-widget-holder .stamped-summary-starrating {
  float: left !important;
  margin: 0 6px 20px 0 !important; }

#stamped-main-widget-holder .stamped-summary-ratings {
  float: left !important;
  margin-left: 20px !important;
  padding-left: 20px !important;
  border-left: 1px solid #eee !important;
  color: #999 !important; }

#stamped-main-widget-holder .stamped-summary {
  margin-bottom: 20px !important; }

#stamped-badge-widget-holder {
  display: inline-block; }

#stamped-badge-widget-holder .fa-star:before, #stamped-badge-widget-holder .stamped-fa-star:before {
  font-size: 14px !important; }

#stamped-badge-widget-holder.hide-text .stamped-badge-caption {
  display: none !important; }

#stamped-badge-widget-holder .stamped-badge[data-rating="0.0"] {
  display: block !important; }

#stamped-reviews-widget {
  font-family: 'Open Sans'; }

#stamped-reviews-widget[data-widget-type=full-page]:empty:before {
  content: "Loading...";
  text-align: center;
  width: 100%;
  display: block; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all {
  border-top-left-radius: 3px; }

.ui-corner-all {
  border-top-right-radius: 3px; }

.ui-corner-all {
  border-bottom-left-radius: 3px; }

.ui-corner-all {
  border-bottom-right-radius: 3px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

@font-face {
  font-family: "Bebas-Neue";
  src: url("../fonts/Bebas-Neue.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Oswald-Light";
  src: url("../fonts/Oswald-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal; }
.btn.btn-lg, .btn-group-lg > .btn, .product-display .add-to-cart-form .btn.btn-primary, .checkout-edit .single-page-container .checkout-continue .btn.btn-primary, .hero a, .product-carousel .carousel-controls .carousel-btn, .top-footer h5, .checkout-edit .single-page-container .address-form-outer-container h3,
.checkout-edit .single-page-container .address-form-outer-container h4 {
  font-family: "Bebas-Neue", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.8px;
  line-height: 1rem; }

.brand-banner .brand-link a, .top-footer a, .bottom-footer a {
  color: #FFFFFF; }
  .brand-banner .brand-link a:hover, .top-footer a:hover, .bottom-footer a:hover, .brand-banner .brand-link a:focus, .top-footer a:focus, .bottom-footer a:focus {
    color: #cccccc;
    text-decoration: none; }

h1 {
  font-family: "Bebas-Neue", sans-serif;
  font-size: 3rem;
  line-height: 3rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.5rem;
      line-height: 3.5rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 5rem;
      line-height: 5rem; } }

h2 {
  font-family: "Oswald", sans-serif; }

h4 {
  font-family: "Oswald", sans-serif; }

h5 {
  font-family: "Oswald", sans-serif; }

a {
  font-family: "Bebas-Neue", sans-serif; }
  a:hover, a:focus {
    text-decoration: none; }

h6 {
  font-family: "Oswald", sans-serif; }

.inner-page-container p,
.inner-page-container span,
.inner-page-container ol,
.inner-page-container ul,
.inner-page-container li {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0; }

.block-h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: "Bebas-Neue", sans-serif; }
  @media (min-width: 768px) {
    .block-h2 {
      font-size: 3.5rem; } }

.font-xxl {
  font-size: 3rem;
  line-height: 3rem; }
  @media (min-width: 768px) {
    .font-xxl {
      font-size: 3.5rem;
      line-height: 3.5rem; } }

ul, ol, li {
  font-family: "Roboto", sans-serif;
  color: #181617; }

.btn.btn-lg, .btn-group-lg > .btn, .product-display .add-to-cart-form .btn.btn-primary, .checkout-edit .single-page-container .checkout-continue .btn.btn-primary {
  padding: 16px 43px;
  border-radius: 0px; }
  @media (min-width: 992px) {
    .btn.btn-lg, .btn-group-lg > .btn, .product-display .add-to-cart-form .btn.btn-primary, .checkout-edit .single-page-container .checkout-continue .btn.btn-primary {
      padding: 20px 55px; } }
  .btn.btn-lg:hover, .btn-group-lg > .btn:hover, .product-display .add-to-cart-form .btn.btn-primary:hover, .checkout-edit .single-page-container .checkout-continue .btn.btn-primary:hover, .btn.btn-lg:focus, .btn-group-lg > .btn:focus, .product-display .add-to-cart-form .btn.btn-primary:focus, .checkout-edit .single-page-container .checkout-continue .btn.btn-primary:focus {
    text-decoration: none; }
.btn.btn-primary {
  color: #FFFFFF;
  border-radius: 0; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #e6e6e6; }
.btn.btn-black, .product-display .add-to-cart-form .btn.btn-primary {
  color: #FFFFFF;
  background-color: #181617;
  border: 2px solid #181617; }
  .btn.btn-black:hover, .product-display .add-to-cart-form .btn.btn-primary:hover, .btn.btn-black:focus, .product-display .add-to-cart-form .btn.btn-primary:focus {
    background-color: black;
    border: 2px solid black; }
.btn.btn-white {
  background: #FFFFFF;
  color: #181617;
  border-color: #FFFFFF; }
  .btn.btn-white:hover, .btn.btn-white:focus {
    color: #181617;
    background: #f2f2f2; }
.btn.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #181617;
  color: #181617;
  border-radius: 0;
  transition: .2s; }
  .btn.btn-secondary:hover {
    background-color: #181617;
    color: #FFFFFF;
    transition: .2s; }
.btn.btn-secondary-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 0;
  transition: .2s; }
  .btn.btn-secondary-white:hover {
    background-color: #FFFFFF;
    color: #181617;
    transition: .2s; }
.btn.btn-video {
  position: relative; }
  .btn.btn-video::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: inline-block;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    margin-right: 10px; }
  .btn.btn-video::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    color: #CF3339;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    line-height: 38px;
    padding-left: 4px;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(20px, 14px);
    z-index: 1; }
  .btn.btn-video:hover::before {
    background-color: rgba(255, 255, 255, 0.5); }

label,
select {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600; }

.col-form-label {
  font-weight: 600;
  font-family: "Roboto", sans-serif; }

.form-control, .product-display .add-to-cart-form input[type="text"],
.product-display .add-to-cart-form input[type="number"],
.form-input {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: .8px; }

.form-input {
  border: 1px solid #D4D4D4;
  border-radius: 0;
  font-style: italic;
  padding: 20px 10px;
  margin: 5px 0; }
  @media screen and (min-width: 992px) {
    .form-input {
      padding: 25px 10px;
      margin: 10px 0; } }

.custom-select, .product-display .add-to-cart-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control-sm {
  font-size: 0.875rem; }

.input-group .btn {
  border-radius: 0; }

.custom-control, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div {
  min-height: 2.5rem;
  padding-left: 2.5rem; }

.custom-control-label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 600; }
  .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::before, .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::after {
    width: 1.8rem;
    height: 1.8rem;
    top: -.25rem;
    left: -2.5rem; }
  .custom-control-label::before, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::before {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.custom-control-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .form-check-label::after {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:checked ~ .custom-control-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:checked ~ .custom-control-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .custom-control-input:checked ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:checked ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-checkbox .form-check-input:checked ~ label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .custom-control-input:checked ~ .form-check-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:checked ~ .form-check-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-checkbox .payment-container input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-checkbox input:checked ~ .form-check-label::after, .custom-checkbox .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-checkbox .form-check-input:checked ~ .form-check-label::after {
    border-radius: 0.2rem; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .custom-control-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ .custom-control-label::after, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .form-check-input:checked ~ .custom-control-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio .custom-control-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .custom-radio input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-radio .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ label::after, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .custom-control-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .custom-radio input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper input:checked ~ .form-check-label::after, .custom-radio .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .custom-radio .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .payment-container .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row .delivery-option-wrapper .form-check-input:checked ~ .form-check-label::after, .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div .form-check-input:checked ~ .form-check-label::after {
    border-radius: 50%; }

.ui-widget.ui-widget-content {
  border: 0; }

.ui-widget-content {
  background: #D4D4D4; }

.ui-widget-header {
  background: #CF3339; }

.ui-slider-horizontal {
  height: .25em; }

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #D4D4D4;
  background: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  outline: 0; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.5em; }

th {
  font-family: "Bebas-Neue", sans-serif;
  font-size: 1.125rem; }

td {
  font-family: "Roboto", sans-serif; }

.page-content {
  padding-top: 66px; }
  @media screen and (min-width: 1200px) {
    .page-content {
      padding-top: 95px; } }
  @media screen and (min-width: 1500px) {
    .page-content {
      padding-top: 66px; } }

.form-control:focus, .product-display .add-to-cart-form input[type="text"]:focus,
.product-display .add-to-cart-form input[type="number"]:focus {
  box-shadow: none; }

.flex-100 {
  flex: 0 0 100%; }

@media screen and (min-width: 1500px) {
  .no-flex-xxl {
    flex: initial; } }
@media screen and (min-width: 1500px) {
  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; } }
.z-1 {
  z-index: 1; }

.background-text {
  position: absolute;
  text-transform: uppercase;
  font-family: "Bebas-Neue", sans-serif;
  color: rgba(0, 0, 0, 0.2);
  display: none;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  z-index: 0; }
  @media (min-width: 768px) {
    .background-text {
      display: initial;
      font-size: 110px;
      line-height: 77px; } }
  @media (min-width: 992px) {
    .background-text {
      font-size: 140px;
      line-height: 100px; } }
  @media screen and (min-width: 1500px) {
    .background-text {
      font-size: 200px;
      line-height: 150px; } }

.block-h2:before, .hero h1:before, .product-carousel-block h1:before, .product-display h1:before, .user-form-container .user-form h1:before, .user-account-container .user-account h1:before, .cart-container .cart-heading h1:before, .checkout-edit .checkout-edit h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 225px;
  border-bottom: 5px solid #CF3339; }
  @media (min-width: 768px) {
    .block-h2:before, .hero h1:before, .product-carousel-block h1:before, .product-display h1:before, .user-form-container .user-form h1:before, .user-account-container .user-account h1:before, .cart-container .cart-heading h1:before, .checkout-edit .checkout-edit h1:before {
      width: 375px; } }

.product-display .product-price {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 2.4px;
  margin-bottom: 1.5rem; }

.text-primary {
  color: #CF3339; }

.link {
  font-family: inherit;
  text-decoration: underline; }
  .link.link-muted {
    color: #6c757d; }
    .link.link-muted:hover {
      color: #545b62;
      text-decoration: underline; }

@media (min-width: 1200px) {
  .condensed-container {
    max-width: 1000px; } }

.dark-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 66px);
  background-image: url("../img/backgrounds/hero-home.jpg"); }
  .hero #hero-video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    display: none; }
    @media (min-width: 768px) {
      .hero #hero-video-background {
        display: block; } }
  @media (min-width: 768px) {
    .hero {
      height: 750px; } }
  .hero .background-text {
    top: 0;
    left: 10px;
    z-index: 3; }
  .hero a {
    color: #FFFFFF; }
    .hero a:hover, .hero a:focus {
      text-decoration: none;
      color: #cccccc; }
  .hero .slogan-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 3; }
    .hero .slogan-container h1::before {
      right: 0;
      left: initial; }
  .hero .slogan {
    padding-top: 2rem;
    text-align: right; }
  .hero .dark-overlay {
    z-index: 2; }

.product-carousel-block {
  background-color: #FFFFFF; }
  .product-carousel-block h1:before {
    width: 237px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .product-carousel-block h1:before {
        width: 386px; } }
  .product-carousel-block .background-text {
    color: rgba(0, 0, 0, 0.08);
    top: 185px; }
  .product-carousel-block h5 {
    color: #CF3339; }
  .product-carousel-block .product-information-block {
    display: none; }
    @media (min-width: 992px) {
      .product-carousel-block .product-information-block {
        display: initial;
        background: #FFFFFF;
        width: 60%;
        max-width: 320px;
        opacity: 0;
        transition: opacity 0.5s ease 0s;
        position: absolute;
        top: 20%;
        right: 0;
        box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
        padding: 40px 20px 50px; } }
  .product-carousel-block .product-category {
    color: #A4A4A4;
    font-size: 24px;
    font-family: "Bebas-Neue", sans-serif; }
  .product-carousel-block .product-name {
    color: #181617;
    font-size: 36px;
    line-height: 36px;
    font-family: "Bebas-Neue", sans-serif; }
  .product-carousel-block .product-blurb {
    color: #181617;
    font-size: 18px;
    font-family: "Oswald", sans-serif; }
  .product-carousel-block a {
    font-size: 18px; }
  .product-carousel-block .mobile-product-information-block {
    padding: 0; }
    @media (min-width: 992px) {
      .product-carousel-block .mobile-product-information-block {
        display: none; } }

.product-carousel {
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 0;
  height: 250px;
  margin: 0; }
  @media (min-width: 768px) {
    .product-carousel {
      height: 400px; } }
  @media (min-width: 992px) {
    .product-carousel {
      height: 600px; } }
  @media (min-width: 1200px) {
    .product-carousel {
      height: 700px; } }
  .product-carousel .carousel-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column-reverse;
    align-items: flex-start; }
    .product-carousel .carousel-controls.right-control {
      left: initial;
      right: 0;
      flex-direction: column;
      align-items: flex-end; }
    @media (min-width: 1200px) {
      .product-carousel .carousel-controls.slider-control {
        flex-direction: row;
        align-items: center; } }
    .product-carousel .carousel-controls.backward, .product-carousel .carousel-controls.forward {
      transition: all 0.5s ease 0s; }
    .product-carousel .carousel-controls .carousel-btn {
      color: #CF3339;
      font-size: 18px;
      text-transform: uppercase;
      background-color: rgba(255, 255, 255, 0.4);
      padding: 0.375rem 0.75rem; }
      .product-carousel .carousel-controls .carousel-btn span,
      .product-carousel .carousel-controls .carousel-btn i {
        color: #181617; }
      .product-carousel .carousel-controls .carousel-btn:hover {
        background-color: rgba(255, 255, 255, 0.65);
        color: #a8272c; }
  .product-carousel .carousel-track {
    transform: translateX(-10%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }
  .product-carousel .carousel-slide {
    top: 0;
    bottom: 0;
    position: absolute;
    padding: 0px 10px;
    width: 40%;
    background: transparent;
    opacity: 0.6;
    transition: all .5s ease 0s; }
    .product-carousel .carousel-slide img {
      transform: scale(0.85);
      -moz-transform: scale(0.85);
      transition: -webkit-transform 0.5s ease 0s;
      transition: transform 0.5s ease 0s;
      transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }
    .product-carousel .carousel-slide.active {
      opacity: 1; }
      .product-carousel .carousel-slide.active img {
        transform: scale(1);
        -moz-transform: scale(1); }
      .product-carousel .carousel-slide.active .product-information-block {
        opacity: 1; }
  .product-carousel .slide-background {
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%; }

.featured-block {
  padding: 80px 0;
  position: relative; }
  .featured-block h2 {
    font-size: 3rem;
    letter-spacing: 3px; }
    @media (min-width: 768px) {
      .featured-block h2 {
        font-size: 3.5rem; } }
    .featured-block h2:before {
      border-bottom: 5px solid #CF3339;
      width: 300px; }
      @media (min-width: 768px) {
        .featured-block h2:before {
          width: 370px; } }
  .featured-block h5 {
    color: #CF3339;
    letter-spacing: 1px; }
  .featured-block .background-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat; }
  .featured-block .single-product-block {
    background: #FFFFFF;
    padding: 2rem 3rem;
    height: 100%; }
    .featured-block .single-product-block .price {
      font-size: 16px; }
    .featured-block .single-product-block a {
      text-align: center;
      font-size: 1.125rem; }
    .featured-block .single-product-block h4 {
      color: #A4A4A4;
      font-size: 1.5rem;
      font-family: "Bebas-Neue", sans-serif;
      text-align: center; }
    .featured-block .single-product-block h3 {
      color: #181617;
      font-size: 36px;
      font-family: "Bebas-Neue", sans-serif;
      text-align: center; }

.featured-blocks-container .featured-block {
  padding: 15px 0; }
  .featured-blocks-container .featured-block h1 {
    font-size: 3rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .featured-blocks-container .featured-block h1 {
        font-size: 3.5rem; } }
  .featured-blocks-container .featured-block h5 {
    color: inherit; }
.featured-blocks-container .first-featured-container {
  background: #FFFFFF; }
  .featured-blocks-container .first-featured-container .background-image {
    background-image: url("../img/backgrounds/hero-home.jpg");
    background-size: 100% auto;
    opacity: .3; }
.featured-blocks-container .second-featured-container {
  background: #000; }
  .featured-blocks-container .second-featured-container .background-image {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 90%, black 100%), url("../img/backgrounds/rally-home.jpg");
    background-position: center;
    opacity: .3; }

.featured-new-releases-block .background-image {
  background: #000 url("https://bucketeer-ed9b8264-d66e-40ce-9270-a4e33f6aed44.s3.us-east-1.amazonaws.com//app/public/spree/digital_assets/41/original/rally-home-small.jpg") center/cover no-repeat; }
.featured-new-releases-block h2::before {
  border-color: #FFFFFF; }

.featured-karting-block .background-image {
  background: #000 url("../img/backgrounds/karting-featured-block.jpg") center/cover no-repeat;
  z-index: -1; }
.featured-karting-block .background-text {
  color: rgba(244, 244, 244, 0.2);
  right: 0; }
.featured-karting-block .single-product-block {
  padding: 0; }
.featured-karting-block h5 {
  color: #FFCC00; }
.featured-karting-block h2::before {
  border-color: #FFCC00; }
.featured-karting-block a {
  color: #181617; }
  .featured-karting-block a:hover {
    color: black; }
.featured-karting-block .btn-primary {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .featured-karting-block .btn-primary:hover {
    color: #212529;
    background-color: #d9ad00;
    border-color: #cca300; }
  .featured-karting-block .btn-primary:focus, .featured-karting-block .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 204, 0, 0.5); }
  .featured-karting-block .btn-primary.disabled, .featured-karting-block .btn-primary:disabled {
    color: #212529;
    background-color: #FFCC00;
    border-color: #FFCC00; }
  .featured-karting-block .btn-primary:not(:disabled):not(.disabled):active, .featured-karting-block .btn-primary:not(:disabled):not(.disabled).active, .show > .featured-karting-block .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #cca300;
    border-color: #bf9900; }
    .featured-karting-block .btn-primary:not(:disabled):not(.disabled):active:focus, .featured-karting-block .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .featured-karting-block .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 204, 0, 0.5); }

.featured-racing-block {
  background-color: black; }
  .featured-racing-block .background-image {
    background-image: url("https://bucketeer-ed9b8264-d66e-40ce-9270-a4e33f6aed44.s3.us-east-1.amazonaws.com//app/public/spree/digital_assets/40/original/Rossi1-sml.JPG"); }
    @media (min-width: 768px) {
      .featured-racing-block .background-image {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 90%, black 100%), url("https://bucketeer-ed9b8264-d66e-40ce-9270-a4e33f6aed44.s3.us-east-1.amazonaws.com//app/public/spree/digital_assets/40/original/Rossi1-sml.JPG");
        right: 40%;
        background-position: center; } }
  .featured-racing-block h5 {
    color: #7ED247; }
  .featured-racing-block h2::before {
    border-color: #7ED247; }
  .featured-racing-block a {
    color: #7ED247; }
    .featured-racing-block a:hover {
      color: #59a428; }
  .featured-racing-block .btn-primary {
    color: #212529;
    background-color: #7ED247;
    border-color: #7ED247;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    .featured-racing-block .btn-primary:hover {
      color: #212529;
      background-color: #6ac330;
      border-color: #64b92d; }
    .featured-racing-block .btn-primary:focus, .featured-racing-block .btn-primary.focus {
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(126, 210, 71, 0.5); }
    .featured-racing-block .btn-primary.disabled, .featured-racing-block .btn-primary:disabled {
      color: #212529;
      background-color: #7ED247;
      border-color: #7ED247; }
    .featured-racing-block .btn-primary:not(:disabled):not(.disabled):active, .featured-racing-block .btn-primary:not(:disabled):not(.disabled).active, .show > .featured-racing-block .btn-primary.dropdown-toggle {
      color: #FFFFFF;
      background-color: #64b92d;
      border-color: #5faf2b; }
      .featured-racing-block .btn-primary:not(:disabled):not(.disabled):active:focus, .featured-racing-block .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .featured-racing-block .btn-primary.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(126, 210, 71, 0.5); }

@media (min-width: 1200px) {
  .form-filters {
    padding-right: 1.5rem; } }
.form-filters .custom-control-label, .form-filters .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper label, .checkout-edit .single-page-container .delivery-payment-container .delivery-row .delivery-option-wrapper .form-filters label, .form-filters .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-filters .form-check-label {
  color: #7D7D7D; }
.form-filters .col-form-label {
  display: block;
  margin: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 1rem; }
.form-filters form > .col-form-label:first-of-type {
  border-top: 0;
  padding-top: 0; }
.form-filters .filters-header {
  padding: 1rem 0; }
.form-filters .link {
  font-size: 0.875rem; }

.slider-container .form-control, .slider-container .product-display .add-to-cart-form input[type="text"], .product-display .add-to-cart-form .slider-container input[type="text"],
.slider-container .product-display .add-to-cart-form input[type="number"],
.product-display .add-to-cart-form .slider-container input[type="number"] {
  max-width: 70px;
  text-align: center;
  font-weight: 600;
  padding-left: 1.5rem; }
.slider-container .ui-widget.ui-widget-content {
  margin: 0 2rem; }
.slider-container label {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem; }
.slider-container .currency {
  position: absolute;
  padding: 0 0.75rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  top: 0;
  left: 0;
  line-height: calc(2.25rem + 2px);
  opacity: .75; }
  .slider-container .currency::before {
    content: '$';
    position: relative; }

.product-display {
  padding-top: 2.5rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .product-display {
      padding-top: 6.5rem;
      margin-bottom: 3rem; } }
  .product-display .background-text {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(0, 0, 0, 0.04); }
  .product-display p {
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.5rem;
    margin-bottom: 1.5rem; }
  .product-display .product-price {
    color: #181617; }
  .product-display .carousel-item {
    height: 100%; }
  .product-display .carousel-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px; }
    @media (min-width: 768px) {
      .product-display .carousel-img-container {
        height: 350px; } }
    @media (min-width: 992px) {
      .product-display .carousel-img-container {
        height: 100%; } }
    .product-display .carousel-img-container img {
      max-height: 250px; }
      @media (min-width: 768px) {
        .product-display .carousel-img-container img {
          max-height: 350px; } }
      @media (min-width: 992px) {
        .product-display .carousel-img-container img {
          max-height: 500px; } }
  .product-display .carousel-indicator-container {
    padding: 0px 30px;
    overflow: hidden; }
    .product-display .carousel-indicator-container i {
      color: #A4A4A4; }
    .product-display .carousel-indicator-container #previous {
      left: 0; }
    .product-display .carousel-indicator-container #next {
      right: 0; }
  .product-display .product-carousel-control:hover {
    cursor: pointer; }
  .product-display .indicator-track {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .product-display .carousel-indicators {
    margin: 10px 0px;
    padding: 15px 0;
    bottom: 0;
    position: relative;
    display: block;
    white-space: nowrap;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }
  .product-display .carousel-indicator {
    transition: 0.5s ease;
    width: calc(25% - 4px);
    display: inline-block;
    padding: 0 5px;
    margin: 30px 0; }
  .product-display .indicator-container {
    background: #FFFFFF;
    height: initial;
    width: initial;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 0.5rem; }
    .product-display .indicator-container:hover {
      cursor: pointer;
      border: 1px solid #000; }
    .product-display .indicator-container img {
      max-height: 40px;
      margin: auto; }
      @media (min-width: 768px) {
        .product-display .indicator-container img {
          max-height: 80px; } }
  .product-display .active-slide {
    border: 1px solid #000; }
  .product-display .product-price {
    display: inline-block; }
  .product-display .compare-at-price {
    text-decoration: line-through;
    display: inline-block;
    padding-left: 5px;
    color: #CF3339; }
  .product-display .add-to-cart .errors {
    color: #CF3339;
    font-family: "Roboto", sans-serif; }
  .product-display .add-to-cart input[type=number]::-webkit-inner-spin-button,
  .product-display .add-to-cart input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }
  .product-display .add-to-cart input[type=number] {
    -moz-appearance: textfield; }
  .product-display .add-to-cart-form label {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #000;
    display: block; }
  .product-display .add-to-cart-form input[type='radio'] {
    display: none; }
  .product-display .add-to-cart-form input[type="radio"]:checked + label.color-swatch {
    position: relative; }
    .product-display .add-to-cart-form input[type="radio"]:checked + label.color-swatch::before {
      content: "";
      background-image: url("../img/icons/checkmark.svg");
      background-repeat: no-repeat;
      background-position: center;
      line-height: 40px;
      font-size: 24px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .product-display .add-to-cart-form .color-swatch {
    width: 44px;
    border-radius: 81px; }
  @media (min-width: 992px) {
    .product-display .add-to-cart-form .color .buttons {
      max-width: 157px; } }
  .product-display .add-to-cart-form .product-option {
    display: inline-block; }
    .product-display .add-to-cart-form .product-option:last-of-type {
      display: block; }
  .product-display .add-to-cart-form .product-option,
  .product-display .add-to-cart-form .quantity-section {
    margin-right: 40px;
    margin-top: 30px; }
  .product-display .add-to-cart-form .quantity {
    max-width: 80px; }
  .product-display .add-to-cart-form .buttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .product-display .add-to-cart-form .single-button {
    display: inline-block;
    margin: 10px 5px 5px; }
    .product-display .add-to-cart-form .single-button:first-child {
      margin-left: 0px; }
    .product-display .add-to-cart-form .single-button:nth-child(4) {
      margin-left: 0px; }
    .product-display .add-to-cart-form .single-button:nth-child(7) {
      margin-left: 0px; }
  .product-display .add-to-cart-form .required-message {
    display: none; }
  .product-display .add-to-cart-form .btn-primary {
    margin-top: 1.5rem; }
    @media (min-width: 576px) {
      .product-display .add-to-cart-form .btn-primary {
        width: initial; } }
    @media (min-width: 992px) {
      .product-display .add-to-cart-form .btn-primary {
        margin-top: 3rem; } }
  .product-display .breadcrumb-container {
    background-color: transparent; }
  .product-display .required-message {
    display: none; }
  .product-display .product-option.error > label {
    color: #CF3339; }
    .product-display .product-option.error > label .required-message {
      display: inline; }

.brand-banner-container {
  background-color: #393939; }

.brand-banner {
  display: flex;
  flex-direction: column;
  padding: 10px 0 5px; }
  @media screen and (min-width: 992px) {
    .brand-banner {
      flex-direction: row;
      padding: 20px 0; } }
  .brand-banner .brands {
    display: flex; }
    .brand-banner .brands .brand-container {
      margin: auto;
      padding: 0 5px 0 0; }
      @media screen and (min-width: 576px) {
        .brand-banner .brands .brand-container {
          padding: 0 30px 0 0; } }
      @media screen and (min-width: 992px) {
        .brand-banner .brands .brand-container {
          margin: auto 0; } }
      @media screen and (min-width: 1200px) {
        .brand-banner .brands .brand-container {
          padding: 0 50px 0 0; } }
  .brand-banner .brand-link {
    padding: 5px 0;
    text-align: right; }
    @media screen and (min-width: 992px) {
      .brand-banner .brand-link {
        margin: auto 0 auto auto; } }
    @media screen and (min-width: 1200px) {
      .brand-banner .brand-link {
        padding: 0; } }
    .brand-banner .brand-link a {
      font-size: 1.125rem; }

.block-divider {
  height: 88px;
  background: #545454; }

.top-footer {
  background: #474345;
  padding: 1rem; }
  @media (min-width: 992px) {
    .top-footer {
      padding: 2rem 4rem; } }
  .top-footer h5 {
    color: #FFFFFF; }
  .top-footer a {
    font-family: "Bebas-Neue", sans-serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px; }
  .top-footer .flex-item {
    flex: 0 0 100%;
    padding: 0 15px; }
    @media (min-width: 992px) {
      .top-footer .flex-item {
        flex: 1; } }

.footer-menu-section {
  padding: 10px 0; }
  @media (min-width: 992px) {
    .footer-menu-section {
      padding: 0; } }

.bottom-footer {
  background: #181617; }
  .bottom-footer p {
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
    font-size: 0.875rem; }
  .bottom-footer a {
    font-family: "Oswald", sans-serif;
    font-size: 0.875rem; }

.logobar a {
  color: #FFFFFF; }
  .logobar a:hover, .logobar a:focus {
    color: #cccccc;
    text-decoration: none; }

.navbar.navbar-dark {
  background: #181617;
  padding: 0rem; }
  .navbar.navbar-dark .navbar-brand img {
    height: 50px; }
  .navbar.navbar-dark .form-control, .navbar.navbar-dark .product-display .add-to-cart-form input[type="text"], .product-display .add-to-cart-form .navbar.navbar-dark input[type="text"],
  .navbar.navbar-dark .product-display .add-to-cart-form input[type="number"],
  .product-display .add-to-cart-form .navbar.navbar-dark input[type="number"] {
    border-radius: 0;
    background: transparent;
    border: 1px solid #545454;
    color: #7D7D7D;
    border-right: 0px; }
  .navbar.navbar-dark .search-submit-button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #545454;
    color: #7D7D7D;
    border-left: 0px;
    cursor: pointer; }
  .navbar.navbar-dark .form-inline {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 0.75rem; }
    @media (min-width: 1200px) {
      .navbar.navbar-dark .form-inline {
        justify-content: left;
        padding-top: 0.75rem;
        padding-bottom: 0; } }
    @media screen and (min-width: 1500px) {
      .navbar.navbar-dark .form-inline {
        padding-top: 0;
        width: initial; } }
  .navbar.navbar-dark .input-group {
    width: 100%;
    max-width: 760px; }
    @media screen and (min-width: 1500px) {
      .navbar.navbar-dark .input-group {
        width: 350px; } }
  @media (min-width: 1200px) {
    .navbar.navbar-dark .secondary-logo {
      padding-top: 0.75rem;
      margin-right: 1.75rem; } }
  @media screen and (min-width: 1500px) {
    .navbar.navbar-dark .secondary-logo {
      padding-top: 0;
      margin-right: 1.75rem; } }
  .navbar.navbar-dark .dropdown {
    text-align: center; }
  .navbar.navbar-dark .dropdown-menu {
    background-color: #272424; }
  @media (min-width: 992px) {
    .navbar.navbar-dark .navbar-collapse {
      flex-wrap: wrap; } }
  .navbar.navbar-dark .nav-link {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1.125rem;
    transition: color, 0.3s ease;
    padding: 0.75rem;
    white-space: nowrap; }
    .navbar.navbar-dark .nav-link:hover, .navbar.navbar-dark .nav-link:focus {
      text-decoration: none;
      color: #cccccc;
      background-color: transparent; }
  .navbar.navbar-dark .nav-link-lg {
    font-size: 1.125rem; }
  .navbar.navbar-dark .nav-cart {
    background: #CF3339; }
    .navbar.navbar-dark .nav-cart a {
      font-size: 1.125rem;
      color: #FFFFFF;
      white-space: nowrap; }
    .navbar.navbar-dark .nav-cart .fas {
      color: #FFFFFF; }
  .navbar.navbar-dark .navbar-toggler {
    border: 0; }
    .navbar.navbar-dark .navbar-toggler:focus {
      outline: none; }
  .navbar.navbar-dark .cart-bubble-count {
    display: none; }

.product-card-container {
  margin-bottom: 2rem; }

.product-card {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 100%;
  transition: 0.2s ease 0s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .product-card a {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    color: #000; }
    .product-card a:hover, .product-card a:focus {
      color: #CF3339; }
  .product-card .product-price {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 1.5rem;
    display: inline-block; }
  .product-card .compare-at-price {
    font-family: "Roboto", sans-serif;
    text-decoration: line-through;
    display: inline-block;
    padding-left: 5px;
    color: #CF3339; }
  .product-card .price {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 1rem; }
  .product-card .product-details {
    padding-top: 3rem; }
    .product-card .product-details .product-name {
      font-size: 1.25rem;
      margin-bottom: 1rem;
      text-transform: uppercase; }
      .product-card .product-details .product-name:hover {
        color: initial; }
    .product-card .product-details a {
      font-size: 1rem;
      text-transform: uppercase; }
  .product-card .star-rating {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    transition: 0.5s ease;
    opacity: 1;
    color: #7D7D7D; }
    .product-card .star-rating p {
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem; }
    .product-card .star-rating i {
      color: #FFB526; }
  .product-card:hover, .product-card:focus {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
    outline: 0; }

.product-grid-container {
  background-color: #FAFAFA;
  padding: 20px 0 50px; }
  .product-grid-container .next-page-nav {
    padding-top: 50px;
    text-align: center; }
  .product-grid-container .background-text {
    left: auto;
    right: 0;
    transform: none; }

.product-grid .breadcrumb-container {
  background-color: transparent; }
.product-grid .quick-view {
  padding: 1.5rem 0;
  width: 100%; }
  .product-grid .quick-view a {
    display: block;
    transition: transform ease-in-out .3s; }
  .product-grid .quick-view .rating {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 1rem;
    right: 0;
    left: 0; }
.product-grid .product-card:hover .quick-view .rating, .product-grid .product-card:focus .quick-view .rating {
  visibility: visible;
  opacity: 1; }
.product-grid .product-card:hover .quick-view a:first-child, .product-grid .product-card:focus .quick-view a:first-child {
  transform: translateY(-1rem);
  color: #CF3339; }

.newsletter-bar {
  background: #545454;
  padding: 1.5rem 0; }
  @media (min-width: 992px) {
    .newsletter-bar {
      padding: 3rem 0; } }
  .newsletter-bar h3 {
    font-family: "Bebas-Neue", sans-serif;
    color: #FFFFFF; }
  .newsletter-bar p {
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    color: #FFFFFF; }
  .newsletter-bar input {
    border-radius: 0;
    padding: 30px;
    border-right: 0; }

.related-products h2 {
  line-height: 3rem; }
  .related-products h2:before {
    left: 50%;
    transform: translateX(-50%); }
.related-products h5 {
  color: #CF3339; }
.related-products .btn.btn-primary {
  color: #FFFFFF; }
  .related-products .btn.btn-primary:hover, .related-products .btn.btn-primary:focus {
    color: #FFFFFF; }

.full-page-error-container {
  padding: 40px 0;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .full-page-error-container {
      padding: 80px 0; } }
  .full-page-error-container .full-page-error-title {
    margin-bottom: 20px; }
  .full-page-error-container .full-page-error-details {
    margin-bottom: 20px; }

.user-form-container {
  padding: 40px 0;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .user-form-container {
      padding: 80px 0; } }
  .user-form-container .user-form h1:before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .user-form-container .user-inputs {
    max-width: 300px;
    margin: auto; }
  .user-form-container .user-btns {
    padding: 20px 0; }

.user-account-container {
  padding: 40px 0; }
  @media screen and (min-width: 992px) {
    .user-account-container {
      padding: 80px 0; } }
  .user-account-container .user-account .account-btns #logout {
    display: inline-block;
    vertical-align: middle;
    font-family: "Bebas-Neue", sans-serif; }
  .user-account-container .user-account-orders {
    padding: 40px 0; }
    .user-account-container .user-account-orders .order {
      padding: 20px 0; }
      .user-account-container .user-account-orders .order .order-number-container {
        display: flex;
        flex-direction: column; }
        @media (min-width: 576px) {
          .user-account-container .user-account-orders .order .order-number-container {
            flex-direction: row;
            justify-content: space-between;
            border-bottom: 1px solid #181617; } }
        @media (min-width: 576px) {
          .user-account-container .user-account-orders .order .order-number-container .view-details {
            margin: auto 0; } }
      .user-account-container .user-account-orders .order .order-item {
        padding: 10px 0;
        text-transform: capitalize; }

.breadcrumb-container {
  background-color: #FFFFFF;
  padding: 10px 0;
  letter-spacing: 2px;
  text-align: center; }
  .breadcrumb-container ol {
    margin-bottom: 0; }
    .breadcrumb-container ol li {
      display: inline-block;
      font-family: "Bebas-Neue", sans-serif;
      padding-right: .5rem; }
      .breadcrumb-container ol li + li::before {
        content: '\f054';
        color: #181617;
        display: inline-block;
        padding-right: .5rem;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: .5rem;
        vertical-align: middle; }
  .breadcrumb-container .current-crumb {
    font-family: "Bebas-Neue", sans-serif; }

.flash-messages {
  position: absolute;
  z-index: 1;
  width: 300px;
  margin-top: 75px;
  left: calc(50% - 150px);
  font-family: "Oswald", sans-serif; }
  @media screen and (min-width: 576px) {
    .flash-messages {
      width: 500px;
      left: calc(50% - 250px); } }
  @media screen and (min-width: 1200px) {
    .flash-messages {
      margin-top: 150px; } }
  .flash-messages .alert {
    border-radius: 0; }
    .flash-messages .alert .close span {
      font-size: 40px; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
.fade-away {
  -webkit-animation: fadeOut 5s;
  animation: fadeOut 5s;
  animation-fill-mode: forwards; }

.blog-index .background-text, .post-show .background-text {
  z-index: 1; }

.hero-container {
  padding: 130px 0;
  margin-bottom: 35px;
  position: relative; }
  .hero-container .backsplash {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
  .hero-container .content {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 20px;
    min-width: 33%;
    color: #FFFFFF; }
    .hero-container .content .category-name {
      display: inline-block;
      margin-bottom: 10px;
      font-family: "Oswald", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 6px;
      color: #A4A4A4; }
    .hero-container .content .btn {
      padding: 15px 60px; }
  .hero-container .post-meta .published-at {
    padding: 0 20px; }
  .hero-container .single-post {
    text-align: center; }

.pagination-container {
  margin: 10px 0; }

.content-feed-count {
  text-align: right;
  margin: 20px 0 50px 0; }

.blog-content {
  padding-bottom: 75px;
  font-size: 20px; }
  .blog-content .published-at {
    padding-bottom: 20px;
    border-bottom: 1px solid #181617; }

.video-container {
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.media-container {
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media screen and (min-width: 992px) {
    .media-container {
      flex-direction: row; } }
  .media-container .media-card {
    flex: 0 0 auto;
    margin: 20px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
    transition: .2s; }
    @media screen and (min-width: 992px) {
      .media-container .media-card {
        width: calc(33.33333333% - 40px);
        margin: 20px; } }
    .media-container .media-card:hover {
      box-shadow: none;
      transition: .2s; }
    .media-container .media-card .published-at {
      display: inline-block;
      padding-bottom: 5px;
      margin-top: 20px;
      margin-bottom: 5px;
      font-size: 12px;
      font-family: "Oswald", sans-serif; }
    .media-container .media-card .media-card-image {
      height: 320px;
      background-position: center center;
      background-size: cover; }
    .media-container .media-card .media-card-video-thumbnail:after {
      content: '';
      background: url("https://www.stilohelmets.com/theme_assets/images/play-button.png") no-repeat center;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      top: 0;
      left: 0;
      display: block;
      z-index: 1; }
    .media-container .media-card .media-card-text {
      padding: 1rem;
      background-color: #FFFFFF;
      display: flex;
      flex-direction: column; }
      .media-container .media-card .media-card-text a {
        width: 100%;
        color: #181617; }
      .media-container .media-card .media-card-text h6 {
        text-transform: uppercase; }
      .media-container .media-card .media-card-text .category-name {
        display: inline-block;
        margin-bottom: 10px;
        font-family: "Oswald", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 6px;
        color: #A4A4A4; }
      .media-container .media-card .media-card-text .media-card-social-icon {
        display: inline-block;
        width: 1.5rem;
        color: black; }
      .media-container .media-card .media-card-text .card-title {
        font-size: 20px;
        font-weight: 700; }
      .media-container .media-card .media-card-text .category-link {
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .media-container .media-card .media-card-text .card-author {
        text-align: right; }
    .media-container .media-card .call-to-action {
      display: inline-block;
      font-family: Karla, sans-serif;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #CF3339; }

.modal {
  left: auto; }

.modal-open {
  overflow: initial; }

.modal-backdrop.show {
  opacity: 0; }

#addToCartInterstitial {
  padding-right: 0px !important;
  width: calc(100vw - (100vw - 100%));
  background: rgba(0, 0, 0, 0.7); }
  #addToCartInterstitial .modal-dialog {
    margin: 0 0 0 auto;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      #addToCartInterstitial .modal-dialog {
        width: 400px; } }
  #addToCartInterstitial .modal-content {
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0;
    height: 100%; }
    #addToCartInterstitial .modal-content .cart-number-bubble {
      position: absolute;
      top: 9px;
      left: 18px;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      background-color: #CF3339;
      color: #FFFFFF;
      font-family: "Bebas-Neue", sans-serif;
      font-size: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #addToCartInterstitial .modal-content h5 {
      color: #7D7D7D;
      font-family: "Bebas-Neue", sans-serif; }
    #addToCartInterstitial .modal-content .modal-header {
      border-radius: 0px;
      border-top: 0px;
      border-bottom: 0px;
      padding: 40px;
      display: block; }
      #addToCartInterstitial .modal-content .modal-header .cart-container {
        position: relative;
        padding: 15px 0;
        color: #000;
        font-size: 20px; }
        #addToCartInterstitial .modal-content .modal-header .cart-container img {
          height: 20px; }
      #addToCartInterstitial .modal-content .modal-header .close-modal {
        border: 1px solid #000;
        font-family: "Bebas-Neue", sans-serif;
        font-size: 12px;
        padding: 8px 30px;
        text-transform: initial;
        letter-spacing: 1px;
        border-radius: 0px; }
        @media screen and (min-width: 1200px) {
          #addToCartInterstitial .modal-content .modal-header .close-modal {
            font-size: 15px; } }
      #addToCartInterstitial .modal-content .modal-header img {
        margin-right: 5px;
        margin-top: 3px; }
    #addToCartInterstitial .modal-content .modal-body {
      padding: 0 40px 40px; }
      #addToCartInterstitial .modal-content .modal-body #cart-items-count {
        font-family: "Roboto", sans-serif;
        color: #7D7D7D;
        letter-spacing: 1px; }
      #addToCartInterstitial .modal-content .modal-body .view-cart {
        border: 1px solid #000;
        font-family: "Bebas-Neue", sans-serif;
        font-size: 10px;
        margin: 5px 10px 0 0;
        padding: 10px 15px; }
        @media screen and (min-width: 576px) {
          #addToCartInterstitial .modal-content .modal-body .view-cart {
            font-size: 15px; } }
        #addToCartInterstitial .modal-content .modal-body .view-cart img {
          margin-left: 10px;
          width: 20px; }
      #addToCartInterstitial .modal-content .modal-body h6 {
        font-family: "Bebas-Neue", sans-serif; }
    #addToCartInterstitial .modal-content .cart-items-container {
      max-height: calc(100vh - 382px);
      overflow-y: auto; }
      @media screen and (min-width: 768px) {
        #addToCartInterstitial .modal-content .cart-items-container {
          max-height: calc(100vh - 461px); } }
    #addToCartInterstitial .modal-content #cart-items {
      margin: 10px 0; }
      #addToCartInterstitial .modal-content #cart-items .cart-item {
        border-bottom: 1px solid #A4A4A4;
        display: flex;
        padding: 25px 0 20px; }
        #addToCartInterstitial .modal-content #cart-items .cart-item:first-child {
          border-top: 1px solid #A4A4A4; }
      #addToCartInterstitial .modal-content #cart-items .cart-item-container {
        position: relative;
        width: 70px;
        margin-right: 10px; }
      #addToCartInterstitial .modal-content #cart-items .cart-item-details {
        width: calc(100% - 80px); }
      #addToCartInterstitial .modal-content #cart-items h5 {
        text-transform: uppercase;
        margin: 0;
        color: #000;
        font-family: "Bebas-Neue", sans-serif;
        width: 60%;
        display: inline-block;
        float: left;
        padding-top: 5px;
        font-size: 16px; }
        @media screen and (min-width: 768px) {
          #addToCartInterstitial .modal-content #cart-items h5 {
            width: 70%;
            font-size: 18px;
            padding-top: 3px; } }
      #addToCartInterstitial .modal-content #cart-items .price {
        margin: 0px;
        color: #000;
        font-family: "Roboto", sans-serif;
        display: inline-block;
        width: 40%;
        text-align: right;
        font-size: 1.5rem; }
        @media screen and (min-width: 768px) {
          #addToCartInterstitial .modal-content #cart-items .price {
            width: 30%;
            font-size: 17px; } }
      #addToCartInterstitial .modal-content #cart-items .sku, #addToCartInterstitial .modal-content #cart-items .quantity {
        color: #A4A4A4;
        font-family: "Roboto", sans-serif;
        font-size: 0.675rem;
        text-transform: uppercase;
        margin-bottom: 0; }
      #addToCartInterstitial .modal-content #cart-items img {
        max-height: 60px;
        max-width: 60px; }
  #addToCartInterstitial .modal-footer {
    display: initial;
    align-items: initial;
    padding: 0 40px 40px;
    border: 0;
    background: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem; }
    #addToCartInterstitial .modal-footer .row {
      border-top: 1px solid #A4A4A4;
      padding-top: 10px; }
    #addToCartInterstitial .modal-footer .shipping-info {
      font-size: 0.875rem;
      color: #A4A4A4; }
    #addToCartInterstitial .modal-footer .privacy-policy {
      line-height: 1rem;
      color: #A4A4A4;
      margin-bottom: 1rem; }
      #addToCartInterstitial .modal-footer .privacy-policy a {
        color: #A4A4A4;
        font-family: "Roboto-Bold", sans-serif;
        text-decoration: underline; }
    #addToCartInterstitial .modal-footer img {
      margin-top: -3px;
      padding-left: 5px;
      max-height: 12px; }
  #addToCartInterstitial .cart-header-count {
    display: none; }

.taxons-title {
  text-align: center;
  margin-bottom: 30px; }

.order-show {
  padding: 40px 0; }
  .order-show img {
    width: 100%; }
  .order-show .section-title {
    padding: 5px;
    background-color: #474345;
    color: #FFFFFF; }
  .order-show .order-info {
    padding-bottom: 40px; }
  .order-show .shipment-container {
    padding-bottom: 40px; }
  .order-show .checkout-confirm-form-container {
    padding-bottom: 40px; }
    .order-show .checkout-confirm-form-container p {
      margin-bottom: 0; }
  .order-show .summary p {
    display: inline; }
  .order-show .product-variant p {
    display: inline; }

@media (min-width: 1200px) {
  .heading-items-summary-container {
    display: flex; } }

.cart-container {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .cart-container {
      padding: 100px 0; } }
  @media (min-width: 1200px) {
    .cart-container .cart-heading-and-cart-items {
      width: 70%;
      padding: 0 20px; } }
  @media (min-width: 992px) {
    .cart-container .cart-heading-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .cart-container .cart-heading-container .checkout-continue-top {
      display: flex;
      margin: auto 0;
      width: 30%; } }
  @media (min-width: 1200px) {
    .cart-container .cart-heading-container .checkout-continue-top {
      display: none; } }
  .cart-container .cart-heading h1 {
    color: #000; }
  @media (min-width: 992px) {
    .cart-container .cart-heading {
      text-align: left; } }
  .cart-container .cart-heading .cart-subtitle {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .cart-container .cart-heading .cart-subtitle {
        margin-bottom: 0; } }
    .cart-container .cart-heading .cart-subtitle p {
      font-family: "Roboto", sans-serif;
      letter-spacing: 1px;
      color: #A4A4A4;
      display: inline-block;
      margin: 0 10px 0 0; }
    .cart-container .cart-heading .cart-subtitle .btn-primary {
      background-color: transparent;
      border-color: #181617;
      color: #181617; }
      .cart-container .cart-heading .cart-subtitle .btn-primary:hover {
        background-color: #181617;
        border-color: #181617;
        color: #FFFFFF; }
  @media (min-width: 992px) {
    .cart-container .yotpo-trust-badge {
      max-width: 200px;
      margin-left: auto; } }
  .cart-container .checkout-continue .btn-checkout {
    width: 100%;
    font-size: 1.25rem;
    padding: 15px;
    text-transform: uppercase;
    font-family: "Bebas-Neue", sans-serif;
    letter-spacing: 1px; }
  .cart-container .cart-items {
    padding: 20px;
    margin: 20px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1); }
    .cart-container .cart-items .cart-items-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .cart-container .cart-items .cart-items-header .title {
        display: flex;
        margin: auto 0; }
    .cart-container .cart-items .update-button-container {
      text-align: right; }
      .cart-container .cart-items .update-button-container .btn {
        font-family: "Bebas-Neue", sans-serif;
        text-transform: uppercase; }
      .cart-container .cart-items .update-button-container .btn-primary {
        background-color: transparent;
        border-color: #181617;
        color: #181617; }
        .cart-container .cart-items .update-button-container .btn-primary:hover {
          background-color: #181617;
          border-color: #181617;
          color: #FFFFFF; }
    .cart-container .cart-items .cart-single-item {
      padding: 20px 0;
      margin: 0 10px;
      text-align: center;
      border-bottom: 1px solid #A4A4A4; }
      .cart-container .cart-items .cart-single-item:last-child {
        border-bottom: 0px; }
      .cart-container .cart-items .cart-single-item .cart-item-value {
        margin: auto; }
        .cart-container .cart-items .cart-single-item .cart-item-value .product-img {
          max-width: 300px;
          margin: 0 auto; }
          .cart-container .cart-items .cart-single-item .cart-item-value .product-img img {
            width: 100%; }
      .cart-container .cart-items .cart-single-item .product-img,
      .cart-container .cart-items .cart-single-item .product-name,
      .cart-container .cart-items .cart-single-item .product-details,
      .cart-container .cart-items .cart-single-item .product-quantity,
      .cart-container .cart-items .cart-single-item .product-price,
      .cart-container .cart-items .cart-single-item .product-remove {
        padding: 10px; }
      .cart-container .cart-items .cart-single-item .product-details .product-variant {
        display: inline-block;
        padding: 0 5px; }
        .cart-container .cart-items .cart-single-item .product-details .product-variant .option-type,
        .cart-container .cart-items .cart-single-item .product-details .product-variant .option-value {
          display: inline-block; }
      .cart-container .cart-items .cart-single-item .product-details h6 {
        font-size: 1.125rem;
        text-transform: uppercase; }
      .cart-container .cart-items .cart-single-item .product-quantity .quantity {
        width: 60px;
        padding: 12px 10px;
        font-family: "Oswald", sans-serif;
        border: 1px solid #A4A4A4; }
        .cart-container .cart-items .cart-single-item .product-quantity .quantity:hover, .cart-container .cart-items .cart-single-item .product-quantity .quantity:focus, .cart-container .cart-items .cart-single-item .product-quantity .quantity:active {
          border: 1px solid #000;
          outline: none; }
      .cart-container .cart-items .cart-single-item .product-remove .btn-quaternary {
        border: none; }
  @media (min-width: 992px) {
    .cart-container .coupon-summary-container {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .cart-container .coupon-summary-container {
      flex-direction: column;
      width: 30%;
      padding: 20px; } }
  .cart-container .coupon-code-container {
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1); }
    @media (min-width: 992px) {
      .cart-container .coupon-code-container {
        width: 30%; } }
    @media (min-width: 1200px) {
      .cart-container .coupon-code-container {
        width: 100%; } }
    .cart-container .coupon-code-container .flash {
      margin: 20px 0;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      line-height: 25px; }
    .cart-container .coupon-code-container .btn-primary {
      width: 100%;
      margin: 0; }
  @media (min-width: 992px) {
    .cart-container .summary-checkout-container {
      display: flex;
      flex-direction: column;
      margin-top: auto;
      width: 30%; } }
  @media (min-width: 1200px) {
    .cart-container .summary-checkout-container {
      width: 100%; } }
  .cart-container .summary {
    padding: 20px;
    text-align: right; }
    @media (min-width: 992px) {
      .cart-container .summary {
        padding: 0; } }
    .cart-container .summary h2,
    .cart-container .summary h4 {
      display: inline-block; }
    .cart-container .summary .promotion-amount,
    .cart-container .summary .subtotal-amount {
      margin-left: 20px; }
  .cart-container .promo-input {
    border: 1px solid #000;
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    padding: 25px 10px;
    width: 90%; }
    @media screen and (min-width: 576px) {
      .cart-container .promo-input {
        width: 50%; } }
    @media (min-width: 768px) {
      .cart-container .promo-input {
        width: 80%; } }

.modal.fade .modal-dialog {
  transform: translate(100%, 0%); }

.modal.fade.show .modal-dialog {
  transform: translate(0%, 0%); }

.coupon-code-container .flash {
  margin: 20px 0;
  font-family: "Bebas-Neue", sans-serif;
  font-size: 18px;
  line-height: 25px; }
.coupon-code-container h4 {
  font-family: "Bebas-Neue", sans-serif; }
.coupon-code-container .btn-primary {
  width: 100%;
  margin: 0;
  padding: 15px;
  font-family: "Bebas-Neue", sans-serif;
  text-transform: uppercase; }
.coupon-code-container .form-control, .coupon-code-container .product-display .add-to-cart-form input[type="text"], .product-display .add-to-cart-form .coupon-code-container input[type="text"],
.coupon-code-container .product-display .add-to-cart-form input[type="number"],
.product-display .add-to-cart-form .coupon-code-container input[type="number"] {
  font-family: "Oswald", sans-serif;
  height: 57px; }
.coupon-code-container .coupon-button-container {
  margin-top: 10px; }

.find-your-fit {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url("https://www.stilohelmets.com/theme_assets/img/background-images/wheelie.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding: 80px 0; }
  .find-your-fit .background-text {
    color: rgba(255, 255, 255, 0.12);
    position: absolute;
    top: 100px;
    right: 0; }
  @media (min-width: 576px) {
    .find-your-fit {
      padding: 160px 0; } }
  @media (min-width: 1200px) {
    .find-your-fit {
      padding: 320px 0; } }
  .find-your-fit .content {
    text-align: right; }
    .find-your-fit .content .btn-primary {
      background-color: #FFFFFF;
      border-color: #FFFFFF;
      color: #181617; }

.featured-blog {
  background-color: #181617;
  color: #FFFFFF;
  padding: 80px 20px; }
  .featured-blog .featured-blog-items {
    position: relative;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .featured-blog .featured-blog-items {
        flex-direction: row; } }
    .featured-blog .featured-blog-items .featured-blog-title {
      padding-bottom: 40px; }
      @media (min-width: 992px) {
        .featured-blog .featured-blog-items .featured-blog-title {
          padding-bottom: 0;
          margin: auto 0 auto auto;
          text-align: right; } }
    .featured-blog .featured-blog-items .featured-blog-images {
      width: 100%;
      max-width: 900px; }
      @media (min-width: 576px) {
        .featured-blog .featured-blog-items .featured-blog-images {
          display: flex; } }
      @media (min-width: 992px) {
        .featured-blog .featured-blog-items .featured-blog-images {
          padding: 0 40px; } }
      .featured-blog .featured-blog-items .featured-blog-images a {
        width: 100%; }
      .featured-blog .featured-blog-items .featured-blog-images .blog-image {
        width: 100%;
        max-width: 300px;
        height: 300px; }

.product-show {
  background: #FAFAFA; }

.view-the-difference {
  height: 400px; }
  @media (min-width: 768px) {
    .view-the-difference {
      height: 700px; } }
  .view-the-difference p {
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    color: #CF3339; }
  .view-the-difference h3 {
    font-family: "Bebas-Neue", sans-serif;
    font-size: 35px;
    color: #FFFFFF; }

.ghost-bandit-video {
  width: 100%;
  height: 400px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .ghost-bandit-video {
      height: 700px; } }

.product-information-tabs .product-information-box {
  background: #FFFFFF;
  box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1); }
  .product-information-tabs .product-information-box p {
    font-size: 1.125rem; }
.product-information-tabs .nav-item:not(:first-child) .nav-link, .product-information-tabs .nav-item:last-child .nav-link {
  border-right-color: #FFFFFF; }
.product-information-tabs .nav-link {
  font-family: "Oswald", sans-serif;
  color: #D4D4D4;
  background: #000;
  font-size: 1.125rem;
  text-decoration: none;
  border-radius: 0px; }
  .product-information-tabs .nav-link:hover, .product-information-tabs .nav-link:focus {
    text-decoration: none;
    color: #D4D4D4;
    border: 1px solid #000; }
  .product-information-tabs .nav-link.active {
    color: #000;
    background: #FFFFFF;
    border: 1px solid transparent; }
    .product-information-tabs .nav-link.active:hover, .product-information-tabs .nav-link.active:focus {
      color: #000;
      border: 1px solid #FFFFFF; }

.play-video-container {
  width: 100px;
  height: 100px; }
  .play-video-container .outer-circle {
    background: rgba(255, 255, 255, 0.3);
    height: 100%;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: 0.2s ease; }
    .play-video-container .outer-circle:hover {
      cursor: pointer;
      background: rgba(255, 255, 255, 0.5); }
      .play-video-container .outer-circle:hover .play-triangle {
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 24px solid #CF3339; }
  .play-video-container .inner-circle {
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    flex: 1;
    border-radius: 35px;
    position: relative;
    padding: 15px; }
  .play-video-container .play-triangle {
    flex: 1;
    height: 100%;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #CF3339;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-35%);
    transition: 0.2s ease; }

.checkout-edit .checkout-area {
  background: #FAFAFA; }
.checkout-edit .breadcrumb-row {
  background: #FFFFFF;
  padding: 15px 0; }
.checkout-edit .checkout-edit {
  background: #FAFAFA;
  padding-top: 2rem; }
  .checkout-edit .checkout-edit h1 {
    text-align: center; }
    .checkout-edit .checkout-edit h1:before {
      width: 237px;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .checkout-edit .checkout-edit h1:before {
          width: 386px; } }
  .checkout-edit .checkout-edit .form-item {
    padding: 10px 0; }
  .checkout-edit .checkout-edit .checkout-continue {
    padding: 25px 0; }
    .checkout-edit .checkout-edit .checkout-continue .btn-primary {
      width: 100%; }
  .checkout-edit .checkout-edit input.form-control, .checkout-edit .checkout-edit .product-display .add-to-cart-form input[type="text"], .product-display .add-to-cart-form .checkout-edit .checkout-edit input[type="text"],
  .checkout-edit .checkout-edit .product-display .add-to-cart-form input[type="number"],
  .product-display .add-to-cart-form .checkout-edit .checkout-edit input[type="number"],
  .checkout-edit .checkout-edit select.form-control {
    border-color: #e2e2e1;
    border-radius: 0px; }
  .checkout-edit .checkout-edit select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
    padding: .5em;
    padding-right: 1.5em; }
.checkout-edit .single-page-container {
  padding-bottom: 4rem; }
  .checkout-edit .single-page-container p {
    font-family: "Roboto", sans-serif; }
    .checkout-edit .single-page-container p span {
      font-family: "Roboto", sans-serif; }
  .checkout-edit .single-page-container .step-number {
    display: none; }
  .checkout-edit .single-page-container h2::before {
    content: '1';
    color: #CF3339;
    font-family: "Bebas-Neue", sans-serif;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -69px;
    border: 2px solid #CF3339;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 7px; }
  @media screen and (max-width: 991px) {
    .checkout-edit .single-page-container #payment-delivery-outer-container {
      margin-top: 100px; } }
  .checkout-edit .single-page-container #payment-delivery-outer-container h2::before {
    content: '2'; }
  .checkout-edit .single-page-container #summary-outer-container {
    margin-top: 50px; }
    @media screen and (min-width: 992px) {
      .checkout-edit .single-page-container #summary-outer-container {
        margin-top: -82px; } }
    .checkout-edit .single-page-container #summary-outer-container h2 {
      margin-top: 63px; }
      .checkout-edit .single-page-container #summary-outer-container h2::before {
        content: '3';
        color: #FFFFFF;
        top: 18px; }
  .checkout-edit .single-page-container .autocomplete-container {
    background-color: #FFFFFF;
    border: 1px solid #000;
    max-width: 100%;
    position: absolute;
    z-index: 1; }
    .checkout-edit .single-page-container .autocomplete-container .auto-suggest-container {
      font-family: "Roboto-Bold", sans-serif;
      padding: 5px; }
      .checkout-edit .single-page-container .autocomplete-container .auto-suggest-container .autosuggest-main-text {
        font-weight: bold; }
      .checkout-edit .single-page-container .autocomplete-container .auto-suggest-container:hover {
        background-color: #7D7D7D;
        cursor: pointer; }
      .checkout-edit .single-page-container .autocomplete-container .auto-suggest-container:nth-child(even) {
        background-color: #FFFFFF; }
      .checkout-edit .single-page-container .autocomplete-container .auto-suggest-container:nth-child(odd) {
        background-color: #FFFFFF; }
  .checkout-edit .single-page-container .container {
    padding-top: 5rem; }
    @media screen and (min-width: 576px) {
      .checkout-edit .single-page-container .container {
        padding-top: 6rem; } }
  .checkout-edit .single-page-container .opaque {
    opacity: .5; }
  .checkout-edit .single-page-container h2 {
    font-family: "Bebas-Neue", sans-serif;
    font-size: 28px;
    text-transform: uppercase; }
  .checkout-edit .single-page-container .address-non-form-background {
    background-color: #FFFFFF;
    padding: 20px; }
  .checkout-edit .single-page-container .address-form-outer-container h3,
  .checkout-edit .single-page-container .address-form-outer-container h4 {
    margin-bottom: 1rem;
    margin-top: 1rem; }
  .checkout-edit .single-page-container .use-billing-as-shipping span {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 600; }
  .checkout-edit .single-page-container .checkout-billing-form-container {
    margin-top: 1.5rem; }
  .checkout-edit .single-page-container .panel-container {
    margin-bottom: 20px; }
  .checkout-edit .single-page-container .checkout-name-static {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px; }
  .checkout-edit .single-page-container .step-number-container {
    text-align: center; }
    .checkout-edit .single-page-container .step-number-container .step-number {
      border: 1px solid #000;
      border-radius: 50%;
      display: inline-block;
      margin-bottom: 30px;
      padding: 15px 27px 10px; }
  .checkout-edit .single-page-container .delivery-payment-container .delivery-row {
    background-color: transparent;
    border: 1px solid transparent;
    margin: 1rem 0;
    padding: 1rem; }
  .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label {
    padding-bottom: 0.5rem; }
    .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::before, .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check-label::after {
      top: 100%;
      left: 50%;
      margin-left: -0.9rem; }
  .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check,
  .checkout-edit .single-page-container .delivery-payment-container .payment-container > .delivery-row > div {
    padding: 0; }
  .checkout-edit .single-page-container .delivery-payment-container .payment-container .form-check {
    margin-bottom: 1.8rem; }
  .checkout-edit .single-page-container .delivery-payment-container .payment-container .payment-form {
    width: 100%;
    margin-top: 3rem; }
  .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row {
    text-align: center;
    background: #FFFFFF;
    border-radius: 0.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%; }
    .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div {
      flex: 0 0 100%;
      max-width: 100%; }
      .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row > div:first-child {
        order: 2; }
  .checkout-edit .single-page-container .delivery-payment-container .payment-container > .delivery-row:first-child > div:last-child {
    height: 85px; }
  @media (min-width: 768px) {
    .checkout-edit .single-page-container .delivery-payment-container .payment-container {
      display: flex;
      flex-wrap: wrap; }
      .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row {
        width: calc(50% - (1rem / 2));
        margin: 0 1rem 0 0; }
        .checkout-edit .single-page-container .delivery-payment-container .payment-container .delivery-row:last-of-type {
          margin: 0; } }
  .checkout-edit .single-page-container .delivery-payment-container .payment-continue-info,
  .checkout-edit .single-page-container .delivery-payment-container .payment-continue-info {
    padding-top: 20px;
    text-align: center; }
  .checkout-edit .single-page-container .delivery-payment-container .paypal-button {
    margin-top: 2rem; }
  .checkout-edit .single-page-container .delivery-payment-container .card-number,
  .checkout-edit .single-page-container .delivery-payment-container .expiration-date,
  .checkout-edit .single-page-container .delivery-payment-container .cvv {
    border-radius: 0;
    height: 50px; }
  .checkout-edit .single-page-container .delivery-static-background {
    background-color: #FFFFFF;
    padding: 20px; }
  .checkout-edit .single-page-container .summary-background {
    background-color: #000;
    padding: 20px; }
    .checkout-edit .single-page-container .summary-background .summary-item {
      margin-bottom: 1.8rem; }
      .checkout-edit .single-page-container .summary-background .summary-item:last-of-type {
        margin-bottom: 0; }
      .checkout-edit .single-page-container .summary-background .summary-item .option-type-container {
        margin-left: 1rem;
        font-family: "Roboto", sans-serif;
        font-size: 0.875rem; }
    .checkout-edit .single-page-container .summary-background .summary-button {
      display: flex;
      align-items: center;
      background-color: #CF3339;
      color: #FFFFFF;
      justify-content: center; }
    .checkout-edit .single-page-container .summary-background h5 {
      font-size: 1.125rem; }
  .checkout-edit .single-page-container .summary-outer-container {
    color: #FFFFFF; }
    .checkout-edit .single-page-container .summary-outer-container .summary-text {
      color: #FFFFFF; }
    .checkout-edit .single-page-container .summary-outer-container hr {
      background-color: #FFFFFF;
      border: 0 none;
      height: 2px;
      margin: 1.5rem 0; }
  .checkout-edit .single-page-container .checkout-form-error {
    color: #CF3339;
    font-family: "Roboto", sans-serif; }
  .checkout-edit .single-page-container .paypal-logo-container {
    padding: 0 2px; }
    .checkout-edit .single-page-container .paypal-logo-container .paypal-logo {
      max-width: 100%;
      height: auto;
      max-height: 85px; }
  .checkout-edit .single-page-container .payment-method-container {
    padding: 30px 2px 0; }
    .checkout-edit .single-page-container .payment-method-container .payment-method-image {
      width: 100%; }
.checkout-edit h6 {
  font-family: "Oswald", sans-serif; }

body {
  background-color: #FAFAFA;
  font-family: "Roboto", sans-serif;
  letter-spacing: .8px; }

.product-description ol {
  list-style: initial;
  padding-left: 2em;
}

.product-description ul {
  list-style: initial;
  padding-left: 2em;
}

.product-description em {
  font-style: italic;
}

.klaviyo-email-signup-form {
  display: none !important;
}