/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}.bootstrap-touchspin .input-group-btn-vertical>.btn{display:block;float:none;width:100%;max-width:100%;padding:8px 10px;margin-left:-1px;position:relative}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0;border-top-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{margin-top:-2px;border-radius:0;border-bottom-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical i{position:absolute;top:3px;left:5px;font-size:9px;font-weight:400}@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

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

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield; }

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

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    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; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .tag {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

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

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

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

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

textarea {
  resize: vertical; }

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

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

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

output {
  display: inline-block; }

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

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

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

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

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

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: 5px; }

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

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

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014"; }

dl.row > dd + dt {
  clear: left; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

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

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

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .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-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-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-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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

.table-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-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

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

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

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

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

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

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

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

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem; }

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

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

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  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='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  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='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #43a7fd; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #43a7fd; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

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

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .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: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -0.5rem; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

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

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

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

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

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.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(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:not(:last-child) {
  border-right: 0; }

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

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

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

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

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

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

.custom-controls-stacked .custom-control {
  display: inline; }
  .custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: 0.25rem;
    content: ""; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #55595c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

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

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

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

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

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\A0"; }

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

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

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

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

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

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

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

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.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 > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }

.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-primary {
  background-color: #0275d8;
  border-color: #0275d8; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

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

.card-img-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      margin-bottom: 0;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd; }

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

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

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

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem; }

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

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

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

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

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

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

.tag-default {
  background-color: #818a91; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #687077; }

.tag-primary {
  background-color: #0275d8; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #025aa5; }

.tag-success {
  background-color: #5cb85c; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #449d44; }

.tag-info {
  background-color: #5bc0de; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5; }

.tag-warning {
  background-color: #f0ad4e; }
  .tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ec971f; }

.tag-danger {
  background-color: #d9534f; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #c9302c; }

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

.jumbotron-hr {
  border-top-color: #d0d5d8; }

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

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 2rem; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1rem;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

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

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

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem; }

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem; }

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }

.progress-striped[value]::-webkit-progress-value {
  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-striped[value]::-moz-progress-bar {
  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-striped[value]::-ms-fill {
  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; }

@media screen and (min-width: 0\0) {
  .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-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }

.progress-success[value]::-ms-fill {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

.progress-info[value]::-ms-fill {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }

.progress-danger[value]::-ms-fill {
  background-color: #d9534f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media,
.media-body {
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #818a91; }
  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #a8d6fe; }

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

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .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 {
  padding-bottom: 42.85714%; }

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

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

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

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

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

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

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

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

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          -webkit-transform: translate3d(100%, 0, 0);
                  transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
                  transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203A"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

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

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

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

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

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

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

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

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

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

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

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

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

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

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

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

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

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

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

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

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

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

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

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

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

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

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

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

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

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

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

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

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

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

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

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

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

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

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

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

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

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

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

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

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

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

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

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

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

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

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

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .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-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

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

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

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #0275d8 !important; }

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

.text-success {
  color: #5cb85c !important; }

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

.text-info {
  color: #5bc0de !important; }

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

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

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

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

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

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

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* @import url("https://p.typekit.net/p.css?s=1&k=wsh1jpx&ht=tk&f=24409.24410.24411.24416&a=7014611&app=typekit&e=css");

@font-face {
	font-family: "semplicitapro";
	src: url("https://use.typekit.net/af/fa7eb1/0000000000000000000156f4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/fa7eb1/0000000000000000000156f4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/fa7eb1/0000000000000000000156f4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display: swap;
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "semplicitapro";
	src: url("https://use.typekit.net/af/2dfed3/0000000000000000000156f5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/2dfed3/0000000000000000000156f5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/2dfed3/0000000000000000000156f5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
	font-display: swap;
	font-style: italic;
	font-weight: 700;
}

@font-face {
	font-family: "semplicitapro";
	src: url("https://use.typekit.net/af/e19040/0000000000000000000156f6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/e19040/0000000000000000000156f6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/e19040/0000000000000000000156f6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
	font-display: swap;
	font-style: italic;
	font-weight: 400;
}

@font-face {
	font-family: "semplicitapro";
	src: url("https://use.typekit.net/af/14e0da/0000000000000000000156fb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/14e0da/0000000000000000000156fb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/14e0da/0000000000000000000156fb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}  */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../css/e79bfd88537def476913f3ed52f4f4b3.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(../css/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype"); }

@font-face {
  font-family: "Lore";
  src: url(../css/58a8a70a867ac81d5ecf8ae1aeb075ab.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Cru Pro";
  src: url(../css/1070848f0f1c9ee32caf0f2c4ae6e31d.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Ambit";
  src: url(../css/8acadc339d4d8d65bd2b2fbc763f18db.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Ambit";
  src: url(../css/6f2e0fc995129023e7168e1b3cb30baf.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Ambit";
  src: url(../css/10f96e92718029c2a26b75492cc1b793.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Ambit";
  src: url(../css/2b05a9d0fdde79969ee8865d4dc54b1f.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: auto; }

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

body {
  font-family: "Ambit", "Microsoft JhengHei", sans-serif;
  font-size: 19px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EA501F;
  line-height: 1.5em; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Ambit", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  color: #EA501F;
  margin-bottom: 1rem; }

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

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

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

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

@media (min-width: 544px) {
  h1, .h1 {
    font-size: 2rem; }
  h2, .h2 {
    font-size: 1.625rem; }
  h3, .h3 {
    font-size: 1.375rem; }
  h4, .h4 {
    font-size: 1.125rem; } }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2rem; }
  h2, .h2 {
    font-size: 1.825rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.125rem; } }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.25rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.625rem; }
  h4, .h4 {
    font-size: 1.125rem; } }

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2.125rem; }
  h3, .h3 {
    font-size: 1.7rem; }
  h4, .h4 {
    font-size: 1.125rem; } }

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 700;
  color: #EA501F; }

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

ul {
  list-style: none;
  padding-left: 0; }

a {
  color: #EA501F; }
  a:hover, a:visited, a:active, a:focus {
    text-decoration: none; }
  a:hover, a:focus {
    color: #ee744e; }
  a:focus {
    outline: none; }

video {
  width: 100%; }

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin: 0.3125rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain; }
  .color.active, .color:hover,
  .custom-checkbox input[type="checkbox"] + span.color.active,
  .custom-checkbox input[type="checkbox"] + span.color:hover {
    border: 2px solid #323232; }

.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
  border: 2px solid #323232; }

.btn {
  text-align: center;
  text-transform: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-weight: bold; }
  .btn.disabled, .btn.disabled:hover {
    background: #6A6A6A; }
  .btn.btn-lg, .btn-group-lg > .btn {
    height: 3.5rem;
    line-height: 1.55; }
  .btn.btn-reverse {
    border-width: 1px; }
  .btn.btn-margin {
    margin-top: 1rem; }
  .btn.focus, .btn:focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none; }
  .btn.btn-primary {
    color: #fff;
    background-color: #EA501F;
    border-color: transparent; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
      color: #fff;
      background-color: #ee744e;
      border-color: transparent; }
      .btn.btn-primary:hover:focus, .btn.btn-primary:hover:active, .btn.btn-primary:hover.active, .btn.btn-primary:focus:focus, .btn.btn-primary:focus:active, .btn.btn-primary:focus.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:active, .btn.btn-primary:active.active, .btn.btn-primary.active:focus, .btn.btn-primary.active:active, .btn.btn-primary.active.active {
        box-shadow: 0 0 0 0.2rem rgba(234, 80, 31, 0.2); }
    .btn.btn-primary.btn-reverse {
      color: #EA501F;
      background-color: #fff;
      border-color: #EA501F; }
      .btn.btn-primary.btn-reverse:hover, .btn.btn-primary.btn-reverse:focus, .btn.btn-primary.btn-reverse:active, .btn.btn-primary.btn-reverse.active {
        color: #fff;
        background-color: #EA501F; }
        .btn.btn-primary.btn-reverse:hover:focus, .btn.btn-primary.btn-reverse:hover:active, .btn.btn-primary.btn-reverse:hover.active, .btn.btn-primary.btn-reverse:focus:focus, .btn.btn-primary.btn-reverse:focus:active, .btn.btn-primary.btn-reverse:focus.active, .btn.btn-primary.btn-reverse:active:focus, .btn.btn-primary.btn-reverse:active:active, .btn.btn-primary.btn-reverse:active.active, .btn.btn-primary.btn-reverse.active:focus, .btn.btn-primary.btn-reverse.active:active, .btn.btn-primary.btn-reverse.active.active {
          box-shadow: 0 0 0 0.2rem rgba(234, 80, 31, 0.2); }
  .btn.btn-secondary {
    color: #EA501F;
    background-color: #FFC557;
    border-color: transparent; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
      color: #EA501F;
      background-color: #ffce71;
      border-color: transparent; }
      .btn.btn-secondary:hover:focus, .btn.btn-secondary:hover:active, .btn.btn-secondary:hover.active, .btn.btn-secondary:focus:focus, .btn.btn-secondary:focus:active, .btn.btn-secondary:focus.active, .btn.btn-secondary:active:focus, .btn.btn-secondary:active:active, .btn.btn-secondary:active.active, .btn.btn-secondary.active:focus, .btn.btn-secondary.active:active, .btn.btn-secondary.active.active {
        box-shadow: 0 0 0 0.2rem rgba(255, 197, 87, 0.25); }
    .btn.btn-secondary.btn-reverse {
      color: #FFC557;
      background-color: #FFF;
      border-color: #FFC557; }
      .btn.btn-secondary.btn-reverse:hover, .btn.btn-secondary.btn-reverse:focus, .btn.btn-secondary.btn-reverse:active, .btn.btn-secondary.btn-reverse.active {
        color: #ffce71;
        border-color: #ffce71; }
        .btn.btn-secondary.btn-reverse:hover:focus, .btn.btn-secondary.btn-reverse:hover:active, .btn.btn-secondary.btn-reverse:hover.active, .btn.btn-secondary.btn-reverse:focus:focus, .btn.btn-secondary.btn-reverse:focus:active, .btn.btn-secondary.btn-reverse:focus.active, .btn.btn-secondary.btn-reverse:active:focus, .btn.btn-secondary.btn-reverse:active:active, .btn.btn-secondary.btn-reverse:active.active, .btn.btn-secondary.btn-reverse.active:focus, .btn.btn-secondary.btn-reverse.active:active, .btn.btn-secondary.btn-reverse.active.active {
          box-shadow: 0 0 0 0.2rem rgba(255, 197, 87, 0.25); }
  .btn.btn-tertiary {
    color: #fff;
    background-color: #e96952;
    border-color: transparent; }
    .btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary:active, .btn.btn-tertiary.active {
      color: #fff;
      background-color: #ec7d69;
      border-color: transparent; }
      .btn.btn-tertiary:hover:focus, .btn.btn-tertiary:hover:active, .btn.btn-tertiary:hover.active, .btn.btn-tertiary:focus:focus, .btn.btn-tertiary:focus:active, .btn.btn-tertiary:focus.active, .btn.btn-tertiary:active:focus, .btn.btn-tertiary:active:active, .btn.btn-tertiary:active.active, .btn.btn-tertiary.active:focus, .btn.btn-tertiary.active:active, .btn.btn-tertiary.active.active {
        box-shadow: 0 0 0 0.2rem rgba(233, 105, 82, 0.25); }
    .btn.btn-tertiary.btn-reverse {
      color: #e96952;
      background-color: #fff;
      border-color: #e96952; }
      .btn.btn-tertiary.btn-reverse:hover, .btn.btn-tertiary.btn-reverse:focus, .btn.btn-tertiary.btn-reverse:active, .btn.btn-tertiary.btn-reverse.active {
        color: #ec7d69;
        border-color: #ec7d69; }
        .btn.btn-tertiary.btn-reverse:hover:focus, .btn.btn-tertiary.btn-reverse:hover:active, .btn.btn-tertiary.btn-reverse:hover.active, .btn.btn-tertiary.btn-reverse:focus:focus, .btn.btn-tertiary.btn-reverse:focus:active, .btn.btn-tertiary.btn-reverse:focus.active, .btn.btn-tertiary.btn-reverse:active:focus, .btn.btn-tertiary.btn-reverse:active:active, .btn.btn-tertiary.btn-reverse:active.active, .btn.btn-tertiary.btn-reverse.active:focus, .btn.btn-tertiary.btn-reverse.active:active, .btn.btn-tertiary.btn-reverse.active.active {
          box-shadow: 0 0 0 0.2rem rgba(233, 105, 82, 0.25); }
  .btn.btn-tango {
    color: #FEF9FB;
    background-color: #EA501F; }
    .btn.btn-tango:hover, .btn.btn-tango:focus, .btn.btn-tango:active, .btn.btn-tango.active {
      color: #EA501F;
      background-color: #FFE2D9;
      border: 1px solid #EA501F; }
  .btn.btn-burst {
    color: #FEF9FB;
    background-color: #FFAF00; }
    .btn.btn-burst:hover, .btn.btn-burst:focus, .btn.btn-burst:active, .btn.btn-burst.active {
      color: #FEF9FB;
      background-color: #EA501F; }
  .btn.btn-relax {
    color: #3D0783;
    background-color: #B0A8FF; }
    .btn.btn-relax:hover, .btn.btn-relax:focus, .btn.btn-relax:active, .btn.btn-relax.active {
      color: #3D0783;
      background-color: #B0A8FF; }
  .btn.btn-groove {
    color: #B0A8FF;
    background-color: #3D0783; }
    .btn.btn-groove:hover, .btn.btn-groove:focus, .btn.btn-groove:active, .btn.btn-groove.active {
      color: #B0A8FF;
      background-color: #3D0783; }
  .btn.ajax-loading:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #b0c8e8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out; }

.btn-minor {
  display: block;
  width: 100%;
  padding: 0.3125rem;
  border: 1px solid #6A6A6A;
  border-radius: 0;
  color: #6A6A6A;
  text-align: center; }
  .btn-minor:hover {
    color: #EA501F;
    border-color: #EA501F; }

.btn-unstyle {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: inherit; }
  .btn-unstyle:focus {
    outline: 0; }
    .btn-unstyle:focus .expand-more {
      color: #EA501F; }

.card {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); }

label, .label {
  color: #EA501F; }

small.label, small.value {
  font-size: 0.8125rem; }

.input-group.focus {
  outline: 0.1875rem solid #EA501F; }

.input-group .form-control:focus {
  outline: none; }

.input-group .input-group-btn {
  height: 100%; }
  .input-group .input-group-btn > .btn {
    border: 0;
    box-shadow: none;
    margin-left: 0;
    padding: 0.5rem 1rem;
    text-transform: uppercase; }

input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder, select::-webkit-input-placeholder, select::-moz-placeholder, select:-ms-input-placeholder, select:-moz-placeholder, textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea:-moz-placeholder {
  color: #6A6A6A; }

input:active::-webkit-input-placeholder, input:active::-moz-placeholder, input:active:-ms-input-placeholder, input:active:-moz-placeholder, select:active::-webkit-input-placeholder, select:active::-moz-placeholder, select:active:-ms-input-placeholder, select:active:-moz-placeholder, textarea:active::-webkit-input-placeholder, textarea:active::-moz-placeholder, textarea:active:-ms-input-placeholder, textarea:active:-moz-placeholder {
  color: #323232; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #EA501F !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.form-control-select {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #F3F3F3 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  padding: 0 0.5rem; }

.form-control-submit.disabled {
  background: #5bc0de;
  color: white; }

.group-span-filestyle label {
  margin: 0; }

.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
  background: #EA501F;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.5rem 1rem; }

.bootstrap-touchspin {
  width: auto;
  float: left;
  display: inline-block;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
  .bootstrap-touchspin input:focus {
    outline: none; }
  .bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    color: #323232;
    background-color: white;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    float: left; }
  .bootstrap-touchspin .btn-touchspin {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    height: 1.3125rem; }
    .bootstrap-touchspin .btn-touchspin:hover {
      background-color: #F3F3F3; }
  .bootstrap-touchspin .input-group-btn-vertical {
    color: #323232;
    width: auto;
    float: left; }
    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
      border-radius: 0; }
    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
      border-radius: 0; }
    .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
      content: "\E5CE"; }
    .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
      content: "\E5CF"; }
    .bootstrap-touchspin .input-group-btn-vertical i {
      top: 0.0625rem;
      left: 0.1875rem;
      font-size: 0.9375rem; }

.custom-radio {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #EA501F;
  background: white;
  margin-right: 1rem; }
  .custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer; }
    .custom-radio input[type="radio"]:checked + span {
      display: block;
      background-color: #EA501F;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      position: absolute;
      left: 0.125rem;
      top: 0.125rem; }

.custom-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .custom-checkbox input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 1rem;
    height: 1rem; }
    .custom-checkbox input[type="checkbox"] + span {
      margin-right: 0.325rem;
      display: inline-block;
      width: 1rem;
      height: 1rem;
      vertical-align: middle;
      cursor: pointer;
      border: 2px #EA501F solid; }
      .custom-checkbox input[type="checkbox"] + span:hover {
        background-color: #FFF; }
      .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
        display: none;
        margin: -0.1rem -0.125rem;
        font-size: 1rem;
        color: #FFF;
        background: #EA501F;
        border-radius: 3px; }
    .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
      display: block; }
    .custom-checkbox input[type="checkbox"]:focus + span {
      border-color: #6A6A6A; }
  .custom-checkbox label {
    text-align: left;
    cursor: pointer; }

.form-radio-group label {
  cursor: pointer; }

.text-muted {
  font-size: 0.875rem; }

.done {
  color: #4cbb6c;
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.563rem; }

.definition-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .definition-list dl dd,
  .definition-list dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    background: #F3F3F3;
    padding: 0.625rem;
    margin: 0.125rem; }
    .definition-list dl dd:nth-of-type(even),
    .definition-list dl dt:nth-of-type(even) {
      background: #FAFAFA; }

.help-block {
  margin-top: 0.625rem; }

.form-errors .alert {
  display: table;
  border: none;
  width: 100%;
  padding: 0;
  border-radius: 0; }

.form-errors .alert-danger {
  background-color: #ff706d;
  color: #FFF; }

.form-errors .alert-icon {
  display: table-cell;
  vertical-align: middle;
  background-color: #e64646;
  padding: 0.5rem;
  color: #FFF; }

.form-errors .alert-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.5rem;
  font-size: 0.9rem;
  color: #FFF; }

.nav-item .nav-link,
.nav-item .nav-separtor {
  color: #6A6A6A;
  font-weight: 700; }
  .nav-item .nav-link.active,
  .nav-item .nav-separtor.active {
    color: #323232; }

.separator {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.25); }

.flex-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: auto; }
  .flex-div > div {
    height: auto; }
  @media (min-width: 768px) {
    .flex-div {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .flex-div.row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }

.flex-div-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.cms-container {
  max-width: 1200px;
  margin: 0 auto; }

.standard-wrapper {
  max-width: 700px;
  margin: auto;
  text-align: center; }

.pad {
  padding: 2rem 1rem; }

.pad-l {
  padding: 4rem 1rem; }

.pad-xl {
  padding: 6rem 1rem; }

.pb-1x1 {
  padding-bottom: 100%; }

.pb-3x2 {
  padding-bottom: calc(2/3 * 100%); }

.pb-4x3 {
  padding-bottom: calc(3/4 * 100%); }

.pb-5x3 {
  padding-bottom: calc(3/5 * 100%); }

.pb-16x9 {
  padding-bottom: calc(9/16 * 100%); }

/*Effect*/
.hover-zoomin {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .hover-zoomin:hover {
    -webkit-transform: scale(1.05, 1.05) translate(0px, -3px);
            transform: scale(1.05, 1.05) translate(0px, -3px); }

.hidden {
  display: none !important; }

.toFixed {
  position: fixed !important;
  display: block !important; }

.form-field-group {
  position: relative;
  font-size: 1rem;
  text-align: left;
  width: 100%; }
  .form-field-group input:focus,
  .form-field-group select:focus,
  .form-field-group textarea:focus {
    outline: none;
    border: 1px solid #EA501F; }
  .form-field-group label {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: .925rem;
    margin-bottom: .325rem; }
    .form-field-group label.checkbox-label {
      margin-bottom: 0; }
  .form-field-group input.form-field-control, .form-field-group select.form-field-control {
    height: 40px; }
  .form-field-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='#232323' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E"); }
  .form-field-group .form-field-control {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #EA501F;
    background-color: #FFF;
    color: #6A6A6A; }
  .form-field-group .form-radio-group label {
    font-size: 0.8rem; }
  .form-field-group .form-control {
    background-color: #FFF;
    color: #EA501F;
    border-radius: 0;
    font-size: .9rem;
    transition: all .2s ease-in-out;
    height: 2.8rem; }
  .form-field-group .form-control-label {
    position: absolute;
    top: 0;
    margin-bottom: 0;
    pointer-events: none;
    text-indent: .65rem;
    font-size: 0.8rem;
    padding: 0.8rem 0;
    transition: all .2s ease-in-out; }
  .form-field-group.birthday .form-control-label {
    position: relative;
    padding: 0; }
  .form-field-group.birthday .js-parent-focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .form-field-group .radio-inline {
    margin-bottom: 0; }
  .form-field-group.has-error input, .form-field-group.has-error select, .form-field-group.has-error textarea {
    border: 2px #FF796F solid; }
  .form-field-group.has-error ul, .form-field-group.has-error li {
    margin: 0; }
  .form-field-group.has-error .help-block {
    color: #FF796F;
    margin: 0; }
    .form-field-group.has-error .help-block .alert {
      margin: 0;
      padding: 0; }
    .form-field-group.has-error .help-block .alert-icon {
      display: none; }
    .form-field-group.has-error .help-block .alert-danger {
      background-color: transparent;
      border: none;
      color: red;
      font-size: 80%; }

.is-required {
  color: red;
  padding-left: 2px; }

.hr-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5; }
  .hr-text:before {
    content: '';
    background: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px; }
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: transparent; }

.show-password-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  color: #EA501F;
  cursor: pointer;
  font-size: 80%;
  display: none; }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

select::-ms-expand {
  display: none; }

.floating-label.has-text label {
  font-size: 0.7rem;
  top: -0.6rem; }

.floating-label .floating-input, .floating-label .floating-select {
  padding-top: 1rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-bottom: 0;
  font-size: 1rem; }

.floating-label .floating-input:focus, .floating-label .floating-select:focus {
  outline: none; }

.floating-label .floating-input:focus ~ label {
  font-size: 0.7rem;
  top: -0.6rem; }

.floating-label .floating-input:not(:placeholder-shown) ~ label {
  font-size: 0.7rem;
  top: -0.6rem; }

.floating-label .floating-input:-webkit-autofill ~ label {
  font-size: 0.7rem;
  top: -0.6rem; }

.floating-label .floating-select:focus ~ label {
  font-size: 0.7rem;
  top: -0.6rem; }

.floating-label .floating-select:not([value=""]):valid ~ label {
  font-size: 0.7rem;
  top: -0.6rem; }

.floating-label .floating-select:-webkit-autofill ~ label {
  font-size: 0.7rem;
  top: -0.6rem; }

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

.ajax-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
  cursor: pointer; }
  .ajax-overlay .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .ajax-overlay .load-spin {
    width: 100px;
    height: 100px;
    border: 10px solid;
    border-color: rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.78) transparent transparent;
    display: block;
    border-radius: 50%;
    background: transparent;
    margin: auto;
    -webkit-animation: loading-cycle 1s infinite linear;
    animation: loading-cycle 1s infinite linear;
    margin-bottom: 1rem; }

.card-block {
  background-color: #FFF;
  border-radius: 8px; }
  .card-block .header {
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .card-block .footer {
    border-radius: 0; }
  .card-block .header, .card-block .footer {
    padding: 1rem 2rem; }
    .card-block .header h1, .card-block .header h2, .card-block .header h3, .card-block .header h4, .card-block .header h5, .card-block .footer h1, .card-block .footer h2, .card-block .footer h3, .card-block .footer h4, .card-block .footer h5 {
      margin-bottom: 0; }
    .card-block .header.primary-bg h1, .card-block .header.primary-bg h2, .card-block .header.primary-bg h3, .card-block .header.primary-bg h4, .card-block .header.primary-bg h5, .card-block .header.primary-bg p, .card-block .footer.primary-bg h1, .card-block .footer.primary-bg h2, .card-block .footer.primary-bg h3, .card-block .footer.primary-bg h4, .card-block .footer.primary-bg h5, .card-block .footer.primary-bg p {
      color: #FFF; }
    @media (max-width: 767px) {
      .card-block .header, .card-block .footer {
        padding: 1rem; } }

.primary-bg {
  background-color: #EA501F; }

.sec-bg {
  background-color: #FFE2D9; }

.light-bg {
  background-color: #FAF5EF; }

.shadow {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); }

.shadow-light {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }

.c-white {
  color: #FEF9FB; }

.noscroll {
  overflow: hidden; }

svg.icon {
  width: 85px; }
  @media (max-width: 1199px) {
    svg.icon {
      width: 80px; } }
  @media (max-width: 991px) {
    svg.icon {
      width: 70px; } }
  @media (max-width: 767px) {
    svg.icon {
      width: 65px; } }
  @media (max-width: 543px) {
    svg.icon {
      width: 60px; } }

@-webkit-keyframes loading-cycle {
  0%, 50%, to {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-cycle {
  0%, 50%, to {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.load-spin {
  display: none; }

.btn.loading:not(.sold-out) b {
  display: none !important; }

.btn.loading:not(.sold-out) .load-spin {
  -webkit-animation: loading-cycle 1s infinite linear;
  animation: loading-cycle 1s infinite linear;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background: transparent;
  margin: auto;
  border: 4px solid;
  border-color: rgba(106, 106, 106, 0.8) rgba(106, 106, 106, 0.78) transparent transparent; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .flex-container .flex-col > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .flex-container .flex-left,
  .flex-container .flex-right {
    width: 50%;
    padding: 0 1rem; }
  @media (max-width: 768px) {
    .flex-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .flex-container.column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .flex-container .flex-left,
      .flex-container .flex-right {
        width: 100%;
        padding: 1rem 0; }
      .flex-container .image-box {
        max-width: 30rem;
        margin: 0 auto; } }
  .flex-container .flex-content {
    max-width: 30rem;
    margin: 0 auto; }

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex-wrapper .flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .flex-wrapper .flex-item .d-block {
      margin: 1rem auto; }
  .flex-wrapper .flex-full {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .flex-wrapper .flex-50 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }
  .flex-wrapper .flex-33 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3%;
            flex: 1 0 33.3%; }
  .flex-wrapper .flex-25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%; }
  @media (max-width: 767px) {
    .flex-wrapper .flex-sm-full {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
    .flex-wrapper .flex-sm-50 {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; }
    .flex-wrapper .flex-sm-33 {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.3%;
              flex: 1 0 33.3%; }
    .flex-wrapper .flex-sm-25 {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 25%;
              flex: 1 0 25%; } }
  @media (max-width: 543px) {
    .flex-wrapper .flex-xs-full {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
    .flex-wrapper .flex-xs-50 {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; }
    .flex-wrapper .flex-xs-33 {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.3%;
              flex: 1 0 33.3%; }
    .flex-wrapper .flex-xs-25 {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 25%;
              flex: 1 0 25%; } }

@media (min-width: 992px) {
  .container {
    max-width: 1440px; } }

@media (max-width: 991px) {
  .container {
    max-width: 100%; } }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

.custom-modal .modal-header {
  border: none; }

.custom-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: 0;
  min-width: 320px;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

.custom-modal .modal-body {
  padding: 2.5rem;
  min-height: 15rem;
  color: #EA501F; }
  .custom-modal .modal-body .bundle-product-list {
    padding: 1rem 0;
    margin-bottom: 0;
    list-style: disc;
    text-align: center; }
    @media (min-width: 544px) {
      .custom-modal .modal-body .bundle-product-list {
        list-style-position: inside; } }
    .custom-modal .modal-body .bundle-product-list li:not(:last-of-type) {
      margin-bottom: 0.5rem; }
  .custom-modal .modal-body .btn-primary {
    min-width: 200px;
    padding: 1rem 0.75rem;
    margin-top: 1rem; }

.custom-modal .modal-content {
  border-radius: 0;
  border: none; }

#back-to-top-btn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EA501F;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 8px;
  cursor: pointer;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s; }
  #back-to-top-btn.is-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s 0s, visibility 0s 0s; }
  @media (min-width: 544px) {
    #back-to-top-btn {
      width: 2.5rem;
      height: 2.5rem; } }

.bg-tango {
  background-color: #EA501F; }

.bg-twist {
  background-color: #FFE2D9; }

.bg-wash {
  background-color: #FEF9FB; }

.bg-relax {
  background-color: #B0A8FF; }

.bg-groove {
  background-color: #3D0783; }

.bg-rinse {
  background-color: #BEFAFF; }

.bg-cool {
  background-color: #1464E6; }

.bg-glow {
  background-color: #FFFEAA; }

.bg-burst {
  background-color: #FFAF00; }

.bg-refresh {
  background-color: #56E6CD; }

.bg-chill {
  background-color: #005254; }

.bg-purple {
  background-color: #EFEEFF; }

.text-tango {
  color: #EA501F; }

.text-twist {
  color: #FFE2D9; }

.text-wash {
  color: #FEF9FB; }

.text-relax {
  color: #B0A8FF; }

.text-groove {
  color: #3D0783; }

.text-rinse {
  color: #BEFAFF; }

.text-cool {
  color: #1464E6; }

.text-glow {
  color: #FFFEAA; }

.text-burst {
  color: #FFAF00; }

.text-refresh {
  color: #56E6CD; }

.text-chill {
  color: #005254; }

.text-grey {
  color: #6A6A6A; }

.rotate-5 {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg); }

.cru-heading {
  font-family: "Cru Pro";
  text-transform: uppercase;
  font-size: 60px; }
  @media (max-width: 768px) {
    .cru-heading {
      font-size: 40px; } }
  .cru-heading .sub-header {
    font-size: 30px; }
    @media (max-width: 768px) {
      .cru-heading .sub-header {
        font-size: 20px; } }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
            animation-delay: 5s; }
  .animated.fast {
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms; }
  .animated.faster {
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms; }
  .animated.slow {
    -webkit-animation-duration: 2s;
            animation-duration: 2s; }
  .animated.slower {
    -webkit-animation-duration: 3s;
            animation-duration: 3s; }

#index .perfect-mattress .iwt-image {
  visibility: hidden; }

#product .features-overview.middle .features-overview-item, #product .features-overview.bottom .features-overview-item {
  visibility: hidden; }

#product .features-overview.top svg.feature-icon,
#product .features-overview.top svg.icon-ellipse {
  visibility: hidden; }

#product .difference-item {
  visibility: hidden; }

#product .product-krg-mattress .mattress-inner-item {
  visibility: hidden; }

#product .product-krg-pillow .pillow-inner-item {
  visibility: hidden; }

#product .product-krg-silk-pillowcase .silkpc-intro-wrapper {
  visibility: hidden; }

#product .product-krg-topper .topper-inner-item {
  visibility: hidden; }

#product .product-krg-bamboo-sheet .krg-difference .feature-item {
  visibility: hidden; }

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

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

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

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

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

.jump {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-name: jump;
          animation-name: jump;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.grow {
  -webkit-animation-name: grow;
          animation-name: grow;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jump {
  100% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
            transform: translateY(0) scale3d(1, 1, 1); }
  50% {
    -webkit-transform: translateY(-48%) scale3d(1, 1.1, 1);
            transform: translateY(-48%) scale3d(1, 1.1, 1);
    opacity: 1; }
  25% {
    -webkit-transform: translateY(48%) scale3d(0.3, 0.1, 1);
            transform: translateY(48%) scale3d(0.3, 0.1, 1);
    opacity: 0; }
  0% {
    -webkit-transform: translateY(48%) scale3d(0.3, 0, 1);
            transform: translateY(48%) scale3d(0.3, 0, 1);
    opacity: 0; } }

@keyframes jump {
  100% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
            transform: translateY(0) scale3d(1, 1, 1); }
  50% {
    -webkit-transform: translateY(-48%) scale3d(1, 1.1, 1);
            transform: translateY(-48%) scale3d(1, 1.1, 1);
    opacity: 1; }
  25% {
    -webkit-transform: translateY(48%) scale3d(0.3, 0.1, 1);
            transform: translateY(48%) scale3d(0.3, 0.1, 1);
    opacity: 0; }
  0% {
    -webkit-transform: translateY(48%) scale3d(0.3, 0, 1);
            transform: translateY(48%) scale3d(0.3, 0, 1);
    opacity: 0; } }

@-webkit-keyframes grow {
  50% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  25% {
    -webkit-transform: scale3d(0.3, 1, 1);
            transform: scale3d(0.3, 1, 1); }
  0% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1); } }

@keyframes grow {
  50% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  25% {
    -webkit-transform: scale3d(0.3, 1, 1);
            transform: scale3d(0.3, 1, 1); }
  0% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1); } }

.zoom-fade {
  -webkit-animation: zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  animation: zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  transition: none; }

@-webkit-keyframes zoom-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes zoom-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

#notifications .alert {
  display: table;
  max-width: 100%;
  width: 100%;
  padding: 0; }
  #notifications .alert .alert-icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem;
    font-size: 24px;
    color: #fff; }

#notifications .alert-danger {
  border-color: #e64646; }
  #notifications .alert-danger .alert-icon {
    background-color: #e64646; }

#notifications .alert-warning {
  border-color: #FF9A52;
  color: #ca5c0e; }
  #notifications .alert-warning .alert-icon {
    background-color: #FF9A52; }

#notifications .alert-success {
  border-color: #3c763d; }
  #notifications .alert-success .alert-icon {
    background-color: #3c763d; }

#notifications .alert-info {
  border-color: #31708f; }
  #notifications .alert-info .alert-icon {
    background-color: #31708f; }

#notifications .alert-text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1rem;
  text-align: left;
  font-size: 0.9375rem; }
  #notifications .alert-text a {
    text-decoration: underline;
    font-weight: bold; }

#notifications .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }
  #notifications .container .alert {
    margin: 0;
    padding: 0.5rem; }

#notifications li {
  margin-bottom: 0; }

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

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

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

p.alert {
  border: 0; }

article.alert ul li {
  margin-bottom: 0; }

.alert-warning .material-icons {
  color: #FF9A52;
  font-size: 2rem;
  margin-right: 0.625rem;
  padding-top: 0.3125rem; }

.alert-warning .alert-text {
  font-size: 0.9375rem;
  padding-top: 0.625rem; }

.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 0.625rem;
  padding: 0.3125rem 1.25rem;
  font-weight: 700;
  font-size: 0.8125rem;
  color: #fff; }

.alert-warning ul li:last-child .alert-link {
  color: white; }

.alert-warning .warning-buttons {
  margin-top: 0.3125rem; }

.about-us h2 {
  text-align: center; }

.about-us h3 {
  line-height: 1.7;
  text-align: center; }

.about-us p {
  line-height: 1.7;
  font-size: 19px; }

@media (max-width: 767px) {
  .about-us .page-hero {
    padding-bottom: 0;
    margin-bottom: 4rem; }
    .about-us .page-hero .flex-right {
      margin-bottom: -6rem; } }

.about-us .page-hero-video {
  position: relative; }
  .about-us .page-hero-video .video-wrapper {
    max-height: 60vh;
    overflow: hidden; }
    @media (max-width: 991px) {
      .about-us .page-hero-video .video-wrapper {
        max-height: unset;
        aspect-ratio: 16/9; } }
    .about-us .page-hero-video .video-wrapper video {
      height: 100%; }
      @media (max-width: 543px) {
        .about-us .page-hero-video .video-wrapper video {
          width: initial; } }
  .about-us .page-hero-video .h-100 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem; }
  .about-us .page-hero-video .heading {
    text-align: center;
    text-shadow: 0px 2px 3px black; }
    .about-us .page-hero-video .heading .major {
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      margin-bottom: 3rem; }
  .about-us .page-hero-video .flipper {
    position: relative;
    -webkit-perspective: 500;
    perspective: 500;
    display: inline-block; }
  .about-us .page-hero-video .step {
    display: block;
    width: auto;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    height: 0; }
    .about-us .page-hero-video .step.set {
      opacity: 1;
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg); }
    .about-us .page-hero-video .step.down {
      opacity: 0;
      -webkit-transform: rotateX(-90deg);
              transform: rotateX(-90deg); }
    @media (min-width: 450px) {
      .about-us .page-hero-video .step.step1, .about-us .page-hero-video .step.step2, .about-us .page-hero-video .step.step3 {
        margin-left: -38px; } }
  .about-us .page-hero-video .major .break {
    display: none; }
    @media (max-width: 449px) {
      .about-us .page-hero-video .major .break {
        display: block; } }
  .about-us .page-hero-video .minor {
    display: block;
    font-size: 65%;
    margin-top: 1rem; }
  .about-us .page-hero-video .f-normal {
    font-weight: normal; }

.about-us .our-story h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 2rem; }
  @media (min-width: 769px) {
    .about-us .our-story h1 {
      font-size: 3.5rem;
      margin-bottom: 3rem; } }

.about-us .our-story .flex-container .flex-content {
  max-width: 37rem;
  margin: 0 auto; }

.about-us .small-impact h3 {
  max-width: 35ch;
  margin: 0 auto;
  margin-bottom: 4rem; }
  @media (max-width: 768px) {
    .about-us .small-impact h3 {
      padding: 0 1rem; } }

@media (max-width: 768px) {
  .about-us .small-impact .flex-left {
    padding: 0; } }

.about-us .small-impact .flex-left .image-box {
  max-width: 522px;
  max-height: 522px;
  margin: 0; }
  .about-us .small-impact .flex-left .image-box .fade-box {
    padding-top: 100%; }

.about-us .small-impact .flex-right {
  text-align: left; }
  .about-us .small-impact .flex-right .flex-content {
    margin: 0; }
    @media (max-width: 768px) {
      .about-us .small-impact .flex-right .flex-content {
        margin: 0 auto; } }
  .about-us .small-impact .flex-right .our-impact-link {
    text-transform: uppercase;
    color: #EA501F;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
    font-size: 19px; }
    .about-us .small-impact .flex-right .our-impact-link:hover {
      text-decoration: underline; }
    .about-us .small-impact .flex-right .our-impact-link img {
      margin-left: .5rem; }

@media (max-width: 768px) {
  .about-us .why-bobbie-tango {
    padding-top: 0; } }

.about-us .why-bobbie-tango h2 {
  margin-bottom: 3rem;
  text-transform: uppercase; }

.about-us .why-bobbie-tango .h3 {
  font-weight: normal;
  margin-bottom: 4rem; }
  @media (max-width: 768px) {
    .about-us .why-bobbie-tango .h3 {
      padding: 0 1rem; } }

.about-us .why-bobbie-tango .features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  -webkit-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 2rem; }
  @media (max-width: 991px) {
    .about-us .why-bobbie-tango .features {
      -webkit-column-gap: 1rem;
              column-gap: 1rem; } }
  @media (max-width: 768px) {
    .about-us .why-bobbie-tango .features {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 543px) {
    .about-us .why-bobbie-tango .features {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
  .about-us .why-bobbie-tango .features .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    max-width: 350px; }
    @media (max-width: 543px) {
      .about-us .why-bobbie-tango .features .feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: 330px;
        padding: 0; } }
    .about-us .why-bobbie-tango .features .feature img {
      float: left;
      width: 65px;
      margin-bottom: 1rem; }
      @media (max-width: 543px) {
        .about-us .why-bobbie-tango .features .feature img {
          width: 50px;
          margin-bottom: 0;
          margin-right: 1.5rem; } }
      @media (max-width: 400px) {
        .about-us .why-bobbie-tango .features .feature img {
          width: 40px; } }
    .about-us .why-bobbie-tango .features .feature div {
      color: #EA501F;
      text-align: left;
      line-height: 1.7;
      font-size: 19px; }

.about-us .explore-products h3 {
  text-transform: uppercase;
  font-family: "Cru Pro";
  font-size: 40px; }
  @media (max-width: 768px) {
    .about-us .explore-products h3 {
      font-size: 28px; } }

.about-us .explore-products a {
  margin: 1rem auto 0;
  letter-spacing: 0.05em; }

.about-us .our-promise h2 {
  margin-bottom: 2rem;
  text-transform: uppercase; }

.about-us .our-promise .flex-wrapper {
  max-width: 880px;
  margin: 0 auto; }

.about-us .our-promise img {
  height: 60px; }

.about-us .our-promise span {
  color: #FEF9FB; }

.about-us .plastic-free {
  padding: 5rem 0;
  text-align: center; }
  @media (max-width: 480px) {
    .about-us .plastic-free {
      padding: 3rem 0; } }
  .about-us .plastic-free h2 {
    padding: 0 1rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.7;
    font-weight: 400; }
  .about-us .plastic-free .btn {
    margin-top: 1rem;
    letter-spacing: 0.05em; }

.cart-grid {
  margin-bottom: 1rem; }
  .cart-grid .cart-grid-body .cart-overview-container {
    padding: 1rem; }
  .cart-grid .cart-grid-body .cart-all-items-table {
    width: 100%;
    height: 100%; }
  .cart-grid .cart-grid-body .cart-item {
    /** .cart-item .thumbnail start **/
    /** .cart-item .thumbnail end **/
    /** .cart-item .quantity-container start **/
    /** .cart-item .quantity-container end **/
    /** .cart-item .content start **/
    /** .cart-item .content end **/ }
    .cart-grid .cart-grid-body .cart-item .thumbnail {
      width: 65px;
      height: 65px;
      border-radius: 3px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #fff;
      position: absolute; }
    .cart-grid .cart-grid-body .cart-item .quantity-container {
      border: 1px solid #767676;
      float: left;
      border-radius: 3px; }
      .cart-grid .cart-grid-body .cart-item .quantity-container .input-group {
        font-family: monospace; }
        .cart-grid .cart-grid-body .cart-item .quantity-container .input-group .input-group-btn {
          text-align: center;
          float: left;
          height: 21px;
          width: 25px; }
          .cart-grid .cart-grid-body .cart-item .quantity-container .input-group .input-group-btn > .btn {
            color: #6A6A6A;
            line-height: 16px;
            padding: 0;
            background: transparent;
            font-size: 19px;
            width: 100%;
            height: 100%;
            float: left; }
        .cart-grid .cart-grid-body .cart-item .quantity-container .input-group input {
          width: 38px;
          height: 21px;
          float: left;
          padding: 0;
          border: none;
          border-radius: 0;
          text-align: center;
          -moz-appearance: textfield;
          background: transparent;
          border-left: 1px solid #6A6A6A;
          border-right: 1px solid #6A6A6A; }
    .cart-grid .cart-grid-body .cart-item .content {
      width: 100%;
      padding-left: 75px; }
      .cart-grid .cart-grid-body .cart-item .content .cart-row {
        margin-bottom: 5px;
        clear: both; }
      .cart-grid .cart-grid-body .cart-item .content .title {
        font-weight: 600;
        float: left;
        max-width: 190px; }
        .cart-grid .cart-grid-body .cart-item .content .title a, .cart-grid .cart-grid-body .cart-item .content .title a:active, .cart-grid .cart-grid-body .cart-item .content .title a:hover, .cart-grid .cart-grid-body .cart-item .content .title a:focus, .cart-grid .cart-grid-body .cart-item .content .title a:visited {
          color: #323232; }
      .cart-grid .cart-grid-body .cart-item .content .variant-title {
        float: right;
        font-weight: 600;
        font-size: 12px;
        line-height: 24px;
        color: #767676; }
      .cart-grid .cart-grid-body .cart-item .content .cart-row.quantity-price {
        padding-top: 5px; }
      .cart-grid .cart-grid-body .cart-item .content .quantity-container {
        border: 1px solid #767676;
        float: left;
        border-radius: 3px; }
        .cart-grid .cart-grid-body .cart-item .content .quantity-container.no-border {
          border: none; }
      .cart-grid .cart-grid-body .cart-item .content .price-wrapper {
        float: right;
        line-height: 1;
        text-align: right; }
        .cart-grid .cart-grid-body .cart-item .content .price-wrapper .strikethrough-price {
          font-size: 80%;
          font-weight: 600;
          color: #666;
          text-decoration: line-through; }
        .cart-grid .cart-grid-body .cart-item .content .price-wrapper .purchase-price {
          color: #EA501F;
          font-weight: 600; }
  .cart-grid .cart-grid-right .cart-summary-line .label {
    float: left; }

.cart-items {
  margin-bottom: 0; }

.cart-item {
  padding: 1rem 0; }

.cart-summary-line {
  clear: both; }
  .cart-summary-line::after {
    content: "";
    display: table;
    clear: both; }
  .cart-summary-line .label {
    padding-left: 0;
    font-weight: 500;
    white-space: inherit; }
  .cart-summary-line .value {
    color: #EA501F;
    float: right; }
  .cart-summary-line.cart-summary-subtotals .label,
  .cart-summary-line.cart-summary-subtotals .value {
    font-weight: 500; }

/** CART BODY **/
.cart-grid-body {
  margin-bottom: 0.75rem; }
  .cart-grid-body a.label:hover {
    color: #EA501F; }
  .cart-grid-body .card-block {
    padding: 1rem; }
    .cart-grid-body .card-block h1 {
      margin-bottom: 0; }
  .cart-grid-body .cart-overview {
    padding: 1rem; }

/** CART RIGHT **/
.cart-grid-right .promo-discounts {
  margin-bottom: 0; }
  .cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #EA501F; }
    .cart-grid-right .promo-discounts .cart-summary-line .label .code {
      text-decoration: underline;
      cursor: pointer; }

/** CONTENT LEFT **/
.product-line-grid-left img {
  max-width: 100%; }

/** CONTENT BODY **/
.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit; }

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red; }

.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c; }

.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #6A6A6A; }

/** CONTENT LEFT **/
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  color: #323232;
  line-height: 36px; }
  .product-line-grid-right .cart-line-product-actions .remove-from-cart,
  .product-line-grid-right .product-price .remove-from-cart {
    color: #323232;
    display: inline-block;
    margin-top: 0.3125rem; }

/*** Responsive part ***/
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 1rem; } }

@media (max-width: 543px) {
  .cart-items {
    padding: 1rem 0; }
  .cart-item {
    border-bottom: 1px solid #F3F3F3; }
    .cart-item:last-child {
      border-bottom: 0; }
  .cart-grid-body .cart-overview {
    padding: 0; }
  .cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block; }
  .product-line-grid-left {
    padding-right: 0 !important; } }

@media (max-width: 360px) {
  .product-line-grid-right .qty {
    width: 100%; }
  .product-line-grid-right .price {
    width: 100%; } }

.contact-us .page-hero {
  padding: 6rem 1rem;
  text-align: center; }
  .contact-us .page-hero .tagline {
    font-size: 20px; }

.contact-us .contact-faq {
  padding: 1rem; }
  .contact-us .contact-faq h5 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 0; }
    @media (max-width: 543px) {
      .contact-us .contact-faq h5 {
        font-size: 1rem; } }
    .contact-us .contact-faq h5 a {
      font-weight: bold; }
  .contact-us .contact-faq .faq-icon {
    height: 6vw;
    max-height: 2rem; }

.contact-form .form-group div {
  padding: 0; }

.contact-form .form-fields {
  text-align: left; }
  .contact-form .form-fields .form-group:nth-child(2) {
    display: none; }

@media (min-width: 768px) {
  .contact-form .form-footer {
    float: right; }
    .contact-form .form-footer .btn {
      min-width: 150px; } }

.contact-form .form-footer .btn {
  width: 100%;
  height: 40px; }

.contact-form .alert ul, .contact-form .alert li {
  margin-bottom: 0; }

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #EA501F; }

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #EA501F; }

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #EA501F; }

.contact-methods .methods-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .contact-methods .methods-wrapper:after {
    display: none; }

.contact-methods .method {
  text-align: center;
  min-height: 200px;
  max-width: 320px;
  margin: 1rem;
  padding: 1rem;
  background: #FFE2D9;
  border: 2px solid #EA501F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33% - 2rem);
          flex: 1 0 calc(33% - 2rem); }
  @media (max-width: 767px) {
    .contact-methods .method {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(50% - 2rem);
              flex: 1 0 calc(50% - 2rem); } }
  @media (max-width: 543px) {
    .contact-methods .method {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      min-height: 150px; } }

.contact-methods .method-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contact-methods .method-title h3 {
    font-size: 1.5rem; }

.contact-methods .method-icon {
  display: none;
  height: 60px;
  width: 60px;
  margin-bottom: 1rem; }

/*** SOME GENERIC STYLES ***/
.table-labeled th,
.table-labeled td {
  vertical-align: middle; }

.table-labeled .label {
  font-weight: 500;
  border-radius: 4px;
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  color: white;
  white-space: nowrap; }

#identity .subscription_list, #emailpreferences .subscription_list {
  margin-left: 30px; }

/*** Most of the customer account pages ***/
.customer-page {
  padding: 2rem 0;
  background: #FEF9FB; }
  @media (min-width: 992px) {
    .customer-page {
      padding: 6rem 0; } }
  .customer-page .page-header {
    position: relative;
    text-align: center;
    padding-bottom: 3rem; }
    @media (min-width: 992px) {
      .customer-page .page-header {
        padding-bottom: 6rem; } }
    .customer-page .page-header .page-title {
      margin-bottom: 0; }
  .customer-page .sign-out-btn {
    color: #EA501F; }
    @media (min-width: 769px) {
      .customer-page .sign-out-btn {
        position: absolute;
        right: 0;
        top: -2rem; } }
    .customer-page .sign-out-btn span {
      text-decoration: underline;
      text-transform: capitalize; }
  .customer-page .form-field-label {
    text-transform: capitalize; }
  .customer-page .custom-checkbox {
    font-size: 16px; }
  .customer-page .tabbable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 991px) {
      .customer-page .tabbable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .customer-page .tab-left {
    position: relative;
    width: 20%;
    margin-right: 1rem; }
    .customer-page .tab-left > .nav-tabs > li:not(:last-of-type) {
      border-bottom: 1px solid #EA501F; }
  .customer-page .tab-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .customer-page .tab-top > .nav-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      width: 100%;
      border-bottom: none; }
      .customer-page .tab-top > .nav-tabs > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .customer-page .tab-top > .nav-tabs > li:not(:last-of-type) {
          border-right: 1px solid #EA501F; }
        .customer-page .tab-top > .nav-tabs > li > a {
          margin: 10px; }
  .customer-page .nav-tabs {
    position: relative;
    border: 1px solid #EA501F; }
    @media (min-width: 992px) {
      .customer-page .nav-tabs {
        background: #FEF9FB; } }
    .customer-page .nav-tabs > li.active, .customer-page .nav-tabs > li:hover {
      background: #EA501F;
      color: #FEF9FB; }
      @media (min-width: 992px) {
        .customer-page .nav-tabs > li.active, .customer-page .nav-tabs > li:hover {
          background: #EA501F; }
          .customer-page .nav-tabs > li.active .link-item:after, .customer-page .nav-tabs > li:hover .link-item:after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.17 21.17'%3E%3Ccircle cx='10.58' cy='10.58' r='10.08' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M6.64,16.47l7.89-5.89L6.64,4.7' style='fill:none;stroke:%23fff'/%3E%3C/svg%3E"); }
          .customer-page .nav-tabs > li.active a, .customer-page .nav-tabs > li:hover a {
            color: #FEF9FB; } }
      .customer-page .nav-tabs > li.active .material-icons, .customer-page .nav-tabs > li:hover .material-icons {
        color: #FEF9FB; }
    .customer-page .nav-tabs > li > a {
      display: block;
      padding: 1.5rem 1rem;
      font-size: 1.2rem;
      color: #EA501F; }
      @media (max-width: 1199px) {
        .customer-page .nav-tabs > li > a {
          font-size: 1.1rem; } }
      @media (max-width: 543px) {
        .customer-page .nav-tabs > li > a {
          padding: 10px 5px; } }
    .customer-page .nav-tabs > li .link-item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 992px) {
        .customer-page .nav-tabs > li .link-item span {
          padding-right: 25px; }
        .customer-page .nav-tabs > li .link-item .material-icons {
          display: none; }
        .customer-page .nav-tabs > li .link-item:after {
          content: "";
          position: absolute;
          top: 2px;
          right: 0;
          height: 100%;
          width: 20px;
          background-repeat: no-repeat;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.17 21.17'%3E%3Ccircle cx='10.58' cy='10.58' r='10.08' style='fill:none;stroke:%23F26539'/%3E%3Cpath d='M6.64,16.47l7.89-5.89L6.64,4.7' style='fill:none;stroke:%23F26539'/%3E%3C/svg%3E"); } }
  .customer-page .tab-content {
    position: relative;
    width: 80%;
    padding: 2rem;
    background: #FEF9FB;
    border: 1px solid #EA501F;
    min-height: 400px; }
    @media (max-width: 991px) {
      .customer-page .tab-content {
        width: 100%; } }
    @media (max-width: 543px) {
      .customer-page .tab-content {
        padding: 2rem 1rem; } }
    .customer-page .tab-content .form-group {
      margin-bottom: 0.5rem; }
    .customer-page .tab-content .form-subtitle {
      margin-top: 1rem; }
    .customer-page .tab-content .form-footer {
      margin-top: 1rem;
      text-align: center; }
      .customer-page .tab-content .form-footer button {
        min-width: 200px;
        height: 3rem; }
    .customer-page .tab-content .change-password {
      margin-top: 0.75rem;
      margin-bottom: 1rem; }
      .customer-page .tab-content .change-password a {
        font-size: 90%;
        background: #FFF;
        color: #6A6A6A;
        padding: 0.325rem 0.625rem;
        border: 1px solid #6A6A6A; }
  .customer-page .clear {
    clear: both; }

/*** Login page ***/
.page-account-related #notifications .container {
  padding: 0;
  max-width: 100%; }
  .page-account-related #notifications .container .alert {
    margin: 0;
    padding: 0.5rem; }
    .page-account-related #notifications .container .alert li {
      text-align: center; }
      @media (max-width: 767px) {
        .page-account-related #notifications .container .alert li {
          text-align: left; } }

.page-account-related #content {
  padding: 4rem 1rem;
  max-width: 550px;
  margin: 0 auto; }
  .page-account-related #content .btn {
    width: 100%;
    height: 50px;
    margin-top: 0.5rem; }
  .page-account-related #content .forgot-password {
    display: block;
    text-align: center;
    margin-top: 1rem; }
    .page-account-related #content .forgot-password a {
      font-size: 90%;
      color: #6A6A6A; }
  .page-account-related #content .account-link {
    text-align: center; }

/*** Addresses page ***/
.page-addresses .address {
  height: 100%; }
  .page-addresses .address .address-body {
    position: relative;
    padding: 1.5rem 1rem;
    text-align: left; }
    .page-addresses .address .address-body address {
      padding-right: 2rem;
      margin: 0; }
  .page-addresses .address .address-action {
    position: absolute;
    right: 1rem;
    top: 1.5rem; }
    .page-addresses .address .address-action a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #EA501F;
      border-radius: 50%;
      padding: 0.25rem;
      margin-bottom: 0.75rem; }
    .page-addresses .address .address-action i {
      color: #FFF;
      font-size: 1rem; }

.page-addresses .addresses-footer a i {
  font-size: 19px; }

.page-addresses .addresses-footer a span {
  font-weight: bold;
  vertical-align: middle; }

/*** Order details page ***/
.page-order-detail {
  font-size: 0.875rem;
  color: #6A6A6A; }
  .page-order-detail .box {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    background: white;
    padding: 1rem;
    margin-bottom: 1rem; }
  .page-order-detail h3 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .page-order-detail #order-infos ul {
    margin: 0; }
  .page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;
    border-bottom: 1px solid #FAFAFA; }
    .page-order-detail #order-history .history-lines .history-line:last-child {
      border-bottom: 0; }
    .page-order-detail #order-history .history-lines .history-line .label {
      display: inline-block;
      margin: 0.25rem 0;
      padding: 0.25rem 0.375rem;
      color: white;
      border-radius: 3px; }
  .page-order-detail .addresses {
    margin: 0 -0.9375rem; }
    .page-order-detail .addresses h4 {
      font-size: 19px; }
  .page-order-detail #order-products.return {
    margin-bottom: 1rem; }
    .page-order-detail #order-products.return th.head-checkbox {
      width: 30px; }
    .page-order-detail #order-products.return td {
      padding: 1.375rem 0.75rem; }
      .page-order-detail #order-products.return td.qty {
        min-width: 125px; }
        .page-order-detail #order-products.return td.qty .current {
          width: 30%;
          float: left;
          text-align: right;
          padding-right: 0.5rem; }
        .page-order-detail #order-products.return td.qty .select {
          width: 70%;
          float: left;
          margin: -0.625rem 0;
          padding-left: 0.25rem; }
          .page-order-detail #order-products.return td.qty .select select {
            text-align: center; }
  .page-order-detail .order-items {
    padding: 0 !important; }
    .page-order-detail .order-items .order-item {
      padding: 1rem 1rem 0;
      border-bottom: 1px solid #FAFAFA; }
      .page-order-detail .order-items .order-item .checkbox {
        width: 30px;
        float: left;
        padding: 0 0.9375rem; }
      .page-order-detail .order-items .order-item .content {
        width: calc(100% - 30px);
        float: left;
        padding: 0 0.9375rem; }
      .page-order-detail .order-items .order-item .desc {
        margin-bottom: 1rem; }
        .page-order-detail .order-items .order-item .desc .name {
          font-weight: 700; }
      .page-order-detail .order-items .order-item .qty {
        margin-bottom: 1rem; }
        .page-order-detail .order-items .order-item .qty .q {
          margin-bottom: 0.25rem; }
        .page-order-detail .order-items .order-item .qty .s {
          margin-bottom: 0.25rem; }
  .page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid #FAFAFA; }
    .page-order-detail .messages .message:last-child {
      border-bottom: 0; }
    .page-order-detail .messages .message > div {
      margin-bottom: 0.5rem; }
  .page-order-detail .customization {
    margin-top: 0.75rem; }

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #323232; }

#order-return-infos .customization {
  margin-top: 0.75rem; }

/*** My account landing page ***/
.page-my-account #content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6A6A6A;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem; }
    .page-my-account #content .links a span.link-item {
      display: block;
      height: 100%;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
      background: white;
      padding: 1rem; }
    .page-my-account #content .links a i {
      display: block;
      font-size: 2.6rem;
      width: 100%;
      color: #323232;
      padding-bottom: 3.4rem; }
    .page-my-account #content .links a:hover {
      color: #323232; }
      .page-my-account #content .links a:hover i {
        color: #EA501F; }

/*** History page ***/
#history .orders-content .order-record,
#guest-tracking .orders-content .order-record {
  padding: 2rem;
  position: relative;
  margin-bottom: 1rem;
  background-color: #FFF;
  border: 1px solid #DDE3E8;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
  @media (max-width: 543px) {
    #history .orders-content .order-record,
    #guest-tracking .orders-content .order-record {
      padding: 1rem; } }

#history .orders-content .order-info,
#guest-tracking .orders-content .order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    #history .orders-content .order-info,
    #guest-tracking .orders-content .order-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 767px) {
  #history .orders-content .action-buttons,
  #guest-tracking .orders-content .action-buttons {
    margin-top: 1rem; } }

#history .orders-content .action-buttons .btn,
#guest-tracking .orders-content .action-buttons .btn {
  min-width: 200px;
  margin-bottom: 0.75rem; }

#history .orders-content .action-buttons .show-hide .show,
#guest-tracking .orders-content .action-buttons .show-hide .show {
  display: block; }

#history .orders-content .action-buttons .show-hide .hide,
#guest-tracking .orders-content .action-buttons .show-hide .hide {
  display: none; }

#history .orders-content .action-buttons .show-hide[aria-expanded="true"] .show,
#guest-tracking .orders-content .action-buttons .show-hide[aria-expanded="true"] .show {
  display: none; }

#history .orders-content .action-buttons .show-hide[aria-expanded="true"] .hide,
#guest-tracking .orders-content .action-buttons .show-hide[aria-expanded="true"] .hide {
  display: block; }

#history .orders-content .order-details .collapse-block,
#guest-tracking .orders-content .order-details .collapse-block {
  background: #FAFAFA;
  padding: 1rem; }
  #history .orders-content .order-details .collapse-block:not(:last-of-type),
  #guest-tracking .orders-content .order-details .collapse-block:not(:last-of-type) {
    border-bottom: 1px solid #C4C4C4; }

#history .orders-content .product-item,
#guest-tracking .orders-content .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    #history .orders-content .product-item,
    #guest-tracking .orders-content .product-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #history .orders-content .product-item:not(:last-of-type),
  #guest-tracking .orders-content .product-item:not(:last-of-type) {
    margin-bottom: 1rem; }
  #history .orders-content .product-item .product-image,
  #guest-tracking .orders-content .product-item .product-image {
    margin: 0.5rem 0; }
  #history .orders-content .product-item .product-detail,
  #guest-tracking .orders-content .product-item .product-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      #history .orders-content .product-item .product-detail,
      #guest-tracking .orders-content .product-item .product-detail {
        padding-left: 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: unset;
            -ms-flex-align: unset;
                align-items: unset; } }
  #history .orders-content .product-item .product-adjust,
  #guest-tracking .orders-content .product-item .product-adjust {
    font-style: italic; }
  #history .orders-content .product-item .thumbnail,
  #guest-tracking .orders-content .product-item .thumbnail {
    position: relative;
    width: 100px;
    height: 75px; }
    #history .orders-content .product-item .thumbnail img,
    #guest-tracking .orders-content .product-item .thumbnail img {
      width: 100%;
      height: 100%; }
    #history .orders-content .product-item .thumbnail .cart-products-count,
    #guest-tracking .orders-content .product-item .thumbnail .cart-products-count {
      position: absolute;
      top: -8px;
      right: -8px;
      font-size: 10px;
      background: #FFAF00;
      border-radius: 50%;
      color: #FFF;
      width: 1rem;
      height: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

@media (min-width: 768px) {
  #history .orders-content address,
  #guest-tracking .orders-content address {
    margin-bottom: 0; } }

#history .orders-content .shipment-table,
#guest-tracking .orders-content .shipment-table {
  margin-top: 0.5rem;
  margin-bottom: 0; }
  #history .orders-content .shipment-table thead,
  #guest-tracking .orders-content .shipment-table thead {
    background: #FAF5EF; }
  #history .orders-content .shipment-table tbody,
  #guest-tracking .orders-content .shipment-table tbody {
    background: #FFF; }
  #history .orders-content .shipment-table th, #history .orders-content .shipment-table td,
  #guest-tracking .orders-content .shipment-table th,
  #guest-tracking .orders-content .shipment-table td {
    text-align: center;
    font-size: 90%;
    padding: 0.25rem;
    vertical-align: middle; }

#history .orders,
#guest-tracking .orders {
  margin: 0 -1rem; }
  #history .orders .order,
  #guest-tracking .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #FAFAFA; }
    #history .orders .order a h3,
    #guest-tracking .orders .order a h3 {
      color: #6A6A6A; }
    #history .orders .order .label,
    #guest-tracking .orders .order .label {
      display: inline-block;
      margin: 0.25rem 0;
      padding: 0.25rem 0.375rem;
      color: white;
      border-radius: 4px; }
    #history .orders .order:last-child,
    #guest-tracking .orders .order:last-child {
      border-bottom: 0; }

@media (min-width: 544px) {
  #guest-tracking .customer-page {
    padding: 4rem 1rem; } }

#guest-tracking #trackingForm {
  max-width: 410px; }
  #guest-tracking #trackingForm .btn {
    height: 50px;
    min-width: 200px; }

#guest-tracking .page-title {
  padding-bottom: 2rem; }

#guest-tracking .tabbable {
  max-width: 900px;
  margin: 0 auto; }
  #guest-tracking .tabbable .tab-content {
    width: 100%;
    min-height: auto; }
  #guest-tracking .tabbable .form-title {
    display: none; }

#guest-tracking .register-form {
  padding: 2rem;
  position: relative;
  background-color: #FFF;
  border: 1px solid #DDE3E8;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
  @media (max-width: 543px) {
    #guest-tracking .register-form {
      padding: 1rem; } }

#login-modal-login-register-modal .modal-content {
  border-radius: 0;
  border: none;
  background-clip: unset; }

#login-modal-login-register-modal .header {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 544px) {
    #login-modal-login-register-modal .header {
      padding: 1rem 2rem; }
      #login-modal-login-register-modal .header .close {
        font-size: 2.5rem; } }
  #login-modal-login-register-modal .header h3 {
    margin-bottom: 0; }
  #login-modal-login-register-modal .header .close {
    outline: none;
    color: #ee744e;
    font-size: 1.75rem;
    opacity: 1; }
    #login-modal-login-register-modal .header .close:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }

#login-modal-login-register-modal .modal-form {
  padding: 1rem;
  background: #FAF5EF; }
  @media (min-width: 544px) {
    #login-modal-login-register-modal .modal-form {
      padding: 1rem 2rem; } }

#login-modal-login-register-modal .footer {
  text-align: center;
  padding: 1rem; }
  @media (min-width: 544px) {
    #login-modal-login-register-modal .footer {
      padding: 1rem 2rem; } }
  #login-modal-login-register-modal .footer a:hover {
    color: #EA501F; }

#login-modal-login-register-modal .form-footer .btn {
  margin-top: 0.5rem;
  height: 50px; }

#login-modal-login-register-modal .forgot-password {
  text-align: center;
  margin-top: 1rem; }
  #login-modal-login-register-modal .forgot-password a {
    font-size: 90%;
    color: #6A6A6A; }

#login-modal-login-register-modal .result {
  padding: 0;
  margin: 0; }
  #login-modal-login-register-modal .result .item {
    margin: 0; }

@media (min-width: 768px) {
  #login-modal-login-register-modal .modal-dialog {
    -webkit-transform: translate(0, 5rem);
    transform: translate(0, 5rem); } }

#products {
  color: #6A6A6A; }
  #products .products-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #products .up {
    margin-bottom: 1rem; }
    #products .up .btn-secondary {
      color: #6A6A6A;
      text-transform: inherit; }
      #products .up .btn-secondary .material-icons {
        margin-right: 0; }

#category .page-hero {
  display: none; }

#category .page-hero.hero-calculate {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 3rem; }
  @media (max-width: 543px) {
    #category .page-hero.hero-calculate {
      padding-bottom: 0; } }
  #category .page-hero.hero-calculate h2 {
    line-height: 1.4;
    text-transform: uppercase; }
  #category .page-hero.hero-calculate .groups {
    max-width: 700px;
    margin: auto; }
    @media (max-width: 767px) {
      #category .page-hero.hero-calculate .groups {
        margin-top: 1.5rem;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto; } }
    #category .page-hero.hero-calculate .groups .group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      @media (max-width: 767px) {
        #category .page-hero.hero-calculate .groups .group {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #category .page-hero.hero-calculate .groups .group .group-name, #category .page-hero.hero-calculate .groups .group .group-controls {
            -webkit-box-flex: 50%;
                -ms-flex: 50%;
                    flex: 50%; } }
      #category .page-hero.hero-calculate .groups .group .group-name, #category .page-hero.hero-calculate .groups .group .group-controls {
        color: #EA501F; }
      #category .page-hero.hero-calculate .groups .group .group-name {
        font-size: 1.2rem; }
        @media (max-width: 767px) {
          #category .page-hero.hero-calculate .groups .group .group-name {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 0.5rem; } }
        #category .page-hero.hero-calculate .groups .group .group-name span {
          font-weight: 400;
          font-size: 1rem;
          margin-left: .5rem; }
          @media (min-width: 768px) {
            #category .page-hero.hero-calculate .groups .group .group-name span {
              display: block;
              margin-top: 0.25rem;
              margin-left: 0; } }
      #category .page-hero.hero-calculate .groups .group .group-controls {
        font-family: "Cru Pro";
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #category .page-hero.hero-calculate .groups .group .group-controls .quantity {
          line-height: 1.5;
          font-size: 3rem;
          width: 3.5rem; }
          @media (max-width: 767px) {
            #category .page-hero.hero-calculate .groups .group .group-controls .quantity {
              font-size: 2rem; } }
        #category .page-hero.hero-calculate .groups .group .group-controls .increase, #category .page-hero.hero-calculate .groups .group .group-controls .decrease {
          outline: 0;
          background-color: transparent;
          border: none;
          padding: 0;
          height: 3rem;
          width: 3rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #category .page-hero.hero-calculate .groups .group .group-controls .increase:after, #category .page-hero.hero-calculate .groups .group .group-controls .decrease:after {
            content: "";
            display: block;
            background-position: center;
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: 12px;
            border: 2px solid #EA501F;
            border-radius: 100%;
            height: 1.5rem;
            width: 1.5rem;
            position: relative;
            padding: 0; }
          #category .page-hero.hero-calculate .groups .group .group-controls .increase.inactive, #category .page-hero.hero-calculate .groups .group .group-controls .decrease.inactive {
            opacity: 0.4;
            pointer-events: none; }
        #category .page-hero.hero-calculate .groups .group .group-controls .increase:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cline x1='5.56812' y1='0.841309' x2='5.56811' y2='10.853' stroke='%23EA501F' stroke-width='2'/%3E%3Cline x1='10.5747' y1='5.9455' x2='0.237874' y2='5.94549' stroke='%23EA501F' stroke-width='2'/%3E%3C/svg%3E");
          background-position: 4px 3px; }
        #category .page-hero.hero-calculate .groups .group .group-controls .decrease:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='3' viewBox='0 0 11 3' fill='none'%3E%3Cline x1='10.7632' y1='1.94531' x2='0.426351' y2='1.94531' stroke='%23EA501F' stroke-width='2'/%3E%3C/svg%3E");
          background-position: 4px 8px; }

#category .sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 89px;
  width: 100%;
  height: 4rem;
  padding: 0.5rem 0;
  background: #FFF;
  z-index: 99; }
  @media (max-width: 767px) {
    #category .sticky-header {
      top: 84px; }
      #category .sticky-header .container {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; }
      #category .sticky-header #search_filters_wrapper,
      #category .sticky-header #js-product-list-top {
        width: 50%;
        padding: 0 0.5rem; }
      #category .sticky-header .dropdown-title {
        border-radius: 4px; } }
  #category .sticky-header.scrolldown {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: box-shadow ease-in-out 200ms; }
  #category .sticky-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    #category .sticky-header .container:after {
      display: none; }
  @media (min-width: 768px) {
    #category .sticky-header #js-product-list-top .filter-dropdown {
      min-width: 160px; } }
  #category .sticky-header .filter-dropdown {
    width: 100%;
    font-weight: bold; }
  #category .sticky-header .dropdown-title {
    background: white;
    padding: 0.5rem;
    cursor: pointer;
    border: 2px solid #EA501F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (max-width: 543px) {
      #category .sticky-header .dropdown-title .material-icons {
        font-size: 1rem; } }
  #category .sticky-header .dropdown-menu {
    width: 100%;
    border: 1px solid #EA501F;
    border-radius: 0;
    padding: 0;
    margin: 5px auto;
    min-width: initial; }
    #category .sticky-header .dropdown-menu .select-list {
      display: block;
      margin: 0.75rem 0.5rem; }

#category .calculator-info {
  max-width: 700px;
  margin: auto;
  padding-top: 2rem;
  text-align: center;
  color: #EA501F; }

#category .products {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: (25%)[auto-fit];
      grid-template-columns: repeat(auto-fit, 25%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column-align: center;
      justify-items: center; }

@media (min-width: 768px) and (max-width: 1199px) {
  #category .products {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    #category .products {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); }
      #category .products .product-actions .product-attribute-list {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr);
        -ms-grid-rows: (1fr)[2];
            grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 1rem;
        grid-row-gap: 0.5rem; }
      #category .products .product-actions .product-attribute-list-select {
        background: none; }
      #category .products .product-actions .button-group {
        margin-top: 0.5rem; }
        #category .products .product-actions .button-group .product-add-button .frequency {
          display: block;
          line-height: 1rem; }
      #category .products .product-actions .subscribe-options .frequency-list .input-container label {
        margin: 0.5rem 0.75rem;
        font-size: 90%; } }
  @media (max-width: 543px) {
    #category .products .product-miniature {
      padding: 2rem 0; }
      #category .products .product-miniature .product-discount-badge {
        top: -2rem; } }

#category .product-miniature {
  padding: 2rem 1rem;
  max-width: 420px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease 0s; }
  #category .product-miniature .product-discount-badge .desc.sub {
    font-weight: normal;
    font-size: 12px;
    line-height: 1; }
  #category .product-miniature .thumbnail-container {
    position: relative; }
  #category .product-miniature .thumbnail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    height: 0; }
    #category .product-miniature .thumbnail img {
      position: absolute;
      height: 100%;
      width: 100%;
      display: block;
      z-index: 1; }
    #category .product-miniature .thumbnail .rect {
      position: absolute;
      width: 100%;
      height: 45%;
      bottom: 0;
      z-index: 0;
      background: #84A4B2; }
  #category .product-miniature .product-title {
    font-family: "Ambit";
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    /* a {
				color: $brand-secondary;
			} */ }
  #category .product-miniature .product-bundles {
    margin-top: 0.5rem; }
    #category .product-miniature .product-bundles .modal-trigger {
      font-size: 90%;
      text-decoration: underline; }
  #category .product-miniature .product-description {
    padding-top: 1rem; }
  #category .product-miniature .price-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #category .product-miniature .regular-price {
    text-decoration: line-through;
    margin-right: 0.5rem; }
  #category .product-miniature .current-price {
    font-weight: bold;
    font-size: 120%;
    color: #EA501F; }

#category .product-actions .control-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 90%; }

#category .product-actions .product-variants {
  margin-top: 0.5rem; }

#category .product-actions .product-attribute-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 0;
  margin-bottom: 0; }
  #category .product-actions .product-attribute-list .input-container {
    position: relative; }
    #category .product-actions .product-attribute-list .input-container label {
      width: 100%;
      margin-bottom: 0; }
  #category .product-actions .product-attribute-list .input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #EA501F; }
    #category .product-actions .product-attribute-list .input-radio:checked + span {
      background-color: #EFEFEF;
      font-weight: bold; }
  #category .product-actions .product-attribute-list .radio-label {
    display: inline-block;
    font-size: 90%;
    padding: 0.5rem;
    width: 100%;
    background: white;
    color: #FFE2D9;
    word-break: break-word;
    border-radius: 4px;
    border: 1px solid #999999; }

#category .product-actions .product-attribute-list-select {
  width: 100%;
  height: 42px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #EA501F;
  font-size: 90%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #FEF9FB;
  color: #EA501F;
  text-align: center; }
  #category .product-actions .product-attribute-list-select:hover, #category .product-actions .product-attribute-list-select:focus {
    outline: none; }

#category .product-actions .button-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1rem; }
  #category .product-actions .button-group.once-only .product-add-button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #category .product-actions .button-group.once-only .product-subscriptions {
    display: none; }
  #category .product-actions .button-group.has-subscription .product-add-button {
    -webkit-box-flex: 80%;
        -ms-flex: 80%;
            flex: 80%; }
    #category .product-actions .button-group.has-subscription .product-add-button .add-to-cart {
      text-align: left;
      color: #6A6A6A;
      background-color: #FEF9FB;
      border: 1px solid #EA501F; }
  #category .product-actions .button-group.has-subscription .product-subscriptions {
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%; }
  #category .product-actions .button-group .product-add-button .add-to-cart {
    width: 100%;
    height: 3rem;
    line-height: 1;
    font-size: 1rem; }
    @media (max-width: 767px) {
      #category .product-actions .button-group .product-add-button .add-to-cart {
        padding: 0.5rem 0.75rem; } }
    #category .product-actions .button-group .product-add-button .add-to-cart.sold-out {
      text-align: center; }
  #category .product-actions .button-group .product-add-button .frequency {
    font-size: 80%;
    font-weight: normal; }
  #category .product-actions .button-group .dropdown-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #EA501F;
    color: #FEF9FB; }
    #category .product-actions .button-group .dropdown-icon:hover {
      background: #EA501F;
      color: #FEF9FB;
      border: 1px solid #EA501F; }

#category .product-actions .subscribe-options {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #FAFAFA;
  border: 1px solid #EA501F;
  display: none; }
  #category .product-actions .subscribe-options .frequency-list {
    width: 100%;
    margin-bottom: 0; }
    #category .product-actions .subscribe-options .frequency-list .input-container {
      text-align: left;
      border-bottom: 1px solid #ee744e; }
      #category .product-actions .subscribe-options .frequency-list .input-container:last-of-type {
        border-bottom: 0; }
      #category .product-actions .subscribe-options .frequency-list .input-container:hover {
        background: #FAF5EF;
        text-shadow: 0 0 #EA501F;
        cursor: pointer; }
      #category .product-actions .subscribe-options .frequency-list .input-container label {
        margin: 0.5rem 1.5rem;
        font-size: 90%; }
      #category .product-actions .subscribe-options .frequency-list .input-container .input-radio {
        display: none; }

.block-category {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 10rem;
  margin-top: 3rem;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .block-category {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; } }
  .block-category .block-category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .block-category .block-category-inner #category-description p,
    .block-category .block-category-inner #category-description strong {
      font-weight: 400;
      color: #6A6A6A; }
    .block-category .block-category-inner #category-description p {
      color: #323232;
      margin-bottom: 0;
      word-break: break-word; }
      .block-category .block-category-inner #category-description p:first-child {
        margin-bottom: 1.25rem; }
    .block-category .block-category-inner .category-cover img {
      width: 141px;
      height: 180px; }

.products-selection .sort-by-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.products-selection .sort-by {
  white-space: normal;
  word-break: break-word;
  margin-right: -0.9375rem;
  margin-left: 0.9375rem;
  text-align: right; }

.products-selection .total-products {
  padding-top: 0.625rem; }

.products-selection h1 {
  padding-top: 0.625rem; }

.products-sort-order {
  color: #6A6A6A; }
  .products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #323232;
    background: white;
    padding: 0.625rem;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
  .products-sort-order .select-list {
    display: block;
    color: #323232;
    padding: 0.625rem 1.25rem; }
    .products-sort-order .select-list:hover {
      background: #EA501F;
      color: white;
      text-decoration: none; }
  .products-sort-order .dropdown-menu {
    left: auto;
    width: 16.88rem;
    background: #FAFAFA;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0; }

.facet-dropdown {
  color: #6A6A6A;
  padding-left: 0;
  padding-right: 0;
  background: #F3F3F3;
  border: 3px solid transparent;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px #F3F3F3; }
  .facet-dropdown.open {
    border: 0; }
    .facet-dropdown.open > .select-title {
      border: 3px solid #EA501F;
      background: #FAFAFA; }
  .facet-dropdown .select-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    width: 100%;
    color: #323232;
    background: #F3F3F3;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    cursor: pointer; }
    .facet-dropdown .select-title > i {
      margin-left: auto; }
  .facet-dropdown .select-list {
    display: block;
    color: #323232;
    background: #FAFAFA;
    padding: 0.625rem 1.25rem; }
    .facet-dropdown .select-list:hover {
      background: #EA501F;
      color: white;
      text-decoration: none; }
  .facet-dropdown .dropdown-menu {
    padding: 0;
    margin-top: 3px;
    left: auto;
    width: 100%;
    background: #FAFAFA;
    border: none;
    box-shadow: 1px 1px 1px 1px #F3F3F3; }

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  background: white; }
  #search_filters .h6.text-uppercase,
  #search_filters_brands .h6.text-uppercase,
  #search_filters_suppliers .h6.text-uppercase {
    display: inline;
    font-weight: bold;
    font-size: 1.25rem; }
  #search_filters .clear-all-wrapper,
  #search_filters_brands .clear-all-wrapper,
  #search_filters_suppliers .clear-all-wrapper {
    display: inline;
    float: right; }
    #search_filters .clear-all-wrapper button,
    #search_filters_brands .clear-all-wrapper button,
    #search_filters_suppliers .clear-all-wrapper button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      background: transparent;
      color: #EA501F; }
  #search_filters .facet ul,
  #search_filters_brands .facet ul,
  #search_filters_suppliers .facet ul {
    margin-bottom: 0; }
  #search_filters .facet .collapse,
  #search_filters_brands .facet .collapse,
  #search_filters_suppliers .facet .collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
  #search_filters .facet .facet-title,
  #search_filters_brands .facet .facet-title,
  #search_filters_suppliers .facet .facet-title {
    font-weight: bold;
    width: 100%;
    overflow: visible; }
  #search_filters .facet .facet-label,
  #search_filters_brands .facet .facet-label,
  #search_filters_suppliers .facet .facet-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding: 0 0.5rem; }
    #search_filters .facet .facet-label a,
    #search_filters_brands .facet .facet-label a,
    #search_filters_suppliers .facet .facet-label a {
      font-weight: bold;
      font-size: 120%; }
    #search_filters .facet .facet-label .custom-checkbox,
    #search_filters_brands .facet .facet-label .custom-checkbox,
    #search_filters_suppliers .facet .facet-label .custom-checkbox {
      top: 0; }
    #search_filters .facet .facet-label .custom-radio,
    #search_filters_brands .facet .facet-label .custom-radio,
    #search_filters_suppliers .facet .facet-label .custom-radio {
      top: 0;
      display: none; }
    #search_filters .facet .facet-label.active a,
    #search_filters_brands .facet .facet-label.active a,
    #search_filters_suppliers .facet .facet-label.active a {
      border-bottom: 2px solid #EA501F; }
    #search_filters .facet .facet-label:hover a,
    #search_filters_brands .facet .facet-label:hover a,
    #search_filters_suppliers .facet .facet-label:hover a {
      color: #FFE2D9;
      transition: all 0.3s ease 0s; }

#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 0; }
  #search_filters_brands .facet .facet-label,
  #search_filters_suppliers .facet .facet-label {
    margin-bottom: 0.3125rem; }

#js-product-list .pagination {
  width: 100%; }
  #js-product-list .pagination > div:first-child {
    line-height: 2.5rem; }
  #js-product-list .pagination .page-list {
    background: white;
    padding: 0.375rem;
    margin-bottom: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
    #js-product-list .pagination .page-list li {
      display: inline; }
  #js-product-list .pagination a {
    color: black;
    font-weight: 600; }
    #js-product-list .pagination a:not(.previous):not(.next) {
      letter-spacing: 0.125rem; }
  #js-product-list .pagination .previous {
    float: left; }
  #js-product-list .pagination .next {
    float: right; }
  #js-product-list .pagination .disabled {
    color: #6A6A6A; }
  #js-product-list .pagination .current a {
    color: #EA501F;
    text-decoration: none;
    font-size: 1.25rem; }

.active_filters {
  background: #dededd;
  padding: 0.625rem 1.875rem 0;
  margin-bottom: 1.25rem; }
  .active_filters .active-filter-title {
    display: inline;
    margin-right: 0.625rem;
    font-weight: 600; }
  .active_filters ul {
    display: inline; }
  .active_filters .filter-block {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    color: #323232;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    background: white;
    padding: 0.625rem;
    display: inline-block;
    font-size: 0.8125rem; }
    .active_filters .filter-block .close {
      color: #323232;
      font-size: 0.9375rem;
      opacity: 1;
      margin-top: 0.1875rem;
      margin-left: 0.3125rem; }

.block-categories {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem; }
  .block-categories .category-sub-menu {
    margin-top: 0.625rem; }
    .block-categories .category-sub-menu .category-sub-link {
      font-size: 0.875rem; }
    .block-categories .category-sub-menu li {
      position: relative; }
      .block-categories .category-sub-menu li[data-depth="1"] {
        margin-bottom: 0.625rem; }
    .block-categories .category-sub-menu li[data-depth="0"] > a {
      font-weight: 600;
      border-bottom: rgba(0, 0, 0, 0.25) 1px solid;
      width: 100%;
      display: inline-block;
      margin: 0.3125rem 0 0;
      padding-bottom: 0.1875rem; }
    .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
      padding-left: 0.3125rem; }
      .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
        content: "-";
        margin-right: 0.3125rem; }
  .block-categories a {
    color: #323232; }
  .block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer; }
    .block-categories .collapse-icons[aria-expanded="true"] .add {
      display: none; }
    .block-categories .collapse-icons[aria-expanded="true"] .remove {
      display: block; }
    .block-categories .collapse-icons .add:hover,
    .block-categories .collapse-icons .remove:hover {
      color: #EA501F; }
    .block-categories .collapse-icons .remove {
      display: none; }
  .block-categories .arrows .arrow-right,
  .block-categories .arrows .arrow-down {
    font-size: 0.875rem;
    cursor: pointer;
    margin-left: 2px; }
    .block-categories .arrows .arrow-right:hover,
    .block-categories .arrows .arrow-down:hover {
      color: #EA501F; }
  .block-categories .arrows .arrow-down {
    display: none; }
  .block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none; }
  .block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block; }

.facets-title {
  color: #323232; }

.products-selection .filter-button .btn-secondary {
  padding: 0.75rem 0.5rem 0.6875rem; }

.advertising-block {
  margin-bottom: 1.563rem; }
  .advertising-block img {
    width: 100%; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #category #left-column {
    width: 100%; }
    #category #left-column #search_filters_wrapper {
      margin-left: -30px;
      margin-right: -30px; }
    #category #left-column #search_filter_controls {
      text-align: center;
      margin-bottom: 1rem; }
      #category #left-column #search_filter_controls button {
        margin: 0 0.5rem; }
    #category #left-column #search_filters {
      margin-bottom: 0;
      box-shadow: none;
      padding: 0;
      border-top: 1px solid #FAFAFA; }
      #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #FAFAFA; }
        #category #left-column #search_filters .facet .title {
          cursor: pointer; }
          #category #left-column #search_filters .facet .title .collapse-icons .remove {
            display: none; }
        #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
          display: none; }
        #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
          display: block; }
        #category #left-column #search_filters .facet .facet-title {
          color: #323232;
          text-transform: uppercase; }
        #category #left-column #search_filters .facet .h6 {
          margin-bottom: 0;
          padding: 0.625rem;
          display: inline-block; }
        #category #left-column #search_filters .facet .navbar-toggler {
          display: inline-block;
          padding: 0.625rem 0.625rem 0 0; }
        #category #left-column #search_filters .facet .collapse {
          display: none; }
          #category #left-column #search_filters .facet .collapse.in {
            display: block; }
        #category #left-column #search_filters .facet .facet-label a {
          margin-top: 0; }
        #category #left-column #search_filters .facet ul {
          margin-bottom: 0; }
          #category #left-column #search_filters .facet ul li {
            border-top: 1px solid #FAFAFA;
            padding: 0.625rem; }
  #category #content-wrapper {
    width: 100%; }
  #category #search_filter_toggler {
    width: 100%; }
  .products-sort-order .select-title {
    margin-left: 0; }
  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1rem; }
  .products-selection .showing {
    padding-top: 1rem; }
  #prices-drop #content-wrapper,
  #new-products #content-wrapper,
  #best-sales #content-wrapper {
    width: 100%; } }

@media (max-width: 543px) {
  .products-selection .filter-button {
    padding-left: 0; }
  #category #left-column #search_filters_wrapper {
    margin-left: -15px;
    margin-right: -15px; } }

/**
 Subscription Unavailable
 */
.comparison .compare-table {
  padding: 6rem 0; }
  .comparison .compare-table .logo {
    height: 40px;
    display: block;
    margin: 1rem auto; }
  .comparison .compare-table sup {
    font-size: 90%; }
  .comparison .compare-table table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .comparison .compare-table table thead, .comparison .compare-table table tbody {
      border-bottom: 1px solid #C4C4C4; }
    @media (max-width: 543px) {
      .comparison .compare-table table thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 84px;
        background: #FFF;
        z-index: 1; } }
    .comparison .compare-table table .category-row {
      border-top: 1px solid #C4C4C4;
      border-bottom: 1px solid #C4C4C4; }
    .comparison .compare-table table tr td, .comparison .compare-table table tr th {
      padding: 1rem; }
      .comparison .compare-table table tr td:first-of-type, .comparison .compare-table table tr th:first-of-type {
        font-size: 110%; }
        @media (min-width: 544px) {
          .comparison .compare-table table tr td:first-of-type, .comparison .compare-table table tr th:first-of-type {
            text-align: left; } }
      .comparison .compare-table table tr td:nth-of-type(2), .comparison .compare-table table tr th:nth-of-type(2) {
        background: #FAF5EF; }
    .comparison .compare-table table tr th {
      text-align: center; }
    .comparison .compare-table table tr.tr-price span {
      color: #FFE2D9;
      font-weight: bold;
      font-size: 1.25rem; }
    .comparison .compare-table table tr.tr-price.hidden-sm-up {
      border-bottom: 1px solid #C4C4C4; }

.comparison .our-promise .flex-item span {
  display: block;
  max-width: 140px;
  margin: 0 auto; }

.comparison .our-promise img {
  max-height: 75px; }

.comparison .product-reviews .yotpo-main-widget .yotpo-clr + .based-on {
  display: none !important; }

.page-cms #main ul {
  list-style: disc;
  text-align: left;
  padding-left: 2rem; }

.warranty-page .page-hero {
  padding: 4rem 1rem 0 1rem;
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .warranty-page .page-hero {
      text-align: center; } }
  .warranty-page .page-hero .image-box {
    margin-bottom: -8rem; }
  @media (min-width: 768px) {
    .warranty-page .page-hero .flex-left {
      padding-bottom: 5%; }
    .warranty-page .page-hero .btn-primary {
      max-width: 300px; } }

.warranty-page .collapse-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #EA501F; }
  .warranty-page .collapse-header[aria-expanded="true"] .collapse-icon:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle cx='11.3051' cy='10.7512' r='10.0831' transform='rotate(-180 11.3051 10.7512)' stroke='%23164F4F'/%3E%3Cpath d='M16.9528 14.0616L11.066 6.17334L5.1792 14.0616' stroke='%23164F4F'/%3E%3C/svg%3E"); }

.warranty-page .collapse-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10%; }
  .warranty-page .collapse-icon:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle xmlns='http://www.w3.org/2000/svg' cx='11.3051' cy='10.7512' r='10.0831' transform='rotate(-180 11.3051 10.7512)' stroke='%23164F4F'/%3E%3Cpath d='M5.15604 8.12294L11.0429 16.0112L16.9297 8.12294' stroke='%23164F4F'/%3E%3C/svg%3E"); }

.warranty-page .collapse-trigger {
  font-size: 1.25rem;
  font-weight: bold; }

.warranty-page .collapse-content {
  margin: 1rem 0; }

.country-au .custom-page-link[title="Warranty"] {
  display: none; }

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover {
  background: none; }

.dropdown .expand-more {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.dropdown .active {
  max-height: 200px;
  overflow-y: hidden;
  visibility: visible; }

.dropdown select {
  -moz-appearance: none;
  border: 0 none;
  outline: 0 none;
  background: white; }

#pagenotfound #main {
  text-align: center; }
  #pagenotfound #main .page-header {
    margin: 2rem 0 3rem;
    padding: 5rem 1rem; }
  #pagenotfound #main .page-content {
    margin-bottom: 10rem; }

#pagenotfound #search_widget {
  display: none; }

.onpage-faq {
  /* Style the list */ }
  .onpage-faq .page-hero {
    color: #FEF9FB;
    text-align: center;
    margin-bottom: 4rem; }
    .onpage-faq .page-hero .tagline {
      font-size: 20px; }
  .onpage-faq ul.faq-breadcrumbs {
    text-align: left; }
    @media (max-width: 767px) {
      .onpage-faq ul.faq-breadcrumbs {
        margin-top: 1rem; } }
    .onpage-faq ul.faq-breadcrumbs li {
      display: inline;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .onpage-faq ul.faq-breadcrumbs li {
          font-size: 1rem; } }
      .onpage-faq ul.faq-breadcrumbs li + li:before {
        padding: 8px 0px 8px 8px;
        color: #EA501F;
        content: "/\A0";
        display: inline; }
      .onpage-faq ul.faq-breadcrumbs li a {
        text-decoration: none; }
  .onpage-faq .faq-subtitle {
    margin-top: 1.5rem;
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
      .onpage-faq .faq-subtitle {
        margin: 2rem 1rem;
        text-align: center; } }
  .onpage-faq .faq-category.container {
    max-width: 1140px;
    width: 100%;
    text-align: center; }
  .onpage-faq .faq-category .faq-cat-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0; }
    .onpage-faq .faq-category .faq-cat-grid:not(.multi-row) {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .onpage-faq .faq-category .faq-cat-item {
    height: 150px;
    width: calc(25% - 2rem);
    margin: 1rem; }
    @media (max-width: 767px) {
      .onpage-faq .faq-category .faq-cat-item {
        width: calc(33% - 2rem); } }
    @media (max-width: 543px) {
      .onpage-faq .faq-category .faq-cat-item {
        width: calc(50% - 2rem); } }
  .onpage-faq .faq-category .category_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #FFE2D9;
    padding: 2rem 1rem;
    height: 100%;
    box-shadow: 0px 0px 0px 2px #EA501F; }
    .onpage-faq .faq-category .category_link:hover {
      box-shadow: 0px 0px 0px 3px #EA501F; }
    .onpage-faq .faq-category .category_link span {
      font-size: 1.125rem;
      color: #EA501F;
      font-weight: bold; }
      @media (min-width: 769px) {
        .onpage-faq .faq-category .category_link span {
          font-size: 20px; } }
    .onpage-faq .faq-category .category_link .icon {
      display: block;
      height: 40px;
      margin-bottom: 1rem; }
  .onpage-faq .faq-list .container {
    max-width: 1140px;
    width: 100%;
    padding: 0 1rem; }
  .onpage-faq .faq-list .buy-button {
    margin-top: 0.5rem; }
    @media (max-width: 543px) {
      .onpage-faq .faq-list .buy-button {
        margin-top: 1.5rem; } }
  .onpage-faq #accordion {
    text-align: left; }
    .onpage-faq #accordion h3 {
      text-transform: uppercase;
      border-bottom: 4px #FFE2D9 solid;
      padding-bottom: 0.875rem;
      margin-top: 1.75rem;
      font-size: 1.75rem; }
      @media (max-width: 767px) {
        .onpage-faq #accordion h3 {
          font-size: 1.25rem; } }
    .onpage-faq #accordion .card {
      box-shadow: none;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      border-bottom: 1px solid #FAF5EF;
      margin-bottom: 16px; }
      .onpage-faq #accordion .card .button_group {
        padding-bottom: 2rem; }
    .onpage-faq #accordion .card-header {
      border: 0;
      background: transparent;
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .onpage-faq #accordion .card-header h4 {
        font-weight: normal; }
      .onpage-faq #accordion .card-header a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .onpage-faq #accordion .card-header a .question {
          width: 90%; }
          .onpage-faq #accordion .card-header a .question:lang(zh) {
            line-height: 1.8rem; }
        .onpage-faq #accordion .card-header a .material-icons {
          width: 0;
          color: #EA501F;
          -ms-flex-item-align: self-start;
              -ms-grid-row-align: self-start;
              align-self: self-start; }
        .onpage-faq #accordion .card-header a .arrow-down {
          display: none; }
        .onpage-faq #accordion .card-header a .arrow-up {
          display: inline-block; }
        .onpage-faq #accordion .card-header a.collapsed .arrow-down {
          display: inline-block; }
        .onpage-faq #accordion .card-header a.collapsed .arrow-up {
          display: none; }
        .onpage-faq #accordion .card-header a.single {
          display: none; }
        .onpage-faq #accordion .card-header a[aria-expanded="true"] {
          font-weight: bold; }
          .onpage-faq #accordion .card-header a[aria-expanded="true"] + a.single {
            display: block;
            position: absolute;
            right: 3.5rem;
            top: 0; }
    .onpage-faq #accordion .card-block {
      padding: 0 0 1rem 0;
      font-weight: normal; }
      .onpage-faq #accordion .card-block p, .onpage-faq #accordion .card-block li {
        max-width: 100%; }
      .onpage-faq #accordion .card-block li {
        margin-bottom: 0; }
      .onpage-faq #accordion .card-block a {
        text-decoration: underline;
        font-weight: bold; }
  .onpage-faq .faq-contact {
    margin-top: 6rem;
    text-align: center; }
    .onpage-faq .faq-contact h4 {
      font-weight: normal; }
    @media (max-width: 543px) {
      .onpage-faq .faq-contact h4 {
        font-size: 0.875rem; }
      .onpage-faq .faq-contact h2 {
        font-size: 1.375rem; } }
  .onpage-faq .contact-methods .method {
    min-height: 160px;
    max-width: 280px; }

/** FOOTER CONTAINER **/
#footer {
  background-color: #EA501F; }
  #footer .logo {
    height: 50px; }
  #footer a {
    color: #FEF9FB; }
  #footer h3 {
    font-family: "Cru Pro";
    text-transform: uppercase;
    color: #FFE2D9;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    line-height: 170%;
    letter-spacing: 1.1px; }
  #footer .footer-main {
    padding-top: 4rem;
    padding-bottom: 6rem; }
  #footer .footer-logo {
    padding-bottom: 1rem; }
    @media (max-width: 1199px) {
      #footer .footer-logo {
        text-align: center; } }
  #footer .footer-menu .links {
    margin-bottom: 1rem; }
  #footer .footer-menu .link {
    margin-bottom: 0.5rem; }
    #footer .footer-menu .link:hover a {
      border-bottom: 2px solid #FFF; }
  @media (min-width: 768px) {
    #footer .footer-menu .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  @media (max-width: 767px) {
    #footer .footer-menu .wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 1rem;
              column-gap: 1rem; } }
  #footer .footer-copyright {
    background-color: #FFE2D9;
    text-align: center;
    padding: 1rem; }
    #footer .footer-copyright span {
      color: #EA501F;
      font-size: 90%;
      margin: 0 0.5rem; }
      #footer .footer-copyright span a {
        color: #EA501F; }
    @media (max-width: 543px) {
      #footer .footer-copyright .abn {
        display: block; } }
  #footer .shop-selector-wrapper {
    position: relative; }
    @media (min-width: 544px) {
      #footer .shop-selector-wrapper {
        display: inline-block; } }
    #footer .shop-selector-wrapper .shop-dropdown-menu {
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
      position: absolute;
      left: -15%;
      display: block;
      width: 180px;
      overflow: hidden;
      max-height: 0;
      border: 1px transparent;
      background: #FFF;
      border-radius: 8px; }
      @media (max-width: 767px) {
        #footer .shop-selector-wrapper .shop-dropdown-menu {
          left: -25%;
          width: 130px; } }
      @media (max-width: 543px) {
        #footer .shop-selector-wrapper .shop-dropdown-menu {
          left: 35%; } }
      #footer .shop-selector-wrapper .shop-dropdown-menu.active {
        bottom: 100%;
        visibility: visible;
        max-height: 300px;
        transition: all 0.4s linear; }
      #footer .shop-selector-wrapper .shop-dropdown-menu li {
        margin: 0; }
        #footer .shop-selector-wrapper .shop-dropdown-menu li:hover {
          background: #FAF5EF; }
    #footer .shop-selector-wrapper .shop-dropdown-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.5rem 0.7rem;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #footer .shop-selector-wrapper .expand-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #footer .shop-selector-wrapper .expand-more i {
        font-size: 1rem; }
    #footer .shop-selector-wrapper img {
      width: 22px;
      height: 22px;
      border-radius: 50%; }
    #footer .shop-selector-wrapper .country-flag-caption {
      color: #6A6A6A;
      margin: 0;
      font-size: 1rem; }

/** SUBSCRIBE NEWSLETTER BOX **/
@media (max-width: 767px) {
  .block-newsletter {
    max-width: 400px;
    margin: 0 auto;
    text-align: center; } }

.block-newsletter .form-group {
  display: inline; }
  .block-newsletter .form-group input {
    width: 100%;
    height: 3.5rem;
    border: none;
    border-radius: 0; }
    .block-newsletter .form-group input::-webkit-input-placeholder {
      color: #EA501F; }
    .block-newsletter .form-group input:-ms-input-placeholder {
      color: #EA501F; }
    .block-newsletter .form-group input::placeholder {
      color: #EA501F; }

.block-newsletter .sb-email {
  float: left;
  width: 70%; }

.block-newsletter .sb-btn {
  float: right;
  width: 30%; }
  .block-newsletter .sb-btn .btn {
    background-color: #FFE2D9;
    color: #EA501F;
    white-space: normal; }

.block-newsletter .alert {
  padding: 0;
  color: #FF796F;
  background-color: transparent; }

@media (max-width: 767px) {
  .block-social {
    text-align: center; } }

.block-social ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .block-social ul .instagram {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .block-social ul .facebook {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.block-social li {
  display: inline-block;
  margin: 0.5rem 0.5rem 0.5rem 0;
  height: 2rem;
  width: 2rem;
  border-radius: 50%; }
  @media (max-width: 767px) {
    .block-social li {
      margin: 0.5rem; } }
  .block-social li:hover {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25); }
  .block-social li a {
    position: relative;
    display: block;
    height: 100%; }

.country-hk .custom-page-link[title="Compare"] {
  display: none; }

#product #header.show-stickybuy .nav-links .dropmenu-link:hover .dropmenu {
  top: 65px; }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%; }
  #header.js-active .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity .3s ease-out;
    z-index: 100; }
  #header.js-active #mobileNav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1); }
  #header.show-stickybuy .header-banner {
    display: none; }
  #header.show-stickybuy .header-nav {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); }
    @media (max-width: 543px) {
      #header.show-stickybuy .header-nav {
        transition: opacity .1s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden; } }
  @media (max-width: 543px) {
    #header.show-stickybuy.scrollup .header-nav {
      opacity: 1;
      height: 60px; } }
  #header .logo {
    height: 40px; }
  #header .logo-without-text {
    display: none;
    height: 35px; }
  #header .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }

#mobileNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  max-width: 450px;
  z-index: 200;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #FAF5EF;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  #mobileNav .nav-toggle {
    height: 65px;
    padding: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #mobileNav .nav-toggle i {
      color: #EA501F; }
  #mobileNav .nav-menu {
    position: relative;
    background-color: #FAF5EF;
    height: calc(100vh - 66px - 50px);
    height: -webkit-calc(100vh - 66px - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    cursor: no-drop;
    padding-bottom: 50px; }
  #mobileNav .nav-links {
    margin-bottom: 0; }
  #mobileNav .link {
    margin: 1rem 0.75rem;
    font-weight: bold; }
    #mobileNav .link a {
      display: block;
      width: 100%; }
    #mobileNav .link.about-link {
      display: none; }
  #mobileNav .navbar-toggler {
    padding: 0;
    border: none; }
  #mobileNav .top-links-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    #mobileNav .top-links-group .group-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background-color: #fff;
      padding: 0.5rem;
      border-top: 1px solid #9A9A9A;
      border-bottom: 1px solid #9A9A9A; }
      #mobileNav .top-links-group .group-item:first-of-type {
        border-right: 1px solid #9A9A9A; }
  #mobileNav .dropmenu-toggle {
    padding-bottom: 0.75rem; }
  #mobileNav .dropmenu > ul > li {
    margin-left: 1rem; }
    #mobileNav .dropmenu > ul > li:not(:last-of-type) {
      margin-bottom: 0.75rem; }
  #mobileNav .category-sub-menu .category-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #mobileNav .category-sub-menu .category-title[aria-expanded=true] .collapse-icons .add {
      display: none; }
    #mobileNav .category-sub-menu .category-title[aria-expanded=true] .collapse-icons .remove {
      display: block; }
    #mobileNav .category-sub-menu .category-title .collapse-icons .remove {
      display: none; }
  #mobileNav .custom-page-link {
    font-weight: normal;
    margin-top: 0.75rem; }
  #mobileNav .shop-all-link {
    margin-top: 1rem;
    margin-left: 1rem; }
  #mobileNav .shop-selector-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  #mobileNav .js-top-menu-bottom {
    position: absolute;
    bottom: 0.5rem; }

.header-overlay {
  opacity: 0; }

.header-nav {
  background-color: #FFE2D9;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  height: 65px;
  transition: height .3s ease; }
  @media (min-width: 768px) {
    .header-nav {
      padding: 0 1rem; } }
  @media (max-width: 767px) {
    .header-nav {
      height: 60px; } }
  .header-nav .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    .header-nav .container:after {
      content: none; }
    @media (max-width: 1199px) {
      .header-nav .container {
        max-width: 100%; } }
  .header-nav .nav-toggle {
    color: #EA501F;
    z-index: 1; }
    @media (max-width: 767px) {
      .header-nav .nav-toggle {
        position: absolute;
        left: 5%; } }
  .header-nav .nav-brand {
    z-index: 1; }
    @media (min-width: 768px) {
      .header-nav .nav-brand {
        position: absolute;
        left: 15px; } }
    @media (max-width: 767px) {
      .header-nav .nav-brand {
        width: 100%;
        text-align: center;
        z-index: 0; } }
  .header-nav .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%; }
  .header-nav .navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 1; }
    @media (min-width: 768px) {
      .header-nav .navbar-right {
        right: 15px; } }
    @media (max-width: 767px) {
      .header-nav .navbar-right {
        right: 5%; } }
  .header-nav .links,
  .header-nav .nav-links,
  .header-nav .nav-links .link,
  .header-nav .nav-links .link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .header-nav .nav-links {
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 180px;
    margin-bottom: 0; }
    .header-nav .nav-links .link {
      padding: 0 1rem;
      margin-bottom: 0;
      font-size: 19px;
      font-family: "Cru Pro";
      letter-spacing: 0.9px; }
    .header-nav .nav-links .dropmenu-link .dropmenu {
      display: none; }
    @media (min-width: 544px) {
      .header-nav .nav-links .dropmenu-link .category-sub-menu .category-title {
        font-size: 19px; } }
    .header-nav .nav-links .dropmenu-link .category-sub-menu .collapse {
      display: inherit; }
    .header-nav .nav-links .dropmenu-link .custom-page-link {
      font-weight: normal;
      font-size: 1rem;
      margin-top: 0.5rem; }
      .header-nav .nav-links .dropmenu-link .custom-page-link:hover {
        font-weight: bold; }
    .header-nav .nav-links .dropmenu-link:hover .dropmenu {
      display: block;
      position: fixed;
      left: 50%;
      top: 89px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      padding: 0.5rem 0;
      background-color: #fff;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15); }
      .header-nav .nav-links .dropmenu-link:hover .dropmenu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        padding: 1rem;
        max-width: 1000px;
        margin: 0 auto; }

@media (min-width: 544px) and (max-width: 991px) {
  .header-nav .nav-links .dropmenu-link:hover .dropmenu > ul {
    font-size: 90%; } }
        .header-nav .nav-links .dropmenu-link:hover .dropmenu > ul > li {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 33%;
                  flex: 1 0 33%;
          padding: 0.75rem 0;
          text-align: center; }
    .header-nav .nav-links .dropmenu-link .collapse .top-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header-nav .nav-links .dropmenu-link .collapse .top-menu .submenu-item {
        margin: auto; }
    .header-nav .nav-links .shop-all-link {
      text-align: center;
      margin-bottom: 1rem; }
  @media (min-width: 544px) {
    .header-nav .user-info {
      padding: 0 1rem; } }
  .header-nav .user-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-nav .user-info img {
    height: 22px; }
  @media (max-width: 767px) {
    .header-nav #_desktop_language_selector,
    .header-nav #_desktop_user_info {
      display: none; } }

.blockcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem; }
  .blockcart a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .blockcart #topcart-button {
    min-width: 25px; }
  .blockcart img {
    height: 22px; }
  .blockcart .products-count {
    position: absolute;
    top: -8px;
    right: -10px;
    line-height: 1.5;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    font-size: 12px;
    width: 1.1rem;
    height: 1.1rem;
    color: #EA501F; }

@media (min-width: 768px) {
  .language-selector-wrapper {
    padding: 0 0.5rem; }
    .language-selector-wrapper span {
      color: #EA501F; } }

@media (max-width: 767px) {
  .language-selector-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0.5rem; } }

.language-selector-wrapper .language-selector button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EA501F;
  text-transform: uppercase; }
  .language-selector-wrapper .language-selector button:focus .expand-more {
    color: #EA501F; }

.language-selector-wrapper .dropdown-item {
  text-transform: uppercase; }

.language-selector-wrapper a:not(.dropdown-item) {
  color: #EA501F;
  text-transform: uppercase; }

.header-banner {
  background-color: #EFEEFF; }
  .header-banner .featured-discount {
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    font-size: 90%;
    color: #3D0783;
    cursor: pointer;
    max-width: 400px;
    margin: 0 auto; }
    .header-banner .featured-discount .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .header-banner .featured-discount .swiper-button-prev,
    .header-banner .featured-discount .swiper-button-next {
      height: 10px;
      margin-top: -5px; }
      @media (max-width: 543px) {
        .header-banner .featured-discount .swiper-button-prev,
        .header-banner .featured-discount .swiper-button-next {
          display: none; } }
      .header-banner .featured-discount .swiper-button-prev:focus,
      .header-banner .featured-discount .swiper-button-next:focus {
        outline: none; }
    .header-banner .featured-discount .swiper-button-prev {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233D0783' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z'/%3E%3C/svg%3E"); }
    .header-banner .featured-discount .swiper-button-next {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233D0783' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E"); }

.homepage p {
  line-height: 1.7;
  font-size: 19px; }

.homepage .hero {
  position: relative; }
  .homepage .hero .video-wrapper {
    max-height: calc(100vh - 89px);
    overflow: hidden; }
  @media (min-width: 769px) {
    .homepage .hero .content-wrapper {
      position: absolute;
      top: 50%;
      left: 5%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (max-width: 768px) {
    .homepage .hero .content-wrapper {
      position: relative;
      padding: 3rem 1rem;
      text-align: center;
      background-color: #FFE2D9; } }
  .homepage .hero .content-wrapper h1 {
    text-transform: uppercase;
    font-size: 80px;
    margin-bottom: 3rem; }
    @media (max-width: 768px) {
      .homepage .hero .content-wrapper h1 {
        font-size: 40px;
        margin-bottom: 2rem; } }
  @media (max-width: 768px) {
    .homepage .hero .content-wrapper p {
      margin: 1.5rem 0; } }

@media (max-width: 543px) {
  .homepage .promise {
    padding-left: 0;
    padding-right: 0; } }

.homepage .promise .flex-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 .5rem; }

.homepage .promise .flex-item img {
  width: 62px;
  height: 62px; }

.homepage .laundry-sheets h2, .homepage .dishwashing-sheets h2 {
  margin-bottom: 3.5rem; }
  @media (max-width: 768px) {
    .homepage .laundry-sheets h2.desktop, .homepage .dishwashing-sheets h2.desktop {
      display: none; } }
  @media (min-width: 769px) {
    .homepage .laundry-sheets h2.mobile, .homepage .dishwashing-sheets h2.mobile {
      display: none; } }

.homepage .laundry-sheets .container {
  padding-left: 0;
  padding-right: 0; }

.homepage .laundry-sheets .description .flex-container .flex-col > div .flex-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .homepage .laundry-sheets .description .flex-container .flex-col > div .flex-wrapper .usp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    font-size: 1.125rem; }
    @media (max-width: 768px) {
      .homepage .laundry-sheets .description .flex-container .flex-col > div .flex-wrapper .usp-block {
        font-size: 0.875rem; } }
  .homepage .laundry-sheets .description .flex-container .flex-col > div .flex-wrapper .usp-icon {
    margin-right: 1rem; }

.homepage .laundry-sheets .description .flex-container .flex-col > div .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 400px) {
    .homepage .laundry-sheets .description .flex-container .flex-col > div .btn {
      padding: 1rem; } }
  @media (min-width: 769px) {
    .homepage .laundry-sheets .description .flex-container .flex-col > div .btn {
      margin-top: 1rem; } }

.homepage .laundry-sheets .description .flex-container .flex-left {
  padding: 1rem; }
  @media (min-width: 769px) {
    .homepage .laundry-sheets .description .flex-container .flex-left .flex-content {
      max-width: 35rem; } }

@media (max-width: 768px) {
  .homepage .laundry-sheets .description .flex-container .flex-right {
    padding: 1rem; } }

.homepage .laundry-sheets .description .flex-container .flex-right .image-box .fade-box {
  padding-bottom: 100%; }

.homepage .laundry-sheets .tutorial .text-wrapper p {
  font-family: "Lore";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: 0;
  font-size: 28px; }
  @media (max-width: 768px) {
    .homepage .laundry-sheets .tutorial .text-wrapper p {
      font-size: 20px; } }

.homepage .laundry-sheets .tutorial .grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }
  @media (max-width: 768px) {
    .homepage .laundry-sheets .tutorial .grid-wrapper {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      row-gap: 1rem; } }
  @media (max-width: 543px) {
    .homepage .laundry-sheets .tutorial .grid-wrapper {
      row-gap: 2rem; } }

.homepage .laundry-sheets .tutorial .image-wrapper img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }

.homepage .laundry-sheets .tutorial .icon-wrapper {
  margin: 1.5rem 0 1rem; }
  @media (max-width: 768px) {
    .homepage .laundry-sheets .tutorial .icon-wrapper {
      margin-bottom: .5rem; } }
  .homepage .laundry-sheets .tutorial .icon-wrapper img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 35px; }
    @media (max-width: 360px) {
      .homepage .laundry-sheets .tutorial .icon-wrapper img {
        width: 30px; } }

.homepage .laundry-sheets .tutorial .grid-item {
  text-align: center; }

.homepage .laundry-sheets .tutorial .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div {
  margin: unset;
  margin-right: auto; }
  @media (max-width: 768px) {
    .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div {
      margin: unset;
      margin: 0 auto; } }
  .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .quantity {
    color: #FFE2D9; }
    @media (max-width: 768px) {
      .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .quantity.desktop {
        display: none; } }
  .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .flex-wrapper .usp-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1rem;
      font-size: 1.125rem; }
      @media (max-width: 768px) {
        .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .flex-wrapper .usp-block {
          font-size: 0.875rem; } }
    .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .flex-wrapper .usp-icon {
      width: 2rem;
      height: 2rem;
      margin-right: 0.5rem; }
  .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (max-width: 400px) {
      .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .btn {
        padding: 1rem; } }
    @media (max-width: 340px) {
      .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .btn {
        font-size: .9rem; } }
    @media (min-width: 769px) {
      .homepage .dishwashing-sheets .product-overview .flex-container .flex-col > div .btn {
        margin-top: 1rem; } }

.homepage .dishwashing-sheets .product-overview .flex-container .flex-left h2.mobile {
  max-width: 30rem;
  margin: 0 auto;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }
  @media (min-width: 769px) {
    .homepage .dishwashing-sheets .product-overview .flex-container .flex-left h2.mobile {
      display: none; } }

.homepage .dishwashing-sheets .product-overview .flex-container .flex-left .quantity.mobile {
  max-width: 30rem;
  margin: 0 auto;
  color: #FFE2D9; }
  @media (min-width: 769px) {
    .homepage .dishwashing-sheets .product-overview .flex-container .flex-left .quantity.mobile {
      display: none; } }

@media (max-width: 768px) {
  .homepage .dishwashing-sheets .product-overview .flex-container .flex-left .image-box {
    margin: 0 auto; } }

.homepage .dishwashing-sheets .product-overview .flex-container .flex-left .image-box .fade-box {
  padding-bottom: calc(775 / 1160 * 100%); }

.homepage .reviews {
  background-color: #E0DCFF; }
  .homepage .reviews .reviews-wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 1rem; }
    @media (max-width: 991px) {
      .homepage .reviews .reviews-wrapper {
        padding: 1rem 0; } }
    @media (max-width: 991px) {
      .homepage .reviews .reviews-wrapper .container {
        padding-left: 0;
        padding-right: 0; } }
    .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-wrapper {
      padding-top: 2rem; }
      .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-wrapper .swiper-slide {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-wrapper .swiper-slide .flex-content {
          max-width: 50rem; }
          @media (max-width: 991px) {
            .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-wrapper .swiper-slide .flex-content {
              padding: 0 4rem; } }
          @media (max-width: 543px) {
            .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-wrapper .swiper-slide .flex-content {
              padding: 0 2rem; } }
          .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-wrapper .swiper-slide .flex-content .stars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 auto;
            max-width: 200px;
            padding-bottom: 2rem; }
          @media (min-width: 769px) {
            .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-wrapper .swiper-slide .flex-content p:not(.customer) {
              font-size: 1.5rem; } }
          .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-wrapper .swiper-slide .flex-content .customer {
            font-family: "Lore";
            font-size: 28px; }
    .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-prev, .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-next {
      background-image: unset;
      width: 66px;
      height: unset; }
      @media (max-width: 991px) {
        .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-prev, .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-next {
          width: 30px; } }
      @media (max-width: 543px) {
        .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-prev, .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-next {
          width: 25px; } }
    .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-prev {
      left: 20px; }
      @media (max-width: 543px) {
        .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-prev {
          left: 10px; } }
    .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-next {
      right: 20px; }
      @media (max-width: 543px) {
        .homepage .reviews .reviews-wrapper #homepage-reviews-swiper .swiper-button-next {
          right: 10px; } }

@media (max-width: 768px) {
  .homepage .story-spacewhite .flex-container, .homepage .reduce-plastic .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.homepage .story-spacewhite .header-wrapper {
  margin-bottom: 2rem; }

.homepage .story-spacewhite h2 {
  margin-bottom: 0; }

@media (min-width: 769px) and (max-width: 1500px) {
  .homepage .story-spacewhite .flex-container .flex-left {
    padding-left: 0; } }

@media (min-width: 769px) {
  .homepage .story-spacewhite .flex-container .flex-left .flex-content {
    margin: unset;
    margin-right: auto; } }

@media (max-width: 768px) {
  .homepage .story-spacewhite .flex-container .flex-left .flex-content {
    margin: 0 auto; } }

.homepage .story-spacewhite .flex-container .btn {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.homepage .story-spacewhite .flex-container .image-box .fade-box {
  padding-bottom: calc(350 / 561 * 100%); }

.homepage .reduce-plastic .flex-container .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.homepage .diagonal-edge {
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 100vw; }
  @media (max-width: 768px) {
    .homepage .diagonal-edge {
      height: 100px; } }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes checkout-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes checkout-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  5% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg); }
  15% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg); }
  20% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg); }
  25% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg); }
  30% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg); }
  35% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg); }
  40% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg); }
  45% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg); }
  55% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  5% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg); }
  15% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg); }
  20% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg); }
  25% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg); }
  30% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg); }
  35% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg); }
  40% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg); }
  45% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg); }
  55% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); } }

.shake-warning {
  -webkit-animation: shake 2s ease infinite;
          animation: shake 2s ease infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

#checkout #header,
#orderadjustment #header {
  position: relative; }
  #checkout #header .header-nav .container,
  #orderadjustment #header .header-nav .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #checkout #header .header-nav .nav-brand,
  #orderadjustment #header .header-nav .nav-brand {
    position: relative; }

#checkout #wrapper,
#orderadjustment #wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#checkout .ui-tooltip,
#orderadjustment .ui-tooltip {
  background: #DDDDDD;
  border: none;
  font-size: 12px !important;
  text-align: center; }

#checkout #payment-confirmation button,
#orderadjustment #payment-confirmation button {
  background-color: #3D0783;
  color: #B0A8FF; }

@media (min-width: 992px) {
  #orderadjustment #onepage-checkout-summary {
    margin-bottom: 5rem; } }

#orderadjustment #onepage-checkout-summary.reload:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 1; }

#orderadjustment #onepage-checkout-summary.reload:after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 10;
  border: 12px solid #FFF;
  border-radius: 50%;
  border-top: 12px solid #EA501F;
  width: 100px;
  height: 100px;
  -webkit-animation: checkout-spin 2s linear infinite;
  animation: checkout-spin 2s linear infinite; }

#orderadjustment #onepage-checkout-summary hr {
  margin: 0; }

@media (max-width: 991px) {
  #orderadjustment #onepage-checkout-summary .section-header {
    position: relative;
    border-bottom: none;
    padding: 1rem 0; }
    #orderadjustment #onepage-checkout-summary .section-header[aria-expanded="true"] .before-expand {
      display: none; }
    #orderadjustment #onepage-checkout-summary .section-header[aria-expanded="true"] .after-expand {
      display: block; }
    #orderadjustment #onepage-checkout-summary .section-header[aria-expanded="true"] .header-icon:after {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="13" viewBox="0 0 22 13" fill="none"><path d="M21 11.5L11 2.5L1 11.5" stroke="%23EA501F" stroke-width="3"/></svg>'); }
    #orderadjustment #onepage-checkout-summary .section-header .header-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 90%; }
      #orderadjustment #onepage-checkout-summary .section-header .header-title .cart-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #orderadjustment #onepage-checkout-summary .section-header .header-title .cart-total .label {
          padding-right: 0.5rem; }
        #orderadjustment #onepage-checkout-summary .section-header .header-title .cart-total .value {
          font-size: 120%;
          color: #EA501F; }
        #orderadjustment #onepage-checkout-summary .section-header .header-title .cart-total .major {
          display: block;
          font-weight: bold;
          font-size: 19px;
          text-transform: uppercase; }
        #orderadjustment #onepage-checkout-summary .section-header .header-title .cart-total .minor {
          font-size: 14px;
          font-weight: normal; }
    #orderadjustment #onepage-checkout-summary .section-header .header-icon {
      width: 10%; }
      #orderadjustment #onepage-checkout-summary .section-header .header-icon:after {
        content: "";
        position: absolute;
        right: 0;
        width: 24px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="13" viewBox="0 0 22 13" fill="none"><path d="M1 1.5L11 10.5L21 1.5" stroke="%23EA501F" stroke-width="3"/></svg>'); }
    #orderadjustment #onepage-checkout-summary .section-header .after-expand {
      display: none; } }

#orderadjustment #onepage-checkout-summary .section-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

#orderadjustment #onepage-checkout-summary .section-header .blockcart {
  position: relative; }
  #orderadjustment #onepage-checkout-summary .section-header .blockcart img {
    width: 2rem;
    height: 2rem; }
  #orderadjustment #onepage-checkout-summary .section-header .blockcart .products-count {
    right: -4px;
    color: #FEF9FB;
    background: #FFAF00; }

#orderadjustment #onepage-checkout-summary .section-block {
  padding: 0; }
  @media (min-width: 992px) {
    #orderadjustment #onepage-checkout-summary .section-block {
      display: block;
      height: auto !important;
      visibility: visible; } }
  @media (max-width: 991px) {
    #orderadjustment #onepage-checkout-summary .section-block #cart-summary-details {
      margin-bottom: 1rem; } }

@media (max-width: 991px) {
  #orderadjustment #onepage-checkout-summary .section-footer {
    display: none; } }

#orderadjustment .item-price {
  display: none; }

.onepage-checkout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*** Form fields ***/
  /*** Checkout Step ***/
  /*** Personal Information ***/
  /*** Delivery Method ***/
  /*** Payment Method ***/
  /*** Order Summary ***/
  /*** Coupon code block ***/
  /*** Cart summary subtotals ***/
  /*** Cart summary totals ***/ }
  @media (max-width: 991px) {
    .onepage-checkout-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      height: 100%; } }
  .onepage-checkout-container .alert-msg {
    margin-top: 1rem;
    padding: .5rem .8rem .5rem 2.2rem;
    border-radius: 3px;
    color: #6A6A6A;
    font-size: .9rem; }
    .onepage-checkout-container .alert-msg.warning {
      border: 1px solid #FFC557;
      background-color: rgba(255, 198, 44, 0.16); }
    .onepage-checkout-container .alert-msg.info {
      background: #F2F5FB;
      border: 1px solid #01549D; }
      .onepage-checkout-container .alert-msg.info:before {
        margin: .2rem .3rem -0.2rem -1.6rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M-1.20797e-06 8C-1.59422e-06 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 6.4055e-07 8 2.54292e-07C3.58172 -1.31966e-07 -8.21708e-07 3.58172 -1.20797e-06 8Z' fill='%23003C71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.9 11.95C6.9 11.3701 7.3701 10.9 7.95 10.9C8.5299 10.9 9 11.3701 9 11.95C9 12.5299 8.5299 13 7.95 13C7.3701 13 6.9 12.5299 6.9 11.95ZM8.56871 3.13002C8.40461 2.96593 8.18207 2.87376 7.95 2.87376C7.71794 2.87376 7.49539 2.96593 7.3313 3.13002C7.1672 3.29412 7.075 3.51669 7.075 3.74876L7.075 8.12376C7.075 8.35582 7.1672 8.57837 7.33129 8.74246C7.49539 8.90656 7.71794 8.99876 7.95 8.99876C8.18206 8.99876 8.40461 8.90656 8.56871 8.74246C8.7328 8.57837 8.825 8.35582 8.825 8.12376L8.825 3.74876C8.825 3.51669 8.7328 3.29412 8.56871 3.13002Z' fill='white'/%3E%3C/svg%3E"); }
    .onepage-checkout-container .alert-msg:before {
      position: absolute;
      margin: .2rem .6rem -0.3rem -1.6rem;
      -ms-flex-item-align: start;
          align-self: flex-start;
      content: '';
      display: inline-block;
      background-size: cover;
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M-1.20797e-06 8C-1.59422e-06 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 6.4055e-07 8 2.54292e-07C3.58172 -1.31966e-07 -8.21708e-07 3.58172 -1.20797e-06 8Z' fill='%23FFC62C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.9 11.95C6.9 11.3701 7.3701 10.9 7.95 10.9C8.5299 10.9 9 11.3701 9 11.95C9 12.5299 8.5299 13 7.95 13C7.3701 13 6.9 12.5299 6.9 11.95ZM8.56871 3.13002C8.40461 2.96593 8.18207 2.87376 7.95 2.87376C7.71794 2.87376 7.49539 2.96593 7.3313 3.13002C7.1672 3.29412 7.075 3.51669 7.075 3.74876L7.075 8.12376C7.075 8.35582 7.1672 8.57837 7.33129 8.74246C7.49539 8.90656 7.71794 8.99876 7.95 8.99876C8.18206 8.99876 8.40461 8.90656 8.56871 8.74246C8.7328 8.57837 8.825 8.35582 8.825 8.12376L8.825 3.74876C8.825 3.51669 8.7328 3.29412 8.56871 3.13002Z' fill='white'/%3E%3C/svg%3E"); }
    .onepage-checkout-container .alert-msg a {
      font-weight: bold;
      text-decoration: underline; }
    .onepage-checkout-container .alert-msg .title {
      text-decoration: underline;
      font-weight: bold;
      padding-bottom: .5rem; }
    .onepage-checkout-container .alert-msg .underline-text {
      text-decoration: underline; }
  @media (min-width: 992px) {
    .onepage-checkout-container .checkout-column.left-column {
      width: 55%; }
      .onepage-checkout-container .checkout-column.left-column .checkout-section {
        max-width: 700px;
        margin-right: 1rem;
        margin-left: auto; }
    .onepage-checkout-container .checkout-column.right-column {
      width: 45%; }
      .onepage-checkout-container .checkout-column.right-column .checkout-section {
        max-width: 550px;
        margin-left: 1rem;
        margin-right: auto; }
      .onepage-checkout-container .checkout-column.right-column .order-review {
        position: -webkit-sticky;
        position: sticky;
        top: 2rem;
        margin-bottom: 5rem; } }
  @media (max-width: 991px) {
    .onepage-checkout-container .checkout-column.right-column {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 10; } }
  .onepage-checkout-container .checkout-column.left-column {
    background-color: #FEF9FB;
    padding-bottom: 5rem; }
  .onepage-checkout-container .checkout-column.right-column {
    background-color: #EFEEFF; }
  .onepage-checkout-container .checkout-section {
    padding-left: 1rem;
    padding-right: 1rem; }
  .onepage-checkout-container .section-header {
    padding: 1.25rem 0 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1.5px solid #EA501F; }
    .onepage-checkout-container .section-header .header-title {
      margin-bottom: 0; }
    .onepage-checkout-container .section-header .header-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .onepage-checkout-container .section-header img {
      width: 1.5rem;
      height: 1.5rem; }
  .onepage-checkout-container .section-block {
    padding: 1rem 0; }
    .onepage-checkout-container .section-block.loading:before {
      content: '';
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.1);
      display: block;
      z-index: 1; }
    .onepage-checkout-container .section-block.loading:after {
      content: '';
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px;
      z-index: 10;
      border: 12px solid #FFF;
      border-radius: 50%;
      border-top: 12px solid #EA501F;
      width: 100px;
      height: 100px;
      -webkit-animation: checkout-spin 2s linear infinite;
      animation: checkout-spin 2s linear infinite; }
    .onepage-checkout-container .section-block .form-group {
      margin-bottom: 0.5rem; }
      .onepage-checkout-container .section-block .form-group.clear {
        float: none; }
    .onepage-checkout-container .section-block .form-field-group.has-error .help-block {
      position: relative;
      margin-bottom: 0.5rem; }
    .onepage-checkout-container .section-block .options .option-wrapper {
      border: 1px solid #FFE2D9;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .onepage-checkout-container .section-block .options .option-wrapper:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .onepage-checkout-container .section-block .options .option-wrapper:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
      .onepage-checkout-container .section-block .options .option-wrapper.selected label > span, .onepage-checkout-container .section-block .options .option-wrapper:hover label > span {
        font-weight: bold; }
      .onepage-checkout-container .section-block .options .option-wrapper:not(:last-of-type) {
        border-bottom: none; }
    .onepage-checkout-container .section-block .options .option-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 0.75rem; }
      .onepage-checkout-container .section-block .options .option-row label {
        cursor: pointer;
        margin-bottom: 0;
        width: 100%; }
      .onepage-checkout-container .section-block .options .option-row img {
        max-height: 30px; }
    .onepage-checkout-container .section-block .options .option-addition {
      padding: 0 0.75rem 1rem 0.75rem; }
    .onepage-checkout-container .section-block .options .blodtext span {
      font-weight: bold; }
  .onepage-checkout-container .section-next {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: right; }
    .onepage-checkout-container .section-next button {
      height: 50px;
      min-width: 200px;
      font-size: 110%;
      background-color: #FFAF00; }
      @media (max-width: 543px) {
        .onepage-checkout-container .section-next button {
          width: 100%; } }
  .onepage-checkout-container select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem; }
  .onepage-checkout-container .form-select-display-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #DDE3E8;
    border-radius: 4px;
    cursor: pointer;
    padding: 0.75rem;
    width: 100%;
    color: #EA501F; }
    .onepage-checkout-container .form-select-display-div .up {
      display: none; }
    .onepage-checkout-container .form-select-display-div .down {
      display: block; }
    .onepage-checkout-container .form-select-display-div.open {
      border-radius: 4px 4px 0px 0px; }
      .onepage-checkout-container .form-select-display-div.open .up {
        display: block; }
      .onepage-checkout-container .form-select-display-div.open .down {
        display: none; }
  .onepage-checkout-container .form-select-display-ul {
    border: 1px solid #DDE3E8;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    background-color: white;
    margin-top: -1px;
    width: 100%;
    display: none; }
    .onepage-checkout-container .form-select-display-ul.open {
      display: inline-block;
      position: absolute;
      z-index: 1; }
    .onepage-checkout-container .form-select-display-ul li {
      cursor: pointer;
      margin: 0;
      width: 100%;
      border-top: 1px solid #DDE3E8;
      padding: 0.75rem; }
  .onepage-checkout-container textarea {
    background-color: #fff;
    color: #EA501F;
    width: 100%;
    padding: 0.5rem 0.75rem;
    resize: none;
    outline: none;
    border: 1px solid #DDE3E8;
    border-radius: 3px; }
    .onepage-checkout-container textarea:focus {
      border: 2px solid #EA501F; }
    .onepage-checkout-container textarea:-webkit-autofill, .onepage-checkout-container textarea:-webkit-autofill:hover, .onepage-checkout-container textarea:-webkit-autofill:focus, .onepage-checkout-container textarea:-webkit-autofill:active {
      -webkit-text-fill-color: #EA501F !important;
      -webkit-box-shadow: 0 0 0 30px white inset !important; }
  .onepage-checkout-container .custom-radio input[type="radio"] {
    height: 1rem;
    width: 1rem; }
    .onepage-checkout-container .custom-radio input[type="radio"]:checked + span {
      left: 2px;
      top: 2px;
      transition: all 0.5s; }
  .onepage-checkout-container .custom-radio-wrap {
    margin-bottom: .2rem; }
    .onepage-checkout-container .custom-radio-wrap.disabled {
      opacity: .25; }
  .onepage-checkout-container .block-title {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  .onepage-checkout-container .form-header {
    font-family: "Ambit";
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #B1B5BE;
    font-weight: normal; }
  .onepage-checkout-container .is-disabled {
    pointer-events: none;
    cursor: default; }
  .onepage-checkout-container .alert ul {
    margin: 0; }
  .onepage-checkout-container .customer-login {
    font-size: 90%;
    margin-bottom: 1rem; }
    .onepage-checkout-container .customer-login .link {
      text-decoration: underline; }
    .onepage-checkout-container .customer-login .block-title a {
      color: #B0A8FF; }
  .onepage-checkout-container .personal-information .form-field-group.js-done:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none"><path d="M4.97469 8.30058L1.63378 5.16626L0.520142 6.21103L4.97469 10.3901L14.5201 1.43491L13.4065 0.390137L4.97469 8.30058Z" fill="%2356E6CD"/></svg>');
    background-repeat: no-repeat; }
  .onepage-checkout-container .personal-information .form-field-group.js-done select {
    background: #FFF; }
  .onepage-checkout-container .personal-information .form-field-control {
    padding-right: 2rem; }
  .onepage-checkout-container .personal-information fieldset#js-address-delivery {
    margin-left: -15px;
    margin-right: -15px; }
  .onepage-checkout-container .identity a, .onepage-checkout-container .identity span {
    text-transform: initial; }
  .onepage-checkout-container .address-item span {
    display: block; }
  .onepage-checkout-container #delivery-addresses select, .onepage-checkout-container #billing-addresses select {
    border: 1px solid #DDE3E8;
    border-radius: 4px;
    cursor: pointer;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    width: 100%; }
  .onepage-checkout-container #new_delivery_address .form-group:nth-last-of-type(1),
  .onepage-checkout-container #new_billing_address .form-group:nth-last-of-type(2) {
    display: none; }
  .onepage-checkout-container select#id_address_delivery {
    display: none; }
  .onepage-checkout-container #datepicker_arrival {
    display: inline; }
  .onepage-checkout-container #new_delivery_address .form-header {
    padding-left: 15px;
    padding-right: 15px; }
  .onepage-checkout-container #new_delivery_address .form-group.row:nth-last-of-type(1) {
    display: none; }
  .onepage-checkout-container #new_billing_address {
    margin-left: -15px;
    margin-right: -15px; }
    .onepage-checkout-container #new_billing_address .form-header {
      padding-left: 15px;
      padding-right: 15px; }
  .onepage-checkout-container #delivery-address-form .password-row {
    display: none; }
    .onepage-checkout-container #delivery-address-form .password-row.js-show {
      display: block; }
  .onepage-checkout-container .delivery-options .delivery-option .option-row {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }
  .onepage-checkout-container .delivery-options .delivery-option-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0; }
  .onepage-checkout-container .delivery-options .carrier-name, .onepage-checkout-container .delivery-options .carrier-price {
    font-weight: bold; }
  .onepage-checkout-container .delivery-options .carrier-price {
    text-transform: uppercase; }
  .onepage-checkout-container .delivery-options .carrier-description span, .onepage-checkout-container .delivery-options .carrier-description dt, .onepage-checkout-container .delivery-options .carrier-description dd {
    font-size: 90%; }
  .onepage-checkout-container .delivery-options .carrier-description dl, .onepage-checkout-container .delivery-options .carrier-description dt, .onepage-checkout-container .delivery-options .carrier-description dd {
    margin-bottom: 0; }
  .onepage-checkout-container .delivery-options .carrier-description dd {
    display: list-item;
    list-style-type: disc;
    margin-left: 1rem; }
  .onepage-checkout-container .delivery-options .carrier-description span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .onepage-checkout-container .delivery-options .carrier-description .material-icons {
    margin-left: 0.25rem;
    font-size: 1.25rem;
    color: #6A6A6A; }
  .onepage-checkout-container .delivery-options .carrier-delay {
    padding: 0;
    font-size: 90%; }
  .onepage-checkout-container .leave-package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .onepage-checkout-container .leave-package label {
      cursor: pointer;
      padding-left: 1rem;
      margin: 0; }
  .onepage-checkout-container .delivery-additional-option .form-field-group {
    padding: 0; }
  .onepage-checkout-container .delivery-additional-option label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .onepage-checkout-container #ui-datepicker-div {
    box-sizing: content-box; }
  .onepage-checkout-container .ui-datepicker {
    border-color: #fff;
    max-width: 320px;
    width: auto;
    margin: 0 auto;
    padding: 0; }
  .onepage-checkout-container .ui-widget-header {
    border: 0;
    border-radius: 0;
    background: #fff; }
    .onepage-checkout-container .ui-widget-header .ui-state-hover,
    .onepage-checkout-container .ui-widget-header .ui-datepicker-next-hover {
      border-color: #fff;
      background: #fff; }
  .onepage-checkout-container .ui-datepicker-calendar td {
    padding: 0; }
  .onepage-checkout-container .ui-datepicker-calendar .ui-state-default {
    padding: 0.3rem;
    text-align: center;
    background: #FAF5EF;
    border: 1px solid #fafafa;
    color: #EA501F; }
    .onepage-checkout-container .ui-datepicker-calendar .ui-state-default.ui-state-active {
      background: #EA501F;
      color: #fff;
      font-weight: bold; }
  .onepage-checkout-container input[name="dispatch_date"],
  .onepage-checkout-container input[name="arrival_date"] {
    display: block;
    background: #fff;
    border: 1px solid #EA501F;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0.5rem;
    color: #EA501F;
    font-weight: bold;
    text-align: center; }
  .onepage-checkout-container .payment-option {
    height: 3rem; }
    .onepage-checkout-container .payment-option img {
      max-height: 30px; }
    .onepage-checkout-container .payment-option label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .onepage-checkout-container .js-payment-option-form {
    display: none; }
  .onepage-checkout-container .js-additional-information {
    padding: 0.75rem;
    background: #FEF9FB;
    text-align: center;
    display: none; }
    .onepage-checkout-container .js-additional-information span {
      display: block; }
  .onepage-checkout-container .redirect-icon {
    margin-bottom: 0.5rem; }
  .onepage-checkout-container .option-wrapper[data-module-name="stripe_official"].loading #stripe-ajax-loader {
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .onepage-checkout-container .option-wrapper[data-module-name="stripe_official"] input:focus {
    border: none; }
  .onepage-checkout-container #onepage-checkout-payment #notifications .container {
    padding: 0; }
  @media (min-width: 992px) {
    .onepage-checkout-container #onepage-checkout-summary {
      margin-bottom: 5rem; } }
  .onepage-checkout-container #onepage-checkout-summary.reload:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 1; }
  .onepage-checkout-container #onepage-checkout-summary.reload:after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 10;
    border: 12px solid #FFF;
    border-radius: 50%;
    border-top: 12px solid #EA501F;
    width: 100px;
    height: 100px;
    -webkit-animation: checkout-spin 2s linear infinite;
    animation: checkout-spin 2s linear infinite; }
  .onepage-checkout-container #onepage-checkout-summary hr {
    margin: 0;
    border-top: 1px solid #EA501F; }
  @media (max-width: 991px) {
    .onepage-checkout-container #onepage-checkout-summary .section-header {
      position: relative;
      border-bottom: none;
      padding: 1rem 0; }
      .onepage-checkout-container #onepage-checkout-summary .section-header[aria-expanded="true"] .before-expand {
        display: none; }
      .onepage-checkout-container #onepage-checkout-summary .section-header[aria-expanded="true"] .after-expand {
        display: block; }
      .onepage-checkout-container #onepage-checkout-summary .section-header[aria-expanded="true"] .header-icon:after {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="13" viewBox="0 0 22 13" fill="none"><path d="M21 11.5L11 2.5L1 11.5" stroke="%23EA501F" stroke-width="3"/></svg>'); }
      .onepage-checkout-container #onepage-checkout-summary .section-header .header-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 90%; }
        .onepage-checkout-container #onepage-checkout-summary .section-header .header-title .cart-total {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .onepage-checkout-container #onepage-checkout-summary .section-header .header-title .cart-total .label {
            padding-right: 0.5rem; }
          .onepage-checkout-container #onepage-checkout-summary .section-header .header-title .cart-total .value {
            font-size: 120%;
            color: #EA501F; }
          .onepage-checkout-container #onepage-checkout-summary .section-header .header-title .cart-total .major {
            display: block;
            font-weight: bold;
            font-size: 19px;
            text-transform: uppercase; }
          .onepage-checkout-container #onepage-checkout-summary .section-header .header-title .cart-total .minor {
            font-size: 14px;
            font-weight: normal; }
      .onepage-checkout-container #onepage-checkout-summary .section-header .header-icon {
        width: 10%; }
        .onepage-checkout-container #onepage-checkout-summary .section-header .header-icon:after {
          content: "";
          position: absolute;
          right: 0;
          width: 24px;
          height: 18px;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="13" viewBox="0 0 22 13" fill="none"><path d="M1 1.5L11 10.5L21 1.5" stroke="%23EA501F" stroke-width="3"/></svg>'); }
      .onepage-checkout-container #onepage-checkout-summary .section-header .after-expand {
        display: none; } }
  .onepage-checkout-container #onepage-checkout-summary .section-header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .onepage-checkout-container #onepage-checkout-summary .section-header .blockcart {
    position: relative; }
    .onepage-checkout-container #onepage-checkout-summary .section-header .blockcart img {
      width: 2rem;
      height: 2rem; }
    .onepage-checkout-container #onepage-checkout-summary .section-header .blockcart .products-count {
      right: -4px;
      color: #FEF9FB;
      background: #FFAF00; }
  .onepage-checkout-container #onepage-checkout-summary .section-block {
    padding: 0; }
    @media (min-width: 992px) {
      .onepage-checkout-container #onepage-checkout-summary .section-block {
        display: block;
        height: auto !important;
        visibility: visible; } }
    @media (max-width: 991px) {
      .onepage-checkout-container #onepage-checkout-summary .section-block #cart-summary-details {
        margin-bottom: 1rem; } }
  @media (max-width: 991px) {
    .onepage-checkout-container #onepage-checkout-summary .section-footer {
      display: none; } }
  .onepage-checkout-container .cart-summary-products .toggle-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1rem; }
  .onepage-checkout-container .cart-summary-products .cart-items-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .onepage-checkout-container .cart-summary-products .cart-items-count i {
      color: #9E9E9E; }
  .onepage-checkout-container #cart-summary-product-list {
    max-height: 250px;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    /** CART ITEM **/ }
    @media (max-width: 991px) {
      .onepage-checkout-container #cart-summary-product-list {
        max-height: 100%; } }
    .onepage-checkout-container #cart-summary-product-list::-webkit-scrollbar {
      width: 5px; }
    .onepage-checkout-container #cart-summary-product-list::-webkit-scrollbar-thumb {
      background-color: #C4C4C4;
      border-radius: 10px; }
    .onepage-checkout-container #cart-summary-product-list .product-list {
      margin-bottom: 0; }
    .onepage-checkout-container #cart-summary-product-list .product-item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-bottom: 0.5rem; }
      .onepage-checkout-container #cart-summary-product-list .product-item .item-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100px;
        height: 75px;
        margin: .5rem 0; }
        .onepage-checkout-container #cart-summary-product-list .product-item .item-image .thumbnail {
          position: relative;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
      .onepage-checkout-container #cart-summary-product-list .product-item .item-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 1rem; }
      .onepage-checkout-container #cart-summary-product-list .product-item .item-detail {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .onepage-checkout-container #cart-summary-product-list .product-item .item-detail .product-info {
          line-height: 1.25; }
        .onepage-checkout-container #cart-summary-product-list .product-item .item-detail .product-name span {
          color: #EA501F;
          font-weight: bold; }
        .onepage-checkout-container #cart-summary-product-list .product-item .item-detail .product-attribute,
        .onepage-checkout-container #cart-summary-product-list .product-item .item-detail .product-frequency {
          font-size: 90%; }
        .onepage-checkout-container #cart-summary-product-list .product-item .item-detail .product-frequency {
          color: #6A6A6A; }
          .onepage-checkout-container #cart-summary-product-list .product-item .item-detail .product-frequency span {
            display: block; }
      .onepage-checkout-container #cart-summary-product-list .product-item .item-price .price-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        line-height: 1.25; }
        .onepage-checkout-container #cart-summary-product-list .product-item .item-price .price-detail span {
          display: block; }
          @media (max-width: 767px) {
            .onepage-checkout-container #cart-summary-product-list .product-item .item-price .price-detail span {
              display: inline-block; } }
      .onepage-checkout-container #cart-summary-product-list .product-item .item-price .strikethrough-price {
        position: relative;
        font-size: 90%;
        margin-right: 3px; }
        .onepage-checkout-container #cart-summary-product-list .product-item .item-price .strikethrough-price:after {
          content: "";
          width: 100%;
          position: absolute;
          border-top: 1px solid #EA501F;
          -webkit-transform: rotate(25deg);
                  transform: rotate(25deg);
          left: 0;
          top: 50%; }
      .onepage-checkout-container #cart-summary-product-list .product-item .item-price .product-price {
        color: #EA501F;
        font-weight: bold;
        font-size: 110%; }
  .onepage-checkout-container .thumbnail {
    width: 100%; }
  .onepage-checkout-container .cart-products-count {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 12px;
    background: #FFAF00;
    border-radius: 50%;
    color: #FFF;
    width: 1rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .onepage-checkout-container .block-promo {
    padding: 1rem 0; }
    .onepage-checkout-container .block-promo .promo-code a.btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .onepage-checkout-container .block-promo .promo-code a.btn.loading .load-spin {
        width: 20px;
        height: 20px; }
    .onepage-checkout-container .block-promo .promo-input {
      color: #EA501F; }
      @media (max-width: 1199px) {
        .onepage-checkout-container .block-promo .promo-input {
          border: 1px solid #D9D9D9; } }
      .onepage-checkout-container .block-promo .promo-input::-webkit-input-placeholder {
        color: #EA501F; }
      .onepage-checkout-container .block-promo .promo-input:-ms-input-placeholder {
        color: #EA501F; }
      .onepage-checkout-container .block-promo .promo-input::placeholder {
        color: #EA501F; }
    .onepage-checkout-container .block-promo .alert-danger {
      display: none;
      background-color: #ff4c4c;
      border-color: #ff4c4c;
      margin-top: 0.75rem;
      margin-bottom: 0;
      padding: 0.5rem;
      font-size: 14px;
      color: white; }
      .onepage-checkout-container .block-promo .alert-danger i {
        font-size: 14px;
        margin-right: 0.5rem; }
      .onepage-checkout-container .block-promo .alert-danger:after {
        display: none; }
      .onepage-checkout-container .block-promo .alert-danger .cart-refresh {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0.25rem;
        margin-top: 0.25rem;
        border-top: 1px dotted;
        width: 100%; }
        .onepage-checkout-container .block-promo .alert-danger .cart-refresh a {
          color: white; }
  .onepage-checkout-container .cart-summary-subtotals {
    padding-top: 1rem; }
  .onepage-checkout-container .cart-summary-totals {
    padding-top: 1rem; }
    .onepage-checkout-container .cart-summary-totals .cart-total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .onepage-checkout-container .cart-summary-totals .major {
      display: block;
      font-weight: bold;
      font-size: 19px;
      text-transform: uppercase; }
    .onepage-checkout-container .cart-summary-totals .minor {
      display: block;
      font-size: 14px; }
    .onepage-checkout-container .cart-summary-totals .value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .onepage-checkout-container .cart-summary-totals .currency {
      padding-right: 0.5rem;
      font-size: 14px; }
    .onepage-checkout-container .cart-summary-totals .total {
      color: #EA501F;
      font-weight: bold;
      font-size: 1.5rem;
      font-family: "Cru Pro"; }
  .onepage-checkout-container #payment-confirmation {
    margin-top: 1rem; }
    .onepage-checkout-container #payment-confirmation button {
      width: 100%;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
  .onepage-checkout-container .legal-text {
    line-height: 1;
    margin-top: 1rem;
    color: #6A6A6A;
    text-align: center; }
  .onepage-checkout-container .secure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #6A6A6A;
    font-size: 90%; }
    .onepage-checkout-container .secure i {
      font-size: 1rem; }
  .onepage-checkout-container .ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden; }
  .onepage-checkout-container .themodal-overlay {
    z-index: 1000; }
  .onepage-checkout-container .overlay-warning {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    display: none; }
    .onepage-checkout-container .overlay-warning .popup {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 426px;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      max-width: 90vw;
      background: white;
      border-radius: 10px; }
      .onepage-checkout-container .overlay-warning .popup .close {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        width: 36px;
        height: 36px;
        opacity: 1;
        z-index: 1; }
        .onepage-checkout-container .overlay-warning .popup .close::before, .onepage-checkout-container .overlay-warning .popup .close::after {
          content: "";
          width: 2px;
          height: 30px;
          position: absolute;
          top: 3px;
          right: 16px;
          background-color: #fff;
          display: block;
          border-radius: 22px; }
        .onepage-checkout-container .overlay-warning .popup .close::before {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .onepage-checkout-container .overlay-warning .popup .close::after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .onepage-checkout-container .overlay-warning .popup .popup-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .onepage-checkout-container .overlay-warning .popup .bg-wrapper {
        position: relative;
        background: white;
        border-radius: 10px 10px 0 0; }
        .onepage-checkout-container .overlay-warning .popup .bg-wrapper .bg {
          margin-top: -1px; }
        .onepage-checkout-container .overlay-warning .popup .bg-wrapper .cloud {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          @media (max-width: 543px) {
            .onepage-checkout-container .overlay-warning .popup .bg-wrapper .cloud {
              width: 75px; } }
      .onepage-checkout-container .overlay-warning .popup .warning-wrapper {
        text-align: center;
        background: white;
        border-radius: 0 0 10px 10px;
        padding: 2rem 1rem; }
        .onepage-checkout-container .overlay-warning .popup .warning-wrapper .text {
          color: #6A6A6A; }
          @media (max-width: 543px) {
            .onepage-checkout-container .overlay-warning .popup .warning-wrapper .text {
              font-size: 90%; } }
        .onepage-checkout-container .overlay-warning .popup .warning-wrapper .btn {
          width: 100%;
          height: 3rem;
          max-width: 120px;
          margin: 0 auto; }
          @media (max-width: 543px) {
            .onepage-checkout-container .overlay-warning .popup .warning-wrapper .btn {
              font-size: 14px;
              height: 2.5rem; } }
  .onepage-checkout-container .custom-radio {
    border: 2px solid #EA501F; }
  .onepage-checkout-container .custom-radio input[type="radio"]:checked + span {
    background-color: #EA501F; }
  .onepage-checkout-container input[name="newsletter"] + span {
    border: 2px solid #EA501F;
    border-radius: 4px; }
  .onepage-checkout-container input[name="newsletter"] + span .checkbox-checked {
    background: #EA501F;
    border-radius: 3px; }
  .onepage-checkout-container input[name="not_require_signature"] + span {
    border: 2px solid #EA501F;
    border-radius: 4px; }
  .onepage-checkout-container input[name="not_require_signature"] + span .checkbox-checked {
    background: #EA501F;
    border-radius: 3px; }
  .onepage-checkout-container div.adyen-payment.scheme,
  .onepage-checkout-container .adyen-payment:not(.hidden) {
    background: #EFEEFF; }

/* Google Address Autocomplete */
.pac-container {
  border-radius: 4px !important;
  font-family: 'Open Sans', sans-serif; }

.pac-icon {
  display: none; }

.pac-item {
  padding: 0.3rem 0.5rem !important;
  font-size: 0.8rem !important; }

.pac-item-query {
  font-size: 0.8rem; }

.pac-logo:after {
  background-position: 3% 50%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.02); }

#order-confirmation {
  /*** Cart summary subtotals ***/
  /*** Cart summary totals ***/ }
  #order-confirmation .order-confirmation-message {
    background-color: #FFAF00;
    padding: 4rem 2rem; }
    #order-confirmation .order-confirmation-message .standard-wrapper {
      text-align: center;
      margin: auto; }
      #order-confirmation .order-confirmation-message .standard-wrapper h1 {
        text-transform: uppercase;
        -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
        margin-bottom: 4rem; }
      #order-confirmation .order-confirmation-message .standard-wrapper p {
        margin-bottom: 0; }
      #order-confirmation .order-confirmation-message .standard-wrapper h1, #order-confirmation .order-confirmation-message .standard-wrapper h3, #order-confirmation .order-confirmation-message .standard-wrapper p, #order-confirmation .order-confirmation-message .standard-wrapper a {
        color: #FEF9FB; }
      #order-confirmation .order-confirmation-message .standard-wrapper .message {
        line-height: 1.7; }
  #order-confirmation .order-details {
    padding: 2rem 0; }
    #order-confirmation .order-details .container {
      max-width: 1140px; }
    #order-confirmation .order-details .order-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 991px) {
        #order-confirmation .order-details .order-section {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    #order-confirmation .order-details .section-card {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 1rem; }
    #order-confirmation .order-details .section-header {
      padding: 1rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1.5px solid #EA501F; }
      #order-confirmation .order-details .section-header .header-title {
        margin-bottom: 0; }
      #order-confirmation .order-details .section-header .header-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #order-confirmation .order-details .section-header img {
        width: 1.5rem;
        height: 1.5rem; }
    #order-confirmation .order-details .section-block {
      padding: 1rem 0; }
    #order-confirmation .order-details .block-title {
      color: #EA501F;
      margin-bottom: 0.5rem;
      font-size: 1rem; }
    #order-confirmation .order-details hr {
      margin: 0;
      border-top: 1px solid #EA501F; }
  #order-confirmation .cart-summary-products .toggle-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1rem; }
  #order-confirmation .cart-summary-products .cart-items-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #order-confirmation .cart-summary-products .cart-items-count i {
      color: #9E9E9E; }
  #order-confirmation #cart-summary-product-list {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 0.5rem;
    /** CART ITEM **/ }
    @media (max-width: 991px) {
      #order-confirmation #cart-summary-product-list {
        max-height: 100%; } }
    #order-confirmation #cart-summary-product-list::-webkit-scrollbar {
      width: 5px; }
    #order-confirmation #cart-summary-product-list::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    #order-confirmation #cart-summary-product-list::-webkit-scrollbar-thumb {
      background-color: #EA501F; }
    #order-confirmation #cart-summary-product-list .product-list {
      margin-bottom: 0; }
    #order-confirmation #cart-summary-product-list .product-item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 0.5rem; }
      #order-confirmation #cart-summary-product-list .product-item .item-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 80px;
        height: 60px;
        margin: .5rem 0; }
        #order-confirmation #cart-summary-product-list .product-item .item-image .thumbnail {
          position: relative;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-color: #ffffff; }
      #order-confirmation #cart-summary-product-list .product-item .item-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 1rem; }
        @media (max-width: 767px) {
          #order-confirmation #cart-summary-product-list .product-item .item-group {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      #order-confirmation #cart-summary-product-list .product-item .item-detail {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        #order-confirmation #cart-summary-product-list .product-item .item-detail .product-info {
          line-height: 1.25; }
        #order-confirmation #cart-summary-product-list .product-item .item-detail .product-name a {
          color: #EA501F; }
        #order-confirmation #cart-summary-product-list .product-item .item-detail .product-attribute {
          font-size: 90%; }
      #order-confirmation #cart-summary-product-list .product-item .item-price {
        text-align: right; }
        @media (max-width: 767px) {
          #order-confirmation #cart-summary-product-list .product-item .item-price {
            text-align: left; } }
        #order-confirmation #cart-summary-product-list .product-item .item-price .price-detail {
          line-height: 1.25; }
          #order-confirmation #cart-summary-product-list .product-item .item-price .price-detail span {
            display: block; }
            @media (max-width: 767px) {
              #order-confirmation #cart-summary-product-list .product-item .item-price .price-detail span {
                display: inline-block; } }
        #order-confirmation #cart-summary-product-list .product-item .item-price .strikethrough-price {
          font-size: 90%;
          text-decoration: line-through; }
        #order-confirmation #cart-summary-product-list .product-item .item-price .product-price {
          color: #EA501F; }
    #order-confirmation #cart-summary-product-list .product-name b {
      color: #EA501F; }
    #order-confirmation #cart-summary-product-list .product-frequency {
      font-size: 90%;
      color: #6A6A6A; }
  #order-confirmation .thumbnail {
    width: 100%; }
    @media (max-width: 991px) {
      #order-confirmation .thumbnail {
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); } }
  #order-confirmation .cart-products-count {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 12px;
    background: #FFAF00;
    border-radius: 50%;
    color: #FFF;
    width: 1rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #order-confirmation .cart-summary-subtotals {
    padding-top: 1rem; }
    #order-confirmation .cart-summary-subtotals .value {
      text-transform: uppercase; }
  #order-confirmation .cart-summary-totals {
    padding-top: 1rem; }
    #order-confirmation .cart-summary-totals .cart-total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #order-confirmation .cart-summary-totals .major {
      display: block;
      font-weight: bold;
      font-size: 19px;
      text-transform: uppercase; }
    #order-confirmation .cart-summary-totals .minor {
      display: block;
      font-size: 14px; }
    #order-confirmation .cart-summary-totals .value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #order-confirmation .cart-summary-totals .currency {
      padding-right: 0.5rem;
      font-size: 14px; }
    #order-confirmation .cart-summary-totals .total {
      color: #EA501F;
      font-weight: bold;
      font-size: 1.5rem;
      font-family: "Cru Pro"; }
  #order-confirmation #registration-form .standard-wrapper {
    text-align: left; }
  #order-confirmation #registration-form .btn {
    height: 40px; }

#product {
  /** PRODUCT IMAGES **/
  /** PRODUCT REFRESH BUTTON **/
  /** PRODUCT COMBINATIONS **/
  /** PRODUCT COMBINATIONS INPUT STYLE **/
  /** PRODUCT PRICES **/
  /** PRODUCT ACTIONS **/
  /** PRICE QUANTITY **/
  /** PRODUCT PACK / BUNDLE **/
  /** PRODUCT ADD-TO-CART BUTTON **/
  /** PRODUCT AVAILABILITY **/
  /** PRODUCT DISCOUNTS **/ }
  #product h1 {
    font-size: 32px;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      #product h1 {
        font-size: 26px; } }
    #product h1 .brand {
      display: block;
      font-size: 20px;
      line-height: 1.5; }
      @media (max-width: 768px) {
        #product h1 .brand {
          font-size: 16px; } }
  #product .product-subtitle {
    color: #6A6A6A; }
  #product .catalog-attribute {
    display: block;
    font-size: 110%;
    font-weight: bold;
    color: #EA501F;
    margin-bottom: 1rem; }
  #product .product-top-classic {
    padding: 0; }
    @media (min-width: 992px) {
      #product .product-top-classic {
        max-width: 95vw; } }
    #product .product-top-classic .product-variants .extra-description {
      text-align: left;
      font-weight: bold; }
    #product .product-top-classic .discount-message {
      position: relative; }
      #product .product-top-classic .discount-message svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #product .product-top-classic .discount-message p {
        position: relative;
        padding: 1rem 0.5rem;
        text-align: center !important;
        color: #FFF; }
  #product .product-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      #product .product-top-wrapper {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: self-start;
            -ms-flex-align: self-start;
                align-items: self-start; }
        #product .product-top-wrapper .product-top-gallery {
          padding: 2rem 1rem;
          width: 55%;
          position: -webkit-sticky;
          position: sticky;
          top: 100px; }
        #product .product-top-wrapper .product-top-content {
          width: 45%;
          margin-left: 0; } }
    @media (min-width: 1200px) {
      #product .product-top-wrapper .product-top-content {
        margin-left: 85px; } }
  #product .product-top-content {
    padding: 2rem 1rem;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    width: 100%; }
  #product .images-container {
    position: relative; }
    #product .images-container .swiper-slide {
      background-size: cover;
      background-position: center; }
    #product .images-container .fade-box {
      padding-bottom: calc(9/16 * 100%); }
  #product .product-images {
    /* @include media-breakpoint-down(md) {
			position: absolute;
			bottom: -1.25rem;
			z-index: 1;
			margin: 0 auto;
		} */
    text-align: center;
    margin: 1rem auto;
    width: 100%; }
    @media (max-width: 991px) {
      #product .product-images {
        margin-bottom: 0; } }
    #product .product-images .thumb-container {
      display: inline-block;
      margin: 0 0.5rem; }
      @media (min-width: 992px) {
        #product .product-images .thumb-container {
          width: 78px; } }
      @media (max-width: 991px) {
        #product .product-images .thumb-container {
          width: 40px; } }
      #product .product-images .thumb-container .thumb {
        cursor: pointer; }
        #product .product-images .thumb-container .thumb.selected {
          border: #EA501F 1px solid; }
    #product .product-images .js-qv-mask {
      padding: 1rem;
      overflow: hidden; }
      #product .product-images .js-qv-mask.scroll {
        margin: 0 auto; }
      @media (max-width: 767px) {
        #product .product-images .js-qv-mask {
          position: absolute;
          width: 100%;
          margin-top: -3rem;
          z-index: 5; } }
  #product .product-refresh {
    display: none; }
  #product .yotpo-bottomline {
    display: block;
    text-align: left;
    margin-bottom: 1rem; }
    #product .yotpo-bottomline:focus {
      outline: none; }
    #product .yotpo-bottomline .based-on:nth-child(4) {
      display: none; }
  #product .product-description-short ul li:before {
    padding-right: 0.5rem; }
  #product .product-description-short .collapse-item {
    border-bottom: 1px solid #C4C4C4; }
  #product .product-description-short .collapse-header {
    position: relative;
    padding: 1rem 0 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #product .product-description-short .collapse-header[aria-expanded="true"] .collapse-icon:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle cx='11.3051' cy='10.7512' r='10.0831' transform='rotate(-180 11.3051 10.7512)' stroke='%23164F4F'/%3E%3Cpath d='M16.9528 14.0616L11.066 6.17334L5.1792 14.0616' stroke='%23164F4F'/%3E%3C/svg%3E"); }
  #product .product-description-short .collapse-trigger {
    color: #6A6A6A;
    width: 90%;
    font-size: 1.25rem;
    font-weight: bold; }
  #product .product-description-short .collapse-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10%; }
    #product .product-description-short .collapse-icon:after {
      content: "";
      position: absolute;
      right: 0;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle xmlns='http://www.w3.org/2000/svg' cx='11.3051' cy='10.7512' r='10.0831' transform='rotate(-180 11.3051 10.7512)' stroke='%23164F4F'/%3E%3Cpath d='M5.15604 8.12294L11.0429 16.0112L16.9297 8.12294' stroke='%23164F4F'/%3E%3C/svg%3E"); }
  #product .product-description-short .collapse-content {
    padding: 1rem 0;
    /* li:before {
				content: "-";
			} */ }
    #product .product-description-short .collapse-content ul {
      list-style: disc;
      list-style-position: inside;
      margin-bottom: 0; }
  #product .product-description-short #product_details .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80vw; }
    @media (min-width: 544px) {
      #product .product-description-short #product_details .modal-dialog {
        width: 400px; } }
  #product .product-variants {
    text-align: left; }
    #product .product-variants hr {
      border-top: 0.5px solid rgba(0, 0, 0, 0.2);
      margin-left: -0.5rem;
      margin-right: -0.5rem; }
    #product .product-variants .size-msg {
      font-size: 0.8rem; }
    #product .product-variants .product-variants-item {
      position: relative;
      margin-bottom: 0.5rem; }
      #product .product-variants .product-variants-item + .product-subscriptions {
        margin-top: 1rem; }
      #product .product-variants .product-variants-item .form-control-select {
        display: none; }
    #product .product-variants ul[data-attribute-group] {
      background: #FFF;
      display: inline-block;
      padding: 2px 0;
      margin-bottom: 0; }
      #product .product-variants ul[data-attribute-group] li.input-container {
        margin: 0 2px; }
        #product .product-variants ul[data-attribute-group] li.input-container label {
          width: 100%; }
      @media (max-width: 767px) {
        #product .product-variants ul[data-attribute-group] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          #product .product-variants ul[data-attribute-group] li.input-container {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
            #product .product-variants ul[data-attribute-group] li.input-container .radio-label {
              width: 100%;
              text-align: center;
              padding: 0.6rem 1rem; } }
    #product .product-variants li {
      float: left; }
      #product .product-variants li label {
        margin-bottom: 0; }
      #product .product-variants li.not-available, #product .product-variants li.not-available-hover {
        pointer-events: none;
        cursor: default;
        opacity: 0.5; }
        #product .product-variants li.not-available input, #product .product-variants li.not-available-hover input {
          pointer-events: none;
          cursor: default; }
        #product .product-variants li.not-available .radio-label, #product .product-variants li.not-available-hover .radio-label {
          background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
          font-weight: normal; }
    #product .product-variants .form-control-select-display-div {
      border: 1px solid #EA501F;
      border-radius: 0;
      background-color: #FFF;
      height: 3rem;
      padding: 0.5rem 1rem;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #product .product-variants .form-control-select-display-div .up {
        display: none; }
      #product .product-variants .form-control-select-display-div .down {
        display: block; }
      #product .product-variants .form-control-select-display-div.open {
        border-radius: 4px 4px 0px 0px; }
        #product .product-variants .form-control-select-display-div.open i {
          content: '&#xE316;'; }
        #product .product-variants .form-control-select-display-div.open .up {
          display: block; }
        #product .product-variants .form-control-select-display-div.open .down {
          display: none; }
      #product .product-variants .form-control-select-display-div i {
        float: right;
        margin-left: auto; }
      #product .product-variants .form-control-select-display-div .option_display {
        font-size: 1rem; }
    #product .product-variants .form-control-select-display-ul {
      border: 1px solid #EA501F;
      border-top: none;
      border-radius: 0;
      background-color: white;
      position: absolute;
      width: 100%;
      z-index: 15;
      display: none; }
      #product .product-variants .form-control-select-display-ul.open {
        display: inline-block; }
      #product .product-variants .form-control-select-display-ul li {
        cursor: pointer;
        margin: 0;
        width: 100%;
        border-top: 1px solid #CCC;
        margin-top: -1px;
        height: 2.5rem;
        padding: 0.5rem 1rem; }
        #product .product-variants .form-control-select-display-ul li:hover {
          background-color: #F3F3F3; }
        #product .product-variants .form-control-select-display-ul li.selected {
          background-color: #FFE2D9;
          font-weight: bold; }
        #product .product-variants .form-control-select-display-ul li:last-of-type {
          border-radius: 0; }
        #product .product-variants .form-control-select-display-ul li .left {
          float: left; }
        #product .product-variants .form-control-select-display-ul li .right {
          float: right; }
    #product .product-variants .color {
      margin-left: 0;
      margin-top: 0; }
    #product .product-variants .extra-description {
      text-align: center;
      margin-bottom: 0.5rem; }
  #product .input-container {
    position: relative; }
  #product .input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem; }
    #product .input-color:checked + span,
    #product .input-color:hover + span {
      border-color: rgba(0, 0, 0, 0.25); }
  #product .input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #6A6A6A;
    border: 0.5px solid #6A6A6A; }
    #product .input-radio:checked + span {
      border: 0.5px solid #EA501F;
      color: #EA501F;
      font-weight: bold; }
  #product .radio-label {
    background: white;
    display: inline-block;
    padding: 0.6rem 1.5rem;
    color: #6A6A6A;
    border: 0.5px solid #6A6A6A;
    border-radius: 4px; }
  #product #content-wrapper .product-prices {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    #product #content-wrapper .product-prices .tax-shipping-delivery-label {
      display: none;
      font-size: 0.8125rem;
      color: #6A6A6A; }
  #product #content-wrapper .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    #product #content-wrapper .product-price .price-summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #product #content-wrapper .product-price .price-info {
      font-size: 90%;
      padding-left: 0.75rem; }
    #product #content-wrapper .product-price .regular-price-wrapper {
      position: relative;
      display: inline;
      font-weight: bold; }
      #product #content-wrapper .product-price .regular-price-wrapper:before {
        position: absolute;
        content: '';
        left: 0;
        top: 45%;
        right: 0;
        border-top: 2px solid;
        border-color: #FF796F;
        -webkit-transform: skewY(-15deg);
                transform: skewY(-15deg); }
    #product #content-wrapper .product-price .current-price {
      font-family: "Cru Pro";
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      font-size: 2rem;
      color: #EA501F;
      padding: 0.75rem 1rem;
      border: 1px solid #EA501F;
      box-shadow: 4px 4px 0px 0px #EA501F;
      min-width: 130px;
      text-align: center; }
    #product #content-wrapper .product-price .total-savings {
      background-color: #B0A8FF;
      color: #FFFEAA;
      font-size: 90%;
      padding: 0.25rem 0.5rem; }
  #product .product-unit-price {
    font-size: 0.8125rem;
    margin-bottom: 0; }
  #product .product-actions .control-label {
    color: #6A6A6A;
    margin-bottom: 0.25rem;
    display: block;
    width: 100%; }
    #product .product-actions .control-label small {
      float: right; }
  #product .product-actions .product-quantity {
    margin-bottom: 1rem; }
    #product .product-actions .product-quantity .quantity-row {
      color: #6A6A6A;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 767px) {
        #product .product-actions .product-quantity .quantity-row {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #product .product-actions .product-quantity .quantity-row span {
        font-size: 90%; }
    #product .product-actions .product-quantity .qty:not(.custom-touchspin) {
      float: left;
      width: 80px;
      margin-bottom: 0.5rem; }
      #product .product-actions .product-quantity .qty:not(.custom-touchspin) #quantity_wanted {
        color: #6A6A6A;
        background-color: white;
        height: 2.75rem;
        padding: 0.175rem 0.5rem;
        width: 3rem; }
      #product .product-actions .product-quantity .qty:not(.custom-touchspin) .input-group-btn-vertical {
        float: left; }
      #product .product-actions .product-quantity .qty:not(.custom-touchspin) .input-group-btn-vertical .btn {
        padding: 0.5rem 0.6875rem; }
        #product .product-actions .product-quantity .qty:not(.custom-touchspin) .input-group-btn-vertical .btn i {
          font-size: 1rem;
          top: 0.125rem;
          left: 0.1875rem; }
      #product .product-actions .product-quantity .qty:not(.custom-touchspin) .btn-touchspin {
        height: 1.438rem; }
    #product .product-actions .product-quantity .custom-touchspin .input-group-btn {
      width: 2rem;
      height: 2rem; }
      #product .product-actions .product-quantity .custom-touchspin .input-group-btn button:hover {
        background-color: #F1F4F4; }
      #product .product-actions .product-quantity .custom-touchspin .input-group-btn:first-child button {
        border: 0.5px solid #999999;
        border-radius: 0;
        border-right: none; }
      #product .product-actions .product-quantity .custom-touchspin .input-group-btn:last-child button {
        border: 0.5px solid #999999;
        border-radius: 0;
        border-left: none; }
    #product .product-actions .product-quantity .custom-touchspin .bootstrap-touchspin {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      box-shadow: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #product .product-actions .product-quantity .custom-touchspin .bootstrap-touchspin .btn-touchspin {
        background-color: transparent;
        border: none;
        padding: 0;
        width: 100%;
        height: 100%;
        font-weight: 300;
        color: #999999; }
    #product .product-actions .product-quantity .custom-touchspin #quantity_wanted {
      color: #6A6A6A;
      border: 0.5px solid #999999;
      height: 2rem;
      width: 3rem;
      padding: 0.5rem;
      text-align: center; }
  #product .price-quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 544px) {
      #product .price-quantity .product-quantity {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 543px) {
      #product .price-quantity {
        margin-top: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #product .price-quantity .product-prices {
          -ms-flex-item-align: start;
              align-self: flex-start; }
        #product .price-quantity .product-quantity {
          margin-bottom: -3rem; } }
  #product .product-pack .card {
    overflow: hidden; }
  #product .product-pack .pack-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #product .product-pack .pack-product-container .thumb-mask {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 25%; }
      #product .product-pack .pack-product-container .thumb-mask .mask {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: unset;
        border: unset; }
        #product .product-pack .pack-product-container .thumb-mask .mask a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #product .product-pack .pack-product-container .thumb-mask .mask a img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
    #product .product-pack .pack-product-container .pack-info {
      padding: 0.5rem; }
      #product .product-pack .pack-product-container .pack-info .pack-product-name {
        text-align: left;
        line-height: 1rem;
        font-weight: bold;
        min-height: 2rem; }
        #product .product-pack .pack-product-container .pack-info .pack-product-name small {
          display: inline-block;
          width: 100%; }
      #product .product-pack .pack-product-container .pack-info .pack-product-message {
        position: absolute;
        right: 5px;
        top: 5px; }
      #product .product-pack .pack-product-container .pack-info .pack-product-price-qty {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        #product .product-pack .pack-product-container .pack-info .pack-product-price-qty .pack-product-quantity {
          margin: 0 0.5rem; }
  #product .product-pack .collapse-header {
    position: relative;
    padding: 1rem 0 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #C4C4C4; }
    #product .product-pack .collapse-header[aria-expanded="true"] .collapse-icon:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle cx='11.3051' cy='10.7512' r='10.0831' transform='rotate(-180 11.3051 10.7512)' stroke='%23164F4F'/%3E%3Cpath d='M16.9528 14.0616L11.066 6.17334L5.1792 14.0616' stroke='%23164F4F'/%3E%3C/svg%3E"); }
    #product .product-pack .collapse-header .collapse-trigger {
      width: 90%;
      font-size: 1.25rem;
      font-weight: bold; }
    #product .product-pack .collapse-header .collapse-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 10%; }
      #product .product-pack .collapse-header .collapse-icon:after {
        content: "";
        position: absolute;
        right: 0;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle xmlns='http://www.w3.org/2000/svg' cx='11.3051' cy='10.7512' r='10.0831' transform='rotate(-180 11.3051 10.7512)' stroke='%23164F4F'/%3E%3Cpath d='M5.15604 8.12294L11.0429 16.0112L16.9297 8.12294' stroke='%23164F4F'/%3E%3C/svg%3E"); }
  #product .product-pack .sub-collapse .sub-collapse-header {
    position: relative;
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #product .product-pack .sub-collapse .sub-collapse-header[aria-expanded="false"] {
      border-bottom: 1px solid #C4C4C4; }
    #product .product-pack .sub-collapse .sub-collapse-header[aria-expanded="true"] .collapse-icon:after {
      height: 0.2rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='3' viewBox='0 0 11 3' fill='none'%3E%3Cline x1='10.7632' y1='1.94531' x2='0.426351' y2='1.94531' stroke='%23164F4F' stroke-width='2'/%3E%3C/svg%3E"); }
    #product .product-pack .sub-collapse .sub-collapse-header .collapse-trigger {
      width: 90%;
      font-size: 1rem; }
    #product .product-pack .sub-collapse .sub-collapse-header .collapse-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 10%; }
      #product .product-pack .sub-collapse .sub-collapse-header .collapse-icon:after {
        content: "";
        position: absolute;
        right: 0.3rem;
        width: 0.75rem;
        height: 0.75rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cline x1='5.56812' y1='0.841309' x2='5.56811' y2='10.853' stroke='%23164F4F' stroke-width='2'/%3E%3Cline x1='10.5747' y1='5.9455' x2='0.237874' y2='5.94549' stroke='%23164F4F' stroke-width='2'/%3E%3C/svg%3E"); }
  #product .product-pack .sub-collapse .collapse.in {
    border-bottom: 1px solid #C4C4C4; }
  #product .product-pack .sub-collapse .bundle-product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #product .product-pack .sub-collapse .bundle-product-content .thumb-mask {
      min-width: 100px;
      margin-right: 0.5rem; }
  #product .product-add-button {
    margin: 0.5rem 0; }
    #product .product-add-button button.add-to-cart {
      width: 100%;
      height: 4.5rem;
      font-size: 20px;
      letter-spacing: 1px; }
  #product #product-availability {
    color: #6A6A6A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      #product #product-availability {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #product #product-availability a[data-toggle="modal"],
    #product #product-availability a[data-toggle="tooltip"] {
      font-size: 1.1rem;
      margin-left: .3125rem; }
    #product #product-availability .product-available {
      color: #4cbb6c; }
    #product #product-availability .product-unavailable {
      color: #ff9a52; }
    #product #product-availability .product-last-items {
      color: #ff9a52; }
    #product #product-availability a[data-target="#shipping_modal"] {
      color: #6A6A6A; }
  #product .tooltip .tooltip-arrow {
    border-color: transparent;
    color: transparent; }
  #product .tooltip .tooltip-inner {
    color: #000;
    background: #FFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1rem; }
  #product #shipping_modal .modal-header {
    border: none; }
  #product #shipping_modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: 0;
    min-width: 320px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #product #shipping_modal .modal-body {
    padding: 2.5rem;
    min-height: 15rem;
    color: #EA501F; }
    #product #shipping_modal .modal-body .btn-primary {
      min-width: 200px;
      padding: 1rem 0.75rem;
      margin-top: 1rem; }
  #product #shipping_modal .modal-content {
    border-radius: 0;
    border: none; }
  #product .product-discounts > .product-discounts-title {
    font-size: 0.875rem; }
  #product .product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: 0.625rem 1.25rem;
    background: white;
    border: 0.3125rem #F3F3F3 solid;
    text-align: center; }
  #product .product-discounts > .table-product-discounts tbody tr {
    background: #FAFAFA; }
    #product .product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
      background: white; }
    #product .product-discounts > .table-product-discounts tbody tr td {
      padding: 0.625rem 1.25rem;
      text-align: center;
      border: 0.3125rem #F3F3F3 solid; }
  #product .bulk-savings .discount-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #product .bulk-savings .discount-variants li:not(:last-child) {
      padding: 4%;
      box-shadow: inset 0 0 1px 1px rgba(234, 80, 31, 0.2);
      background-color: #FFF;
      cursor: pointer;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #product .bulk-savings .discount-variants li:not(:last-child).selected {
        box-shadow: inset 0 0 1px 1px #EA501F;
        color: #EA501F;
        background-color: #EFEFEF; }
        #product .bulk-savings .discount-variants li:not(:last-child).selected span.discount {
          text-shadow: 0px 0px 1px #EA501F; }
      @media (min-width: 544px) {
        #product .bulk-savings .discount-variants li:not(:last-child):hover {
          box-shadow: inset 0 0 1px 1px #EA501F;
          color: #EA501F; }
          #product .bulk-savings .discount-variants li:not(:last-child):hover span.discount {
            text-shadow: 0px 0px 1px #EA501F; } }
      @media (max-width: 543px) {
        #product .bulk-savings .discount-variants li:not(:last-child):lang(en) {
          padding: 4% 7.5%; } }
      #product .bulk-savings .discount-variants li:not(:last-child) span {
        display: block;
        text-align: center; }
        #product .bulk-savings .discount-variants li:not(:last-child) span.discount {
          font-size: 110%; }
    #product .bulk-savings .discount-variants li:nth-child(2) {
      margin: 0 2.5%; }
    #product .bulk-savings .discount-variants li:last-child {
      display: block;
      width: 100%;
      margin-top: 1rem; }

.product-description-short {
  color: #6A6A6A; }

/** PRODUCT LONG DESCRIPTION **/
.product-long-description .p-section {
  padding: 6rem 0; }

.product-long-description h2 {
  margin-bottom: 1.5rem;
  line-height: 1.3em; }

.product-long-description p {
  width: 100%; }

.product-long-description .tagline {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.product-long-description .usp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }
  @media (max-width: 543px) {
    .product-long-description .usp-wrapper {
      max-width: 25rem; } }
  .product-long-description .usp-wrapper .usp-item {
    position: relative;
    padding: 1rem;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .product-long-description .usp-wrapper .usp-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .product-long-description .usp-wrapper .usp-block {
    max-width: 400px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .product-long-description .usp-wrapper .usp-block {
        margin-left: 0; } }
  .product-long-description .usp-wrapper .usp-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* h5 {
				padding-left: 0.5rem;
				margin-bottom: 0;
			} */ }
    .product-long-description .usp-wrapper .usp-title .h5 {
      margin-top: 0.5rem; }
  .product-long-description .usp-wrapper .usp-icon {
    width: 2rem;
    height: 2rem; }
  @media (max-width: 767px) {
    .product-long-description .usp-wrapper .usp-content {
      max-width: 500px; } }

.product-long-description .trial-period {
  background-color: #DEECE6;
  padding-top: 0;
  text-align: center; }
  .product-long-description .trial-period p {
    max-width: 800px; }
  .product-long-description .trial-period .image-wrapper {
    width: 30vw;
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 2rem; }
    .product-long-description .trial-period .image-wrapper .fade-box {
      padding-bottom: 60.5%; }
  .product-long-description .trial-period .btn-margin {
    border: 2px solid #EA501F;
    color: #EA501F;
    padding: 1rem 2rem; }
    .product-long-description .trial-period .btn-margin:hover {
      background: #EA501F;
      color: #FFF; }

.product-long-description .our-promise-product h2 {
  margin-bottom: 2rem;
  text-transform: uppercase; }

.product-long-description .our-promise-product .flex-wrapper {
  max-width: 880px;
  margin: 0 auto; }

@media (min-width: 769px) {
  .product-long-description .our-promise-product .flex-item span {
    font-size: 20px;
    line-height: 170%; } }

.product-long-description .our-promise-product img {
  height: 60px; }

.product-long-description .our-promise-product .btn-margin {
  background: transparent;
  border: 2px solid #EA501F;
  color: #EA501F;
  padding: 1rem;
  min-width: 200px; }
  .product-long-description .our-promise-product .btn-margin:hover {
    color: #FFF;
    background: #EA501F; }

/** PRODUCT REVIEWS **/
.product-reviews {
  padding: 6rem 1rem; }
  .product-reviews h2 {
    text-align: center;
    text-transform: uppercase;
    color: #005254; }
  .product-reviews .yotpo-main-widget {
    max-width: 1440px; }
    .product-reviews .yotpo-main-widget .write-review-button,
    .product-reviews .yotpo-main-widget .write-question-button,
    .product-reviews .yotpo-main-widget li[data-type="questions"],
    .product-reviews .yotpo-main-widget .yotpo-syndication-reference,
    .product-reviews .yotpo-main-widget .yotpo-visible-mobile .yotpo-icon-three-lines {
      display: none !important; }
    .product-reviews .yotpo-main-widget .yotpo-regular-box {
      border: 0 !important;
      background: #fafafa;
      margin: 20px 0 !important;
      padding: 20px !important; }
    .product-reviews .yotpo-main-widget .yotpo-user-related-fields {
      clear: both; }
      .product-reviews .yotpo-main-widget .yotpo-user-related-fields .yotpo-user-field {
        float: left;
        margin-right: 20px; }
    .product-reviews .yotpo-main-widget .yotpo-clr + .based-on {
      display: none; }
    @media (max-width: 543px) {
      .product-reviews .yotpo-main-widget .yotpo-display-wrapper {
        bacgrkound: #FAFAFA; } }

/** PRODUCT PAGE FAQS **/
.product-faqs {
  padding: 4rem 1rem 6rem 1rem; }
  .product-faqs h2 {
    margin-bottom: 3rem; }
  .product-faqs .faq-wrapper {
    border-bottom: 2px dotted #EA501F;
    margin-bottom: 2rem; }
    .product-faqs .faq-wrapper a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-faqs .faq-wrapper a i {
        margin-right: 0.5rem; }
      .product-faqs .faq-wrapper a i.icon-remove {
        display: inline-block; }
      .product-faqs .faq-wrapper a i.icon-add {
        display: none; }
      .product-faqs .faq-wrapper a.collapsed i.icon-remove {
        display: none; }
      .product-faqs .faq-wrapper a.collapsed i.icon-add {
        display: inline-block; }
      .product-faqs .faq-wrapper a:hover, .product-faqs .faq-wrapper a:focus {
        color: #EA501F; }
    .product-faqs .faq-wrapper .answer {
      padding: 0 0 1rem 2rem;
      font-weight: normal; }
      .product-faqs .faq-wrapper .answer p, .product-faqs .faq-wrapper .answer li {
        max-width: 100%; }
      .product-faqs .faq-wrapper .answer ul {
        list-style: initial; }
      .product-faqs .faq-wrapper .answer li {
        margin: 0 0 0 1.25rem; }
  .product-faqs .faq-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-faqs a.btn {
    margin: 0 auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }

/** STICKY BUY NOW **/
.sticky-buynow {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background: #FFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
  height: 3.5rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms; }
  .sticky-buynow.scrolldown {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms; }
  .sticky-buynow .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    .sticky-buynow .container:after {
      display: none; }
  .sticky-buynow .product-info-wrapper {
    padding-right: 1rem; }
    .sticky-buynow .product-info-wrapper h5 {
      margin-bottom: 0; }
      @media (max-width: 543px) {
        .sticky-buynow .product-info-wrapper h5 {
          font-size: 1rem; } }
  .sticky-buynow .sticky-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #EA501F; }
  .sticky-buynow .sticky-variants .btn-close {
    line-height: 33px;
    font-size: 35px;
    color: #FFF;
    border: none;
    background: transparent;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 1; }
  .sticky-buynow .sticky-variants .product-variants-item {
    margin: 0;
    min-width: 320px; }
  .sticky-buynow .sticky-variants.product-variants > .product-variants-item .form-control-select-display-div {
    height: 38px; }
  .sticky-buynow .sticky-add-to-cart .btn.add-to-cart {
    min-width: 150px; }
  .sticky-buynow .sticky-dropup {
    position: relative;
    z-index: 2;
    padding: 1rem;
    background: #FFF;
    width: 100%; }

/** FOR IE ONLY **/
@media all and (-ms-high-contrast: none) {
  .product-top-gallery .cover-images .swiper-slide img {
    display: none; } }

.products-carousel .swiper-slide {
  background: #FFE2D9;
  height: 450px;
  min-height: 350px; }

.products-carousel .slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  height: 100%; }
  .products-carousel .slide-box.align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 544px) {
      .products-carousel .slide-box.align-center .btn {
        margin-left: auto;
        margin-right: auto; } }

@media (max-width: 991px) {
  .products-carousel #slide-box-generator .slide-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 3rem; } }

@media (max-width: 543px) {
  .products-carousel #slide-box-generator .slide-content,
  .products-carousel #slide-box-paper-towels .slide-content {
    margin-left: 5%; }
  .products-carousel #slide-box-toilet-paper .slide-content,
  .products-carousel #slide-box-facial-tissues .slide-content {
    margin-right: 5%;
    margin-left: auto; }
  .products-carousel #slide-box-toilet-paper {
    background-position: 30% !important; }
  .products-carousel #slide-box-paper-towels {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-position: 70% !important; } }

.products-carousel .slide-content {
  padding: 8rem 2rem;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .products-carousel .slide-content strong {
    font-size: 110%; }
  .products-carousel .slide-content .btn-secondary {
    display: block;
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    max-width: 200px;
    width: 28vw; }
  @media (max-width: 543px) {
    .products-carousel .slide-content {
      padding: 2rem 0; }
      .products-carousel .slide-content .btn-secondary {
        margin-top: 1rem; } }

.products-carousel .custom-next:focus,
.products-carousel .custom-prev:focus {
  outline: none; }

.products-carousel .custom-next {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='47' viewBox='0 0 29 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='47' fill='white' fill-opacity='0.7'/%3E%3Cpath d='M10 16L17 23.04L10 30' stroke='%23245B4E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  right: 0; }
  .products-carousel .custom-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='47' viewBox='0 0 29 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='47' fill='%23285C4D' /%3E%3Cpath d='M10 16L17 23.04L10 30' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.products-carousel .custom-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='47' viewBox='0 0 29 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='47' fill='white' fill-opacity='0.7'/%3E%3Cpath d='M17 16L10 23.04L17 30' stroke='%23245B4E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  left: 0; }
  .products-carousel .custom-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='47' viewBox='0 0 29 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='47' fill='%23285C4D' /%3E%3Cpath d='M17 16L10 23.04L17 30' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

.country-hk .upsell .products-wrapper {
  -ms-grid-columns: (1fr)[1] !important;
      grid-template-columns: repeat(1, 1fr) !important; }

.upsell .products-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem; }
  @media (max-width: 767px) {
    .upsell .products-wrapper {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem; } }
  @media (max-width: 543px) {
    .upsell .products-wrapper {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem; } }

.upsell .product-box {
  margin: 0 auto; }
  .upsell .product-box:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: all ease-in-out .2s; }
  .upsell .product-box .thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 400px;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FAF5EF;
    border-radius: 50%;
    margin: 1rem auto; }
    .upsell .product-box .thumbnail img {
      display: block;
      margin-top: 10%;
      z-index: 1; }
    .upsell .product-box .thumbnail .rect {
      position: absolute;
      width: 100%;
      height: 45%;
      bottom: 0;
      z-index: 0;
      background: #84A4B2; }
  .upsell .product-box .name h5 {
    margin-bottom: 0.25rem;
    font-weight: normal; }
    @media (max-width: 543px) {
      .upsell .product-box .name h5 {
        font-size: 1rem; } }
  .upsell .product-box .base-price {
    text-decoration: line-through; }
  .upsell .product-box a {
    display: block; }
    .upsell .product-box a:hover, .upsell .product-box a:focus {
      color: #EA501F; }

.product-discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 10; }
  @media (max-width: 543px) {
    .product-discount-badge {
      font-size: 1rem;
      line-height: 1.1; } }
  .product-discount-badge .badge {
    background-color: #FFE2D9;
    border-radius: 50%;
    padding: 1rem; }
  .product-discount-badge span {
    display: block; }

.product-top-gallery .product-discount-badge {
  top: 0.5rem;
  right: 0.5rem; }

.product-bundles .modal-trigger {
  text-decoration: underline; }

.bundle-products-content .bundle-product-name {
  color: #6A6A6A;
  font-weight: bold; }

.bundle-products-content .bundle-product-attributes-qty {
  display: block;
  font-size: 90%; }

.bundle-products-content .bundle-product-quantity {
  background: #6A6A6A;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 90%; }

@media (max-width: 767px) {
  .laundry-sheets .kinder-way {
    padding: 3rem 1rem; } }

.laundry-sheets .kinder-way .usp-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  font-size: 90%; }

.laundry-sheets .kinder-way .usp-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem; }

.laundry-sheets .kinder-way .fade-box {
  padding-bottom: calc(698/800 * 100%); }

@media (min-width: 768px) {
  .laundry-sheets .kinder-way .flex-right {
    padding-right: 0; } }

.laundry-sheets .comparison .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 1rem 0; }

@media (max-width: 767px) {
  .laundry-sheets .comparison .flex-content {
    text-align: center; } }

.laundry-sheets .comparison .compare-icon {
  width: 150px;
  height: 150px; }
  @media (max-width: 767px) {
    .laundry-sheets .comparison .compare-icon {
      width: 100px;
      height: 100px; } }
  @media (max-width: 543px) {
    .laundry-sheets .comparison .compare-icon {
      width: 75px;
      height: 75px; } }

.laundry-sheets .comparison .compare-product {
  display: block;
  height: 100%;
  width: 100%; }
  @media (max-width: 767px) {
    .laundry-sheets .comparison .compare-product {
      max-width: 400px;
      max-height: 300px; } }

.laundry-sheets .comparison .swiper-pagination-bullet-active {
  background: #FFE2D9; }

.laundry-sheets .laundry-sheet-upsell .image-box {
  max-width: 350px;
  margin: 2rem auto; }

.laundry-sheets .laundry-sheet-upsell .btn-reverse {
  background-color: transparent;
  width: 200px;
  border-width: 2px; }

.laundry-sheets .clean-green .flex-left {
  padding: 4rem 2rem; }

@media (min-width: 1200px) {
  .laundry-sheets .clean-green .flex-right {
    padding-right: 0; } }

@media (max-width: 767px) {
  .laundry-sheets .clean-green .flex-right {
    padding: 0; } }

.laundry-sheets .clean-green .image-slide {
  position: absolute;
  opacity: 0; }
  .laundry-sheets .clean-green .image-slide.active {
    position: relative;
    opacity: 1; }
    .laundry-sheets .clean-green .image-slide.active img {
      opacity: 1;
      transition: opacity 1s ease 0s; }
  .laundry-sheets .clean-green .image-slide img {
    opacity: 0; }

.laundry-sheets .clean-green .loop-slide {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
  border-left: 1px solid #C4C4C4; }
  .laundry-sheets .clean-green .loop-slide.active .progress-bar,
  .laundry-sheets .clean-green .loop-slide.active .loop-header,
  .laundry-sheets .clean-green .loop-slide.active .loop-text {
    opacity: 1; }
  .laundry-sheets .clean-green .loop-slide.active .loop-header {
    margin-bottom: 0.75rem; }
  .laundry-sheets .clean-green .loop-slide.active .progress-bar {
    transition: height 15s ease 0s; }
  .laundry-sheets .clean-green .loop-slide:last-of-type {
    margin-bottom: 0; }
  .laundry-sheets .clean-green .loop-slide .progress-bar,
  .laundry-sheets .clean-green .loop-slide .loop-header,
  .laundry-sheets .clean-green .loop-slide .loop-text {
    opacity: 0.5;
    color: #FFF; }
  .laundry-sheets .clean-green .loop-slide .loop-header {
    margin-bottom: 0; }
  .laundry-sheets .clean-green .loop-slide .loop-text {
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease-out 0s; }
    .laundry-sheets .clean-green .loop-slide .loop-text span {
      display: block; }

.laundry-sheets .clean-green .loop-header {
  cursor: pointer; }
  .laundry-sheets .clean-green .loop-header:hover {
    opacity: 1; }

.laundry-sheets .clean-green .progress-bar {
  position: absolute;
  left: -0.1rem;
  width: 0.1875rem;
  background-color: #FFF;
  height: 0; }

.dishwashing-tablets .usp-wrapper .usp-block {
  max-width: 260px; }

.dishwashing-tablets .cleaning,
.dishwashing-tablets .cleaning-v1,
.dishwashing-tablets .biodegradable,
.dishwashing-tablets .packaging {
  opacity: 0; }

.dishwashing-tablets .cleaning-v1 {
  display: none;
  padding: 4rem 1rem; }
  .dishwashing-tablets .cleaning-v1 * {
    text-align: center; }
  .dishwashing-tablets .cleaning-v1 p {
    max-width: 54ch;
    margin: 0 auto; }

.dishwashing-tablets .features {
  opacity: 0; }
  .dishwashing-tablets .features .flex-left {
    padding: 0; }
    @media (max-width: 767px) {
      .dishwashing-tablets .features .flex-left {
        width: 100%;
        display: none; } }
    .dishwashing-tablets .features .flex-left .slider {
      padding: 4rem 0;
      background-color: #E9FAF8; }
      @media (min-width: 1200px) {
        .dishwashing-tablets .features .flex-left .slider {
          padding: 0 0 2rem; } }
      @media (max-width: 991px) {
        .dishwashing-tablets .features .flex-left .slider {
          padding: 2rem 0; } }
      @media (max-width: 767px) {
        .dishwashing-tablets .features .flex-left .slider {
          padding: 0; } }
      .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider {
        overflow: hidden;
        max-width: 100%;
        width: 100%; }
        @media (max-width: 767px) {
          .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider {
            background-color: #164F4F; } }
        .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper {
          padding-bottom: 10rem; }
          @media (min-width: 1200px) {
            .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper {
              padding-bottom: 2rem; } }
          @media (max-width: 767px) {
            .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper {
              padding-bottom: 2rem; } }
          .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper .swiper-slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            @media (max-width: 767px) {
              .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper .swiper-slide {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            @media (min-width: 992px) {
              .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper .swiper-slide .content {
                width: 80%; } }
            @media (min-width: 768px) {
              .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper .swiper-slide .text {
                display: none; } }
            @media (max-width: 767px) {
              .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper .swiper-slide .text {
                max-width: 30rem;
                margin: 0 auto;
                padding: 3rem 1rem; } }
            .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper .swiper-slide .text h3 {
              color: #fff;
              margin-bottom: 2rem; }
            .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper .swiper-slide .text .description p:not(:last-of-type) {
              margin-bottom: 1rem; }
            .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-wrapper .swiper-slide .text p {
              color: #fff;
              margin-bottom: 0; }
        .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-pagination {
          bottom: 0; }
          @media (min-width: 1200px) {
            .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-pagination {
              bottom: 0; } }
          @media (max-width: 767px) {
            .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-pagination {
              bottom: 30px; } }
          .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-pagination .swiper-pagination-bullet {
            background-color: #ececec;
            opacity: 1;
            width: 10px;
            height: 10px;
            margin: 0 3px; }
            @media (max-width: 767px) {
              .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-pagination .swiper-pagination-bullet {
                background-color: #6f6f6f; } }
          .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #b6b6b6; }
            @media (max-width: 767px) {
              .dishwashing-tablets .features .flex-left .slider #dishwashing-tablets-features-slider .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #ececec; } }
  .dishwashing-tablets .features .flex-right {
    padding: 0; }
    @media (max-width: 767px) {
      .dishwashing-tablets .features .flex-right {
        display: none; } }
    .dishwashing-tablets .features .flex-right .accordion {
      background-color: #164F4F;
      padding: 3rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 991px) {
        .dishwashing-tablets .features .flex-right .accordion {
          padding: 2rem; } }
      @media (max-width: 767px) {
        .dishwashing-tablets .features .flex-right .accordion {
          display: none; } }
      .dishwashing-tablets .features .flex-right .accordion * {
        color: #fff; }
      .dishwashing-tablets .features .flex-right .accordion .text {
        padding: 2rem 0 1.5rem; }
        @media (max-width: 767px) {
          .dishwashing-tablets .features .flex-right .accordion .text {
            display: none; } }
        .dishwashing-tablets .features .flex-right .accordion .text:not(:last-of-type) {
          border-bottom: 1px solid #fff; }
        .dishwashing-tablets .features .flex-right .accordion .text.show .icon .minus {
          display: inline-block; }
        .dishwashing-tablets .features .flex-right .accordion .text.show .icon .plus {
          display: none; }
        .dishwashing-tablets .features .flex-right .accordion .text.hide .icon .minus, .dishwashing-tablets .features .flex-right .accordion .text:not(.show):not(.hide) .icon .minus {
          display: none; }
        .dishwashing-tablets .features .flex-right .accordion .text.hide .icon .plus, .dishwashing-tablets .features .flex-right .accordion .text:not(.show):not(.hide) .icon .plus {
          display: inline-block; }
        .dishwashing-tablets .features .flex-right .accordion .text .text-wrapper {
          width: 95%;
          margin: auto; }
          .dishwashing-tablets .features .flex-right .accordion .text .text-wrapper .title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            cursor: pointer; }
            @media (min-width: 769px) and (max-width: 870px) {
              .dishwashing-tablets .features .flex-right .accordion .text .text-wrapper .title h3 {
                font-size: 1.3rem; } }
            .dishwashing-tablets .features .flex-right .accordion .text .text-wrapper .title .icon .minus, .dishwashing-tablets .features .flex-right .accordion .text .text-wrapper .title .icon .plus {
              padding: 1rem; }
              @media (max-width: 1199px) {
                .dishwashing-tablets .features .flex-right .accordion .text .text-wrapper .title .icon .minus, .dishwashing-tablets .features .flex-right .accordion .text .text-wrapper .title .icon .plus {
                  padding: .5rem; } }
          .dishwashing-tablets .features .flex-right .accordion .text .text-wrapper .description {
            height: 0;
            overflow: hidden;
            transition: height 0.15s ease-out 0s;
            padding-right: 3rem;
            cursor: default;
            max-width: 42rem; }
            .dishwashing-tablets .features .flex-right .accordion .text .text-wrapper .description p {
              cursor: auto; }
  .dishwashing-tablets .features .mobile-accordion {
    display: none; }
    @media (min-width: 768px) {
      .dishwashing-tablets .features .mobile-accordion {
        display: none; } }
    @media (max-width: 767px) {
      .dishwashing-tablets .features .mobile-accordion {
        padding: 0 1rem; }
        .dishwashing-tablets .features .mobile-accordion .collapse-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          background: #164F4F;
          color: #fff;
          max-width: 500px;
          margin: 0 auto 1.5rem;
          border-radius: 10px; }
          .dishwashing-tablets .features .mobile-accordion .collapse-item:last-of-type {
            margin: 0 auto 2.5rem; }
          .dishwashing-tablets .features .mobile-accordion .collapse-item .collapse-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 100%;
            padding: 2rem 1.5rem; }
            .dishwashing-tablets .features .mobile-accordion .collapse-item .collapse-header.collapsed .icon .minus {
              display: none; }
            .dishwashing-tablets .features .mobile-accordion .collapse-item .collapse-header:not(.collapsed) .icon .plus {
              display: none; }
            .dishwashing-tablets .features .mobile-accordion .collapse-item .collapse-header h3 {
              color: #fff;
              margin-bottom: 0; }
          .dishwashing-tablets .features .mobile-accordion .collapse-item .collapse-body .description {
            padding: 0 1.5rem 1rem; }
          .dishwashing-tablets .features .mobile-accordion .collapse-item .collapse-body .image img {
            border-radius: 0 0 10px 10px;
            -webkit-transform: translateY(1px);
                    transform: translateY(1px); } }

.dishwashing-tablets .packaging .image-box {
  margin-top: -6rem; }

@media (max-width: 543px) {
  .dishwashing-tablets .biodegradable {
    padding-top: 0; }
    .dishwashing-tablets .biodegradable .flex-right .image-box {
      margin-right: -30px;
      margin-top: -10rem;
      margin-bottom: -30px; } }

.product-id-23 .product-add-to-cart,
.product-id-24 .product-add-to-cart,
.product-id-34 .product-add-to-cart {
  display: none; }

.product-id-23 .product-quantity,
.product-id-24 .product-quantity,
.product-id-34 .product-quantity {
  display: none; }

.dishwashing-sheets .cleaning h2 {
  text-transform: uppercase; }

.dishwashing-sheets .cleaning .flex-content {
  padding: 0rem 1rem;
  line-height: 1.7; }
  @media (min-width: 769px) {
    .dishwashing-sheets .cleaning .flex-content {
      max-width: 40rem;
      padding: 4rem 1rem; } }

.dishwashing-sheets .cleaning .flex-right {
  padding: 0; }

.dishwashing-sheets .cleaning p {
  font-size: 19px; }

.eco-laundry-sheets .kinder-way {
  background-color: #E0DCFF; }
  @media (max-width: 768px) {
    .eco-laundry-sheets .kinder-way {
      padding: 0 1rem; }
      .eco-laundry-sheets .kinder-way .flex-container .flex-right {
        padding: 0; } }
  @media (min-width: 769px) {
    .eco-laundry-sheets .kinder-way .flex-content {
      max-width: 40rem;
      margin-right: 1rem; }
    .eco-laundry-sheets .kinder-way p {
      font-size: 19px;
      line-height: 170%; } }
  .eco-laundry-sheets .kinder-way .usp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    font-size: 90%; }
  .eco-laundry-sheets .kinder-way .usp-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem; }
  .eco-laundry-sheets .kinder-way .fade-box {
    padding-bottom: calc(698/800 * 100%); }
  @media (min-width: 768px) {
    .eco-laundry-sheets .kinder-way .flex-right {
      padding-right: 0; } }

.eco-laundry-sheets .coconut-based h2 {
  text-transform: uppercase; }

@media (min-width: 769px) {
  .eco-laundry-sheets .coconut-based .flex-content {
    max-width: 40rem;
    margin-left: 2rem; }
  .eco-laundry-sheets .coconut-based p {
    font-size: 19px;
    line-height: 170%; } }

.eco-laundry-sheets .comparison h2 {
  text-transform: uppercase; }

.eco-laundry-sheets .comparison li {
  list-style: disc;
  list-style-position: inside; }
  @media (min-width: 769px) {
    .eco-laundry-sheets .comparison li {
      font-size: 19px;
      line-height: 170%; } }

.eco-laundry-sheets .comparison .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 1rem 0; }

@media (max-width: 767px) {
  .eco-laundry-sheets .comparison .flex-content {
    text-align: center; } }

.eco-laundry-sheets .comparison .compare-icon {
  width: 150px;
  height: 150px; }
  @media (max-width: 767px) {
    .eco-laundry-sheets .comparison .compare-icon {
      width: 100px;
      height: 100px; } }
  @media (max-width: 543px) {
    .eco-laundry-sheets .comparison .compare-icon {
      width: 75px;
      height: 75px; } }

.eco-laundry-sheets .comparison .compare-product {
  display: block;
  height: 100%;
  width: 100%; }
  @media (max-width: 767px) {
    .eco-laundry-sheets .comparison .compare-product {
      max-width: 400px;
      max-height: 300px; } }

.eco-laundry-sheets .comparison .swiper-pagination-bullet-active {
  background: #FFE2D9; }

.eco-laundry-sheets .more-space h2, .eco-laundry-sheets .more-space p {
  color: #005254; }

@media (min-width: 769px) {
  .eco-laundry-sheets .more-space .flex-content {
    max-width: 40rem;
    margin-right: 1rem; }
  .eco-laundry-sheets .more-space p {
    font-size: 19px;
    line-height: 170%; } }

.eco-laundry-sheets .clean-green h2 {
  margin-bottom: 4rem;
  line-height: 1; }
  .eco-laundry-sheets .clean-green h2 .sub-header {
    font-size: 40px; }

.eco-laundry-sheets .clean-green .flex-left {
  padding: 4rem 2rem; }

@media (min-width: 1200px) {
  .eco-laundry-sheets .clean-green .flex-right {
    padding-right: 0; } }

@media (max-width: 767px) {
  .eco-laundry-sheets .clean-green .flex-right {
    padding: 0; } }

.eco-laundry-sheets .clean-green .image-slide {
  position: absolute;
  opacity: 0; }
  .eco-laundry-sheets .clean-green .image-slide.active {
    position: relative;
    opacity: 1; }
    .eco-laundry-sheets .clean-green .image-slide.active img {
      opacity: 1;
      transition: opacity 1s ease 0s; }
  .eco-laundry-sheets .clean-green .image-slide img {
    opacity: 0; }

.eco-laundry-sheets .clean-green .loop-slide {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
  border-left: 1px solid #EA501F; }
  .eco-laundry-sheets .clean-green .loop-slide.active .progress-bar,
  .eco-laundry-sheets .clean-green .loop-slide.active .loop-header,
  .eco-laundry-sheets .clean-green .loop-slide.active .loop-text {
    opacity: 1; }
  .eco-laundry-sheets .clean-green .loop-slide.active .loop-header {
    margin-bottom: 0.75rem; }
  .eco-laundry-sheets .clean-green .loop-slide.active .progress-bar {
    transition: height 15s ease 0s; }
  .eco-laundry-sheets .clean-green .loop-slide:last-of-type {
    margin-bottom: 0; }
  .eco-laundry-sheets .clean-green .loop-slide .progress-bar,
  .eco-laundry-sheets .clean-green .loop-slide .loop-header,
  .eco-laundry-sheets .clean-green .loop-slide .loop-text {
    opacity: 0.5;
    color: #EA501F; }
  .eco-laundry-sheets .clean-green .loop-slide .loop-header {
    margin-bottom: 0; }
  .eco-laundry-sheets .clean-green .loop-slide .loop-text {
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease-out 0s; }
    .eco-laundry-sheets .clean-green .loop-slide .loop-text span {
      display: block; }

.eco-laundry-sheets .clean-green .loop-header {
  cursor: pointer; }
  .eco-laundry-sheets .clean-green .loop-header:hover {
    opacity: 1; }

.eco-laundry-sheets .clean-green .progress-bar {
  position: absolute;
  left: -0.1rem;
  width: 0.1875rem;
  background-color: #FFF;
  height: 0; }

.recent-purchase {
  position: fixed;
  bottom: 10px;
  border: none;
  background: #fff;
  z-index: 9999;
  border-radius: 5px;
  opacity: 1;
  width: 400px;
  text-align: left;
  letter-spacing: 0.2px;
  color: #2a2a2a;
  left: 10px; }
  .recent-purchase:hover {
    opacity: 0.6; }
  .recent-purchase .image {
    float: left;
    margin-right: 10px;
    min-width: 75px; }
  .recent-purchase .title {
    padding: 10px;
    line-height: 25px;
    font-size: 0.8rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; }
  .recent-purchase a {
    color: #000;
    font-weight: bold; }
  .recent-purchase .order_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    margin: 0;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2) !important; }

.shipping {
  text-align: center; }
  .shipping .page-hero {
    position: relative;
    height: 250px; }
    .shipping .page-hero h1 {
      color: #FEF9FB; }
    .shipping .page-hero .container {
      position: relative;
      max-width: 1000px; }
  .shipping .shipping-calculator {
    padding-top: 2rem; }
    .shipping .shipping-calculator h3 {
      text-transform: uppercase;
      font-family: "Cru Pro"; }
    .shipping .shipping-calculator .input-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .shipping .shipping-calculator #postcode-input {
      border: 1px solid #EA501F;
      border-right: 0;
      padding: 0.5rem 1rem;
      min-width: 200px;
      max-width: 300px;
      width: 100%;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
      color: #EA501F; }
      .shipping .shipping-calculator #postcode-input:focus {
        outline: none; }
      .shipping .shipping-calculator #postcode-input::-webkit-input-placeholder {
        color: #EA501F; }
      .shipping .shipping-calculator #postcode-input:-ms-input-placeholder {
        color: #EA501F; }
      .shipping .shipping-calculator #postcode-input::placeholder {
        color: #EA501F; }
    .shipping .shipping-calculator .result {
      margin-top: 1rem; }
    .shipping .shipping-calculator .alert-danger {
      margin: 0;
      padding: 0;
      background: transparent; }

#sitemap .page-header {
  background-color: #FFE2D9;
  padding: 4rem 1rem;
  text-align: center; }

.sitemap {
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .sitemap {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .sitemap .sitemap-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 1.5rem;
    text-align: center; }
    @media (max-width: 767px) {
      .sitemap .sitemap-column {
        width: 100%; } }

#content.page-stores {
  margin: 2rem 1rem; }
  #content.page-stores article.store-item {
    padding: 2rem 1rem; }
    #content.page-stores article.store-item .store-item-container {
      text-align: left; }
      #content.page-stores article.store-item .store-item-container .store-description ul i.material-icons {
        margin-right: 1rem; }
      #content.page-stores article.store-item .store-item-container .store-description li {
        margin-bottom: 0; }
      #content.page-stores article.store-item .store-item-container .store-hours table td ul, #content.page-stores article.store-item .store-item-container .store-hours table td li {
        margin-bottom: 0; }

.trial .page-hero {
  text-align: center; }
  .trial .page-hero .title {
    height: 160px;
    margin-bottom: 1.5rem; }

.trial .p-section {
  margin: 4rem auto; }
  .trial .p-section > ul > li {
    margin-bottom: 1rem; }
  .trial .p-section li {
    margin-bottom: 0.5rem; }
    .trial .p-section li a {
      text-decoration: underline;
      font-weight: bold; }
  .trial .p-section h3 {
    text-align: left; }

.site-overlay.js-active {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .site-overlay.js-active .topcart-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity .3s ease-out; }
  .site-overlay.js-active .topcart {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1); }

.topcart-mask {
  opacity: 0; }

/** AJAX CART HEADER **/
.topcart-section-top {
  height: 65px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .topcart-section-top .topcart-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    color: #EA501F;
    text-transform: initial; }
    .topcart-section-top .topcart-title svg {
      display: inline;
      height: 1rem; }
    .topcart-section-top .topcart-title img {
      height: 24px;
      padding-right: 0.5rem; }
  .topcart-section-top .btn-close {
    font-size: 2rem;
    color: #EA501F;
    border: none;
    outline: 0;
    background: transparent;
    padding: 0; }
    .topcart-section-top .btn-close:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }

.topcart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 0;
  /** AJAX CART BODY **/
  /** EMPTY CART **/
  /** CART ITEM **/ }
  @media (min-width: 544px) {
    .topcart {
      max-width: 500px; } }
  @media screen and (min-width: 880px) {
    .topcart {
      max-width: 880px;
      width: auto; } }
  @media screen and (max-width: 879.98px) {
    .topcart .topcart-container {
      overflow-y: auto;
      height: 100%; } }
  .topcart .topcart-container {
    height: 100%; }
  .topcart .topcart-free-shipping-indicator {
    padding: 0 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: start;
    color: #FFE2D9; }
    .topcart .topcart-free-shipping-indicator .free-shipping-message {
      vertical-align: middle;
      line-height: 35px;
      margin-bottom: 10px; }
    .topcart .topcart-free-shipping-indicator .free-shipping-progress-bar {
      display: block;
      position: relative;
      width: 100%;
      height: 5px;
      background-color: #C4C4C4; }
      .topcart .topcart-free-shipping-indicator .free-shipping-progress-bar .free-shipping-progress-bar__indicator {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        background-color: #FFE2D9;
        transition: width 750ms ease-in-out 0s;
        -webkit-transform: translate3d(0px, 0px, 0px);
                transform: translate3d(0px, 0px, 0px); }
    .topcart .topcart-free-shipping-indicator .free-shipping-message {
      line-height: 1.2; }
  .topcart .topcart-form {
    width: 100%;
    height: calc(100vh - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /** CART PRODUCT LIST **/
    /** CART DETAILS **/
    /** DISCOUNT CODE INPUT **/
    /** CART TOTAL **/ }
    @media (max-width: 991px) {
      .topcart .topcart-form {
        overflow-y: auto; } }
    @media screen and (max-width: 879.98px) {
      .topcart .topcart-form {
        height: auto; } }
    .topcart .topcart-form::-webkit-scrollbar {
      width: 4px; }
    .topcart .topcart-form::-webkit-scrollbar-thumb {
      background-color: #C4C4C4;
      border-radius: 10px; }
    .topcart .topcart-form hr {
      margin: 0; }
    .topcart .topcart-form .cart-all-items {
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9; }
      @media (min-width: 544px) {
        .topcart .topcart-form .cart-all-items {
          overflow-y: auto; } }
      .topcart .topcart-form .cart-all-items::-webkit-scrollbar {
        width: 4px; }
      .topcart .topcart-form .cart-all-items::-webkit-scrollbar-thumb {
        background-color: #C4C4C4;
        border-radius: 10px; }
      .topcart .topcart-form .cart-all-items .cart-items {
        position: relative;
        padding: 0 1rem; }
    .topcart .topcart-form .block-promo {
      padding: 1rem;
      border-top: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC; }
      .topcart .topcart-form .block-promo .cart-summary-line .label {
        color: #EA501F; }
      .topcart .topcart-form .block-promo .cart-voucher [data-link-action="multi-voucher"] {
        width: 100%;
        padding: 0 .5rem; }
    .topcart .topcart-form .cart-detailed-totals {
      padding: 1rem; }
    .topcart .topcart-form .cart-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .topcart .topcart-form .cart-row span {
        width: 50%;
        color: #EA501F; }
        .topcart .topcart-form .cart-row span:nth-child(1) {
          text-align: left; }
        .topcart .topcart-form .cart-row span:nth-child(2) {
          text-align: right; }
    .topcart .topcart-form .cart-total {
      padding-top: 1rem;
      font-weight: 700; }
      .topcart .topcart-form .cart-total .label {
        font-size: 110%; }
      .topcart .topcart-form .cart-total .value {
        font-size: 130%; }
    .topcart .topcart-form .cart-detailed-actions {
      padding-bottom: 1rem; }
    .topcart .topcart-form .checkout-button a {
      width: 100%; }
  .topcart .empty-cart {
    padding: 1rem;
    text-align: center; }
    .topcart .empty-cart .no-items {
      display: block;
      font-size: 1.25rem;
      color: #6A6A6A;
      margin-bottom: 2.5rem;
      margin-top: 1rem; }
    .topcart .empty-cart a {
      width: 100%;
      text-transform: initial;
      font-family: "Cru Pro";
      font-style: normal;
      font-weight: 400;
      line-height: 130%; }
  .topcart .cart-item {
    overflow: hidden;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    position: relative;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .topcart .cart-item .item-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .topcart .cart-item .item-image .thumbnail {
        width: 80px;
        height: 60px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #FFFfff; }
    .topcart .cart-item .item-detail {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 0.75rem; }
      .topcart .cart-item .item-detail .product-info {
        line-height: 1.25;
        margin-bottom: 0.5rem; }
      .topcart .cart-item .item-detail .product-name a {
        color: #EA501F;
        font-weight: bold; }
      .topcart .cart-item .item-detail .product-attribute,
      .topcart .cart-item .item-detail .product-frequency {
        font-size: 90%; }
      .topcart .cart-item .item-detail .product-frequency {
        color: #6A6A6A; }
      .topcart .cart-item .item-detail .input-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 4px;
        box-shadow: none; }
        .topcart .cart-item .item-detail .input-group .input-group-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 1.5rem;
          height: 1.5rem;
          padding: 0; }
          .topcart .cart-item .item-detail .input-group .input-group-btn > .btn {
            background-color: transparent;
            border: none;
            padding: 0;
            width: 100%;
            height: 100%;
            line-height: 1;
            color: #C4C4C4; }
            .topcart .cart-item .item-detail .input-group .input-group-btn > .btn:hover {
              background-color: #EA501F;
              color: #FFF; }
          .topcart .cart-item .item-detail .input-group .input-group-btn:first-of-type {
            border: 1px solid #6A6A6A;
            border-radius: 0;
            border-right: none; }
          .topcart .cart-item .item-detail .input-group .input-group-btn:last-of-type {
            border: 1px solid #6A6A6A;
            border-radius: 0;
            border-left: none; }
        .topcart .cart-item .item-detail .input-group input {
          width: 2rem;
          height: 1.5rem;
          padding: 0;
          text-align: center;
          border-color: #6A6A6A;
          background: unset;
          font-size: 90%;
          font-weight: bold; }
      .topcart .cart-item .item-detail .quantity-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .topcart .cart-item .item-detail .quantity-price .price-detail {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline; }
        .topcart .cart-item .item-detail .quantity-price .strikethrough-price {
          font-size: 90%;
          text-decoration: line-through;
          margin-right: 5px; }
        .topcart .cart-item .item-detail .quantity-price .product-price {
          color: #EA501F;
          font-weight: bold;
          font-size: 110%; }
    .topcart .cart-item .item-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: right;
      line-height: 1; }
      .topcart .cart-item .item-price .price-detail span {
        display: block; }
      .topcart .cart-item .item-price .remove-from-cart {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.74 18.03'%3E%3Cg%3E%3Cpath d='M9.49.56A1,1,0,0,0,8.67,0H5.07a1,1,0,0,0-.82.56L4.08,1H9.66Z' style='fill:%23D9D9D9'/%3E%3Cpath d='M0,1.64.59,17a1.05,1.05,0,0,0,1,1H12.12a1,1,0,0,0,1-1l.59-15.4Z' style='fill:%23D9D9D9'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position-x: right;
        height: 1rem;
        width: 100%; }
      .topcart .cart-item .item-price .strikethrough-price {
        font-size: 90%;
        text-decoration: line-through; }
      .topcart .cart-item .item-price .product-price {
        color: #EA501F;
        line-height: 1.25; }
  .topcart .top-cart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    @media screen and (max-width: 879.98px) {
      .topcart .top-cart-row {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .topcart .top-cart-row .cart-details .cart-detailed-actions {
          display: none; } }
    .topcart .top-cart-row .top-checkout {
      display: block;
      margin-bottom: 1rem; }
    .topcart .top-cart-row .bottom-fixed-checkout {
      display: none; }
      @media screen and (max-width: 879.98px) {
        .topcart .top-cart-row .bottom-fixed-checkout {
          display: block;
          position: fixed;
          bottom: 0;
          z-index: 2;
          width: 100%;
          padding: 1.5rem 2rem;
          background-color: #ffffff;
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); }
          .topcart .top-cart-row .bottom-fixed-checkout a {
            display: block; } }
    .topcart .top-cart-row .row-item {
      padding: 1rem; }
      .topcart .top-cart-row .row-item.item-cart-details {
        width: 500px; }
        @media screen and (max-width: 879.98px) {
          .topcart .top-cart-row .row-item.item-cart-details {
            width: 100%; } }
      .topcart .top-cart-row .row-item.item-recommended-products {
        width: 380px; }
        @media screen and (max-width: 879.98px) {
          .topcart .top-cart-row .row-item.item-recommended-products {
            width: 100%;
            padding: 1.5rem 0 8.5rem 0;
            overflow: hidden; }
            .topcart .top-cart-row .row-item.item-recommended-products .suggest-item {
              width: 245px; }
              .topcart .top-cart-row .row-item.item-recommended-products .suggest-item:first-child {
                margin-left: 32px; }
              .topcart .top-cart-row .row-item.item-recommended-products .suggest-item:last-child {
                margin-right: 32px; } }
        .topcart .top-cart-row .row-item.item-recommended-products .swiper-container {
          padding-bottom: .35rem;
          margin-left: -.25rem;
          margin-right: -.25rem;
          padding-left: 0.25rem;
          padding-right: 0.25rem; }
        @media screen and (min-width: 880px) {
          .topcart .top-cart-row .row-item.item-recommended-products .swiper-wrapper {
            display: block; } }
        .topcart .top-cart-row .row-item.item-recommended-products .cart-recommend-title {
          font-size: 1.125rem;
          font-weight: 700;
          margin-bottom: .75rem; }
          @media screen and (max-width: 879.98px) {
            .topcart .top-cart-row .row-item.item-recommended-products .cart-recommend-title {
              padding: 0 2rem; } }
        .topcart .top-cart-row .row-item.item-recommended-products .item-block {
          padding: 1rem 0.5rem;
          background-color: #FEF9FB;
          border: 0.5px solid #CCCCCC;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          border-radius: 5px;
          position: relative;
          margin-bottom: 1rem; }
          @media screen and (max-width: 879.98px) {
            .topcart .top-cart-row .row-item.item-recommended-products .item-block {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              padding: 0.5rem 0.75rem 0.75rem;
              margin-bottom: 0; } }
          .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-image-link {
            width: 25%; }
            @media screen and (max-width: 879.98px) {
              .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-image-link {
                width: 50%; } }
            .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-image-link .item-thumb {
              padding-bottom: 100%;
              width: 100%;
              display: block;
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat; }
              @media screen and (max-width: 879.98px) {
                .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-image-link .item-thumb {
                  padding-bottom: 85%; } }
          .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-details {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding-right: 0;
            padding-left: 0.75rem;
            text-align: left; }
            @media screen and (max-width: 879.98px) {
              .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-details {
                padding-left: 0;
                padding-right: 0; } }
            .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-details .item-name {
              font-weight: 700;
              text-align: left;
              font-size: 0.925rem; }
              @media screen and (max-width: 879.98px) {
                .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-details .item-name {
                  font-size: .875rem;
                  line-height: 1.4; } }
            .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-details .variant-title {
              font-size: .875rem; }
            .topcart .top-cart-row .row-item.item-recommended-products .item-block .item-details .item-frequency {
              color: #6A6A6A;
              font-size: 90%; }
          .topcart .top-cart-row .row-item.item-recommended-products .item-block .add-suggest-item.btn {
            position: absolute;
            bottom: 1rem;
            right: 1rem;
            padding: 0.3rem 0.6rem .3rem 1.4rem;
            /* background-color: #fff;
						color: $brand-secondary;
						border: 1px solid $brand-secondary;
						border-radius: 1rem; */
            font-size: .85rem;
            /* &:hover {
							background-color: $brand-secondary;
							color: #fff;
							&:before {
								color: #fff;
							}
						} */ }
            @media screen and (max-width: 879.98px) {
              .topcart .top-cart-row .row-item.item-recommended-products .item-block .add-suggest-item.btn {
                bottom: 0.75rem;
                right: 0.6rem; } }
            .topcart .top-cart-row .row-item.item-recommended-products .item-block .add-suggest-item.btn:before {
              content: "+";
              display: inline;
              position: absolute;
              font-size: 1rem;
              left: 8px;
              top: 0;
              bottom: 0;
              margin: auto;
              height: 12px;
              line-height: 11px; }
          .topcart .top-cart-row .row-item.item-recommended-products .item-block .recommend-product-price {
            margin-top: 0.5rem; }
            .topcart .top-cart-row .row-item.item-recommended-products .item-block .recommend-product-price .price-summary {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              line-height: 1; }
              .topcart .top-cart-row .row-item.item-recommended-products .item-block .recommend-product-price .price-summary .regular-price {
                color: #6A6A6A;
                font-size: 80%;
                text-decoration: line-through;
                margin-right: 5px; }
              .topcart .top-cart-row .row-item.item-recommended-products .item-block .recommend-product-price .price-summary .current-price {
                font-weight: 700;
                font-size: 110%; }

/** DISCOUNT INPUT BOX **/
.block-promo .promo-code form {
  width: 100%; }

.block-promo .promo-code .alert-danger {
  display: none;
  position: relative;
  margin-top: 1rem; }
  .block-promo .promo-code .alert-danger::after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #FF796F;
    border-width: 10px;
    margin-left: -10px; }

.block-promo .promo-code-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.block-promo .promo-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #6A6A6A;
  margin-bottom: 0.25rem; }

.block-promo .promo-input {
  border: 1px solid #FFF;
  height: 2rem;
  text-indent: 0.625rem;
  width: 75%;
  color: #EA501F;
  outline: none;
  float: left; }
  .block-promo .promo-input:focus {
    border: 1px solid #EA501F; }
  .block-promo .promo-input.error {
    border: 1px solid #FF796F; }
  .block-promo .promo-input::-webkit-input-placeholder {
    color: #B1B5BE; }
  .block-promo .promo-input:-ms-input-placeholder {
    color: #B1B5BE; }
  .block-promo .promo-input::placeholder {
    color: #B1B5BE; }
  .block-promo .promo-input + .btn {
    height: 2rem;
    width: 25%;
    padding: 0;
    color: #FFF;
    background-color: #EA501F;
    float: right; }
    .block-promo .promo-input + .btn.active {
      background-color: #EA501F; }

.block-promo .promo-code-error {
  display: none;
  color: #FF796F;
  margin-top: 0.5rem; }

.block-promo .voucher-list {
  margin-bottom: 0; }

.block-promo .voucher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #c3d2d9;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem; }
  .block-promo .voucher .label {
    color: #EA501F;
    font-weight: bold; }

.block-promo .remove-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  cursor: pointer; }
  .block-promo .remove-link svg {
    height: 1rem; }

.topcart .top-checkout {
  display: none; }

.topcart .bottom-fixed-checkout {
  display: none; }

.topcart .topcart-title .qty {
  display: inline; }

#store-option-blok {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  visibility: visible;
  z-index: 9998;
  opacity: 1;
  margin: 0;
  text-align: center;
  padding: 10px;
  width: 100%;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); }
  @media (max-width: 845px) {
    #store-option-blok {
      padding: 10px 10px 3rem; } }
  @media (max-width: 767px) {
    #store-option-blok {
      padding: 10px 10px 4.2rem; } }
  @media (max-width: 380px) {
    #store-option-blok {
      padding: 10px 3px 4.2rem; } }
  #store-option-blok .store-option-label {
    color: #EA501F;
    display: inline;
    margin-right: 10px; }
    @media (max-width: 767px) {
      #store-option-blok .store-option-label {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px; } }
  #store-option-blok .store-selector-wrapper {
    display: inline; }
    #store-option-blok .store-selector-wrapper .store-option-selector {
      color: #EA501F;
      display: inline-block;
      border: 1px solid #EA501F;
      border-radius: 0;
      outline: none;
      text-align: center;
      padding: .2rem;
      width: 189px; }
      #store-option-blok .store-selector-wrapper .store-option-selector .store-label {
        vertical-align: middle; }
    #store-option-blok .store-selector-wrapper .dropdown-menu {
      color: #EA501F;
      border: 1px solid #EA501F;
      border-radius: 0;
      bottom: 120%; }
    #store-option-blok .store-selector-wrapper .dropdown-item.shop-list-item {
      padding: .2rem 1.3rem;
      cursor: pointer; }
      #store-option-blok .store-selector-wrapper .dropdown-item.shop-list-item img {
        width: 20px; }
      #store-option-blok .store-selector-wrapper .dropdown-item.shop-list-item .store-label {
        color: #EA501F;
        margin-left: .6rem;
        vertical-align: middle; }
      #store-option-blok .store-selector-wrapper .dropdown-item.shop-list-item:hover {
        background-color: #deeff9; }
  #store-option-blok .countine-shop {
    background-color: #EA501F;
    color: #fff;
    padding: .4rem 1.4rem;
    margin-left: .3rem;
    border: 0;
    border-radius: 0;
    outline: none; }
    @media (max-width: 360px) {
      #store-option-blok .countine-shop {
        padding: .4rem .6rem;
        margin-left: 0; } }
  #store-option-blok .cross-btn {
    display: inline-block;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    border: 0;
    margin-left: .3rem;
    background-color: transparent;
    height: 25px;
    width: 25px;
    padding: 0; }
    @media (max-width: 360px) {
      #store-option-blok .cross-btn {
        margin-left: 0; } }
    #store-option-blok .cross-btn svg {
      display: block; }
    #store-option-blok .cross-btn .close-x {
      stroke: #EA501F;
      fill: transparent;
      stroke-linecap: round;
      stroke-width: 5; }

.store-option-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0; }
  .store-option-overlay :target {
    visibility: visible;
    opacity: 1; }

#product .subscribe-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /**
         Subscription Unavailable
         */ }
  #product .subscribe-options.default-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #product .subscribe-options .option-row:not(:last-of-type) {
    margin-bottom: 0.5rem; }
  #product .subscribe-options .option-row > label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    color: #EA501F;
    padding: 0.8rem 1rem; }
    @media (max-width: 543px) {
      #product .subscribe-options .option-row > label {
        padding: 0.75rem; } }
    @media (min-width: 544px) {
      #product .subscribe-options .option-row > label > span {
        font-size: 110%;
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none; } }
    #product .subscribe-options .option-row > label > input[type="radio"] {
      display: none; }
  #product .subscribe-options .option-row .frequency-select-list {
    display: none; }
  #product .subscribe-options .option-row .custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #EA501F;
    margin-right: 0.5rem; }
    #product .subscribe-options .option-row .custom-radio input[type="radio"]:checked + span {
      background-color: #3D0783;
      top: initial;
      left: initial; }
  #product .subscribe-options .option-row .free-shipping {
    font-size: 11px;
    color: #3D0783;
    background-color: #FFFEAA;
    border-radius: 4px;
    position: absolute;
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 10px;
    line-height: 150%;
    margin-left: 0.5rem; }
    #product .subscribe-options .option-row .free-shipping span {
      font-weight: 600 !important; }
    @media (max-width: 543px) {
      #product .subscribe-options .option-row .free-shipping {
        font-size: 70%; } }
    @media (max-width: 400px) {
      #product .subscribe-options .option-row .free-shipping {
        max-width: 128px;
        line-height: 1.3em; } }
  #product .subscribe-options .option-row .discount-tag {
    position: absolute;
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 14px;
    margin-left: 0.5rem;
    background: rgba(22, 79, 79, 0.15);
    border-radius: 4px;
    font-weight: bold;
    font-size: 90%; }
    @media (max-width: 543px) {
      #product .subscribe-options .option-row .discount-tag {
        font-size: 80%; } }
    @media (max-width: 360px) {
      #product .subscribe-options .option-row .discount-tag {
        max-width: 130px;
        line-height: 1.2em; } }
  #product .subscribe-options .option-row.active {
    background: #E0DCFF; }
    #product .subscribe-options .option-row.active span {
      font-weight: bold;
      color: #3D0783; }
    #product .subscribe-options .option-row.active.select-layout .frequency-select-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 0.8rem; }
      #product .subscribe-options .option-row.active.select-layout .frequency-select-list select {
        font-size: 14px;
        border: none;
        border-radius: 0;
        box-shadow: inset 0 0 1px 1px #3D0783;
        padding: 0.5rem 1rem;
        width: 100%;
        color: #3D0783;
        cursor: pointer;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #FFF;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 50%; }
        #product .subscribe-options .option-row.active.select-layout .frequency-select-list select:focus {
          outline: none; }
        #product .subscribe-options .option-row.active.select-layout .frequency-select-list select::-ms-expand {
          display: none; }
    #product .subscribe-options .option-row.active .frequency-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 1rem; }
      @supports ((display: -ms-grid) or (display: grid)) {
        #product .subscribe-options .option-row.active .frequency-list {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: (1fr)[3];
              grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 10px;
          grid-row-gap: 10px; } }
      @media (max-width: 543px) {
        #product .subscribe-options .option-row.active .frequency-list {
          padding-left: 0.75rem;
          padding-right: 0.75rem; } }
      #product .subscribe-options .option-row.active .frequency-list li {
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: calc(100% * (1/3) - 10px);
        margin: 0 5px 5px 0; }
        @supports ((display: -ms-grid) or (display: grid)) {
          #product .subscribe-options .option-row.active .frequency-list li {
            margin: 0;
            width: auto; } }
        #product .subscribe-options .option-row.active .frequency-list li label, #product .subscribe-options .option-row.active .frequency-list li span {
          height: 100%; }
      #product .subscribe-options .option-row.active .frequency-list .input-radio:checked + span,
      #product .subscribe-options .option-row.active .frequency-list .input-radio:hover + span {
        background: #3D0783; }
      @media (max-width: 543px) {
        #product .subscribe-options .option-row.active .frequency-list .radio-label {
          padding: 0.75rem; } }
    #product .subscribe-options .option-row.active .other-frequencies {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 1rem; }
      @media (max-width: 543px) {
        #product .subscribe-options .option-row.active .other-frequencies {
          padding-left: 0.75rem;
          padding-right: 0.75rem; } }
      #product .subscribe-options .option-row.active .other-frequencies select {
        background: #FFF;
        border: none;
        border-radius: 0;
        box-shadow: inset 0 0 1px 1px rgba(40, 92, 77, 0.2);
        padding: 0.5rem 1rem;
        width: 100%;
        color: #EA501F;
        cursor: pointer;
        -moz-appearance: none;
        -webkit-appearance: none; }
        #product .subscribe-options .option-row.active .other-frequencies select.active, #product .subscribe-options .option-row.active .other-frequencies select:hover {
          box-shadow: inset 0 0 1px 1px #EA501F;
          text-shadow: 0px 0px 1px #EA501F;
          background: #FAF5EF; }
        #product .subscribe-options .option-row.active .other-frequencies select:focus {
          outline: none; }
        #product .subscribe-options .option-row.active .other-frequencies select::-ms-expand {
          display: none; }
  #product .subscribe-options .subscription-unavailable-message {
    display: none; }
  #product .subscribe-options.subscription-unavailable .option-row.select-layout {
    opacity: 0.3;
    pointer-events: none;
    border-radius: 4px;
    background: #EFEFEF; }
    #product .subscribe-options.subscription-unavailable .option-row.select-layout > label {
      color: #9C9C9C; }
    #product .subscribe-options.subscription-unavailable .option-row.select-layout .custom-radio {
      border-color: #9c9c9c; }
    #product .subscribe-options.subscription-unavailable .option-row.select-layout a[rel="tooltip"] {
      color: #9C9C9C; }
    #product .subscribe-options.subscription-unavailable .option-row.select-layout .discount-tag {
      display: none; }
  #product .subscribe-options.subscription-unavailable .subscription-unavailable-message {
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 1rem; }
    @media (max-width: 543px) {
      #product .subscribe-options.subscription-unavailable .subscription-unavailable-message {
        padding: 0.5rem 0; } }
    #product .subscribe-options.subscription-unavailable .subscription-unavailable-message svg {
      margin-top: 0.25rem;
      margin-right: 0.75rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      height: 18px; }

#product .subscription-offer {
  display: none; }

#product .subscription-discount .subscription-offer {
  display: inline; }

#product a[rel="tooltip"] {
  color: #FFE2D9;
  font-size: 1rem;
  margin-left: .3125rem; }

#product .tooltip .tooltip-arrow {
  border-bottom-color: transparent; }

#product .tooltip .tooltip-inner {
  color: #000;
  background: #FFF;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1rem; }

#product .subscription-banner-small {
  padding: 0.5rem 1rem; }

#product .subscription-banner-large h2 {
  font-size: 3rem; }

#product .subscription-banner-large .major {
  font-size: 2rem;
  line-height: 1.5; }

#product .subscription-banner-large .minor {
  font-size: 1.5rem;
  line-height: 1.5; }

@media (max-width: 991px) {
  #product .subscription-banner-large h2 {
    font-size: 2rem; }
  #product .subscription-banner-large .major {
    font-size: 1.5rem; }
  #product .subscription-banner-large .minor {
    font-size: 1.25rem; } }

#product .subscription-banner-large h2, #product .subscription-banner-large span {
  color: #FFF;
  margin-bottom: 0; }

#product .subscription-banner-large .flex-left, #product .subscription-banner-large .flex-right {
  text-align: center; }

@media (min-width: 768px) {
  #product .subscription-banner-large .flex-right {
    text-align: left; } }

.customer-page .sub-product {
  padding: 0;
  margin-bottom: 1rem;
  background: #FEF9FB; }
  .customer-page .sub-product.active {
    border: 1px solid #EA501F; }
    @media (min-width: 992px) {
      .customer-page .sub-product.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .customer-page .sub-product.active .plan-image,
        .customer-page .sub-product.active .plan-detail {
          border-right: 1px solid #EA501F; } }
  .customer-page .sub-product.inactive {
    background: transparent;
    border: 1px solid lightgrey; }
  .customer-page .sub-product > div {
    padding: 1rem; }
  .customer-page .sub-product .plan-reference {
    margin-bottom: 1rem; }
  .customer-page .sub-product .badge {
    background: #FFAF00;
    color: #FEF9FB;
    border-radius: 4px;
    padding: 0 0.5rem;
    font-weight: bold; }
  .customer-page .sub-product .btn {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .customer-page .sub-product .btn-margin {
    font-weight: normal;
    color: #EA501F;
    background: #FFE2D9; }
    .customer-page .sub-product .btn-margin:hover {
      font-weight: bold; }
  .customer-page .sub-product .action-link {
    text-decoration: underline;
    padding-left: 0.5rem; }
    .customer-page .sub-product .action-link:hover {
      font-weight: bold;
      color: #EA501F; }
  .customer-page .sub-product .edit-button span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #EA501F;
    border-radius: 50%;
    height: 1.2rem;
    width: 1.2rem; }
  .customer-page .sub-product .edit-button i {
    color: #FFF;
    font-size: 0.9rem; }
  .customer-page .sub-product input[name="plan_quantity"] {
    border-radius: 4px;
    border: 1px solid #EA501F;
    text-align: center; }
  .customer-page .sub-product .update-frequency-wrapper {
    padding: 0.25rem 0; }
    .customer-page .sub-product .update-frequency-wrapper select {
      border: 1px solid #EA501F; }
      .customer-page .sub-product .update-frequency-wrapper select:focus {
        outline: none; }
  @media (max-width: 543px) {
    .customer-page .sub-product .xs-block {
      display: block; } }

#cardContainerStored {
  background: #FFF;
  padding: 0.75rem;
  max-width: 400px;
  margin: 1rem auto; }
  #cardContainerStored .card-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #cardContainerStored .card-detail label {
      margin-bottom: 0;
      width: 45%;
      max-width: 120px; }

#ybc_blog_page .ybc-blog-wrapper-blog-list {
  padding-top: 2rem;
  text-align: center; }
  #ybc_blog_page .ybc-blog-wrapper-blog-list .blog-category {
    margin-top: -1.5rem; }

#ybc_blog_page ul.ybc-blog-list, #ybc_blog_page ul.ybc-blog-related-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  #ybc_blog_page ul.ybc-blog-list li, #ybc_blog_page ul.ybc-blog-related-posts-list li {
    padding: 1rem;
    width: 100%;
    margin: 0; }
    #ybc_blog_page ul.ybc-blog-list li a.ybc_item_img, #ybc_blog_page ul.ybc-blog-related-posts-list li a.ybc_item_img {
      display: block;
      position: relative;
      height: 200px;
      overflow: hidden; }
      #ybc_blog_page ul.ybc-blog-list li a.ybc_item_img img, #ybc_blog_page ul.ybc-blog-related-posts-list li a.ybc_item_img img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%; }
      #ybc_blog_page ul.ybc-blog-list li a.ybc_item_img:before, #ybc_blog_page ul.ybc-blog-related-posts-list li a.ybc_item_img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: all .2s linear;
        opacity: 0;
        z-index: 1; }
      #ybc_blog_page ul.ybc-blog-list li a.ybc_item_img:after, #ybc_blog_page ul.ybc-blog-related-posts-list li a.ybc_item_img:after {
        content: "READ MORE";
        letter-spacing: 1px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        position: absolute;
        left: 50%;
        top: 45%;
        width: 200px;
        margin-left: -100px;
        text-align: center;
        z-index: 9;
        transition: all .2s linear;
        -webkit-transform: translateY(25px);
                transform: translateY(25px);
        opacity: 0; }
      #ybc_blog_page ul.ybc-blog-list li a.ybc_item_img:hover:before, #ybc_blog_page ul.ybc-blog-related-posts-list li a.ybc_item_img:hover:before {
        opacity: 1; }
      #ybc_blog_page ul.ybc-blog-list li a.ybc_item_img:hover:after, #ybc_blog_page ul.ybc-blog-related-posts-list li a.ybc_item_img:hover:after {
        opacity: 1;
        transition-delay: .1s;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
  @media (min-width: 544px) {
    #ybc_blog_page ul.ybc-blog-list li, #ybc_blog_page ul.ybc-blog-related-posts-list li {
      width: 50%; } }
  @media (min-width: 768px) {
    #ybc_blog_page ul.ybc-blog-list li, #ybc_blog_page ul.ybc-blog-related-posts-list li {
      width: 33%; } }

#ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta-ecosa, #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta-ecosa, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta {
  text-align: center;
  padding-top: 0.5rem; }
  #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta-ecosa .ybc-blog-categories, #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta .ybc-blog-categories, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta-ecosa .ybc-blog-categories, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta .ybc-blog-categories {
    display: inline-block;
    font-size: 0.9rem; }
    #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta-ecosa .ybc-blog-categories a, #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta-ecosa .ybc-blog-categories span, #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta .ybc-blog-categories a, #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta .ybc-blog-categories span, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta-ecosa .ybc-blog-categories a, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta-ecosa .ybc-blog-categories span, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta .ybc-blog-categories a, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta .ybc-blog-categories span {
      font-weight: 600;
      color: #6A6A6A; }
  #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta-ecosa span.post-date, #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta span.post-date, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta-ecosa span.post-date, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta span.post-date {
    font-size: 0.9rem; }
    #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta-ecosa span.post-date:before, #ybc_blog_page .ybc-blog-wrapper-content-main .ybc-blog-sidear-post-meta span.post-date:before, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta-ecosa span.post-date:before, #ybc_blog_page .ybc-blog-related-posts .ybc-blog-sidear-post-meta span.post-date:before {
      content: '| '; }

#ybc_blog_page .ybc-blog-wrapper-content-main a.ybc_title_block, #ybc_blog_page .ybc-blog-related-posts a.ybc_title_block {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 600; }

#ybc_blog_page .ybc-blog-wrapper-detail {
  padding: 2rem 0;
  text-align: center; }
  #ybc_blog_page .ybc-blog-wrapper-detail .be-categories a, #ybc_blog_page .ybc-blog-wrapper-detail .be-categories span {
    color: #6A6A6A;
    font-size: 0.9rem;
    font-weight: 600; }
  #ybc_blog_page .ybc-blog-wrapper-detail h1.page-heading {
    margin: 0.2rem auto;
    max-width: 700px;
    line-height: 1em;
    text-transform: uppercase; }
  #ybc_blog_page .ybc-blog-wrapper-detail .ybc-blog-latest-toolbar span.post-date {
    font-size: 0.9rem; }
    #ybc_blog_page .ybc-blog-wrapper-detail .ybc-blog-latest-toolbar span.post-date span.be-label {
      display: none; }
  #ybc_blog_page .ybc-blog-wrapper-detail .blog-extra-facebook-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem; }
    #ybc_blog_page .ybc-blog-wrapper-detail .blog-extra-facebook-share .ybc_blog_button_share {
      height: 25px;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 1rem;
      margin-left: 4px; }
      #ybc_blog_page .ybc-blog-wrapper-detail .blog-extra-facebook-share .ybc_blog_button_share:first-child {
        margin-left: 0; }
  #ybc_blog_page .ybc-blog-wrapper-detail .ybc_blog_img_wrapper {
    max-width: 800px;
    margin: 0 auto; }
  #ybc_blog_page .ybc-blog-wrapper-detail .blog_description {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    #ybc_blog_page .ybc-blog-wrapper-detail .blog_description h2, #ybc_blog_page .ybc-blog-wrapper-detail .blog_description h3, #ybc_blog_page .ybc-blog-wrapper-detail .blog_description h4, #ybc_blog_page .ybc-blog-wrapper-detail .blog_description h5, #ybc_blog_page .ybc-blog-wrapper-detail .blog_description p, #ybc_blog_page .ybc-blog-wrapper-detail .blog_description ul, #ybc_blog_page .ybc-blog-wrapper-detail .blog_description li, #ybc_blog_page .ybc-blog-wrapper-detail .blog_description span {
      text-align: left; }
    #ybc_blog_page .ybc-blog-wrapper-detail .blog_description ol {
      padding-left: 1rem; }
      #ybc_blog_page .ybc-blog-wrapper-detail .blog_description ol li {
        word-break: break-word; }

#ybc_blog_page .ybc-blog-related-posts {
  background: #FAFAFA; }
  #ybc_blog_page .ybc-blog-related-posts h4.title_blog {
    text-align: center; }

#ybc_blog_page .blog-load-more {
  max-width: 300px;
  margin: 0 auto; }

#ybc_blog_page main table {
  margin: 2rem 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border: none; }
  #ybc_blog_page main table th, #ybc_blog_page main table td {
    padding: 1rem;
    border: 1px solid rgba(176, 200, 232, 0.5); }
  #ybc_blog_page main table th, #ybc_blog_page main table tr:first-child {
    font-family: "Cru Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-size: 1.125rem;
    letter-spacing: 0.5px; }
  #ybc_blog_page main table tr:not(:first-child) td {
    background: #FAF5EF; }
  #ybc_blog_page main table strong {
    color: #EA501F; }

#ybc_blog_page main .post-details ul {
  list-style: disc; }

#ybc_blog_page main .post-details .banner-wrapper {
  display: inline-block;
  width: auto;
  max-width: 100%; }

#ybc_blog_page main .post-details h1, #ybc_blog_page main .post-details h2, #ybc_blog_page main .post-details h3, #ybc_blog_page main .post-details h4, #ybc_blog_page main .post-details h5, #ybc_blog_page main .post-details h6, #ybc_blog_page main .post-details h7, #ybc_blog_page main .post-details h8 {
  clear: both; }

#ybc_blog_page main .post-details .bn_left {
  float: left;
  margin: 0 10px 0 0; }
  @media (max-width: 767px) {
    #ybc_blog_page main .post-details .bn_left {
      float: none;
      margin: 0;
      clear: both; } }

#ybc_blog_page main .post-details .bn_right {
  float: right;
  margin: 0 0 0 10px; }
  @media (max-width: 767px) {
    #ybc_blog_page main .post-details .bn_right {
      float: none;
      margin: 0;
      clear: both; } }

@media (min-width: 1200px) {
  #ybc_blog_page main #wrapper .container {
    max-width: 1400px; } }

@media (max-width: 543px) {
  #ybc_blog_page .wrapper.land {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; } }

@media (max-width: 543px) {
  #ybc_blog_page .wrapper.land .info {
    position: unset;
    width: 100%;
    top: unset;
    right: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: 3% 0; } }

@media (max-width: 1199px) {
  #ybc_blog_page .wrapper.vertical .info .name {
    display: none; } }

#ybc_blog_page .ribbon {
  font-family: filson-pro,sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  position: absolute;
  left: -8px;
  top: 10px;
  background: #ec6a54; }
  #ybc_blog_page .ribbon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    bottom: -8.5px;
    left: 0;
    border-top: 9px solid #c25143;
    border-left: 9px solid transparent; }
  #ybc_blog_page .ribbon:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #ec6a54; }

#ybc_blog_page.lang-hk ul.ybc-blog-list li a.ybc_item_img:after,
#ybc_blog_page.lang-hk ul.ybc-blog-related-posts-list li a.ybc_item_img:after {
  content: "\95B1\8B80\66F4\591A"; }

.blog-paggination .results {
  display: none; }

.blog-paggination a, .blog-paggination b {
  padding: 0.25rem 0.5rem;
  border-radius: 4px; }

.blog-paggination a:hover {
  background-color: #ddd; }

.blog-paggination b {
  background-color: #EA501F;
  color: #fff; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.sticky-banner {
  position: -webkit-sticky;
  position: sticky;
  top: 128px; }
  .sticky-banner .banner-wrapper {
    display: none; }

.our-impact-page {
  text-align: center;
  overflow-x: hidden; }
  .our-impact-page h1, .our-impact-page h2, .our-impact-page h3 {
    margin-bottom: 2rem; }
  .our-impact-page p {
    line-height: 1.7;
    font-size: 19px; }
  .our-impact-page .epidemic h1 {
    font-size: 2rem;
    text-transform: uppercase; }
    @media (min-width: 769px) {
      .our-impact-page .epidemic h1 {
        font-size: 3.5rem; } }
    .our-impact-page .epidemic h1 span {
      display: inline-block; }
  .our-impact-page .plastics-ocean .headline {
    display: block;
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600; }
    .our-impact-page .plastics-ocean .headline b {
      font-weight: 700; }
    @media (max-width: 768px) {
      .our-impact-page .plastics-ocean .headline {
        font-size: 21px; } }
  .our-impact-page .plastics-ocean .tagline {
    display: block;
    font-size: 28px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 160%; }
    @media (max-width: 768px) {
      .our-impact-page .plastics-ocean .tagline {
        font-size: 21px; } }
  .our-impact-page .plastics-ocean .flex-wrapper {
    padding: 4rem 0; }
    .our-impact-page .plastics-ocean .flex-wrapper .flex-item {
      padding: 1rem 0; }
    .our-impact-page .plastics-ocean .flex-wrapper .major {
      display: block;
      font-size: 60px;
      font-family: "Cru Pro"; }
    .our-impact-page .plastics-ocean .flex-wrapper .minor {
      display: inline;
      font-size: 22px;
      width: 300px;
      line-height: 160%; }
      @media (max-width: 768px) {
        .our-impact-page .plastics-ocean .flex-wrapper .minor {
          font-size: 18px; } }
  .our-impact-page .plastics-ocean .source {
    color: #828282;
    font-size: 75%; }
    @media (max-width: 768px) {
      .our-impact-page .plastics-ocean .source {
        text-align: left; } }
    .our-impact-page .plastics-ocean .source ul {
      margin-left: 1.5rem;
      list-style-type: disc;
      list-style-position: inside; }
  .our-impact-page .make-a-difference h2 {
    text-transform: uppercase; }
  .our-impact-page .make-a-difference h2, .our-impact-page .make-a-difference p {
    color: #FFFEAA; }
  .our-impact-page .laundry-sheets {
    text-align: left; }
    @media (min-width: 769px) {
      .our-impact-page .laundry-sheets {
        padding-top: 4rem;
        padding-bottom: 2rem; } }
    @media (max-width: 769px) {
      .our-impact-page .laundry-sheets .container, .our-impact-page .laundry-sheets .flex-right {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; }
      .our-impact-page .laundry-sheets .flex-left {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .our-impact-page .laundry-sheets h3 {
      text-transform: uppercase; }
    .our-impact-page .laundry-sheets .flex-wrapper {
      margin-top: 1rem;
      margin-bottom: 1rem; }
  .our-impact-page .packaging {
    text-align: left; }
    @media (min-width: 769px) {
      .our-impact-page .packaging {
        padding-top: 2rem;
        padding-bottom: 4rem; } }
    @media (max-width: 769px) {
      .our-impact-page .packaging .container, .our-impact-page .packaging .flex-left {
        padding-left: 0;
        padding-right: 0; }
      .our-impact-page .packaging .flex-right {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .our-impact-page .packaging h3 {
      text-transform: uppercase; }
  .our-impact-page .next {
    background-image: url("/img/bobbietango/impact/next_bg.png?auto=compress,format");
    background-size: cover;
    background-position: center; }
    .our-impact-page .next h2 {
      text-transform: uppercase; }
    .our-impact-page .next h2, .our-impact-page .next p {
      color: #1464E6; }
  .our-impact-page .plastic-free {
    padding: 5rem 0;
    text-align: center; }
    @media (max-width: 480px) {
      .our-impact-page .plastic-free {
        padding: 3rem 0; } }
    .our-impact-page .plastic-free h2 {
      padding: 0 1rem;
      text-align: center;
      margin-bottom: 1rem;
      line-height: 1.7; }
    .our-impact-page .plastic-free .btn {
      margin-top: 1rem;
      letter-spacing: 0.05em; }

.subscription-banner-how-to h2 {
  margin-bottom: 3.5rem; }

@media (min-width: 769px) {
  .subscription-banner-how-to .subscription-desc {
    font-size: 20px;
    line-height: 170%;
    max-width: 680px;
    margin: auto; } }

@media (min-width: 768px) {
  .subscription-banner-how-to {
    text-align: center; } }

@media (max-width: 767px) {
  .subscription-banner-how-to .container {
    max-width: 500px; } }

.subscription-banner-how-to .steps {
  padding-top: 2.5rem; }
  .subscription-banner-how-to .steps .step {
    max-width: 290px;
    margin: auto; }
    @media (max-width: 767px) {
      .subscription-banner-how-to .steps .step {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: left;
        margin-bottom: 2rem; }
        .subscription-banner-how-to .steps .step .step-image {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 72px;
                  flex: 0 0 72px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: -0.5rem; }
        .subscription-banner-how-to .steps .step .step-desc {
          padding-left: 1rem; } }
    .subscription-banner-how-to .steps .step .step-number {
      font-family: "Lore";
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0.48px;
      margin-bottom: 1rem; }
    .subscription-banner-how-to .steps .step .step-header {
      font-weight: bold;
      font-size: 20px; }
    .subscription-banner-how-to .steps .step .step-text {
      font-size: 19px;
      color: #6A6A6A; }
    .subscription-banner-how-to .steps .step h5 {
      margin-bottom: 0.5rem; }

/*** SITE BODY ***/
.site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/*** WRAPPER ***/
#wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  #wrapper .breadcrumb {
    background: transparent;
    padding: 0; }
    #wrapper .breadcrumb[data-depth="1"] {
      display: none; }
    #wrapper .breadcrumb ol {
      padding-left: 0;
      margin-bottom: 0; }
    #wrapper .breadcrumb li {
      display: inline; }
      #wrapper .breadcrumb li::after {
        content: "/";
        color: #6A6A6A;
        margin: 0.3125rem; }
      #wrapper .breadcrumb li:last-child {
        content: "/";
        color: #6A6A6A;
        margin: 0; }
        #wrapper .breadcrumb li:last-child::after {
          content: ""; }
      #wrapper .breadcrumb li a {
        color: #323232; }

.reviews .featured-review-wrapper {
  text-align: left;
  margin: auto;
  padding: 2rem; }
  .reviews .featured-review-wrapper .featured-review-title, .reviews .featured-review-wrapper p {
    color: #EA501F;
    text-align: left;
    line-height: 1.2em; }
  .reviews .featured-review-wrapper p {
    margin-bottom: 0; }

.reviews .featured-review-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.reviews .featured-review-rating-wrapper i.material-icons {
  color: #ffd200;
  font-size: 1rem; }

.carousel {
  box-shadow: none !important; }
  .carousel a.carousel-control-prev {
    position: absolute;
    top: 50%;
    left: 1%; }
    .carousel a.carousel-control-prev span.carousel-control-prev-icon {
      height: 2rem;
      width: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #777;
      border-radius: 50%;
      margin: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #777;
      font-family: monospace; }
      .carousel a.carousel-control-prev span.carousel-control-prev-icon:before {
        content: '<'; }
  .carousel a.carousel-control-next {
    position: absolute;
    top: 50%;
    right: 1%; }
    .carousel a.carousel-control-next span.carousel-control-next-icon {
      height: 2rem;
      width: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #777;
      border-radius: 50%;
      margin: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #777;
      font-family: monospace; }
      .carousel a.carousel-control-next span.carousel-control-next-icon:before {
        content: '>'; }
  .carousel ol.carousel-indicators {
    bottom: 0 !important;
    margin-bottom: 0; }
    .carousel ol.carousel-indicators li {
      border: 0;
      background-color: #ccc; }
      .carousel ol.carousel-indicators li.active {
        background-color: #323232; }

@media (max-width: 767px) {
  .carousel a.carousel-control-prev, .carousel a.carousel-control-next {
    display: none; } }

@media (max-width: 767px) {
  /*tealium @2018-05-28*/
  .privacy_prompt {
    max-width: 300px;
    margin-left: -150px !important; } }

.wow {
  visibility: hidden; }

.yotpo-display-wrapper .promoted-products-box {
  display: none !important; }

.swiper-wrapper {
  height: auto; }

img[data-src], img[data-srcset] {
  min-width: 1px;
  min-height: 1px; }

img[data-sizes="auto"] {
  display: block;
  width: 100%; }

.blur-up {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: filter 400ms, -webkit-filter 400ms; }
  .blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0); }

.fade-box {
  position: relative;
  display: block;
  height: 0;
  width: 100%; }
  .fade-box .lazyload, .fade-box .lazyloading {
    opacity: 0;
    transition: opacity 500ms; }
  .fade-box .lazyloaded {
    opacity: 1; }
  .fade-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

/** Add white border to Live chat button **/
iframe#launcher {
  border-radius: 50rem;
  border: 2px solid #FFE2D9 !important;
  z-index: 1 !important; }
  @media (max-width: 543px) {
    iframe#launcher {
      border-radius: 100%;
      width: 3.12rem !important; } }

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

/** Safari only **/
/** IE only **/
@media all and (-ms-high-contrast: none) {
  #wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .popup_body {
    height: 600px; } }

/** Hong Kong only **/
.country-hk .yotpo-bottomline .font-color-gray.based-on:last-of-type {
  display: none !important; }
