@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

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: 0; }

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

select {
  word-wrap: normal; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

.h1, h1 {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 2rem; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

.h5, h5 {
  font-size: 1.25rem; }

.h6, h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.mark, mark {
  padding: .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: .5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm td, .table-sm th {
  padding: .3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db; }

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb; }

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb; }

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba; }

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb; }

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe; }

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca; }

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

select.form-control[multiple], select.form-control[size] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: .25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block; }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745; }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block; }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-plaintext {
    display: inline-block; }

  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .form-inline .custom-control-label {
    margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }
.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none; }

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: .5rem; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  transition: opacity .15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }
.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px; }

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px; }

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3; }

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px); }

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem; }

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  display: none; }

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none; } }
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none; } }
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none; } }
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none; } }
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: .25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; } }
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

.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 .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }

  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0; }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }

  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0; } }
.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  .card-columns .card {
    display: inline-block;
    width: 100%; } }
.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card .card-header {
  margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none; } }
a.badge:focus, a.badge:hover {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b; }

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-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: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row; }

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0; }

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row; }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row; }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row; }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row; }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem; }

.toast:not(:last-child) {
  margin-bottom: .75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: .75rem; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.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, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none; } }
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none; } }
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none; } }
.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-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;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-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;
  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;
  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;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3, .my-n3 {
  margin-top: -1rem !important; }

.mr-n3, .mx-n3 {
  margin-right: -1rem !important; }

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3, .mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5, .my-n5 {
  margin-top: -3rem !important; }

.mr-n5, .mx-n5 {
  margin-right: -3rem !important; }

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5, .mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }

  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
body {
  background-color: #fff;
  line-height: 1.7777778;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  color: #303030; }

#page {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }

body.admin-bar #page {
  min-height: calc(100vh - 32px);
  top: 32px; }

@media (max-width: 782px) {
  body.admin-bar #page {
    min-height: calc(100vh - 46px);
    top: 46px; } }
.site-content,
.content-area {
  width: 100%;
  display: flex;
  flex: 1 1 auto; }

.site-content {
  position: relative;
  z-index: 5;
  background-color: #fff; }

.content-area {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  .content-area > .page-header {
    width: 100%;
    flex-shrink: 0; }
  .content-area > .container {
    margin-right: 0;
    margin-left: 0; }

.site-main {
  width: 100%;
  flex: 1 1 auto; }
  .site-main > .section:first-child:not(.section--fixed):not(.section--boxed) {
    padding-top: 0; }
  .site-main > .section:last-child:not(.section--fixed):not(.section--boxed) {
    padding-bottom: 0; }

.page-header {
  text-align: center;
  margin-bottom: 30px; }
  .page-header .page-title {
    margin: 0;
    font-weight: normal; }

.page-subtitle {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #303030; }

.section {
  width: 100%;
  position: relative;
  z-index: 5;
  padding-top: 30px;
  padding-bottom: 30px; }
  .section--text__large {
    font-size: 20px; }
  .section.section--no, .section.section--no-top {
    padding-top: 0; }
  .section.section--no, .section.section--no-bot {
    padding-bottom: 0; }
  .section.section--xs, .section.section--xs-top {
    padding-top: 20px; }
  .section.section--xs, .section.section--xs-bot {
    padding-bottom: 20px; }
  .section.section--sm, .section.section--sm-top {
    padding-top: 30px; }
  .section.section--sm, .section.section--sm-bot {
    padding-bottom: 30px; }
  .section.section--lg, .section.section--lg-top {
    padding-top: 40px; }
  .section.section--lg, .section.section--lg-bot {
    padding-bottom: 40px; }
  .section.section--xl, .section.section--xl-top {
    padding-top: 50px; }
  .section.section--xl, .section.section--xl-bot {
    padding-bottom: 50px; }

.section--fixed {
  z-index: 8;
  margin-top: 30px;
  margin-bottom: 30px; }
  .section--fixed:first-child {
    margin-top: -40px; }
  .section--fixed:last-child {
    margin-bottom: -40px; }
  .section--fixed + .section--fixed {
    margin-top: -30px; }

.section--skewed .section__bg {
  width: 200%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  background-color: #f8f9fb;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-3.77deg); }
.section--skewed .container {
  position: relative;
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px; }
.section--skewed:first-child .section__bg:before, .section--skewed:last-child .section__bg:after {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  background-color: #f8f9fb;
  transform: rotate(3.77deg); }
.section--skewed:first-child .section__bg:before {
  top: 0; }
.section--skewed:last-child .section__bg:after {
  bottom: 0; }

.section__title {
  margin-bottom: 30px;
  text-align: center; }
  .section__title h1, .section__title h2, .section__title h3 {
    font-weight: normal; }
  .section__title--lg {
    margin-bottom: 40px; }
    .section__title--lg + .section__subtitle {
      margin-top: -20px; }
      .section__title--lg + .section__subtitle:not(:last-child) {
        margin-bottom: 40px; }
  .section__title.section__title--sm {
    margin-bottom: 24px; }
  .section__title--custom h1, .section__title--custom h2 {
    text-transform: uppercase;
    line-height: 1.14;
    font-size: 14px; }
  .section__title + .section__subtitle {
    margin-top: -10px; }

.section__subtitle {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  color: #303030; }
  .section__subtitle:last-child {
    margin-bottom: 0; }

.container .container {
  padding-right: 0;
  padding-left: 0; }

.container-fluid {
  max-width: 100% !important; }

@media (min-width: 576px) {
  .section--skewed .container {
    padding-top: 30px;
    padding-bottom: 30px; } }
@media (min-width: 768px) {
  .content-area {
    padding-top: 50px;
    padding-bottom: 50px; }

  .page-header {
    margin-bottom: 39px; }

  .page-subtitle {
    font-size: 22px; }

  .section {
    padding-top: 35px;
    padding-bottom: 35px; }
    .section--text__large {
      font-size: 24px; }
    .section.section--lg, .section.section--lg-top {
      padding-top: 50px; }
    .section.section--lg, .section.section--lg-bot {
      padding-bottom: 50px; }
    .section.section--xl, .section.section--xl-top {
      padding-top: 65px; }
    .section.section--xl, .section.section--xl-bot {
      padding-bottom: 65px; }

  .section--fixed {
    margin-top: 35px;
    margin-bottom: 35px; }
    .section--fixed:first-child {
      margin-top: -50px; }
    .section--fixed:last-child {
      margin-bottom: -50px; }
    .section--fixed + .section--fixed {
      margin-top: -35px; }

  .section--skewed .container {
    padding-top: 40px;
    padding-bottom: 40px; }

  .section__title {
    margin-bottom: 35px; }
    .section__title--lg {
      margin-bottom: 50px; }
      .section__title--lg + .section__subtitle {
        margin-top: -30px; }
        .section__title--lg + .section__subtitle:not(:last-child) {
          margin-bottom: 50px; }
    .section__title + .section__subtitle {
      margin-top: -15px; }

  .section__subtitle {
    margin-bottom: 35px; } }
@media (min-width: 992px) {
  	/*
      .section{
          &.section--xl, &.section--xl-top{
              padding-top: 70px;
          }
          &.section--xl, &.section--xl-bot{
              padding-bottom: 70px;
          }
      }
      */
  .section--skewed .container {
    padding-top: 45px;
    padding-bottom: 45px; }

  .section__title--lg {
    margin-bottom: 50px; }
    .section__title--lg + .section__subtitle {
      margin-top: -30px; }
      .section__title--lg + .section__subtitle:not(:last-child) {
        margin-bottom: 50px; }

  .container.container-sm {
    max-width: 760px; }
  .container.container-xmd {
    max-width: 820px; }
  .container.container-md {
    max-width: 950px; } }
@media (min-width: 1200px) {
  .content-area {
    padding-top: 60px;
    padding-bottom: 60px; }

  .page-header {
    margin-bottom: 48px; }

  .page-subtitle {
    font-size: 24px; }

  .section {
    padding-top: 40px;
    padding-bottom: 40px; }
    .section--text__large {
      line-height: 1.43;
      font-size: 28px; }
    .section.section--lg, .section.section--lg-top {
      padding-top: 60px; }
    .section.section--lg, .section.section--lg-bot {
      padding-bottom: 60px; }
    .section.section--xl, .section.section--xl-top {
      padding-top: 80px; }
    .section.section--xl, .section.section--xl-bot {
      padding-bottom: 80px; }

  .section--fixed {
    margin-top: 40px;
    margin-bottom: 40px; }
    .section--fixed:first-child {
      margin-top: -60px; }
    .section--fixed:last-child {
      margin-bottom: -60px; }
    .section--fixed + .section--fixed {
      margin-top: -40px; }

  /*
  .section--skewed{
      .container{
          padding-top: 60px;
          padding-bottom: 60px;
      }
  }
  */
  .section__title {
    margin-bottom: 40px; }
    .section__title + .section__subtitle {
      margin-top: -20px; }
    .section__title--lg {
      margin-bottom: 60px; }
      .section__title--lg + .section__subtitle {
        margin-top: -10px; }
        .section__title--lg + .section__subtitle:not(:last-child) {
          margin-bottom: 60px; }

  .section__subtitle {
    margin-bottom: 40px; } }
:focus {
  outline: thin dotted #DF6352; }

ul, ol, p, table, blockquote {
  margin-top: 1em;
  margin-bottom: 1em; }
  ul:first-child, ol:first-child, p:first-child, table:first-child, blockquote:first-child {
    margin-top: 0; }
  ul:last-child, ol:last-child, p:last-child, table:last-child, blockquote:last-child {
    margin-bottom: 0; }

dl, ol, ul {
  margin-left: 1em; }

ul, ol {
  padding-left: 30px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 0.25rem;
    margin-bottom: 0; }
  ul li:not(:last-child), ol li:not(:last-child) {
    margin-bottom: 0.5rem; }

blockquote {
  padding-left: 16px;
  border-left: 4px solid #DF6352;
  line-height: 1.4;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  color: #8b8b8b; }

a {
  color: #303030;
  transition: all 0.15s ease-in-out; }
  a:visited {
    color: #303030; }
  a:not(:hover) {
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #DF6352; }

big {
  line-height: 1.6666667;
  font-size: 22px; }

@media (min-width: 768px) {
  blockquote {
    padding: 9px 0 14px 20px;
    border-left-width: 6px;
    font-weight: 20px; }

  big {
    font-size: 24px; } }
@media (min-width: 1200px) {
  blockquote {
    padding-left: 24px;
    border-left-width: 8px; } }
@media screen and (prefers-reduced-motion: reduce) {
  a {
    transition: none !important; } }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  letter-spacing: 1px;
  font-family: "Open Sans Condensed", sans-serif; }
  h1 a:not(:hover):not(:focus), .h1 a:not(:hover):not(:focus), h2 a:not(:hover):not(:focus), .h2 a:not(:hover):not(:focus), h3 a:not(:hover):not(:focus), .h3 a:not(:hover):not(:focus), h4 a:not(:hover):not(:focus), .h4 a:not(:hover):not(:focus), h5 a:not(:hover):not(:focus), .h5 a:not(:hover):not(:focus), h6 a:not(:hover):not(:focus), .h6 a:not(:hover):not(:focus) {
    color: inherit; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0; }
h1:not(.no-limit) + *, h2:not(.no-limit) + *, h3:not(.no-limit) + *, h4:not(.no-limit) + *, h5:not(.no-limit) + *, h6:not(.no-limit) + * {
  margin-top: 0 !important; }

h1, .h1, h2, .h2 {
  margin-bottom: 0.75em;
  text-transform: uppercase;
  line-height: 1.08;
  font-size: 32px; }
  h1.h2-md, .h1.h2-md, h2.h2-md, .h2.h2-md {
    line-height: 1.11;
    font-size: 36px; }

h1, .h1 {
  font-weight: bold;
  color: #2e2e2e; }

h2, .h2 {
  font-weight: bold;
  color: #2e2e2e; }

h3, .h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 26px;
  color: #2e2e2e; }

.h3--sm {
  font-size: 24px; }

.h3--xs {
  font-size: 20px; }

h4, .h4 {
  margin-top: 1.75em;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 20px;
  color: #2e2e2e; }

h5, .h5 {
  margin-bottom: 0.666666em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
  color: #2e2e2e; }

h6, .h6 {
  margin-bottom: 4px;
  text-transform: uppercase;
  line-height: 1.1428571428571428571428571428571;
  font-weight: bold;
  font-size: 14px;
  color: #2e2e2e; }

@media (min-width: 576px) {
  h1, .h1, h2, .h2 {
    font-size: 36px; }

  h3, .h3 {
    font-size: 28px; } }
@media (min-width: 768px) {
  h1, .h1, h2, .h2 {
    font-size: 40px; }

  h3, .h3 {
    font-size: 30px; }

  .h3--sm {
    font-size: 26px; }

  .h3--xs {
    font-size: 22px; }

  h4, .h4 {
    font-size: 22px; } }
@media (min-width: 992px) {
  h1, .h1, h2, .h2 {
    font-size: 44px; }

  h3, .h3 {
    font-size: 33px; } }
@media (min-width: 1200px) {
  h1, .h1, h2, .h2 {
    font-size: 48px; }

  h3, .h3 {
    font-size: 36px; }

  .h3--sm {
    font-size: 28px; }

  .h3--xs {
    font-size: 24px; }

  h4, .h4 {
    font-size: 24px; } }
.font-primary {
  font-family: "Open Sans Condensed", sans-serif !important; }

.font-secondary {
  font-family: "Open Sans Condensed", sans-serif !important; }

.font-tertiary {
  font-family: "Open Sans Condensed", sans-serif !important; }

.text-success {
  color: #28a745 !important; }

.text-danger {
  color: #dc3545 !important; }

.color-primary {
  color: #303030 !important; }

.color-lh, .colored {
  color: #DF6352 !important; }

.color-light {
  color: #8a94a6 !important; }

.bg-primary {
  background-color: #fff !important; }

.bg-secondary {
  background-color: #121212 !important; }

.bg-tertiary {
  background-color: #f8f9fb !important; }

.form-button {
  position: relative;
  margin-top: 30px; }

.row > .form-button {
  margin-top: 14px; }

.form-group {
  margin-bottom: 16px; }

.form-control {
  width: 100%;
  height: 48px;
  padding: 14px 15px 12px 15px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
  line-height: 20px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2e2e2e;
  transition: all 0.15s ease-in-out; }
  .form-control:focus {
    box-shadow: inset 0 0 0 1px #DF6352 !important;
    border-color: #DF6352; }
    .form-control:focus::-ms-value {
      background-color: #fff;
      color: #2e2e2e; }
  .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .form-control::-ms-input-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .form-control:-moz-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .form-control:placeholder {
    opacity: 1;
    color: #8b8b8b; }

select {
  max-width: 100%;
  padding-right: 30px;
  background: #fff url(../img/icons/ic-dropdown.png) no-repeat right 16px center;
  background-size: 10px 7px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select.form-control {
    padding-right: 30px; }
    select.form-control[size], select.form-control[multiple] {
      height: auto; }

textarea {
  width: 100%; }
  textarea.form-control {
    display: block;
    line-height: normal; }

label {
  margin-bottom: 4px;
  line-height: 1.25;
  font-weight: bold;
  font-size: 14px;
  color: #464646; }

.woocommerce form .form-row label {
  line-height: 1.25; }

@media (min-width: 768px) {
  .form-button {
    margin-top: 35px; }

  .row > .form-button {
    margin-top: 19px; } }
@media (min-width: 1200px) {
  .form-button {
    margin-top: 40px; }

  .row > .form-button {
    margin-top: 24px; } }
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none !important; } }
.form-checkbox-group,
.form-row.mailchimp-newsletter {
  display: flex;
  align-items: center; }
  .form-checkbox-group input,
  .form-row.mailchimp-newsletter input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute;
    padding: 0;
    border: 0;
    white-space: nowrap; }
    .form-checkbox-group input:checked ~ label:before,
    .form-row.mailchimp-newsletter input:checked ~ label:before {
      border-color: #DF6352;
      background-color: #DF6352; }
    .form-checkbox-group input:checked ~ label:after,
    .form-row.mailchimp-newsletter input:checked ~ label:after {
      opacity: 1; }
  .form-checkbox-group label,
  .form-row.mailchimp-newsletter label {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 31px;
    line-height: normal !important;
    font-weight: normal;
    font-size: 16px;
    color: #303030;
    cursor: pointer;
    user-select: none; }
    .form-checkbox-group label.inline,
    .form-row.mailchimp-newsletter label.inline {
      display: block !important; }
    .form-checkbox-group label:before,
    .form-row.mailchimp-newsletter label:before {
      content: '';
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      z-index: 1;
      top: calc(50% - 9px);
      left: 0;
      border: 2px solid #dedede;
      border-radius: 3px;
      background-color: #fff;
      transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
    .form-checkbox-group label:after,
    .form-row.mailchimp-newsletter label:after {
      content: '';
      width: 14px;
      height: 14px;
      display: block;
      opacity: 0;
      position: absolute;
      z-index: 2;
      top: calc(50% - 7px);
      left: 2px;
      background: url(../img/icons/ic-checkbox-check.svg) no-repeat center;
      background-size: contain;
      transition: opacity 0.1s ease-in-out; }

.form-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .form-radio input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute;
    padding: 0;
    border: 0;
    white-space: nowrap; }
    .form-radio input:checked ~ label:before {
      border-width: 7px;
      border-color: #DF6352; }
  .form-radio label {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 8px 0 8px 28px;
    line-height: normal !important;
    font-weight: normal;
    font-size: 16px;
    color: #303030;
    cursor: pointer;
    user-select: none; }
    .form-radio label:before {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      z-index: 1;
      top: calc(50% - 10px);
      left: 0;
      border: 1px solid #dedede;
      border-radius: 100%;
      background-color: #fff;
      transition: border-color 0.1s ease-in-out, border-width 0.1s ease-in-out; }
  .form-radio div {
    width: 100%; }

.form-radio-group:not(:last-child) {
  margin-bottom: -2px; }
.form-radio-group input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  position: absolute;
  padding: 0;
  border: 0;
  white-space: nowrap; }
  .form-radio-group input:checked ~ label:before {
    border-width: 7px;
    border-color: #DF6352; }
.form-radio-group label {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 40px;
  border: 2px solid #e6e6e6;
  border-radius: 2px;
  background-color: #fff;
  line-height: 1.25 !important;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  user-select: none; }
  .form-radio-group label strong {
    font-weight: bold; }
  .form-radio-group label small {
    font-size: 14px;
    color: #8b8b8b; }
  .form-radio-group label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(50% - 10px);
    left: 10px;
    border: 1px solid #dedede;
    border-radius: 100%;
    background-color: #fff;
    transition: border-color 0.1s ease-in-out, border-width 0.1s ease-in-out; }
.form-radio-group--lg:not(:last-child) {
  margin-bottom: 8px; }
.form-radio-group--invalid {
  cursor: not-allowed; }
  .form-radio-group--invalid label {
    background-color: rgba(255, 255, 255, 0.75);
    pointer-events: none; }
    .form-radio-group--invalid label:after {
      content: '';
      width: 12px;
      height: 12px;
      display: block;
      position: absolute;
      z-index: 2;
      top: calc(50% - 6px);
      left: 14px;
      background: url("../img/icons/ic-sprite.svg") no-repeat -190px -80px; }

@media (min-width: 768px) {
  .form-radio-group label {
    padding: 12px 20px 12px 56px; }
    .form-radio-group label:before {
      left: 20px; }
  .form-radio-group--lg label {
    min-height: 80px;
    line-height: 1.5 !important; }
  .form-radio-group--invalid label:after {
    left: 24px; } }
.btn-holder {
  margin-top: 30px;
  text-align: center; }
  .btn-holder-lg {
    margin-top: 40px;
    text-align: center; }

button, input[type=button], input[type=submit], input[type=image], .btn {
  cursor: pointer; }
  button:focus, input[type=button]:focus, input[type=submit]:focus, input[type=image]:focus, .btn:focus {
    outline: thin dotted #DF6352; }

.btn {
  max-width: 100%;
  min-height: 48px;
  display: inline-block;
  padding: 14px 15px 12px 15px;
  box-shadow: none !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  white-space: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.15s ease-in-out; }
  .btn.w-120p {
    width: 120px; }
  .btn.w-160p {
    width: 160px; }
  .btn.w-190p {
    width: 190px; }
  .btn.w-220p {
    width: 220px; }
  .btn.w-255p {
    width: 255px; }
  .btn.w-310p {
    width: 310px; }
  .btn.w-350p {
    width: 350px; }
  .btn big {
    margin-right: 8px;
    line-height: 15px;
    vertical-align: text-top; }

.btn-group-xs > .btn, .btn-xs {
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 3px; }

.btn-group-sm > .btn, .btn-sm {
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 8px; }

@media (max-width: 414px) {
  .btn-holder .btn,
  .btn-holder-lg .btn,
  .form-button .btn {
    width: 100% !important; } }
@media (min-width: 768px) {
  .btn-holder {
    margin-top: 35px; }
    .btn-holder-lg {
      margin-top: 50px; } }
@media (min-width: 1200px) {
  .btn-holder {
    margin-top: 40px; }
    .btn-holder-lg {
      margin-top: 60px; } }
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none !important; } }
.btn.btn-primary {
  border-color: #DF6352;
  background-color: #DF6352;
  text-shadow: none;
  color: #fff; }
  .btn.btn-primary:visited {
    color: #fff; }
  .btn.btn-primary:active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:visited:active, .btn.btn-primary:visited:hover, .btn.btn-primary:visited:focus, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:disabled {
    border-color: #db503c;
    background-color: #db503c;
    text-shadow: 1px 1px 1px #000;
    color: #fff; }

.btn.btn-outline-primary {
  border-color: #DF6352;
  background-color: #fff;
  text-shadow: none;
  color: #DF6352; }
  .btn.btn-outline-primary:visited {
    color: #DF6352; }
  .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:visited:active, .btn.btn-outline-primary:visited:hover, .btn.btn-outline-primary:visited:focus, .btn.btn-outline-primary:not(:disabled):not(.disabled):active, .btn.btn-outline-primary:disabled {
    border-color: #db503c;
    background-color: rgba(223, 99, 82, 0.1);
    text-shadow: none;
    color: #DF6352; }

.btn.btn-link {
  color: #8b8b8b; }
  .btn.btn-link:visited {
    color: #8b8b8b; }
  .btn.btn-link:active, .btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:visited:active, .btn.btn-link:visited:hover, .btn.btn-link:visited:focus {
    color: #DF6352; }

.btn.btn-dark {
  border-color: #333;
  background-color: #333;
  text-shadow: none;
  color: #fff; }
  .btn.btn-dark:visited {
    color: #fff; }
  .btn.btn-dark:active, .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:visited:active, .btn.btn-dark:visited:hover, .btn.btn-dark:visited:focus, .btn.btn-dark:not(:disabled):not(.disabled):active, .btn.btn-dark:disabled {
    border-color: #000;
    background-color: #000;
    text-shadow: none;
    color: #fff; }

.btn.btn-white {
  border-color: #fff;
  background-color: #fff;
  text-shadow: none;
  color: #303030; }
  .btn.btn-white:visited {
    color: #303030; }
  .btn.btn-white:active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:visited:active, .btn.btn-white:visited:hover, .btn.btn-white:visited:focus, .btn.btn-white:not(:disabled):not(.disabled):active, .btn.btn-white:disabled {
    border-color: rgba(255, 255, 255, 0.85);
    background-color: rgba(255, 255, 255, 0.85);
    text-shadow: none;
    color: #303030; }

.btn.btn-success {
  border-color: #28a745;
  background-color: #28a745;
  text-shadow: none;
  color: #fff; }
  .btn.btn-success:visited {
    color: #fff; }
  .btn.btn-success:active, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:visited:active, .btn.btn-success:visited:hover, .btn.btn-success:visited:focus, .btn.btn-success:not(:disabled):not(.disabled):active, .btn.btn-success:disabled {
    border-color: #23923d;
    background-color: #23923d;
    text-shadow: none;
    color: #fff; }

.btn.btn-danger {
  border-color: #dc3545;
  background-color: #dc3545;
  text-shadow: none;
  color: #fff; }
  .btn.btn-danger:visited {
    color: #fff; }
  .btn.btn-danger:active, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:visited:active, .btn.btn-danger:visited:hover, .btn.btn-danger:visited:focus, .btn.btn-danger:not(:disabled):not(.disabled):active, .btn.btn-danger:disabled {
    border-color: #d32535;
    background-color: #d32535;
    text-shadow: none;
    color: #fff; }

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 21px;
  right: -16px; }
div.wpcf7 .wpcf7-not-valid {
  border-color: #dc3545 !important; }
div.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 14px; }
div.wpcf7 div.wpcf7-response-output {
  margin: 16px 0 0 0;
  padding: 5px 12px;
  font-size: 14px; }

form.sib_signup_form {
  position: relative; }
  form.sib_signup_form .sib_loader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5) url("../img/icons/ic-loading.svg") no-repeat center;
    background-size: 50px; }
    form.sib_signup_form .sib_loader img {
      display: none !important; }

.ic-spite {
  position: relative; }
  .ic-spite:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icons/ic-sprite.svg") no-repeat 0 0;
    transition: opacity 0.15s ease-in-out; }
  .ic-spite-change:hover:before, .ic-spite-change:focus:before {
    opacity: 0; }
  .ic-spite-change:hover:after, .ic-spite-change:focus:after {
    opacity: 1; }
  .ic-spite-change:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icons/ic-sprite.svg") no-repeat 0 0;
    transition: opacity 0.15s ease-in-out; }
  .ic-spite-change:before {
    z-index: 1; }
  .ic-spite-change:after {
    opacity: 0;
    z-index: 2; }

@media screen and (prefers-reduced-motion: reduce) {
  .ic-spite:before, .ic-spite:after {
    transition: none !important; } }
.site nav.woocommerce-pagination {
  margin-top: 40px; }
  .site nav.woocommerce-pagination:empty {
    display: none; }
  .site nav.woocommerce-pagination ul.page-numbers {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: -5px 0 0 0;
    padding: 0;
    border: none;
    color: #303030; }
    .site nav.woocommerce-pagination ul.page-numbers:before, .site nav.woocommerce-pagination ul.page-numbers:after {
      display: none; }
    .site nav.woocommerce-pagination ul.page-numbers li {
      overflow: visible;
      display: block;
      float: none;
      margin: 5px 5px 0 5px;
      border: none !important; }
      .site nav.woocommerce-pagination ul.page-numbers li .page-numbers {
        width: 49px;
        height: 49px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        border-radius: 100%;
        border: none;
        background: none;
        text-decoration: none;
        font-size: 16px;
        color: inherit;
        user-select: none; }
      .site nav.woocommerce-pagination ul.page-numbers li span.page-numbers {
        box-shadow: 0 6px 20px 0 rgba(184, 191, 211, 0.6); }
      .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers:focus {
        color: #DF6352; }
      .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.disabled {
        pointer-events: none; }
      .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next {
        position: relative;
        line-height: 0;
        font-size: 0; }
        .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:before, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:after, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:before, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:after {
          content: '';
          width: 6px;
          height: 11px;
          display: block;
          position: absolute;
          top: calc(50% - 5px);
          left: 0;
          background: url("../img/icons/ic-sprite.svg") no-repeat 0 -80px;
          transition: opacity 0.15s ease-in-out; }
        .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:after, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:after {
          opacity: 0;
          z-index: 2;
          background-position-x: -10px; }
        .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:hover:before, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:focus:before, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:hover:before, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:focus:before {
          opacity: 0; }
        .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:hover:after, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:focus:after, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:hover:after, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:focus:after {
          opacity: 1; }
      .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next {
        transform: scaleX(-1); }

@media (min-width: 576px) {
  .site nav.woocommerce-pagination ul.page-numbers {
    padding-right: 49px;
    padding-left: 49px; }
    .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next {
      position: absolute;
      top: 50%;
      border-right: 1px solid #dedede;
      border-radius: 0;
      background-position-x: 0; }
      .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:hover, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:focus, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:hover, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:focus {
        border-right-color: #DF6352; }
    .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev {
      left: 0;
      transform: translateY(-50%); }
    .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next {
      right: 0;
      transform: translateY(-50%) scaleX(-1); } }
@media (min-width: 768px) {
  .site nav.woocommerce-pagination {
    margin-top: 50px; }
    .site nav.woocommerce-pagination ul.page-numbers {
      padding-right: 60px;
      padding-left: 60px; }
      .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next {
        width: 60px;
        height: 50px; } }
@media (min-width: 992px) {
  .site nav.woocommerce-pagination ul.page-numbers {
    padding-right: 80px;
    padding-left: 80px; }
    .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev, .site nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next {
      width: 80px;
      height: 70px; } }
@media (min-width: 1200px) {
  .site nav.woocommerce-pagination {
    margin-top: 60px; } }
@media screen and (prefers-reduced-motion: reduce) {
  .site nav.woocommerce-pagination a:before, .site nav.woocommerce-pagination a:after {
    transition: none !important; } }
nav.wp-pagination {
  margin-top: 40px; }
  nav.wp-pagination ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: -5px 0 0 0;
    padding: 0;
    border: none;
    color: #303030; }
  nav.wp-pagination li {
    overflow: visible;
    display: block;
    float: none;
    margin: 5px 5px 0 5px;
    border: none !important; }
    nav.wp-pagination li.active a {
      box-shadow: 0 6px 20px 0 rgba(184, 191, 211, 0.6);
      color: inherit !important;
      pointer-events: none;
      cursor: default; }
    nav.wp-pagination li.prev a, nav.wp-pagination li.next a {
      position: relative;
      line-height: 0;
      font-size: 0; }
      nav.wp-pagination li.prev a:before, nav.wp-pagination li.prev a:after, nav.wp-pagination li.next a:before, nav.wp-pagination li.next a:after {
        content: '';
        width: 6px;
        height: 11px;
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        left: 0;
        background: url("../img/icons/ic-sprite.svg") no-repeat 0 -80px;
        transition: opacity 0.15s ease-in-out; }
      nav.wp-pagination li.prev a:after, nav.wp-pagination li.next a:after {
        opacity: 0;
        z-index: 2;
        background-position-x: -10px; }
      nav.wp-pagination li.prev a:hover:before, nav.wp-pagination li.prev a:focus:before, nav.wp-pagination li.next a:hover:before, nav.wp-pagination li.next a:focus:before {
        opacity: 0; }
      nav.wp-pagination li.prev a:hover:after, nav.wp-pagination li.prev a:focus:after, nav.wp-pagination li.next a:hover:after, nav.wp-pagination li.next a:focus:after {
        opacity: 1; }
    nav.wp-pagination li.next a {
      transform: scaleX(-1); }
  nav.wp-pagination a {
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    border: none;
    background: none;
    text-decoration: none;
    font-size: 16px;
    color: inherit; }
    nav.wp-pagination a:hover, nav.wp-pagination a:focus {
      color: #DF6352; }

@media (min-width: 576px) {
  nav.wp-pagination ul {
    padding-right: 49px;
    padding-left: 49px; }
  nav.wp-pagination li.prev a, nav.wp-pagination li.next a {
    position: absolute;
    top: 50%;
    border-right: 1px solid #dedede;
    border-radius: 0;
    background-position-x: 0; }
    nav.wp-pagination li.prev a:hover, nav.wp-pagination li.prev a:focus, nav.wp-pagination li.next a:hover, nav.wp-pagination li.next a:focus {
      border-right-color: #DF6352; }
  nav.wp-pagination li.prev a {
    left: 0;
    transform: translateY(-50%); }
  nav.wp-pagination li.next a {
    right: 0;
    transform: translateY(-50%) scaleX(-1); } }
@media (min-width: 768px) {
  nav.wp-pagination {
    margin-top: 50px; }
    nav.wp-pagination ul {
      padding-right: 60px;
      padding-left: 60px; }
    nav.wp-pagination li.prev a, nav.wp-pagination li.next a {
      width: 60px;
      height: 50px; } }
@media (min-width: 992px) {
  nav.wp-pagination ul {
    padding-right: 80px;
    padding-left: 80px; }
  nav.wp-pagination li.prev a, nav.wp-pagination li.next a {
    width: 80px;
    height: 70px; } }
@media (min-width: 1200px) {
  nav.wp-pagination {
    margin-top: 60px; } }
@media screen and (prefers-reduced-motion: reduce) {
  nav.wp-pagination a:before, nav.wp-pagination a:after {
    transition: none !important; } }
nav.paginate-links {
  margin-top: 40px; }
  nav.paginate-links .paginate-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: -5px 0 0 0;
    padding: 0;
    border: none;
    color: #8b8b8b; }
  nav.paginate-links a, nav.paginate-links span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 5px 0 5px;
    padding: 0;
    border-radius: 100%;
    border: none;
    background: none;
    text-decoration: none;
    font-size: 16px;
    color: inherit; }
  nav.paginate-links a:hover, nav.paginate-links a:focus {
    color: #DF6352; }
  nav.paginate-links a.next, nav.paginate-links a.prev {
    width: auto; }
  nav.paginate-links a.next {
    margin-right: 0;
    margin-left: auto;
    padding-left: 5px; }
  nav.paginate-links span.current {
    box-shadow: 0 6px 20px 0 rgba(184, 191, 211, 0.6);
    color: inherit !important;
    pointer-events: none;
    cursor: default; }

@media (min-width: 768px) {
  nav.paginate-links a, nav.paginate-links span {
    width: 49px;
    height: 49px; } }
aside {
  margin-top: 40px; }
  aside .widget {
    margin-top: 30px;
    margin-bottom: 0; }
    aside .widget:first-child {
      margin-top: 0; }
  aside .widget__title {
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 1.5555556;
    font-size: 18px; }
  aside .widget_categories .menu {
    display: block;
    margin: -6px 0 0;
    padding: 0; }
  aside .widget_categories li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dedede; }
  aside .widget_categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 13px;
    text-decoration: none;
    line-height: 1.25;
    font-size: 16px;
    color: #464646; }
    aside .widget_categories a:hover, aside .widget_categories a:focus {
      color: #DF6352; }
      aside .widget_categories a:hover .menu-item-count, aside .widget_categories a:focus .menu-item-count {
        color: inherit; }
  aside .widget_categories .menu-item-count {
    flex-shrink: 0;
    margin-left: 16px; }
  aside .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
    margin-left: -8px; }
  aside .widget_tag_cloud .tag-cloud-link {
    display: block;
    margin-top: 16px;
    margin-left: 8px;
    padding: 5px 8px;
    border: 1px solid #dedede;
    border-radius: 7px;
    background-color: #fff;
    text-decoration: none;
    line-height: 1.25;
    font-weight: bold;
    font-size: 16px !important;
    color: #333; }
    aside .widget_tag_cloud .tag-cloud-link:hover, aside .widget_tag_cloud .tag-cloud-link:focus {
      border-color: #DF6352; }

@media (min-width: 768px) and (max-width: 992px) {
  aside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 0;
    padding-left: 0; }
    aside .widget {
      width: calc(50% - 30px);
      margin-right: 15px;
      margin-left: 15px; }
      aside .widget:nth-child(2) {
        margin-top: 0; } }
@media (min-width: 768px) {
  aside {
    margin-top: 50px; }
    aside .widget {
      margin-top: 35px; } }
@media (min-width: 992px) {
  aside {
    margin-top: 0; } }
@media (min-width: 1200px) {
  aside .widget {
    margin-top: 40px; } }
@media screen and (prefers-reduced-motion: reduce) {
  aside .menu-item-count {
    transition: none !important; } }
.the_champ_sharing_container {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .the_champ_sharing_container:before {
    content: 'Share';
    margin-right: 18px; }
  .the_champ_sharing_container .the_champ_sharing_ul {
    display: flex;
    align-items: center; }
  .the_champ_sharing_container .theChampSharing {
    width: 32px !important;
    height: 32px !important; }
  .the_champ_sharing_container .theChampFacebookBackground,
  .the_champ_sharing_container .theChampTwitterBackground,
  .the_champ_sharing_container .theChampInstagramBackground {
    background: none; }
  .the_champ_sharing_container .theChampFacebookSvg,
  .the_champ_sharing_container .theChampTwitterSvg,
  .the_champ_sharing_container .theChampInstagramSvg {
    background: url("../img/icons/ic-sprite.svg") no-repeat 0 -100px; }
  .the_champ_sharing_container .theChampFacebookSvg:hover, .the_champ_sharing_container .theChampFacebookSvg:focus {
    background-position-x: -35px; }
  .the_champ_sharing_container .theChampTwitterSvg {
    background-position-x: -140px; }
    .the_champ_sharing_container .theChampTwitterSvg:hover, .the_champ_sharing_container .theChampTwitterSvg:focus {
      background-position-x: -175px; }
  .the_champ_sharing_container .theChampInstagramSvg {
    background-position-x: -70px; }
    .the_champ_sharing_container .theChampInstagramSvg:hover, .the_champ_sharing_container .theChampInstagramSvg:focus {
      background-position-x: -105px; }

.breadcrumbs {
  margin-top: -20px;
  margin-bottom: 20px; }
  .breadcrumbs .breadcrumb-home {
    position: relative;
    padding-left: 18px; }
    .breadcrumbs .breadcrumb-home:before {
      content: '';
      width: 12px;
      height: 12px;
      display: block;
      position: absolute;
      top: calc(50% - 6px);
      left: 0;
      background: url("../img/icons/ic-sprite.svg") no-repeat -20px -80px; }

@media (min-width: 768px) {
  .breadcrumbs {
    margin-top: -30px;
    margin-bottom: 30px; } }
@media (min-width: 1200px) {
  .breadcrumbs {
    margin-top: -40px;
    margin-bottom: 35px; } }
.inline-chart {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #F1F2F4; }
  .inline-chart__inner {
    max-width: 100%;
    height: 8px;
    border-radius: 4px;
    background-color: #DF6352; }

.grecaptcha-badge[style*="fixed"] {
  opacity: 0;
  pointer-events: none; }

.fb-customerchat iframe:not([class*="fb_customer_chat_bounce_"]) {
  display: none; }

.site .star-rating {
  width: 150px;
  height: 23px;
  overflow: hidden;
  position: relative;
  margin: 0 -3px;
  font-display: swap; }
  .site .star-rating:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icons/ic-sprite.svg") no-repeat 0 -140px; }
  .site .star-rating span {
    width: 0;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: url("../img/icons/ic-sprite.svg") no-repeat 0 -170px;
    line-height: 0;
    font-size: 0; }

.site form .form-group-rating {
  display: flex;
  align-items: center; }
  .site form .form-group-rating label {
    margin-right: 8px;
    margin-bottom: 0; }
.site form p.stars {
  width: 120px;
  display: block;
  margin: 0; }
  .site form p.stars span {
    display: flex;
    align-items: center; }
  .site form p.stars a {
    width: 24px;
    height: 23px;
    display: block;
    position: relative;
    text-indent: -999em;
    line-height: 0;
    font-weight: 0; }
    .site form p.stars a:before, .site form p.stars a:after {
      content: "" !important;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/icons/ic-sprite.svg") no-repeat 0 -200px; }
    .site form p.stars a:before {
      z-index: 1; }
    .site form p.stars a:after {
      opacity: 0;
      z-index: 2;
      background-position-y: -230px; }
    .site form p.stars a:hover:before {
      opacity: 0; }
    .site form p.stars a:hover:after {
      opacity: 1; }
    .site form p.stars a:hover ~ a:before {
      opacity: 1; }
    .site form p.stars a:hover ~ a:after {
      opacity: 0; }
  .site form p.stars:hover a:before {
    opacity: 0; }
  .site form p.stars:hover a:after {
    opacity: 1; }
  .site form p.stars.selected a.active:before {
    opacity: 0; }
  .site form p.stars.selected a.active:after {
    opacity: 1; }
  .site form p.stars.selected a.active ~ a:before {
    opacity: 1; }
  .site form p.stars.selected a.active ~ a:after {
    opacity: 0; }
  .site form p.stars.selected a:not(.active):before {
    opacity: 0; }
  .site form p.stars.selected a:not(.active):after {
    opacity: 1; }

img.emoji {
  max-width: 26px; }

.yikes-mailchimp-container .edit-link {
  display: none !important; }

div.pp_woocommerce {
  width: 90% !important;
  box-sizing: border-box;
  left: 5% !important;
  right: 5% !important; }

body .wc-autoship-container .wc-autoship-schedules-alerts {
  width: calc(100vw - 40px); }

.modal.modal-full-form .modal-body form.yikes-easy-mc-form,
.modal.modal-full-form .modal-body form.sib_signup_form {
  max-width: 100%; }
.modal .modal-content, .modal .modal-header, .modal .modal-footer {
  border: none; }
.modal .close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0;
  padding: 12px; }
  .modal .close:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    opacity: 1;
    background: url("../img/icons/ic-sprite.svg") no-repeat -95px -80px; }
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
  padding: 15px; }
.modal .modal-header {
  flex-wrap: wrap;
  position: static; }
.modal .modal-title {
  line-height: 1.333333; }
.modal .modal-hero img {
  border-radius: .3rem .3rem 0 0; }
.modal .modal-hero ~ .close {
  opacity: 1;
  padding: 10px; }
  .modal .modal-hero ~ .close:before {
    width: 24px;
    height: 24px;
    background-position: -294px 0; }
.modal .modal-footer {
  flex-wrap: wrap; }
.modal.subscription-modal {
  text-align: center; }
  .modal.subscription-modal.text-left form.yikes-easy-mc-form,
  .modal.subscription-modal.text-left form.sib_signup_form {
    margin-left: 0; }
  .modal.subscription-modal.text-right form.yikes-easy-mc-form,
  .modal.subscription-modal.text-right form.sib_signup_form {
    margin-right: 0; }
  .modal.subscription-modal .modal-body h2 {
    font-size: 24px; }
    .modal.subscription-modal .modal-body h2:not(:last-child) {
      margin-bottom: 20px; }
  .modal.subscription-modal .bottom_text {
    opacity: 0.6;
    text-transform: uppercase; }
  .modal.subscription-modal .yikes-mailchimp-container {
    margin-top: 20px; }
  .modal.subscription-modal .yikes-mailchimp-form-description {
    margin-bottom: 5px;
    color: #2e2e2e; }
  .modal.subscription-modal form.yikes-easy-mc-form,
  .modal.subscription-modal form.sib_signup_form {
    max-width: 500px;
    position: relative;
    margin-right: auto;
    margin-left: auto; }
    .modal.subscription-modal form.yikes-easy-mc-form label,
    .modal.subscription-modal form.sib_signup_form label {
      display: block;
      margin-bottom: 16px; }
      .modal.subscription-modal form.yikes-easy-mc-form label > span,
      .modal.subscription-modal form.sib_signup_form label > span {
        display: block;
        margin-bottom: 0.5rem; }
      .modal.subscription-modal form.yikes-easy-mc-form label .form-control,
      .modal.subscription-modal form.sib_signup_form label .form-control {
        margin: 0;
        padding: 14px 15px 12px 15px;
        border: 1px solid #dedede;
        background-color: #fff; }
        .modal.subscription-modal form.yikes-easy-mc-form label .form-control:focus,
        .modal.subscription-modal form.sib_signup_form label .form-control:focus {
          box-shadow: inset 0 0 0 1px #DF6352 !important;
          border-color: #DF6352; }
          .modal.subscription-modal form.yikes-easy-mc-form label .form-control:focus::-ms-value,
          .modal.subscription-modal form.sib_signup_form label .form-control:focus::-ms-value {
            background-color: #fff;
            color: #2e2e2e; }
    .modal.subscription-modal form.yikes-easy-mc-form .btn,
    .modal.subscription-modal form.sib_signup_form .btn {
      width: 100%;
      min-height: 48px;
      margin: 0 !important;
      padding: 14px 15px 12px 15px; }
  .modal.subscription-modal form.yikes-easy-mc-form img.yikes-mailchimp-preloader {
    display: none; }
  .modal.subscription-modal form.yikes-easy-mc-form .btn img.loading-dots {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .modal.subscription-modal .yikes-easy-mc-error-message,
  .modal.subscription-modal .yikes-easy-mc-success-message,
  .modal.subscription-modal .sib-alert-message {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding: 8px 10px !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: left;
    font-size: 14px !important; }
  .modal.subscription-modal .yikes-easy-mc-error-message,
  .modal.subscription-modal .yikes-easy-mc-success-message {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto; }
  .modal.subscription-modal .edit-link {
    display: none !important; }

@media (min-width: 415px) {
  .modal.subscription-modal form.yikes-easy-mc-form label,
  .modal.subscription-modal form.sib_signup_form label {
    margin: 0;
    padding-right: 170px; }
  .modal.subscription-modal form.yikes-easy-mc-form .btn,
  .modal.subscription-modal form.sib_signup_form .btn {
    width: 140px;
    position: absolute;
    bottom: 0;
    right: 0; } }
@media (min-width: 768px) {
  .modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding: 20px; }
  .modal.padding-md .modal-header, .modal.padding-md .modal-body, .modal.padding-md .modal-footer {
    padding: 20px; }
  .modal .modal-header + .modal-body, .modal .modal-header + .modal-footer {
    padding-top: 10px; }
  .modal .modal-body + .modal-footer {
    padding-top: 10px; }
  .modal-md {
    max-width: 600px; }
  .modal.subscription-modal .modal-body h2 {
    font-size: 26px; } }
@media (min-width: 1200px) {
  .modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding: 30px; }
  .modal.subscription-modal .modal-body h2 {
    font-size: 28px; } }
#autoship_extra_modal .modal-header {
  flex-wrap: nowrap; }
  #autoship_extra_modal .modal-header + .modal-body, #autoship_extra_modal .modal-header + .modal-footer {
    padding-top: 0; }
#autoship_extra_modal .autoship_extra_icon {
  flex-shrink: 0;
  margin-left: 24px; }
  #autoship_extra_modal .autoship_extra_icon img {
    width: 80px; }
#autoship_extra_modal .modal-body + .modal-footer {
  padding-top: 0; }
#autoship_extra_modal .modal-footer .btn, #autoship_extra_modal .modal-footer .button {
  margin: 0; }
  #autoship_extra_modal .modal-footer .btn.w-100 + .btn, #autoship_extra_modal .modal-footer .button.w-100 + .btn {
    margin-top: 0.25rem; }
#autoship_extra_modal .modal-footer .btn-link:last-child {
  margin-bottom: -15px; }

@media (min-width: 1200px) {
  #autoship_extra_modal .modal-header:not(:last-child) {
    padding-bottom: 20px; } }
:root {
  --hmp-font-primary: Open Sans Condensed, sans-serif;
  --hmp-font-secondary: Open Sans Condensed, sans-serif;
  --hmp-font-tertiary: Open Sans Condensed, sans-serif;
  --hmp-font-size-default: 18px;
  --hmp-line-height-default: 1.7777778;
  --hmp-color-1-1: #8b8b8b;
  --hmp-color-1-2: #2e2e2e;
  --hmp-color-1-3: #121212;
  --hmp-color-1-4: #8a94a6;
  --hmp-color-1-6: #dedede;
  --hmp-color-1-7: #F1F2F4;
  --hmp-color-1-8: #f8f9fb;
  --hmp-color-1-9: #464646;
  --hmp-color-1-10: #333;
  --hmp-color-1-11: #9b9b9b;
  --hmp-color-1-12: #222;
  --hmp-color-1-13: #a6aebc;
  --hmp-color-1-14: #4a4a4a;
  --hmp-color-1-15: #e1e4e8;
  --hmp-color-1-16: #292929;
  --hmp-color-1-17: #979797;
  --hmp-color-1-18: #d8d8d8;
  --hmp-color-1-19: #e6e6e6;
  --hmp-color-1-20: #c2c7cb;
  --hmp-color-1-22: #f5f7f8;
  --hmp-color-1-23: #c4c4c5;
  --hmp-color-2-1: #DF6352;
  --hmp-color-3-1: #3ed3a3;
  --hmp-color-3-2: #92ECCF;
  --hmp-color-4-1: #182c4f;
  --hmp-color-4-2: #1e85be;
  --hmp-color-4-3: #0D55CF;
  --hmp-color-4-4: #5B3F4D;
  --hmp-msg-success: #28a745;
  --hmp-msg-error: #dc3545;
  --hmp-color-primary: #303030;
  --hmp-color-secondary: #DF6352;
  --hmp-link-color-primary: #303030;
  --hmp-link-color-visited: #303030;
  --hmp-link-color-hover: #DF6352;
  --hmp-title-font-family: Open Sans Condensed, sans-serif;
  --hmp-title-font-weight: bold;
  --hmp-title-color-primary: #2e2e2e;
  --hmp-bg-primary: #fff;
  --hmp-bg-secondary: #121212;
  --hmp-bg-tertiary: #f8f9fb;
  --hmp-bg-quaternary: #F1F2F4;
  --hmp-bg-quinary: #DF6352;
  --hmp-border-primary: #dedede;
  --hmp-border-secondary: #DF6352;
  --hmp-image-bg-placeholder: #d4d7de;
  --hmp-image-sprite-url: url(../img/icons/ic-sprite.svg);
  --hmp-image-loading-url: url(../img/icons/ic-loading.svg);
  --hmp-image-white-loading-url: url(../img/icons/ic-loading-white.svg);
  --hmp-section-spacing-xs: 20px;
  --hmp-section-spacing-sm: 30px;
  --hmp-section-mob-spacing: 30px;
  --hmp-section-tab-spacing: 35px;
  --hmp-section-spacing: 40px;
  --hmp-section-mob-spacing-lg: 40px;
  --hmp-section-tab-spacing-lg: 50px;
  --hmp-section-spacing-lg: 60px;
  --hmp-section-mob-spacing-xl: 50px;
  --hmp-section-tab-spacing-xl: 65px;
  --hmp-section-spacing-xl: 80px;
  --hmp-label-spacing: 4px;
  --hmp-label-line-height: 1.25;
  --hmp-label-font-weight: bold;
  --hmp-label-font-size: 14px;
  --hmp-label-color: #464646;
  --hmp-button-font-family: Open Sans Condensed, sans-serif;
  --hmp-button-font-weight: bold;
  --hmp-button-font-size: 14px;
  --hmp-button-primary-border-color: #DF6352;
  --hmp-button-primary-bg-color: #DF6352;
  --hmp-button-primary-text-shadow: none;
  --hmp-button-primary-text-color: #fff;
  --hmp-button-primary-border-color-hover: #db503c;
  --hmp-button-primary-bg-color-hover: #db503c;
  --hmp-button-primary-text-shadow-hover: 1px 1px 1px #000;
  --hmp-button-primary-text-color-hover: #fff;
  --hmp-button-outline-primary-border-color: #DF6352;
  --hmp-button-outline-primary-bg-color: #fff;
  --hmp-button-outline-primary-text-shadow: none;
  --hmp-button-outline-primary-text-color: #DF6352;
  --hmp-button-outline-primary-border-color-hover: #db503c;
  --hmp-button-outline-primary-bg-color-hover: rgba(223, 99, 82, 0.1);
  --hmp-button-outline-primary-text-shadow-hover: none;
  --hmp-button-outline-primary-text-color-hover: #DF6352;
  --hmp-button-dark-primary-border-color: #fff;
  --hmp-button-dark-primary-bg-color: #121212;
  --hmp-button-dark-primary-text-shadow: none;
  --hmp-button-dark-primary-text-color: #fff;
  --hmp-button-dark-primary-border-color-hover: #db503c;
  --hmp-button-dark-primary-bg-color-hover: #db503c;
  --hmp-button-dark-primary-text-shadow-hover: 1px 1px 1px #000;
  --hmp-button-dark-primary-text-color-hover: #fff;
  --hmp-fast-transition: 0.1s ease-in-out;
  --hmp-base-transition: 0.15s ease-in-out;
  --hmp-extended-transition: 0.3s ease-in-out; }

.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }
.site-header {
  height: 60px;
  position: relative;
  z-index: 40;
  background-color: #fff; }
  .site-header .header__fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 -1px 5px 0 rgba(18, 18, 18, 0.5); }
  .site-header .navbar {
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: #fff; }
    .site-header .navbar > .container {
      height: 60px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-end; }
  .site-header .custom-logo-link {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto 0 0;
    text-decoration: none; }
    .site-header .custom-logo-link img {
      width: auto !important;
      max-height: 100%;
      display: block; }
  .site-header .navbar-toggler {
    opacity: 1 !important;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: .25rem;
    background: 0 0;
    line-height: 1;
    font-size: 1.25rem; }
    .site-header .navbar-toggler img {
      display: block; }
    .site-header .navbar-toggler.navbar-show {
      margin-right: -8px;
      margin-left: 11px; }
  .site-header .nav-desktop, .site-header .nav-mobile {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 1; }
    .site-header .nav-desktop:before, .site-header .nav-desktop:after, .site-header .nav-mobile:before, .site-header .nav-mobile:after {
      display: none; }
    .site-header .nav-desktop > li.current-menu-item > a, .site-header .nav-desktop > li.current_page_item > a, .site-header .nav-desktop > li.current-menu-ancestor > a, .site-header .nav-desktop > li.current-category-ancestor > a, .site-header .nav-desktop > li.current-post-ancestor > a, .site-header .nav-desktop > li.current-menu-parent > a, .site-header .nav-desktop > li.current_page_parent > a, .site-header .nav-desktop > li.current_page_ancestor > a, .site-header .nav-mobile > li.current-menu-item > a, .site-header .nav-mobile > li.current_page_item > a, .site-header .nav-mobile > li.current-menu-ancestor > a, .site-header .nav-mobile > li.current-category-ancestor > a, .site-header .nav-mobile > li.current-post-ancestor > a, .site-header .nav-mobile > li.current-menu-parent > a, .site-header .nav-mobile > li.current_page_parent > a, .site-header .nav-mobile > li.current_page_ancestor > a {
      font-weight: bold; }
    .site-header .nav-desktop > li > a, .site-header .nav-mobile > li > a {
      letter-spacing: 1px; }
    .site-header .nav-desktop li, .site-header .nav-mobile li {
      display: block;
      position: relative;
      margin: 0;
      padding: 0; }
      .site-header .nav-desktop li.menu-item-has-children.show-submenu > .sub-menu, .site-header .nav-mobile li.menu-item-has-children.show-submenu > .sub-menu {
        display: block !important; }
    .site-header .nav-desktop a, .site-header .nav-mobile a {
      display: block;
      background: none !important;
      text-decoration: none; }
    .site-header .nav-desktop .sub-menu, .site-header .nav-mobile .sub-menu {
      display: none !important;
      margin: 0;
      padding: 0; }
      .site-header .nav-desktop .sub-menu > li.current-menu-item > a, .site-header .nav-desktop .sub-menu > li.current_page_item > a, .site-header .nav-desktop .sub-menu > li.current-menu-ancestor > a, .site-header .nav-desktop .sub-menu > li.current-category-ancestor > a, .site-header .nav-desktop .sub-menu > li.current-post-ancestor > a, .site-header .nav-desktop .sub-menu > li.current-menu-parent > a, .site-header .nav-desktop .sub-menu > li.current_page_parent > a, .site-header .nav-desktop .sub-menu > li.current_page_ancestor > a, .site-header .nav-mobile .sub-menu > li.current-menu-item > a, .site-header .nav-mobile .sub-menu > li.current_page_item > a, .site-header .nav-mobile .sub-menu > li.current-menu-ancestor > a, .site-header .nav-mobile .sub-menu > li.current-category-ancestor > a, .site-header .nav-mobile .sub-menu > li.current-post-ancestor > a, .site-header .nav-mobile .sub-menu > li.current-menu-parent > a, .site-header .nav-mobile .sub-menu > li.current_page_parent > a, .site-header .nav-mobile .sub-menu > li.current_page_ancestor > a {
        font-weight: 500; }
  .site-header .nav-desktop,
  .site-header .nav-content {
    display: none; }
  .site-header .header-search {
    flex-shrink: 0;
    margin: 0 -5px 0 22px; }
    .site-header .header-search + .header-cart {
      margin-left: 16px; }
    .site-header .header-search .search-show {
      min-width: unset;
      min-height: unset;
      position: relative;
      padding: 5px;
      border: none;
      border-radius: .25rem;
      background: none; }
      .site-header .header-search .search-show:focus {
        outline: thin dotted #DF6352; }
      .site-header .header-search .search-show:before, .site-header .header-search .search-show:after {
        width: 24px;
        height: 24px; }
      .site-header .header-search .search-show:before {
        position: static;
        background-position-x: -48px; }
      .site-header .header-search .search-show:after {
        top: calc(50% - 12px);
        left: calc(50% - 12px);
        background-position-x: -72px; }
    .site-header .header-search .search-container {
      width: 100%;
      height: calc(100vh - 60px);
      display: none;
      overflow: auto;
      position: fixed;
      z-index: 100;
      top: 60px;
      left: 0;
      padding-top: 8px;
      background-color: rgba(0, 0, 0, 0.8); }
    .site-header .header-search.active .search-container {
      display: block; }
    .site-header .header-search .container {
      position: relative;
      z-index: 2; }
    .site-header .header-search #ajaxsearchlite1 .probox {
      height: 55px; }
      .site-header .header-search #ajaxsearchlite1 .probox .promagnifier {
        width: 47px;
        height: 55px; }
      .site-header .header-search #ajaxsearchlite1 .probox .prosettings {
        display: none !important; }
      .site-header .header-search #ajaxsearchlite1 .probox .proinput input {
        height: 55px;
        font-size: 21px; }
      .site-header .header-search #ajaxsearchlite1 .probox .proinput input.autocomplete {
        margin-top: -55px !important; }
      .site-header .header-search #ajaxsearchlite1 .probox .proloading, .site-header .header-search #ajaxsearchlite1 .probox .proclose {
        width: 24px;
        height: 24px;
        margin-top: 15px; }
    .site-header .header-search .search-hide {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: default; }
  .site-header .header-cart {
    flex-shrink: 0;
    position: relative;
    margin: 0 -5px 0 22px; }
    .site-header .header-cart .cart-contents {
      display: block;
      position: relative;
      padding: 5px;
      text-decoration: none; }
      .site-header .header-cart .cart-contents:before, .site-header .header-cart .cart-contents:after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        background: url("../img/icons/ic-sprite.svg") no-repeat 0 0;
        transition: opacity 0.15s ease-in-out; }
      .site-header .header-cart .cart-contents:after {
        opacity: 0;
        position: absolute;
        z-index: 2;
        top: calc(50% - 12px);
        left: calc(50% - 12px);
        background-position-x: -24px; }
      .site-header .header-cart .cart-contents:hover:before, .site-header .header-cart .cart-contents:focus:before, .site-header .header-cart .cart-contents.active:before {
        opacity: 0; }
      .site-header .header-cart .cart-contents:hover:after, .site-header .header-cart .cart-contents:focus:after, .site-header .header-cart .cart-contents.active:after {
        opacity: 1; }
      .site-header .header-cart .cart-contents.active ~ #minicart-content-wrapper {
        opacity: 1 !important;
        pointer-events: all; }
    .site-header .header-cart .menu-cart-counter {
      min-width: 20px;
      height: 20px;
      position: absolute;
      z-index: 3;
      top: -6px;
      right: -4px;
      padding: 1px 2px 0 3px;
      border: 3px solid #fff;
      border-radius: 16px;
      background-color: #DF6352;
      text-align: center;
      line-height: 12px;
      font-weight: bold;
      font-size: 10px;
      color: #fff; }
    .site-header .header-cart #minicart-content-wrapper {
      top: calc(100% + 10px);
      right: -46px; }

body.admin-bar .site-header .header__fixed {
  top: 46px; }
body.admin-bar .site-header .header-search .search-container {
  height: calc(100vh - 60px - 46px);
  top: calc(60px + 46px); }
body.search-shown {
  overflow: hidden; }

@media (max-width: 991px) {
  body.nav-shown {
    overflow: hidden; }
  body.admin-bar .site-header .nav-content {
    height: calc(100vh - 32px);
    top: 32px; }
  body.admin-bar .site-header .nav-inner {
    min-height: calc(100vh - 32px); }

  .site-header .nav-content {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #d4d7de; }
    .site-header .nav-content .navbar-toggler {
      position: absolute;
      top: 0.35em;
      left: 0.35em;
      padding: 0.6em;
      font-size: 1em; }
      .site-header .nav-content .navbar-toggler img {
        width: 0.7em;
        height: 0.7em; }
    .site-header .nav-content .custom-logo-link {
      width: 100%;
      max-width: calc(100% - 6em);
      height: auto;
      flex-shrink: 0;
      display: block;
      margin: 0 auto;
      text-align: center; }
      .site-header .nav-content .custom-logo-link img {
        height: auto;
        max-height: 3.25em;
        display: inline; }
  .site-header .nav-inner {
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    padding-right: 0;
    padding-left: 0; }
  .site-header .navbar-nav-wrap {
    width: 100%; }
  .site-header .nav-wrap {
    flex: 1 1 auto;
    padding-top: 3.4em;
    padding-bottom: 3.4em; }
  .site-header .nav-mobile {
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "Open Sans Condensed", sans-serif; }
    .site-header .nav-mobile > li.current-menu-item > a:before, .site-header .nav-mobile > li.current_page_item > a:before, .site-header .nav-mobile > li.current-menu-ancestor > a:before, .site-header .nav-mobile > li.current-category-ancestor > a:before, .site-header .nav-mobile > li.current-post-ancestor > a:before, .site-header .nav-mobile > li.current-menu-parent > a:before, .site-header .nav-mobile > li.current_page_parent > a:before, .site-header .nav-mobile > li.current_page_ancestor > a:before {
      opacity: 1; }
    .site-header .nav-mobile > li > a {
      padding: 0.55em 2.5em; }
      .site-header .nav-mobile > li > a:before {
        content: '';
        height: 1.3em;
        display: block;
        opacity: 0;
        position: absolute;
        top: calc(50% - 0.65em - 2px);
        left: 0;
        border-left: 0.4em solid #DF6352; }
    .site-header .nav-mobile li {
      width: 20em;
      max-width: 100%;
      margin-right: auto;
      margin-left: auto; }
      .site-header .nav-mobile li.current-menu-item > a, .site-header .nav-mobile li.current_page_item > a, .site-header .nav-mobile li.current-menu-ancestor > a, .site-header .nav-mobile li.current-category-ancestor > a, .site-header .nav-mobile li.current-post-ancestor > a, .site-header .nav-mobile li.current-menu-parent > a, .site-header .nav-mobile li.current_page_parent > a, .site-header .nav-mobile li.current_page_ancestor > a {
        color: #DF6352; }
      .site-header .nav-mobile li.menu-item-has-children > a:after {
        content: '';
        width: 0.5em;
        height: 0.5em;
        display: block;
        position: absolute;
        top: calc(50% - 0.35em);
        right: 1em;
        border: 0.1em solid;
        border-top: none;
        border-right: none;
        transform: rotate(-45deg); }
      .site-header .nav-mobile li.menu-item-has-children.show-submenu > a:after {
        top: calc(50% - 0.15em);
        transform: rotate(135deg); }
    .site-header .nav-mobile a {
      position: relative;
      color: #8a94a6; }
      .site-header .nav-mobile a:hover, .site-header .nav-mobile a:focus {
        color: #DF6352; }
    .site-header .nav-mobile .sub-menu {
      padding: 0.25em 0 0.75em 2.5em;
      text-transform: none; }
      .site-header .nav-mobile .sub-menu a {
        padding: 0.25em 0 0.25em 1em; }
      .site-header .nav-mobile .sub-menu .sub-menu {
        padding-bottom: 0.25em;
        padding-left: 1em; }
  .site-header .nav-social {
    width: 100%;
    max-width: 20em;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 2em; }
    .site-header .nav-social li {
      display: block;
      margin: 0;
      padding: 0; }
    .site-header .nav-social a {
      display: block;
      padding: 0.5em; }
      .site-header .nav-social a:hover .menu-image, .site-header .nav-social a:focus .menu-image {
        opacity: 0; }
      .site-header .nav-social a:hover .hovered-image, .site-header .nav-social a:focus .hovered-image {
        opacity: 1; }
    .site-header .nav-social .menu-image-hover-wrapper {
      display: block;
      position: relative; }
    .site-header .nav-social img {
      width: 2em;
      height: 2em;
      display: block;
      transition: opacity 0.15s ease-in-out; }
    .site-header .nav-social .menu-image {
      z-index: 1; }
    .site-header .nav-social .hovered-image {
      opacity: 0;
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0; } }
@media (max-width: 991px) and (orientation: portrait) {
  .site-header .nav-content {
    font-size: 32px; }
  .site-header .nav-inner {
    padding-top: 0.55em;
    padding-bottom: 0.55em; } }
@media (max-width: 600px) and (orientation: portrait) {
  .site-header .nav-content {
    font-size: 26px; } }
@media (max-width: 480px) and (orientation: portrait) {
  .site-header .nav-content {
    font-size: 24px; } }
@media (max-width: 380px) and (orientation: portrait) {
  .site-header .nav-content {
    font-size: 20px; } }
@media (max-width: 991px) and (orientation: landscape) {
  .site-header .nav-content {
    font-size: 20px; }
  .site-header .nav-wrap {
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
  .site-header .nav-mobile > li > a {
    padding-top: 0.4em;
    padding-bottom: 0.4em; } }
@media (max-width: 782px) {
  body.admin-bar .site-header .nav-content {
    height: calc(100vh - 46px);
    top: 46px; }
  body.admin-bar .site-header .nav-inner {
    min-height: calc(100vh - 46px); } }
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }
@media (min-width: 768px) {
  .site-header {
    height: calc(30px + 80px); }
    .site-header .header-top {
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #DF6352;
      text-transform: uppercase;
      line-height: 20px;
      letter-spacing: 1px;
      font-weight: bold;
      font-size: 14px;
      color: #fff; }
      .site-header .header-top > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
        margin-left: 0; }
      .site-header .header-top a:not(:hover):not(:focus) {
        text-decoration: none;
        color: inherit; }
      .site-header .header-top a:hover, .site-header .header-top a:focus {
        color: #2e2e2e; }
      .site-header .header-top a[href*='tel:'] {
        position: relative;
        padding-left: 23px; }
        .site-header .header-top a[href*='tel:']:after {
          content: '';
          width: 14px;
          height: 20px;
          display: block;
          position: absolute;
          top: calc(50% - 10px);
          left: 0;
          background: url("../img/icons/ic-sprite.svg") no-repeat -40px -380px; }
      .site-header .header-top .widget_text {
        overflow: hidden;
        margin-right: 16px; }
        .site-header .header-top .widget_text .textwidget {
          margin-left: -23px;
          white-space: nowrap; }
        .site-header .header-top .widget_text a {
          position: relative;
          margin-left: 23px; }
          .site-header .header-top .widget_text a:before {
            content: '';
            width: 1px;
            height: 20px;
            display: block;
            position: absolute;
            top: calc(50% - 10px);
            left: -12px;
            background-color: #fff; }
        .site-header .header-top .widget_text br {
          display: none; }
      .site-header .header-top .nav-account {
        align-items: center;
        margin: 0 -17px 0 auto;
        padding: 0; }
        .site-header .header-top .nav-account li {
          display: block;
          margin: 0; }
          .site-header .header-top .nav-account li.current-menu-item a {
            color: #2e2e2e; }
          .site-header .header-top .nav-account li:not(:first-child) {
            position: relative;
            padding-left: 1px; }
            .site-header .header-top .nav-account li:not(:first-child):before {
              content: '';
              width: 1px;
              height: 20px;
              display: block;
              position: absolute;
              top: calc(50% - 10px);
              left: 0;
              background-color: #fff; }
        .site-header .header-top .nav-account a {
          padding-right: 17px;
          padding-left: 17px; }
          .site-header .header-top .nav-account a .menu-image-title-after {
            padding: 0; }
    .site-header .navbar > .container {
      height: 80px; }
    .site-header .header-search .search-container {
      height: calc(100vh - 30px - 80px);
      top: calc(30px + 80px); }
    .site-header .custom-logo-link {
      height: 76px; }

  body.admin-bar .site-header .header-search .search-container {
    height: calc(100vh - 30px - 80px - 46px);
    top: calc(30px + 80px + 46px); } }
@media (min-width: 783px) {
  body.admin-bar .site-header .header__fixed {
    top: 32px; }
  body.admin-bar .site-header .header-search .search-container {
    height: calc(100vh - 30px - 80px - 32px);
    top: calc(30px + 80px + 32px); } }
@media (min-width: 992px) {
  .site-header {
    height: calc(40px + 100px); }
    .site-header .header-top {
      height: 40px; }
    .site-header .navbar > .container {
      height: 100px; }
    .site-header .custom-logo-link {
      height: 86px;
      flex-shrink: 0;
      margin-right: 22px; }
    .site-header .navbar-toggler {
      display: none; }
    .site-header .nav-desktop {
      flex: 1 1 auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-right: -16px;
      margin-left: -16px;
      font-family: "Open Sans Condensed", sans-serif; }
      .site-header .nav-desktop li.current-menu-item > a, .site-header .nav-desktop li.current_page_item > a, .site-header .nav-desktop li.current-menu-ancestor > a, .site-header .nav-desktop li.current-category-ancestor > a, .site-header .nav-desktop li.current-post-ancestor > a, .site-header .nav-desktop li.current-menu-parent > a, .site-header .nav-desktop li.current_page_parent > a, .site-header .nav-desktop li.current_page_ancestor > a {
        color: #DF6352; }
      .site-header .nav-desktop li.menu-item-has-children > a {
        padding-right: 22px; }
        .site-header .nav-desktop li.menu-item-has-children > a:before, .site-header .nav-desktop li.menu-item-has-children > a:after {
          content: '';
          width: 6px;
          height: 11px;
          display: block;
          position: absolute;
          z-index: 1;
          top: calc(50% - 6px);
          right: 10px;
          background: url("../img/icons/ic-sprite.svg") no-repeat 0 -80px;
          transform: rotate(-90deg);
          transition: opacity 0.15s ease-in-out; }
        .site-header .nav-desktop li.menu-item-has-children > a:after {
          opacity: 0;
          z-index: 2;
          background-position-x: -10px; }
        .site-header .nav-desktop li.menu-item-has-children > a:hover:before, .site-header .nav-desktop li.menu-item-has-children > a:focus:before {
          opacity: 0; }
        .site-header .nav-desktop li.menu-item-has-children > a:hover:after, .site-header .nav-desktop li.menu-item-has-children > a:focus:after {
          opacity: 1; }
      .site-header .nav-desktop li.menu-item-has-children.show-submenu > a:before, .site-header .nav-desktop li.menu-item-has-children.show-submenu > a:after {
        transform: rotate(90deg); }
      .site-header .nav-desktop > li.current-menu-item:after, .site-header .nav-desktop > li.current_page_item:after, .site-header .nav-desktop > li.current-menu-ancestor:after, .site-header .nav-desktop > li.current-category-ancestor:after, .site-header .nav-desktop > li.current-post-ancestor:after, .site-header .nav-desktop > li.current-menu-parent:after, .site-header .nav-desktop > li.current_page_parent:after, .site-header .nav-desktop > li.current_page_ancestor:after {
        content: '';
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 2px solid #DF6352; }
      .site-header .nav-desktop > li.current-menu-item > a:before, .site-header .nav-desktop > li.current_page_item > a:before, .site-header .nav-desktop > li.current-menu-ancestor > a:before, .site-header .nav-desktop > li.current-category-ancestor > a:before, .site-header .nav-desktop > li.current-post-ancestor > a:before, .site-header .nav-desktop > li.current-menu-parent > a:before, .site-header .nav-desktop > li.current_page_parent > a:before, .site-header .nav-desktop > li.current_page_ancestor > a:before {
        opacity: 0; }
      .site-header .nav-desktop > li.current-menu-item > a:after, .site-header .nav-desktop > li.current_page_item > a:after, .site-header .nav-desktop > li.current-menu-ancestor > a:after, .site-header .nav-desktop > li.current-category-ancestor > a:after, .site-header .nav-desktop > li.current-post-ancestor > a:after, .site-header .nav-desktop > li.current-menu-parent > a:after, .site-header .nav-desktop > li.current_page_parent > a:after, .site-header .nav-desktop > li.current_page_ancestor > a:after {
        opacity: 1; }
      .site-header .nav-desktop > li > a {
        height: 40px;
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 16px; }
      .site-header .nav-desktop a {
        color: #8a94a6; }
        .site-header .nav-desktop a:hover, .site-header .nav-desktop a:focus {
          color: #DF6352; }
      .site-header .nav-desktop .sub-menu {
        width: 260px;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 11px 0 9px 0;
        box-shadow: 0 6px 10px 0 rgba(69, 73, 91, 0.3);
        background-color: #fff;
        text-transform: uppercase;
        font-size: 18px; }
        .site-header .nav-desktop .sub-menu a {
          display: block;
          padding: 10px 15px; }
        .site-header .nav-desktop .sub-menu li.menu-item-has-children > a {
          padding-right: 27px; }
          .site-header .nav-desktop .sub-menu li.menu-item-has-children > a:before, .site-header .nav-desktop .sub-menu li.menu-item-has-children > a:after {
            right: 15px; }
        .site-header .nav-desktop .sub-menu .sub-menu {
          top: -13px;
          left: calc(100% - 5px); }
    .site-header .nav-content {
      display: none !important; }
    .site-header .header-search .search-container {
      height: calc(100vh - 40px - 100px);
      top: calc(40px + 100px); }
    .site-header .header-cart #minicart-content-wrapper {
      right: 0; }

  body.admin-bar .site-header .header-search .search-container {
    height: calc(100vh - 40px - 100px - 32px);
    top: calc(40px + 100px + 32px); } }
@media (min-width: 1200px) {
  .site-header .custom-logo-link {
    margin-right: 49px; }
  .site-header .nav-desktop {
    margin-right: -18px;
    margin-left: -18px; }
    .site-header .nav-desktop > li.menu-item-has-children > a {
      padding-right: 30px; }
      .site-header .nav-desktop > li.menu-item-has-children > a:before, .site-header .nav-desktop > li.menu-item-has-children > a:after {
        right: 16px; }
    .site-header .nav-desktop > li > a {
      padding-right: 18px;
      padding-left: 18px; }
    .site-header .nav-desktop .sub-menu {
      left: 3px; }
  .site-header .header-search {
    margin-left: 49px; }
  .site-header .header-cart {
    margin-left: 49px; } }
@media screen and (prefers-reduced-motion: reduce) {
  .site-header .nav a, .site-header .nav a:before, .site-header .nav a:after {
    transition: none !important; } }
.section-hero {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #d4d7de;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .section-hero .hero-blur, .section-hero .hero-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .section-hero .hero-blur {
    z-index: 1;
    filter: blur(10px); }
  .section-hero .hero-img {
    z-index: 2; }
  .section-hero.is-blurred .hero-img {
    object-fit: contain; }
  .section-hero .hero-video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center; }
  .section-hero .container {
    min-width: 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding-top: 15px;
    padding-bottom: 15px; }
  .section-hero .hero-body {
    width: 100%;
    color: #fff; }
  .section-hero h1, .section-hero .h1, .section-hero h2, .section-hero .h2, .section-hero h3, .section-hero .h3, .section-hero h4, .section-hero .h4 {
    margin: 0;
    text-shadow: 1px 1px 1px #000;
    color: inherit; }
  .section-hero h2 {
    line-height: 1;
    font-size: 40px; }
    .section-hero h2 + h3, .section-hero h2 + .h3 {
      padding-top: 20px; }
    .section-hero h2 + h4, .section-hero h2 + .h4 {
      padding-top: 24px; }
  .section-hero h3 + h2, .section-hero .h3 + h2, .section-hero h4 + h2, .section-hero .h4 + h2 {
    margin-top: 0.125em; }
  .section-hero .anim-words {
    display: inline;
    position: relative;
    white-space: nowrap; }
    .section-hero .anim-words:before {
      content: '&';
      opacity: 0; }
  .section-hero .anim-word {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    text-decoration: underline;
    animation: rotateWord 18s linear infinite 0s; }

@keyframes rotateWord {
  0% {
    opacity: 0; }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@media (max-width: 576px) and (orientation: portrait) {
  .section-hero .container {
    min-height: calc(50vh - 30px); } }
@media (max-width: 576px) and (orientation: landscape) {
  .section-hero .container {
    min-height: 100vh; }

  body.admin-bar .section-hero .container {
    min-height: calc(100vh - 46px); } }
@media (min-width: 576px) {
  .section-hero h2 {
    font-size: 55px; } }
@media (min-width: 768px) {
  .section-hero .container {
    min-height: 400px; }
  .section-hero h2 {
    font-size: 70px; } }
@media (min-width: 992px) {
  .section-hero .container {
    min-height: 500px; }
  .section-hero h2 {
    font-size: 85px; } }
@media (min-width: 1200px) {
  .section-hero .container {
    min-height: 600px; }
  .section-hero h2 {
    font-size: 100px; } }
.section-hero-sm {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #d4d7de;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .section-hero-sm .hero-blur, .section-hero-sm .hero-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .section-hero-sm .hero-blur {
    z-index: 1;
    filter: blur(10px); }
  .section-hero-sm .hero-img {
    z-index: 2; }
  .section-hero-sm.is-blurred .hero-img {
    object-fit: contain; }
  .section-hero-sm .container {
    min-width: 0;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-hero-sm .hero-body {
    width: 100%;
    text-align: center;
    color: #fff; }
  .section-hero-sm h1, .section-hero-sm .h1, .section-hero-sm h2, .section-hero-sm .h2, .section-hero-sm h3, .section-hero-sm .h3, .section-hero-sm h4, .section-hero-sm .h4 {
    margin: 0;
    text-transform: inherit;
    text-shadow: 1px 1px 1px #000;
    font-weight: 400;
    color: inherit; }
  .section-hero-sm h2 {
    font-size: 26px; }
    .section-hero-sm h2:not(:last-child) {
      margin-bottom: 24px; }
  .section-hero-sm .bottom_text {
    opacity: 0.38;
    text-transform: uppercase; }
  .section-hero-sm .yikes-mailchimp-container {
    margin-top: 24px; }
  .section-hero-sm .yikes-mailchimp-form-description {
    margin-bottom: 5px; }
  .section-hero-sm form.yikes-easy-mc-form,
  .section-hero-sm form.sib_signup_form {
    max-width: 500px;
    position: relative;
    margin-right: auto;
    margin-left: auto; }
    .section-hero-sm form.yikes-easy-mc-form label,
    .section-hero-sm form.sib_signup_form label {
      display: block;
      margin-bottom: 16px; }
      .section-hero-sm form.yikes-easy-mc-form label > span,
      .section-hero-sm form.sib_signup_form label > span {
        display: block;
        margin-bottom: 0.5rem; }
      .section-hero-sm form.yikes-easy-mc-form label .form-control,
      .section-hero-sm form.sib_signup_form label .form-control {
        margin: 0;
        padding: 14px 15px 12px 15px;
        border: 1px solid #dedede;
        background-color: #fff; }
        .section-hero-sm form.yikes-easy-mc-form label .form-control:focus,
        .section-hero-sm form.sib_signup_form label .form-control:focus {
          box-shadow: inset 0 0 0 1px #DF6352 !important;
          border-color: #DF6352; }
          .section-hero-sm form.yikes-easy-mc-form label .form-control:focus::-ms-value,
          .section-hero-sm form.sib_signup_form label .form-control:focus::-ms-value {
            background-color: #fff;
            color: #2e2e2e; }
    .section-hero-sm form.yikes-easy-mc-form .btn,
    .section-hero-sm form.sib_signup_form .btn {
      width: 100%;
      min-height: 48px;
      margin: 0 !important;
      padding: 14px 15px 12px 15px; }
  .section-hero-sm .yikes-easy-mc-error-message,
  .section-hero-sm .yikes-easy-mc-success-message,
  .section-hero-sm .sib-alert-message {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding: 8px 10px !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: left;
    font-size: 14px !important; }
  .section-hero-sm .yikes-easy-mc-error-message,
  .section-hero-sm .yikes-easy-mc-success-message {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto; }
  .section-hero-sm .edit-link {
    display: none !important; }

@media (min-width: 415px) {
  .section-hero-sm form.yikes-easy-mc-form label,
  .section-hero-sm form.sib_signup_form label {
    margin: 0;
    padding-right: 170px; }
  .section-hero-sm form.yikes-easy-mc-form .btn,
  .section-hero-sm form.sib_signup_form .btn {
    width: 140px;
    position: absolute;
    bottom: 0;
    right: 0; } }
@media (max-width: 576px) and (orientation: portrait) {
  .section-hero-sm .container {
    min-height: calc(30vh - 30px); } }
@media (min-width: 576px) {
  .section-hero-sm h2 {
    font-size: 34px; } }
@media (min-width: 768px) {
  .section-hero-sm .container {
    min-height: 250px;
    padding-top: 35px;
    padding-bottom: 35px; }
  .section-hero-sm h2 {
    font-size: 36px; } }
@media (min-width: 992px) {
  .section-hero-sm .container {
    min-height: 300px; }
  .section-hero-sm h2 {
    font-size: 38px; } }
@media (min-width: 1200px) {
  .section-hero-sm .container {
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-hero-sm h2 {
    font-size: 40px; } }
.section-brands .section__title {
  margin-bottom: 34px; }
.section-brands .slides-wrap {
  margin-right: -20px;
  margin-left: -20px; }
.section-brands .slides {
  margin: 0 !important; }
  .section-brands .slides:not(.slick-initialized) {
    height: 100px;
    overflow: hidden;
    background: url("../img/icons/ic-loading.svg") no-repeat center;
    background-size: auto 50px; }
    .section-brands .slides:not(.slick-initialized) * {
      opacity: 0; }
.section-brands .slick-track {
  display: flex;
  align-items: center; }
.section-brands .slide {
  height: auto;
  display: block !important; }
.section-brands .slide-inner {
  display: block;
  padding: 0 20px;
  transition: none; }
  .section-brands .slide-inner img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100px;
    margin: 0 auto; }
.section-brands.section-brands--boxed .slides {
  margin-top: -25px !important;
  margin-bottom: -25px !important; }
.section-brands.section-brands--boxed .slide:not(.slick-current) {
  opacity: 0.5; }
.section-brands.section-brands--boxed .slide-inner {
  padding: 25px 15px; }
.section-brands.section-brands--boxed .slide-wrap {
  padding: 10px;
  box-shadow: 0 0 24px 0 rgba(82, 97, 115, 0.14);
  border-radius: 4px;
  background-color: #fff;
  transition: transform 0.15s ease-in-out, padding 0.15s ease-in-out; }

@media (max-width: 767px) {
  .section-brands .thumbs-wrap {
    display: none !important; } }
@media (max-width: 767px) {
  .section-brands .slider-arrow {
    display: none !important; } }
@media (min-width: 768px) {
  .section-brands .slides-wrap {
    position: relative; }
  .section-brands .slider-arrow {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 50%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    transform: translateY(-50%); }
    .section-brands .slider-arrow:before {
      content: '';
      width: 9px;
      height: 9px;
      display: block;
      position: absolute;
      top: 13px;
      border-bottom: 2px solid #182c4f;
      transform-origin: 50% 50%;
      transition: border-color 0.15s ease-in-out; }
    .section-brands .slider-arrow:focus {
      outline: thin solid #DF6352; }
    .section-brands .slider-arrow:hover:before, .section-brands .slider-arrow:focus:before {
      border-color: #DF6352; }
  .section-brands .slider-prev {
    left: -20px; }
    .section-brands .slider-prev:before {
      left: 14px;
      border-left: 2px solid #182c4f;
      transform: rotate(45deg); }
  .section-brands .slider-next {
    right: -20px; }
    .section-brands .slider-next:before {
      left: 11px;
      border-right: 2px solid #182c4f;
      transform: rotate(-45deg); }
  .section-brands.section-brands--boxed .slide:not(.slick-current) .slide-wrap {
    padding: 0;
    transform: scale(0.9); }
  .section-brands .thumbs-wrap {
    margin: 25px -20px 0 -20px; }
  .section-brands .thumbs {
    margin: 0 !important; }
    .section-brands .thumbs:not(.slick-initialized) {
      height: 70px;
      overflow: hidden;
      background: url("../img/icons/ic-loading.svg") no-repeat center;
      background-size: auto 50px; }
      .section-brands .thumbs:not(.slick-initialized) * {
        opacity: 0; }
  .section-brands .thumb {
    display: block;
    padding: 0 4px;
    transition: opacity 0.15s ease-in-out;
    cursor: pointer; }
    .section-brands .thumb:not(.slick-current) {
      opacity: 0.5; }
    .section-brands .thumb:hover {
      opacity: 1; }
    .section-brands .thumb img {
      width: auto;
      max-width: 100%;
      height: auto; } }
@media (min-width: 840px) {
  .section-brands .slider-prev {
    left: -50px; }
  .section-brands .slider-next {
    right: -50px; } }
@media (min-width: 992px) {
  .section-brands .slider-prev {
    left: -15px; }
  .section-brands .slider-next {
    right: -15px; } }
@media (min-width: 1024px) {
  .section-brands .slider-prev {
    left: -25px; }
  .section-brands .slider-next {
    right: -25px; } }
@media (min-width: 1200px) {
  .section-brands .slides-wrap {
    margin-right: -40px;
    margin-left: -40px; }
  .section-brands .slide-inner {
    padding-right: 40px;
    padding-left: 40px; }
  .section-brands .slider-prev {
    left: -5px; }
  .section-brands .slider-next {
    right: -5px; }
  .section-brands .thumbs-wrap {
    margin-right: -40px;
    margin-left: -40px; } }
@media (min-width: 1340px) {
  .section-brands .slides-wrap {
    margin-right: -90px;
    margin-left: -90px; }
  .section-brands .slider-prev {
    left: -20px; }
  .section-brands .slider-next {
    right: -20px; }
  .section-brands .thumbs-wrap {
    margin-right: -90px;
    margin-left: -90px; } }
.section-banner .banner__link {
  display: block;
  background-color: #F1F2F4;
  text-decoration: none;
  color: inherit; }
  .section-banner .banner__link:hover, .section-banner .banner__link:focus {
    color: inherit; }
.section-banner .banner__img {
  min-height: 200px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .section-banner .banner__img:before {
    content: '';
    display: block;
    padding-top: 50.877192982456140350877192982456%; }
  .section-banner .banner__img:after {
    content: '';
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #F1F2F4;
    transform: skewY(-2.49deg);
    transform-origin: bottom right; }
.section-banner .banner__body {
  padding: 15px; }
.section-banner .section__title:last-child {
  margin-bottom: 0; }
.section-banner .section__title + .btn-holder {
  margin-top: 0; }
.section-banner .banner__title {
  text-transform: none;
  line-height: 1.222222;
  font-size: 28px; }

@media (min-width: 576px) {
  .section-banner .banner__body {
    padding: 30px; }
  .section-banner .banner__title {
    font-size: 30px; } }
@media (min-width: 992px) {
  .section-banner.has-desktop .banner__link {
    display: flex; }
  .section-banner.has-desktop .banner__img {
    width: calc(50% + 15px); }
    .section-banner.has-desktop .banner__img:after {
      width: 30px;
      height: 100%;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      transform: skewX(-5.91deg);
      transform-origin: bottom left; }
  .section-banner.has-desktop .banner__body {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .section-banner .banner__body {
    padding: 15px 15px 15px 30px; }
  .section-banner .banner__title,
  .section-banner .btn-holder {
    text-align: left; }
  .section-banner .banner__title {
    font-size: 32px; } }
@media (min-width: 1200px) {
  .section-banner .banner__body {
    padding: 30px 30px 30px 65px; }
  .section-banner .banner__title {
    font-size: 36px; } }
.section-mbanner .container {
  position: relative; }
.section-mbanner .section__bg {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 15px;
  background-color: #5B3F4D;
  transform: skewY(-2.4deg);
  transform-origin: bottom left; }
.section-mbanner .section__inner {
  position: relative;
  z-index: 2;
  padding: 20px 15px 45px;
  color: #fff; }
.section-mbanner .banner__title {
  text-transform: none;
  color: inherit; }
.section-mbanner .btn-holder {
  margin-top: 0; }

@media (min-width: 768px) {
  .section-mbanner .banner__title {
    font-size: 36px; } }
@media (min-width: 992px) {
  .section-mbanner .section__bg {
    width: calc(100% - 60px);
    transform: skewX(-18.43deg); }
  .section-mbanner .section__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 65px; }
  .section-mbanner .section__title {
    margin: 0;
    text-align: left; }
  .section-mbanner .btn-holder {
    flex-shrink: 0;
    margin-left: 30px; } }
.section-hiw .items {
  margin-top: -35px; }
.section-hiw .item {
  margin-top: 35px; }
.section-hiw .item__inner {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
.section-hiw .item__img {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto; }
  .section-hiw .item__img:not(:last-child) {
    margin-bottom: 16px; }
  .section-hiw .item__img img {
    width: auto;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain; }
.section-hiw .item__sup-title {
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #DF6352; }
.section-hiw .item__title {
  margin-top: 0;
  line-height: 1.16666667;
  font-size: 24px; }
  .section-hiw .item__title:not(:last-child) {
    margin-bottom: 16px; }

@media (max-width: 991px) {
  .section-hiw .item__content br {
    display: none; } }
@media (min-width: 768px) {
  .section-hiw .items {
    margin-top: -40px; }
  .section-hiw .item {
    margin-top: 40px; } }
@media (min-width: 992px) {
  .section-hiw .item__img {
    height: 120px; }
  .section-hiw.section-hiw--sm .item__img {
    height: 100px; } }
@media (min-width: 1200px) {
  .section-hiw .items {
    margin-top: -50px;
    margin-right: -30px;
    margin-left: -30px; }
  .section-hiw .item {
    margin-top: 50px;
    padding-right: 30px;
    padding-left: 30px; }
  .section-hiw .item__img {
    height: 150px; }
    .section-hiw .item__img:not(:last-child) {
      margin-bottom: 40px; }
  .section-hiw .item__sup-title {
    margin-bottom: 6px; }
  .section-hiw .item__title:not(:last-child) {
    margin-bottom: 20px; }
  .section-hiw.section-hiw--sm .item__img {
    height: 125px; }
    .section-hiw.section-hiw--sm .item__img:not(:last-child) {
      margin-bottom: 32px; }
  .section-hiw.section-hiw--sm .item__title:not(:last-child) {
    margin-bottom: 18px; } }
.section-reward-points {
  background-color: #292929;
  color: #fff; }
  .section-reward-points .section__title h2 {
    color: inherit; }
  .section-reward-points .section__subtitle {
    color: inherit; }
  .section-reward-points .items {
    margin-top: -35px; }
  .section-reward-points .item {
    margin-top: 35px; }
  .section-reward-points .item__inner {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  .section-reward-points .item__img {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto; }
    .section-reward-points .item__img:not(:last-child) {
      margin-bottom: 12px; }
    .section-reward-points .item__img img {
      width: auto;
      max-height: 100%; }
  .section-reward-points .item__title {
    margin-top: 0;
    line-height: 1.4;
    font-size: 20px;
    color: inherit; }
    .section-reward-points .item__title:not(:last-child) {
      margin-bottom: 8px; }

@media (max-width: 991px) {
  .section-reward-points .item__content br {
    display: none; } }
@media (min-width: 768px) {
  .section-reward-points .items {
    margin-top: -40px; }
  .section-reward-points .item {
    margin-top: 40px; } }
@media (min-width: 992px) {
  .section-reward-points .content__col {
    padding-right: 5px; }
  .section-reward-points .items__col {
    padding-left: 25px; }
  .section-reward-points .item__img {
    height: 185px; } }
@media (min-width: 1200px) {
  .section-reward-points .items {
    margin-top: -50px; }
  .section-reward-points .item {
    margin-top: 50px; }
  .section-reward-points .item__img {
    height: 220px; } }
.section-redemption .items {
  margin-top: -30px; }
.section-redemption .item {
  margin-top: 30px; }
.section-redemption .item__inner {
  width: 100%;
  padding: 17px 10px 23px 10px;
  border: 2px solid #979797;
  border-radius: 6px;
  text-align: center; }
.section-redemption .item__title {
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px; }
.section-redemption .item__values {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 28px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  color: #2e2e2e; }
.section-redemption .item__val--highlighted {
  color: #DF6352; }
.section-redemption .val__sup {
  display: inline-block;
  margin-right: 2px;
  font-size: 24px;
  transform: translateY(-8px); }
  .section-redemption .val__sup ~ .val__label {
    padding-left: 19px; }
.section-redemption .val {
  line-height: inherit;
  font-size: 60px; }
.section-redemption .val__label {
  display: block; }
.section-redemption .item__eq {
  align-self: flex-start;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 60px; }

@media (min-width: 415px) {
  .section-redemption .item__values {
    padding-right: 28px; } }
@media (min-width: 992px) {
  .section-redemption .item__values {
    padding-right: 0; }
  .section-redemption .item__title {
    margin-bottom: 60px; }
  .section-redemption .val__sup {
    transform: translateY(-22px); }
  .section-redemption .val {
    font-size: 80px; }
  .section-redemption .item__eq {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 80px; } }
.section-team .items {
  margin-top: -60px; }
.section-team .item {
  margin-top: 60px; }
.section-team .item__inner {
  width: 100%;
  max-width: 410px;
  margin-right: auto;
  margin-left: auto; }
.section-team .item__img {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding-top: 100%;
  background-color: #d4d7de; }
  .section-team .item__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0; }
.section-team .item__title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.5555556;
  font-size: 18px; }
.section-team .item__position {
  margin-top: 6px;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.89;
  font-size: 16px;
  color: #DF6352; }
.section-team .item__content {
  margin-top: 12px; }

@media (min-width: 768px) {
  .section-team .item {
    display: flex; }
  .section-team .item__img {
    margin-bottom: 26px; }
  .section-team .item__content {
    margin-top: 18px; } }
@media (min-width: 1200px) {
  .section-team .item {
    display: flex; }
  .section-team .item__img {
    margin-bottom: 36px; }
  .section-team .item__content {
    margin-top: 25px; } }
.section-faq .item {
  position: relative;
  padding: 7px 1px; }
  .section-faq .item:not(:first-child) {
    margin-top: 16px; }
.section-faq .item__question h5 {
  position: static;
  margin: 0; }
.section-faq .item__question button {
  width: 100%;
  min-height: 1px;
  display: block;
  position: static;
  padding: 13px 0 13px 15px;
  outline: none;
  border: none;
  background: none;
  text-align: left;
  line-height: 1.5;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2e2e2e; }
  .section-faq .item__question button:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    transition: all 0.15s ease-in-out; }
  .section-faq .item__question button.collapsed .item__question-text:before {
    background-position-x: 0;
    transition: opacity 0.15s ease-in-out; }
  .section-faq .item__question button.collapsed .item__question-text:after {
    background-position-x: -50px;
    transition: opacity 0.15s ease-in-out; }
  .section-faq .item__question button:focus:before, .section-faq .item__question button:not(.collapsed):before {
    box-shadow: inset 0 0 0 1px #DF6352 !important;
    border-color: #DF6352; }
.section-faq .item__question-text {
  display: block;
  position: relative;
  z-index: 2;
  padding-right: 55px; }
  .section-faq .item__question-text:before, .section-faq .item__question-text:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 11px;
    background: url("../img/icons/ic-sprite.svg") no-repeat -100px -30px;
    transform: scale(0.8); }
  .section-faq .item__question-text:after {
    opacity: 0;
    z-index: 2;
    background-position-x: -100px; }
.section-faq .item__question:hover button:before {
  box-shadow: inset 0 0 0 1px #DF6352 !important;
  border-color: #DF6352; }
.section-faq .item__question:hover .item__question-text:before {
  opacity: 0; }
.section-faq .item__question:hover .item__question-text:after {
  opacity: 1; }
.section-faq .item__inner {
  position: relative;
  z-index: 3;
  padding: 12px 15px 13px 15px; }

@media (min-width: 768px) {
  .section-faq .item {
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 8px; }
  .section-faq .item__question button {
    padding-left: 28px; }
    .section-faq .item__question button:before {
      border-radius: 8px; }
  .section-faq .item__question-text {
    padding-right: 70px; }
    .section-faq .item__question-text:before, .section-faq .item__question-text:after {
      right: 20px;
      transform: none; }
  .section-faq .item__inner {
    padding-right: 20px;
    padding-left: 28px; } }
@media (min-width: 992px) {
  .section-faq .item__inner {
    padding-right: 70px; } }
@media screen and (prefers-reduced-motion: reduce) {
  .section-faq .item__question button:before,
  .section-faq .item__question .item__question-text:before,
  .section-faq .item__question .item__question-text:after {
    transition: none !important; } }
.section-faq-simple .row {
  margin-top: -30px; }
.section-faq-simple .item {
  margin-top: 30px; }
.section-faq-simple .item__title {
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 1.555555; }

@media (min-width: 768px) {
  .section-faq-simple .row {
    margin-top: -35px; }
  .section-faq-simple .item {
    margin-top: 35px; } }
@media (min-width: 1200px) {
  .section-faq-simple .row {
    margin-top: -40px; }
  .section-faq-simple .item {
    margin-top: 40px; } }
.section-faqs .form-search-group {
  position: relative; }
  .section-faqs .form-search-group input {
    padding-right: 48px; }
  .section-faqs .form-search-group button {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    border: none;
    border-radius: .25rem;
    background: none; }
    .section-faqs .form-search-group button:focus {
      outline: thin dotted #DF6352; }
    .section-faqs .form-search-group button:before, .section-faqs .form-search-group button:after {
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      left: calc(50% - 12px);
      transform: scale(0.666666); }
    .section-faqs .form-search-group button:before {
      background-position-x: -48px; }
    .section-faqs .form-search-group button:after {
      background-position-x: -72px; }
.section-faqs .list-filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-bottom: 0;
  padding: 0; }
  .section-faqs .list-filter li {
    display: flex;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .section-faqs .list-filter .btn {
    width: 100%;
    text-transform: none; }
.section-faqs .items {
  margin-top: 30px; }
.section-faqs .item:not(:first-child) {
  margin-top: 30px; }
.section-faqs .item-title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px; }

@media (min-width: 576px) and (max-width: 991px) {
  .section-faqs .gallery-filter form {
    display: flex;
    justify-content: space-between; }
  .section-faqs .gallery-filter .form-group {
    width: calc(50% - 15px); } }
@media (min-width: 576px) {
  .section-faqs .items {
    margin-top: 14px; } }
@media (min-width: 768px) {
  .section-faqs .items {
    margin-top: 24px; }
  .section-faqs .item:not(:first-child) {
    margin-top: 35px; }
  .section-faqs .item-title {
    margin-bottom: 8px; } }
@media (min-width: 992px) {
  .section-faqs .form-search-group {
    margin-bottom: 30px; }
  .section-faqs .items {
    margin-top: 50px; } }
@media (min-width: 1200px) {
  .section-faqs .items {
    margin-top: 60px; }
  .section-faqs .item-title {
    margin-bottom: 12px; } }
.section-contact-us .items {
  margin-top: -40px; }
.section-contact-us .item {
  margin-top: 40px; }
.section-contact-us .subitem:not(:first-child) {
  margin-top: 24px; }
.section-contact-us .nav-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 4px -4px -4px;
  padding: 0; }
.section-contact-us .menu-item {
  display: block;
  margin: 0;
  padding: 0; }
  .section-contact-us .menu-item > a {
    display: block;
    padding: 4px; }
.section-contact-us .menu-image-hover-wrapper {
  display: block;
  position: relative; }
  .section-contact-us .menu-image-hover-wrapper img {
    width: 28px;
    height: 28px;
    display: block; }
  .section-contact-us .menu-image-hover-wrapper .hovered-image {
    position: absolute;
    top: 0;
    left: 0; }

@media (min-width: 768px) {
  .section-contact-us .section__title,
  .section-contact-us .section__subtitle {
    text-align: left; } }
@media (min-width: 992px) {
  .section-contact-us .item__contacts {
    padding-left: 30px; } }
@media (min-width: 1200px) {
  .section-contact-us .item__contacts {
    padding-left: 110px; } }
.delivery-areas {
  background-color: #f8f9fb; }
  .delivery-areas .delivery__img {
    width: 100vw;
    height: 100%;
    display: block;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateX(-50%); }
  .delivery-areas .delivery__title {
    text-align: left; }
  .delivery-areas .delivery__subtitle {
    margin-top: -15px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 18px;
    color: #8b8b8b; }
  .delivery-areas .delivery__body {
    position: relative;
    z-index: 2; }
  .delivery-areas .form-groups .form-group {
    width: 100%; }
  .delivery-areas .form-groups .form-button {
    width: 100%;
    margin-top: 0; }
    .delivery-areas .form-groups .form-button .btn {
      width: 100%;
      position: relative;
      padding-right: 44px;
      padding-left: 44px; }
  .delivery-areas form.is-loading .btn {
    opacity: 0.25;
    pointer-events: none; }
    .delivery-areas form.is-loading .btn:after {
      content: "\e01c";
      display: block;
      position: absolute;
      top: calc(50% - 9px);
      left: 16px;
      font-family: WooCommerce;
      font-weight: 400;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite; }
  .delivery-areas .yikes-mailchimp-container form {
    position: relative; }
  .delivery-areas .yikes-mailchimp-container label {
    display: block;
    margin-bottom: 16px; }
    .delivery-areas .yikes-mailchimp-container label > span {
      display: block;
      margin-bottom: 0.5rem; }
    .delivery-areas .yikes-mailchimp-container label .form-control {
      padding: 14px 15px 12px 15px;
      border: 1px solid #dedede;
      background-color: #fff; }
      .delivery-areas .yikes-mailchimp-container label .form-control:focus {
        box-shadow: inset 0 0 0 1px #DF6352 !important;
        border-color: #DF6352; }
        .delivery-areas .yikes-mailchimp-container label .form-control:focus::-ms-value {
          background-color: #fff;
          color: #2e2e2e; }
  .delivery-areas .yikes-mailchimp-container .yikes-easy-mc-submit-button {
    width: 100%;
    min-height: 48px;
    margin: 0 !important;
    padding: 14px 15px 12px 15px; }
  .delivery-areas .yikes-mailchimp-container .edit-link {
    display: none; }
  .delivery-areas .delivery__success,
  .delivery-areas .delivery__fail {
    display: none; }

@media (min-width: 415px) {
  .delivery-areas .form-groups {
    display: flex;
    align-items: flex-end;
    margin-right: -15px;
    margin-left: -15px; }
    .delivery-areas .form-groups .form-group {
      width: 190px;
      flex-shrink: 0;
      margin: 0;
      padding-right: 15px;
      padding-left: 15px; }
    .delivery-areas .form-groups .form-button {
      flex: 1 1 auto;
      padding-right: 15px;
      padding-left: 15px; }
  .delivery-areas .yikes-mailchimp-container form {
    position: relative; }
  .delivery-areas .yikes-mailchimp-container label {
    margin: 0;
    padding-right: 170px; }
  .delivery-areas .yikes-mailchimp-container .yikes-easy-mc-submit-button {
    width: 140px;
    position: absolute;
    bottom: 0;
    right: 0; } }
@media (min-width: 768px) {
  .delivery-areas {
    display: flex;
    justify-content: center; }
    .delivery-areas .container {
      min-height: 280px;
      display: flex;
      align-items: stretch;
      margin-right: 0;
      margin-left: 0; }
    .delivery-areas .delivery__img-wrap {
      width: 100%;
      max-width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      position: relative; }
    .delivery-areas .delivery__img {
      width: 50vw;
      height: calc(100% + 100px);
      opacity: 1;
      top: -50px;
      right: 0;
      left: auto;
      transform: none; }
    .delivery-areas .delivery__body {
      width: 100%;
      max-width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-left: 30px; }
    .delivery-areas .delivery__subtitle {
      margin-top: -20px;
      margin-bottom: 35px;
      font-size: 19px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .delivery-areas .form-groups {
    flex-wrap: wrap; }
    .delivery-areas .form-groups .form-group,
    .delivery-areas .form-groups .form-button {
      width: 100%; }
    .delivery-areas .form-groups .form-group {
      margin-bottom: 16px; } }
@media (min-width: 1200px) {
  .delivery-areas .container {
    min-height: 380px; }
  .delivery-areas .delivery__img {
    height: calc(100% + 120px);
    top: -60px; }
  .delivery-areas .delivery__body {
    padding-left: 125px; }
  .delivery-areas .delivery__subtitle {
    margin-top: -25px;
    margin-bottom: 40px;
    font-size: 20px; } }
.section-testimonials .slides {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .section-testimonials .slides:not(.slick-initialized) {
    height: 200px;
    overflow: hidden;
    background: url("../img/icons/ic-loading.svg") no-repeat center;
    background-size: auto 80px; }
    .section-testimonials .slides:not(.slick-initialized) * {
      opacity: 0; }

.section-testimonials--default {
  z-index: 6;
  color: #fff; }
  .section-testimonials--default .section__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }
    .section-testimonials--default .section__bg:before, .section-testimonials--default .section__bg:after {
      content: '';
      width: 200%;
      height: 60%;
      position: absolute;
      z-index: 1;
      background-color: #5B3F4D; }
    .section-testimonials--default .section__bg:before {
      top: 0;
      right: 0;
      transform: skewY(-3.77deg);
      transform-origin: top right; }
    .section-testimonials--default .section__bg:after {
      bottom: 66px;
      left: 0;
      transform: skewY(-3.77deg);
      transform-origin: bottom left; }
  .section-testimonials--default .container {
    position: relative;
    z-index: 2;
    padding-top: 80px; }
  .section-testimonials--default .section__title h2 {
    color: inherit; }
  .section-testimonials--default .slides {
    position: static;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .section-testimonials--default .slide {
    text-align: center; }
  .section-testimonials--default .slide__content {
    line-height: 1.5;
    font-size: 20px;
    color: #fff; }
    .section-testimonials--default .slide__content:not(:last-child) {
      margin-bottom: 30px; }
    .section-testimonials--default .slide__content > :first-child:before {
      content: '“ '; }
    .section-testimonials--default .slide__content > :last-child:after {
      content: ' ”'; }
  .section-testimonials--default .slide__author {
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
    color: inherit; }
  .section-testimonials--default .slide__img {
    width: 160px;
    height: 160px;
    margin-top: 13px;
    border-radius: 100%; }
  .section-testimonials--default .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 0;
    margin: 0;
    padding: 0; }
    .section-testimonials--default .slick-dots li {
      display: block;
      margin: 0; }
      .section-testimonials--default .slick-dots li.slick-active button:before {
        width: 12px;
        height: 12px;
        background-color: #DF6352; }
    .section-testimonials--default .slick-dots button {
      min-height: 0;
      display: block;
      padding: 3px;
      border: none;
      background: none;
      line-height: 0;
      font-size: 0; }
      .section-testimonials--default .slick-dots button:before {
        content: '';
        width: 8px;
        height: 8px;
        display: block;
        border-radius: 100%;
        background-color: #dedede;
        transition: all 0.15s ease-in-out; }
      .section-testimonials--default .slick-dots button:hover:before, .section-testimonials--default .slick-dots button:focus:before {
        background-color: #DF6352; }

.section-testimonials--blocks .container {
  max-width: 100% !important;
  padding-right: 0;
  padding-left: 0; }
.section-testimonials--blocks .slides {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -25px !important;
  margin-bottom: -25px !important;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.section-testimonials--blocks .slide {
  transition: opacity 0.3s ease-in-out; }
  .section-testimonials--blocks .slide:not(.slick-current) {
    opacity: 0.5; }
.section-testimonials--blocks .slide__wrap {
  width: 100vw !important;
  max-width: 570px;
  display: block !important;
  padding: 25px 15px; }
.section-testimonials--blocks .slide__inner {
  padding: 15px;
  box-shadow: 0 0 24px 0 rgba(82, 97, 115, 0.14);
  border-radius: 4px;
  background-color: #fff; }
.section-testimonials--blocks .slide__img {
  width: 125px;
  height: 125px;
  display: block;
  margin-bottom: 6px;
  border-radius: 100%; }
.section-testimonials--blocks .slide__author {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #182c4f; }
.section-testimonials--blocks .slide__position {
  text-align: center;
  font-size: 14px;
  color: #8b8b8b; }
.section-testimonials--blocks .slide__rating {
  width: 150px;
  overflow: hidden;
  margin-top: 6px;
  background: url("../img/icons/ic-sprite.svg") no-repeat 0 -140px; }
.section-testimonials--blocks .slide__rating-inner {
  width: 0;
  height: 23px;
  max-width: 100%;
  background: url("../img/icons/ic-sprite.svg") no-repeat 0 -170px; }
.section-testimonials--blocks .slide__content {
  margin-top: 20px;
  font-style: italic;
  color: #000; }
.section-testimonials--blocks .slick-arrow {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-radius: 0;
  background-color: transparent !important;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer; }
  .section-testimonials--blocks .slick-arrow:before {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    border-left: 3px solid #182c4f;
    border-bottom: 3px solid #182c4f;
    border-bottom-left-radius: 3px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    transform-origin: 50% 50%; }
.section-testimonials--blocks .slick-prev {
  left: 0; }
  .section-testimonials--blocks .slick-prev:before {
    transform: translate(-30%, -50%) rotate(45deg); }
.section-testimonials--blocks .slick-next {
  right: 0; }
  .section-testimonials--blocks .slick-next:before {
    transform: translate(-60%, -50%) rotate(-135deg); }

@media (max-width: 767px) {
  .section-testimonials--blocks .slick-arrow {
    display: none !important; } }
@media (min-width: 576px) {
  .section-testimonials--default .slide__content {
    font-size: 22px; }
    .section-testimonials--default .slide__content:not(:last-child) {
      margin-bottom: 40px; } }
@media (min-width: 768px) {
  .section-testimonials--default .container {
    padding-top: 100px; }
  .section-testimonials--default .slide__content {
    font-size: 24px; }
    .section-testimonials--default .slide__content:not(:last-child) {
      margin-bottom: 60px; }
  .section-testimonials--default .slick-dots {
    top: 40px; }

  .section-testimonials--blocks .slide__inner {
    padding: 15px 30px 30px 30px; } }
@media (min-width: 992px) {
  .section-testimonials--default .slide__content {
    font-size: 26px; }
    .section-testimonials--default .slide__content:not(:last-child) {
      margin-bottom: 80px; }

  .section-testimonials--blocks .slick-arrow.slick-prev {
    left: 32px; }
  .section-testimonials--blocks .slick-arrow.slick-next {
    right: 32px; } }
@media (min-width: 1200px) {
  .section-testimonials--default .container {
    padding-top: 120px; }
  .section-testimonials--default .slide__content {
    font-size: 28px; }
    .section-testimonials--default .slide__content:not(:last-child) {
      margin-bottom: 100px; }
  .section-testimonials--default .slick-dots {
    top: 60px; } }
@media (min-width: 1600px) {
  .section-testimonials--default .container {
    padding-top: calc(100vw * 0.041666666 + 60px); }
  .section-testimonials--default .section__bg:after {
    bottom: 115px;
    left: 50%;
    transform: skewY(-3.77deg) translateX(-50%); }
  .section-testimonials--default .slick-dots {
    top: calc(100vw * 0.041666666); } }
.section-comparison .table-wrap {
  background-color: #f8f9fb; }
.section-comparison table {
  width: 100%;
  border: none; }
.section-comparison th, .section-comparison td {
  border: none;
  border-bottom: 1px solid #e1e4e8;
  vertical-align: middle; }
  .section-comparison th:not(:first-child), .section-comparison td:not(:first-child) {
    border-left: 1px solid #e1e4e8; }
.section-comparison .comp__th {
  height: 75px;
  padding: 7px 15px;
  border-bottom: 1px solid #e1e4e8;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #2e2e2e; }
  .section-comparison .comp__th .comp__cell-wrap {
    max-height: 60px; }
  .section-comparison .comp__th img {
    width: auto;
    max-height: 60px; }
.section-comparison .comp__row-title .comp__cell-wrap {
  display: flex;
  align-items: center; }
.section-comparison .comp__row-title .comp__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px; }
  .section-comparison .comp__row-title .comp__icon img {
    width: auto;
    max-height: 100%;
    display: block; }
.section-comparison .comp__row-title .comp__title {
  margin: 0;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  font-size: 20px; }
.section-comparison .comp__row-reg:last-child th, .section-comparison .comp__row-reg:last-child td {
  border-bottom: none; }
.section-comparison .comp__row-reg th, .section-comparison .comp__row-reg td {
  height: 120px;
  padding: 15px; }
.section-comparison .comp__row-reg td {
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  color: #4a4a4a; }
  .section-comparison .comp__row-reg td big {
    line-height: 1.4285714285714285714285714285714;
    font-size: 28px; }
  .section-comparison .comp__row-reg td small {
    line-height: 1.5;
    font-size: 16px;
    color: #8b8b8b; }
  .section-comparison .comp__row-reg td i {
    display: block;
    margin-top: 9px;
    line-height: 1.333333;
    font-size: 18px; }
  .section-comparison .comp__row-reg td.comp__td--special {
    background: #DF6352 linear-gradient(132.96deg, #DF6352 0%, #5B3F4D 100%);
    color: #fff; }
    .section-comparison .comp__row-reg td.comp__td--special * {
      color: inherit; }

@media (max-width: 991px) {
  .section-comparison .container {
    max-width: 100%; } }
@media (max-width: 767px) {
  .section-comparison .comp__row-mob th {
    padding: 15px; }
  .section-comparison .comp__row-mob:not(:first-child) th {
    padding-top: 40px; }
  .section-comparison .comp__row-reg th:nth-child(2), .section-comparison .comp__row-reg td:nth-child(2) {
    border-left: none; } }
@media (max-width: 575px) {
  .section-comparison .table-wrap {
    background-color: transparent; }
  .section-comparison table, .section-comparison tbody, .section-comparison tr, .section-comparison .comp__row-mob th {
    display: block; }
  .section-comparison thead {
    display: none; }
  .section-comparison .comp__row-mob {
    background-color: #f8f9fb; }
    .section-comparison .comp__row-mob th {
      padding-top: 10px;
      padding-bottom: 10px; }
    .section-comparison .comp__row-mob:not(:first-child) th {
      margin-top: 30px;
      padding-top: 10px; }
  .section-comparison .comp__row-reg {
    background-color: #f8f9fb; }
    .section-comparison .comp__row-reg td {
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      padding: 15px 0;
      border-left: none !important; }
    .section-comparison .comp__row-reg .comp__title-wrap {
      width: 150px;
      max-width: 40%;
      height: auto;
      flex-shrink: 0;
      margin-right: 16px;
      border: none;
      text-align: left;
      font-size: 16px; }
    .section-comparison .comp__row-reg .comp__text-wrap {
      width: 100%;
      text-align: left; }
    .section-comparison .comp__row-reg td {
      font-size: 18px; }
      .section-comparison .comp__row-reg td big {
        display: block;
        font-size: 24px; }
      .section-comparison .comp__row-reg td small {
        display: block;
        margin-top: -5px;
        font-size: 14px; }
      .section-comparison .comp__row-reg td br {
        display: none; }
    .section-comparison .comp__row-reg td.comp__td--special {
      background: none; }
      .section-comparison .comp__row-reg td.comp__td--special .comp__text-wrap {
        margin: -15px 0;
        padding: 15px 10px;
        background: #DF6352 linear-gradient(132.96deg, #DF6352 0%, #5B3F4D 100%); } }
@media (min-width: 768px) {
  .section-comparison .comp__row-title .comp__icon {
    width: 35px;
    height: 35px;
    margin-right: 12px; }
  .section-comparison .comp__text-wrap {
    max-width: 190px;
    margin-right: auto;
    margin-left: auto; } }
@media (min-width: 992px) {
  .section-comparison .comp__row-title .comp__icon {
    width: 40px;
    height: 40px;
    margin-right: 15px; }
  .section-comparison .comp__row-reg .comp__row-title {
    padding-left: 60px; } }
.section-cuscon .section__content--quotes {
  position: relative; }
  .section-cuscon .section__content--quotes:before, .section-cuscon .section__content--quotes:after {
    content: '';
    width: 136px;
    height: 112px;
    display: block;
    position: absolute;
    z-index: 1;
    background: url("../img/icons/ic-sprite.svg") no-repeat 0 -260px; }
  .section-cuscon .section__content--quotes:before {
    top: -42px;
    left: -20px;
    transform: scale(0.6); }
  .section-cuscon .section__content--quotes:after {
    right: -24px;
    bottom: -32px;
    transform: scale(-0.6); }
.section-cuscon .content-wrap {
  position: relative;
  z-index: 2; }
.section-cuscon .section__column:not(:first-child) {
  margin-top: 40px; }
.section-cuscon .col__row:not(:first-child) {
  margin-top: 30px; }
.section-cuscon .col__title {
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 20px;
  color: #DF6352; }
  .section-cuscon .col__title:not(:last-child) {
    margin-bottom: 12px; }
.section-cuscon iframe[data-src*="/maps/"],
.section-cuscon iframe[src*="/maps/"] {
  display: block; }

@media (min-width: 576px) {
  .section-cuscon .section__content--quotes:before {
    left: -48px;
    transform: scale(0.6); }
  .section-cuscon .section__content--quotes:after {
    right: -32px;
    bottom: -32px;
    transform: scale(-0.6); } }
@media (min-width: 768px) {
  .section-cuscon .section__content--quotes:before {
    transform: scale(0.8); }
  .section-cuscon .section__content--quotes:after {
    transform: scale(-0.8); } }
@media (min-width: 992px) {
  .section-cuscon .section__row {
    display: flex; }
    .section-cuscon .section__row .section__title,
    .section-cuscon .section__row .btn-holder {
      text-align: left; }
    .section-cuscon .section__row .section__content {
      width: 100%;
      flex: 1 1 auto; }
  .section-cuscon .section__column {
    width: 350px;
    flex-shrink: 0;
    margin-left: 60px; }
    .section-cuscon .section__column:not(:first-child) {
      margin-top: 0; }
  .section-cuscon .col__row:not(:first-child) {
    margin-top: 40px; } }
@media (min-width: 1200px) {
  .section-cuscon .section__content--quotes:before {
    transform: scale(1); }
  .section-cuscon .section__content--quotes:after {
    right: -12px;
    transform: scale(-1); }
  .section-cuscon .section__column {
    margin-left: 125px; } }
.free-shipping-counter {
  margin-top: -40px; }
  .free-shipping-counter .section__content {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    padding: 12px 15px 12px 72px;
    background-color: #121212;
    color: #fff; }
    .free-shipping-counter .section__content:before {
      content: '';
      width: 42px;
      height: 24px;
      display: block;
      position: absolute;
      top: calc(50% - 12px);
      left: 15px;
      background: url("../img/icons/ic-sprite.svg") no-repeat -240px 0; }
  .free-shipping-counter h3 {
    margin: 0;
    font-size: 18px;
    color: inherit; }
    .free-shipping-counter h3:not(:last-child) {
      margin-bottom: 4px; }

@media (min-width: 576px) {
  .free-shipping-counter {
    margin-top: -20px; }
    .free-shipping-counter .section__content {
      margin-right: 0;
      margin-left: 0; } }
@media (min-width: 768px) {
  .free-shipping-counter h3 {
    font-size: 19px; } }
@media (min-width: 992px) {
  .free-shipping-counter .section__content {
    padding-right: 20px;
    padding-left: 77px; }
  .free-shipping-counter .counter__not-eligible[style*="block"] {
    display: flex !important;
    align-items: center;
    justify-content: space-between; }
  .free-shipping-counter h3:not(:last-child) {
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  .free-shipping-counter .counter__not-eligible:before {
    content: '';
    width: 140px;
    display: block; }
  .free-shipping-counter .counter__eligible {
    padding-right: 57px;
    text-align: center; }
  .free-shipping-counter h3 {
    font-size: 20px; } }
.section-fridge-locs .items {
  margin-top: -30px; }
.section-fridge-locs .item__inner {
  position: relative;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 8px; }
.section-fridge-locs .item__title {
  margin-top: 0;
  margin-bottom: 8px; }
.section-fridge-locs .item__link-wrap {
  margin-bottom: 8px;
  text-align: right; }
.section-fridge-locs .item__link {
  position: relative;
  padding-right: 32px;
  padding-left: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit; }
  .section-fridge-locs .item__link:before, .section-fridge-locs .item__link:after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    border-radius: 100%;
    background: url("../img/icons/ic-sprite.svg") no-repeat -155px -35px;
    transform: translateY(-50%) rotate(90deg);
    transition: opacity 0.15s ease-in-out; }
  .section-fridge-locs .item__link:after {
    opacity: 0;
    z-index: 2;
    background-position-x: -105px; }
  .section-fridge-locs .item__link:hover:before, .section-fridge-locs .item__link:focus:before {
    opacity: 0; }
  .section-fridge-locs .item__link:hover:after, .section-fridge-locs .item__link:focus:after {
    opacity: 1; }
.section-fridge-locs .item__hours {
  margin-top: 4px; }
.section-fridge-locs .item__sh-day:not(:last-child):after {
  content: '|';
  margin-right: 4px;
  margin-left: 4px; }

@media (min-width: 768px) {
  .section-fridge-locs .item__inner {
    position: relative;
    margin-top: 30px;
    padding: 18px 20px 15px 20px;
    border: 1px solid #dedede;
    border-radius: 8px; }
  .section-fridge-locs .item__inner {
    position: relative; }
  .section-fridge-locs .item__title, .section-fridge-locs .item__content {
    padding-right: 140px; }
  .section-fridge-locs .item__link-wrap {
    margin-bottom: 0; }
  .section-fridge-locs .item__link {
    position: absolute;
    top: 22px;
    right: 15px;
    padding-right: 42px; }
    .section-fridge-locs .item__link:before, .section-fridge-locs .item__link:after {
      width: 40px;
      height: 40px;
      background-position: -150px -30px; }
    .section-fridge-locs .item__link:after {
      background-position-x: -100px; } }
@media (min-width: 1200px) {
  .section-fridge-locs .item__inner {
    padding-right: 30px;
    padding-left: 30px; }
  .section-fridge-locs .item__link {
    right: 25px; } }
.section-imgtext {
  background-color: #f8f9fb; }
  .section-imgtext .img__wrap {
    margin-bottom: 1em;
    text-align: center; }
    .section-imgtext .img__wrap img {
      width: 100%;
      height: auto;
      display: block; }
  .section-imgtext .section__title.h2-sm {
    margin-bottom: 24px; }
    .section-imgtext .section__title.h2-sm h2 {
      line-height: 1.2;
      font-weight: normal;
      font-size: 30px; }
  .section-imgtext .section__disclaimer {
    margin-top: 2em;
    font-size: 14px; }

@media (min-width: 992px) {
  .section-imgtext.has-image {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .section-imgtext.has-image .container {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: center;
      padding-right: 0;
      padding-left: 0; }
    .section-imgtext.has-image .img__wrap, .section-imgtext.has-image .section__body {
      width: 50%;
      max-width: 50%;
      flex: 0 0 50%; }
    .section-imgtext.has-image .img__wrap {
      align-self: flex-start; }
    .section-imgtext.has-image .section__body {
      padding: 30px calc(50% - 465px) 30px 30px;
      display: flex;
      flex-direction: column; }
    .section-imgtext.has-image .section__title, .section-imgtext.has-image .section__disclaimer {
      flex-shrink: 0; }
    .section-imgtext.has-image .section__content {
      flex: 1 1 auto; }
  .section-imgtext .img__wrap {
    margin: 0;
    background-color: #d8dde8; }
  .section-imgtext .section__title {
    text-align: left; }
  .section-imgtext .btn-holder {
    text-align: left; } }
@media (min-width: 1200px) {
  .section-imgtext.has-image .section__body {
    padding-right: calc(50% - 555px);
    padding-left: 60px; }
  .section-imgtext .section__title.h2-sm h2 {
    font-size: 34px; } }
.section-insta .slides-wrap {
  position: relative; }
.section-insta .slides {
  margin: 0 !important; }
  .section-insta .slides:not(.slick-initialized) {
    height: 100px;
    overflow: hidden;
    background: url("../img/icons/ic-loading.svg") no-repeat center;
    background-size: auto 50px; }
    .section-insta .slides:not(.slick-initialized) *, .section-insta .slides:not(.slick-initialized) ~ .slider-arrow {
      opacity: 0; }
.section-insta .slick-list {
  padding: 0 !important; }
.section-insta .slick-track {
  display: flex;
  align-items: center;
  border-bottom: 5px solid #fff; }
.section-insta .slide {
  height: auto;
  display: block !important; }
.section-insta .slide-inner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff; }
  .section-insta .slide-inner:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .section-insta .slide-inner svg {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    color: #DF6352;
    transform: translate(-50%, -50%); }
.section-insta .csbi_photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }
.section-insta .slider-arrow {
  width: 50px;
  height: calc(100% - 5px);
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5); }
  .section-insta .slider-arrow:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: 3px solid #182c4f;
    transform-origin: 50% 50%;
    transition: border-color 0.15s ease-in-out; }
  .section-insta .slider-arrow:focus {
    outline: thin solid #DF6352; }
  .section-insta .slider-arrow:hover:before, .section-insta .slider-arrow:focus:before {
    border-color: #DF6352; }
.section-insta .slider-prev {
  left: 0; }
  .section-insta .slider-prev:before {
    left: calc(50% - 4px);
    border-left: 3px solid #182c4f;
    transform: rotate(45deg); }
.section-insta .slider-next {
  right: 0; }
  .section-insta .slider-next:before {
    left: calc(50% - 14px);
    border-right: 3px solid #182c4f;
    transform: rotate(-45deg); }

@media (min-width: 576px) {
  .section-insta .slider-arrow {
    width: 100px; } }
.section-locations .section__subtitle {
  max-width: 540px; }
.section-locations .group:not(:first-child) {
  margin-top: 60px; }
.section-locations .group__title {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.89px;
  color: #DF6352; }
.section-locations .group__title-wrap {
  display: inline-block;
  position: relative;
  padding-bottom: 11px; }
  .section-locations .group__title-wrap:after {
    content: '';
    width: calc(100% + 100px);
    position: absolute;
    bottom: 0;
    left: -50px;
    border-top: 4px solid; }
.section-locations .items {
  margin-top: -30px; }
.section-locations .item {
  margin-top: 30px; }
.section-locations .item__inner {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #dedede;
  border-radius: 2px; }
.section-locations .item__header {
  padding: 10px 28px;
  border-bottom: 1px solid #dedede;
  text-align: center; }
.section-locations .item__sup-title {
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  color: #2e2e2e; }
.section-locations .item__title {
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 24px; }
.section-locations .item__body {
  padding: 20px 28px 16px 28px; }
.section-locations .item__row {
  position: relative;
  padding-left: 26px; }
  .section-locations .item__row:not(:first-child) {
    margin-top: 12px; }
.section-locations .item__phone:before, .section-locations .item__address:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 8px;
  left: -4px;
  background: url(../img/icons/ic-sprite.svg) no-repeat -168px -4px; }
.section-locations .item__address:before {
  background-position: -216px 0; }
.section-locations .item__directions {
  line-height: 16px;
  font-size: 14px;
  color: #DF6352; }
  .section-locations .item__directions:not(:first-child) {
    margin-top: 6px; }
  .section-locations .item__directions a:not(:focus):not(:hover) {
    color: inherit; }
  .section-locations .item__directions .gt {
    display: inline-block;
    transform: translateY(1px); }
.section-locations .item__footer {
  width: calc(100% + 2px);
  min-height: 67px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 -1px -1px;
  padding: 16px 28px 4px 28px;
  border-radius: 0 0 2px 2px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  color: #fff; }
  .section-locations .item__footer--bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #DF6352;
    transform: skewY(-2.78deg);
    transform-origin: top right; }
  .section-locations .item__footer--content {
    position: relative;
    z-index: 5; }

@media (min-width: 576px) {
  .section-locations .group:not(:first-child) {
    margin-top: 70px; }
  .section-locations .item__inner {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .section-locations .item__header {
    width: 100%;
    min-height: 90px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center; }
  .section-locations .item__body {
    width: 100%;
    flex: 1 1 auto; }
  .section-locations .item__footer {
    flex-shrink: 0; } }
@media (min-width: 576px) and (max-width: 767px) {
  .section-locations .item__header, .section-locations .item__footer {
    padding-right: 16px;
    padding-left: 16px; }
  .section-locations .item__body {
    padding: 16px; } }
@media (min-width: 768px) {
  .section-locations .group:not(:first-child) {
    margin-top: 80px; }
  .section-locations .group__title {
    margin-bottom: 50px; }
  .section-locations .item__title {
    font-size: 26px; }
  .section-locations .item__body {
    padding-bottom: 28px; } }
@media (min-width: 992px) {
  .section-locations .group__title {
    font-size: 32px; } }
@media (min-width: 1200px) {
  .section-locations .group:not(:first-child) {
    margin-top: 90px; }
  .section-locations .group__title {
    margin-bottom: 60px; } }
.section-timg .section__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #d4d7de; }
  .section-timg .section__img:before {
    content: '';
    display: block;
    padding-top: 71.929824561403508771929824561404%; }
  .section-timg .section__img:after {
    content: '';
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transform: skewY(-2.49deg);
    transform-origin: bottom right; }
.section-timg .section__title:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .section-timg .section__img {
    margin-bottom: 20px; } }
@media (min-width: 992px) {
  .section-timg.has-desktop .section__inner {
    display: flex; }
  .section-timg.has-desktop .section__img {
    width: calc(50% + 15px);
    margin-bottom: 0; }
    .section-timg.has-desktop .section__img:after {
      width: 30px;
      height: 100%;
      top: 0;
      bottom: auto; }
  .section-timg.has-desktop .section__body {
    width: calc(50% - 15px); }
  .section-timg .section__title {
    text-align: left; }
  .section-timg--right.has-desktop .section__img:after {
    right: auto;
    left: 0;
    transform: skewX(-4.18deg);
    transform-origin: top right; }
  .section-timg--right .section__body {
    padding-right: 30px; }
  .section-timg--left.has-desktop .section__img:after {
    right: 0;
    left: auto;
    transform: skewX(4.18deg);
    transform-origin: top right; }
  .section-timg--left .section__body {
    padding-left: 30px; } }
@media (min-width: 1200px) {
  .section-timg--right .section__body {
    padding-right: 65px; }
  .section-timg--left .section__body {
    padding-left: 65px; } }
.section-reviews .review-stats {
  margin-top: -4px; }
  .section-reviews .review-stats .stat {
    margin-top: 4px; }
  .section-reviews .review-stats .stat-wrap {
    width: 100%;
    max-width: 300px;
    min-height: 100px;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding: 11px 20px 7px 20px;
    background-color: #f8f9fb; }
  .section-reviews .review-stats .stat-img {
    width: 48px;
    flex-shrink: 0;
    margin-right: 26px; }
    .section-reviews .review-stats .stat-img img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 100%; }
  .section-reviews .review-stats .stat-body {
    width: 100%;
    flex: 1 1 auto;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    color: #2e2e2e; }
  .section-reviews .review-stats .stat-name {
    margin-bottom: 7px;
    font-weight: bold; }
  .section-reviews .review-stats .stat-rating {
    display: flex;
    align-items: center; }
  .section-reviews .review-stats .rating-label {
    margin-right: 19px;
    line-height: 0.75;
    font-weight: 500;
    font-size: 32px; }
  .section-reviews .review-stats .star-rating {
    width: 120px; }
    .section-reviews .review-stats .star-rating:before {
      background-position-y: -200px; }
    .section-reviews .review-stats .star-rating span {
      background-position-y: -230px; }
  .section-reviews .review-stats .stat-based {
    margin-top: 8px; }
.section-reviews .reviews-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px; }
  .section-reviews .reviews-top:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dedede; }
  .section-reviews .reviews-top .add-review, .section-reviews .reviews-top .form-group {
    margin-bottom: 20px; }
.section-reviews .reviews-order-by {
  width: 255px; }
.section-reviews .reviews:not(:first-child) {
  margin-top: 46px; }
.section-reviews .review {
  padding: 20px 15px;
  background-color: #f8f9fb; }
  .section-reviews .review:not(:first-child) {
    margin-top: 8px; }
.section-reviews .review-header {
  display: flex;
  align-items: flex-start; }
.section-reviews .review-logo {
  width: 60px;
  flex-shrink: 0;
  margin-right: 15px;
  margin-bottom: 20px; }
  .section-reviews .review-logo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%; }
.section-reviews .review-top {
  width: 100%;
  flex: 1 1 auto;
  margin-bottom: 20px; }
.section-reviews .review-rating {
  margin-top: -4px;
  margin-right: -50px;
  transform: scale(0.666666);
  transform-origin: left; }
  .section-reviews .review-rating:not(:last-child) {
    margin-bottom: 8px; }
.section-reviews .review-author {
  margin: 0;
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
  color: #2e2e2e; }
.section-reviews .review-date {
  line-height: 16px;
  font-size: 14px;
  color: #2e2e2e; }
.section-reviews .review-source {
  width: 32px;
  flex-shrink: 0;
  margin: -8px -3px 20px 15px; }
  .section-reviews .review-source img {
    width: 100%;
    display: block;
    border-radius: 100%; }
.section-reviews .review-form {
  max-width: 730px;
  margin: 30px auto 0; }
.section-reviews .reviews-bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .section-reviews .reviews-bot .add-review {
    margin-top: 30px; }
  .section-reviews .reviews-bot .paginate-links {
    margin-top: 30px; }

@media (max-width: 414px) {
  .section-reviews .add-review,
  .section-reviews .reviews-order-by {
    width: 100%; }
  .section-reviews .add-review .btn {
    width: 100%; } }
@media (max-width: 414px), (min-width: 992px) and (max-width: 1199px) {
  .section-reviews .review-stats .stat-img {
    margin-right: 16px; } }
@media (min-width: 576px) {
  .section-reviews .review-stats {
    margin-top: -20px; }
    .section-reviews .review-stats .stat {
      margin-top: 20px; }
  .section-reviews .review-logo {
    margin-right: 30px; }
  .section-reviews .review-source {
    margin-left: 30px; } }
@media (min-width: 768px) {
  .section-reviews .review-stats .stat {
    display: flex; }
  .section-reviews .review-stats .stat-wrap {
    max-width: 100%; }
  .section-reviews .reviews-top {
    flex-direction: row;
    justify-content: space-between; }
  .section-reviews .reviews-order-by {
    margin-left: auto; }
  .section-reviews .review-logo {
    width: 70px; }
  .section-reviews .review-rating {
    margin-top: -2px;
    margin-right: 0;
    transform: scale(0.82); }
    .section-reviews .review-rating:not(:last-child) {
      margin-bottom: 12px; }
  .section-reviews .review-author {
    font-size: 18px; }
  .section-reviews .review-date:not(:first-child) {
    margin-top: 3px; }
  .section-reviews .review-form {
    margin-top: 38px; }
  .section-reviews .reviews-bot {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8px; }
    .section-reviews .reviews-bot .paginate-links {
      margin-left: auto; } }
@media (min-width: 992px) {
  .section-reviews .review-content {
    padding-right: 100px;
    padding-left: 100px; } }
@media (min-width: 1200px) {
  .section-reviews .review-logo {
    width: 80px;
    margin-right: 65px; }
  .section-reviews .review-rating {
    margin-top: 0;
    transform: scale(1); }
    .section-reviews .review-rating:not(:last-child) {
      margin-bottom: 15px; }
  .section-reviews .review-author {
    font-size: 20px; }
  .section-reviews .review-date:not(:first-child) {
    margin-top: 5px; }
  .section-reviews .review-content {
    padding-right: 145px;
    padding-left: 145px; }
  .section-reviews .review-form {
    margin-top: 48px; }
  .section-reviews .reviews-bot {
    margin-top: 18px; } }
.section-gallery .gallery-filter {
  margin-bottom: 30px; }
.section-gallery .hmp-gallery {
  margin-top: -30px; }
.section-gallery .hmp-photo {
  display: flex;
  margin-top: 30px;
  line-height: 1.4; }
  .section-gallery .hmp-photo a {
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit; }
    .section-gallery .hmp-photo a:hover:before, .section-gallery .hmp-photo a:focus:before {
      box-shadow: 0 0 5px rgba(223, 99, 82, 0.75); }
    .section-gallery .hmp-photo a:before {
      content: '';
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      display: block;
      position: absolute;
      z-index: 1;
      top: -10px;
      left: -10px;
      transition: box-shadow 0.15s ease-in-out; }
  .section-gallery .hmp-photo-img {
    position: relative;
    z-index: 5;
    background-color: #d4d7de; }
    .section-gallery .hmp-photo-img:before {
      content: '';
      display: block;
      padding-top: 91.428571428571428571428571428571%; }
  .section-gallery .hmp-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
.section-gallery .hmp-excerpt {
  position: relative;
  z-index: 5;
  margin-top: 12px; }

@media (max-width: 575px) {
  .section-gallery .hmp-photo a {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto; } }
@media (min-width: 992px) {
  .section-gallery .list-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
    padding: 0;
    line-height: normal;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #2e2e2e; }
    .section-gallery .list-filter li {
      display: block;
      margin: 0 0 10px;
      padding-right: 5px;
      padding-left: 5px; }
      .section-gallery .list-filter li.current a {
        color: #DF6352; }
        .section-gallery .list-filter li.current a:after {
          opacity: 1; }
    .section-gallery .list-filter a {
      display: block;
      position: relative;
      padding: 5px 10px;
      text-decoration: none;
      color: inherit; }
      .section-gallery .list-filter a:hover, .section-gallery .list-filter a:focus, .section-gallery .list-filter a:visited:hover, .section-gallery .list-filter a:visited:focus {
        color: #DF6352; }
      .section-gallery .list-filter a:after {
        content: '';
        width: calc(100% - 20px);
        height: 2px;
        display: block;
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 10px;
        background-color: #DF6352;
        transition: opacity 0.15s ease-in-out; }
  .section-gallery .hmp-photo {
    font-size: 18px; } }
@media (min-width: 1200px) {
  .section-gallery .gallery-filter {
    margin-bottom: 40px; }
  .section-gallery .list-filter {
    margin-right: -20px;
    margin-left: -20px;
    font-size: 28px; }
    .section-gallery .list-filter li {
      margin-bottom: 20px;
      padding-right: 10px;
      padding-left: 10px; }
  .section-gallery .hmp-photo {
    font-size: 20px; } }
.section-sticky {
  z-index: 20; }
  .section-sticky .section__inner {
    width: 100%;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    box-shadow: 0 1px 5px 0 rgba(18, 18, 18, 0.5);
    background-color: #fff; }
  .section-sticky .btn-holder:first-child {
    margin-top: 0; }

@media (max-width: 575px) {
  .section-sticky .btn-holder {
    width: calc( 100% + 30px);
    margin-right: -15px;
    margin-left: -15px; }
    .section-sticky .btn-holder .btn {
      width: 100%;
      border-radius: 0; } }
@media (min-width: 576px) and (orientation: portrait) {
  .section-sticky .section__inner {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 576px) and (orientation: landscape) {
  .section-sticky .section__inner {
    padding-top: 5px;
    padding-bottom: 5px; } }
@media (min-width: 768px) and (orientation: portrait) {
  .section-sticky .section__inner {
    padding-top: 20px;
    padding-bottom: 20px; } }
@media (min-width: 992px) and (orientation: landscape) {
  .section-sticky .section__inner {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 1200px) and (orientation: landscape) {
  .section-sticky .section__inner {
    padding-top: 20px;
    padding-bottom: 20px; } }
.site-footer {
  position: relative;
  z-index: 10;
  background-color: #5B3F4D;
  color: #fff; }
  .site-footer .container {
    padding-right: 0;
    padding-left: 0; }
  .site-footer .footer-block {
    padding-right: 15px;
    padding-left: 15px; }
  .site-footer a:not(:hover):not(:focus) {
    text-decoration: none;
    color: inherit; }
  .site-footer .footer-top {
    padding-top: 8px;
    padding-bottom: 32px; }
    .site-footer .footer-top .widget {
      margin: 0; }
    .site-footer .footer-top .footer-block {
      margin-top: 30px; }
  .site-footer .footer-subscription {
    width: 100%; }
    .site-footer .footer-subscription:not(:last-child) {
      padding-bottom: 10px; }
    .site-footer .footer-subscription h2 {
      margin-top: 0;
      margin-bottom: 12px;
      text-align: center;
      color: inherit; }
    .site-footer .footer-subscription .yikes-mailchimp-form-description {
      margin-bottom: 25px;
      text-align: center;
      line-height: 1.5;
      font-size: 16px; }
    .site-footer .footer-subscription form {
      width: 100%;
      max-width: 685px;
      display: flex;
      flex-wrap: wrap;
      margin-right: auto;
      margin-left: auto; }
    .site-footer .footer-subscription label {
      width: calc(100% - 50px);
      display: block;
      margin: 0;
      color: inherit; }
    .site-footer .footer-subscription span.EMAIL-label {
      display: block;
      margin-bottom: 5px;
      text-transform: uppercase;
      line-height: 1.1428571428571428571428571428571;
      letter-spacing: 1px;
      font-weight: bold;
      font-size: 14px;
      color: inherit; }
    .site-footer .footer-subscription .form-control {
      height: 48px;
      margin: 0;
      padding: 13px 16px;
      outline: none !important;
      border: 1px solid #dedede;
      border-radius: 4px 0 0 4px;
      background-color: #fff;
      line-height: 20px;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: normal;
      font-size: 16px;
      color: #2e2e2e;
      transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out; }
      .site-footer .footer-subscription .form-control:focus {
        box-shadow: inset 0 0 0 1px #DF6352;
        border-color: #DF6352; }
        .site-footer .footer-subscription .form-control:focus::-ms-value {
          background-color: #fff;
          color: #2e2e2e; }
      .site-footer .footer-subscription .form-control::-webkit-input-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      .site-footer .footer-subscription .form-control::-ms-input-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      .site-footer .footer-subscription .form-control:-ms-input-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      .site-footer .footer-subscription .form-control::-moz-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      .site-footer .footer-subscription .form-control:-moz-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      .site-footer .footer-subscription .form-control:placeholder {
        opacity: 1;
        color: #8b8b8b; }
    .site-footer .footer-subscription .yikes-easy-mc-submit-button {
      width: 50px;
      min-height: 48px;
      display: block;
      align-self: flex-end;
      position: relative;
      margin: 0;
      padding: 0;
      border-radius: 0 4px 4px 0;
      line-height: 0;
      font-size: 0; }
      .site-footer .footer-subscription .yikes-easy-mc-submit-button:before {
        content: '';
        width: 12px;
        height: 10px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background: url("../img/icons/ic-sprite.svg") no-repeat -25px -380px;
        transform: translate(-50%, -50%) scale(1.2); }
    .site-footer .footer-subscription .yikes-easy-mc-error-message,
    .site-footer .footer-subscription .yikes-easy-mc-success-message {
      margin-bottom: 8px;
      padding: 8px 10px;
      font-size: 14px; }
    .site-footer .footer-subscription .edit-link {
      display: none; }
  .site-footer .footer-logo {
    width: 100%; }
    .site-footer .footer-logo img {
      width: auto;
      max-height: 150px;
      display: block;
      margin: 0 auto; }
  .site-footer .footer-navigation {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 1;
    font-size: 16px; }
    .site-footer .footer-navigation ul {
      width: 250px;
      max-width: 100%;
      display: block;
      margin: -4px auto;
      padding: 0; }
    .site-footer .footer-navigation li {
      display: block;
      margin: 0;
      padding: 4px 0; }
      .site-footer .footer-navigation li.current-menu-item > a, .site-footer .footer-navigation li.current_page_item > a, .site-footer .footer-navigation li.current-menu-ancestor > a, .site-footer .footer-navigation li.current-category-ancestor > a, .site-footer .footer-navigation li.current-post-ancestor > a, .site-footer .footer-navigation li.current-menu-parent > a, .site-footer .footer-navigation li.current_page_parent > a, .site-footer .footer-navigation li.current_page_ancestor > a {
        font-weight: bold;
        color: #DF6352; }
    .site-footer .footer-navigation a {
      display: inline-block;
      padding: 12px 16px;
      text-decoration: none; }
    .site-footer .footer-navigation .sub-menu {
      display: none !important; }
  .site-footer .footer-contacts {
    width: 250px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    line-height: 1.4285714285714285714285714285714;
    letter-spacing: 1px;
    font-size: 14px; }
    .site-footer .footer-contacts .footer-contact:not(:first-child) {
      margin-top: 20px; }
    .site-footer .footer-contacts .footer-address {
      position: relative;
      padding-left: 32px; }
      .site-footer .footer-contacts .footer-address:before {
        content: '';
        width: 20px;
        height: 24px;
        display: block;
        position: absolute;
        top: calc(50% - 12px);
        left: 0;
        background: url(../img/icons/ic-location-white-min.png) no-repeat 5px 0;
        background-size: 13px 24px; }
    .site-footer .footer-contacts a[href*='tel:'], .site-footer .footer-contacts a[href*='mailto:'] {
      display: inline-block;
      position: relative;
      padding-left: 32px; }
      .site-footer .footer-contacts a[href*='tel:']:hover:before, .site-footer .footer-contacts a[href*='tel:']:focus:before, .site-footer .footer-contacts a[href*='mailto:']:hover:before, .site-footer .footer-contacts a[href*='mailto:']:focus:before {
        opacity: 0; }
      .site-footer .footer-contacts a[href*='tel:']:hover:after, .site-footer .footer-contacts a[href*='tel:']:focus:after, .site-footer .footer-contacts a[href*='mailto:']:hover:after, .site-footer .footer-contacts a[href*='mailto:']:focus:after {
        opacity: 1; }
      .site-footer .footer-contacts a[href*='tel:']:before, .site-footer .footer-contacts a[href*='tel:']:after, .site-footer .footer-contacts a[href*='mailto:']:before, .site-footer .footer-contacts a[href*='mailto:']:after {
        content: '';
        width: 20px;
        height: 24px;
        display: block;
        position: absolute;
        top: calc(50% - 12px);
        left: 0; }
      .site-footer .footer-contacts a[href*='tel:']:before, .site-footer .footer-contacts a[href*='mailto:']:before {
        z-index: 1; }
      .site-footer .footer-contacts a[href*='tel:']:after, .site-footer .footer-contacts a[href*='mailto:']:after {
        opacity: 0;
        z-index: 2; }
    .site-footer .footer-contacts a[href*='tel:']:before, .site-footer .footer-contacts a[href*='tel:']:after {
      background: url(../img/icons/ic-phone-white-min.png) no-repeat 2px 4px;
      background-size: 16px 16px; }
    .site-footer .footer-contacts a[href*='mailto:']:before, .site-footer .footer-contacts a[href*='mailto:']:after {
      background: url(../img/icons/ic-email-white-min.png) no-repeat 0px 5px;
      background-size: 20px 14px; }
  .site-footer .footer-bot {
    padding-top: 0;
    padding-bottom: 24px;
    line-height: 1.7777778;
    font-size: 15.75px; }
    .site-footer .footer-bot:not(:first-child) {
      border-top: 1px solid #fff; }
    .site-footer .footer-bot .footer-block {
      margin-top: 16px; }
  .site-footer .footer-copyrights {
    text-align: center; }
  .site-footer .footer-social .nav {
    align-items: center;
    justify-content: center;
    margin: -10px;
    padding: 0; }
  .site-footer .footer-social li {
    display: block;
    margin: 0;
    padding: 0; }
  .site-footer .footer-social a {
    display: block;
    padding: 10px;
    text-decoration: none; }
    .site-footer .footer-social a:hover .menu-image, .site-footer .footer-social a:focus .menu-image {
      opacity: 0; }
    .site-footer .footer-social a:hover .hovered-image, .site-footer .footer-social a:focus .hovered-image {
      opacity: 1; }
  .site-footer .footer-social .menu-image-hover-wrapper {
    display: block;
    position: relative; }
  .site-footer .footer-social img {
    width: 28px;
    height: 28px;
    display: block;
    transition: opacity 0.15s ease-in-out; }
  .site-footer .footer-social .menu-image {
    z-index: 1; }
  .site-footer .footer-social .hovered-image {
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0; }

@media (min-width: 320px) {
  .site-footer .footer-navigation {
    display: flex;
    justify-content: center; }
    .site-footer .footer-navigation ul {
      width: 50%;
      margin-right: 0;
      margin-left: 0; } }
@media (min-width: 414px) {
  .site-footer .footer-top .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .site-footer .footer-logo {
    width: 180px;
    max-width: 44%; }
    .site-footer .footer-logo img {
      margin-left: 0; }
  .site-footer .footer-contacts {
    max-width: 56%;
    margin-right: 0; } }
@media (min-width: 768px) {
  .site-footer .footer-subscription:not(:last-child) {
    padding-bottom: 20px; }
  .site-footer .footer-subscription .yikes-mailchimp-form-description {
    margin-bottom: 35px; }
  .site-footer .footer-navigation ul {
    display: flex; }
  .site-footer .footer-navigation li {
    width: 50%; }
  .site-footer .footer-bot {
    padding-bottom: 16px; }
    .site-footer .footer-bot .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .site-footer .footer-copyrights {
    text-align: left; }
  .site-footer .footer-social {
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .site-footer .footer-subscription h2 {
    font-size: 40px; }
  .site-footer .footer-logo {
    width: 220px; }
    .site-footer .footer-logo img {
      max-height: 190px; }
  .site-footer .footer-contacts {
    width: 310px;
    flex-shrink: 0; }
  .site-footer .footer-navigation ul {
    width: 50%;
    max-width: 250px;
    display: block; }
  .site-footer .footer-navigation li {
    width: 100%; }
  .site-footer.has-logo .footer-navigation {
    width: calc(100% - 220px); }
  .site-footer.has-contacts .footer-navigation {
    width: calc(100% - 310px); }
  .site-footer.has-logo.has-contacts .footer-navigation {
    width: calc(100% - 530px); }
  .site-footer .footer-social .nav {
    justify-content: flex-start; } }
@media (min-width: 1200px) {
  .site-footer .footer-subscription:not(:last-child) {
    padding-bottom: 30px; } }
@media screen and (prefers-reduced-motion: reduce) {
  .site-footer .footer-social img,
  .site-footer .footer-contacts a:before,
  .site-footer .footer-contacts a:after {
    transition: none !important; } }
body.category.archive .page-title {
  margin-bottom: 0; }
body.category.archive .archive-description {
  padding-top: 20px; }

.blog__main .blog__items {
  margin-top: -30px; }
.blog__main .blog__item {
  margin-top: 30px; }
.blog__main .post__inner {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .blog__main .post__inner:hover {
    box-shadow: 0 0 5px rgba(223, 99, 82, 0.75);
    border-color: rgba(222, 222, 222, 0); }
    .blog__main .post__inner:hover .post__thumbnail img {
      transform: scale(1.06) rotate(2deg); }
.blog__main .post__thumbnail {
  overflow: hidden;
  display: block;
  position: relative;
  margin: -1px -1px 12px -1px;
  padding-top: 68.965517241379310344827586206897%;
  border-radius: 4px 4px 0 0;
  background-color: #d4d7de; }
  .blog__main .post__thumbnail:focus img {
    transform: scale(1.06) rotate(2deg); }
  .blog__main .post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease-in-out; }
.blog__main .post__title {
  padding-right: 16px;
  padding-left: 16px;
  text-transform: uppercase;
  line-height: 1.555555;
  letter-spacing: 1px;
  font-size: 18px; }
  .blog__main .post__title a {
    text-decoration: none; }
.blog__main .post__meta {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  line-height: 1.25;
  font-size: 16px;
  color: #333; }
.blog__main .posted-on__label {
  display: none; }
.blog__main .post__content {
  margin-top: 12px; }
  .blog__main .post__content .wp-video {
    width: calc(100% + 2px) !important;
    max-width: calc(100% + 2px);
    margin-right: -1px;
    margin-left: -1px; }
  .blog__main .post__content:first-child .wp-video {
    margin-top: -1px; }
  .blog__main .post__content:last-child .wp-video:last-child {
    margin-bottom: -21px; }

@media (min-width: 768px) {
  .blog__main .blog__items {
    margin-top: -35px; }
  .blog__main .blog__item {
    display: flex;
    flex-direction: column;
    margin-top: 35px; }
  .blog__main .post__inner {
    width: 100%;
    flex: 1 1 auto; }
  .blog__main .post__content {
    margin-top: 16px; } }
@media (min-width: 992px) {
  body.category.archive header.page-header {
    text-align: left; }
  body.category.archive .archive-description {
    width: calc( (100% + 30px) * 0.666667 - 30px); }

  .blog__main .post__content {
    margin-top: 24px; }

  .blog__aside {
    padding-left: 30px; } }
@media (min-width: 1200px) {
  .blog__main .blog__items {
    margin-top: -40px; }
  .blog__main .blog__item {
    margin-top: 40px; }

  .blog__aside {
    padding-left: 95px; } }
@media screen and (prefers-reduced-motion: reduce) {
  .blog__main .post__inner,
  .blog__main .post__thumbnail img {
    transition: none !important; } }
.blog-post .post__thumbnail {
  margin-bottom: 20px;
  background-color: #d4d7de; }
  .blog-post .post__thumbnail img {
    width: 100%;
    display: block; }
.blog-post .page-meta {
  margin-bottom: 20px; }
  .blog-post .page-meta .posted-on a {
    text-decoration: none;
    color: inherit; }
  .blog-post .page-meta .posted-on__label {
    display: none; }
.blog-post .page-header {
  text-align: left; }
.blog-post .page-content big {
  color: #8b8b8b; }
.blog-post .page-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-weight: bold;
  color: #2e2e2e; }
  .blog-post .page-content ul li {
    position: relative;
    padding-left: 24px; }
    .blog-post .page-content ul li:before {
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      position: absolute;
      top: calc(50% - 4px);
      left: 0;
      border-radius: 100%;
      background-color: #DF6352; }
.blog-post .page-content a {
  text-decoration: underline;
  color: #DF6352; }
.blog-post .page-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  clear: both;
  margin-top: 24px; }
.blog-post .cat-links, .blog-post .edit-link {
  display: none; }
.blog-post .tags-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  line-height: 0;
  font-size: 0;
  color: transparent; }
  .blog-post .tags-links a {
    display: block;
    margin-top: 16px;
    margin-left: 8px;
    padding: 5px 8px;
    border: 1px solid #dedede;
    border-radius: 7px;
    background-color: #fff;
    text-decoration: none;
    line-height: 1.25;
    font-weight: bold;
    font-size: 16px !important;
    color: #333; }
    .blog-post .tags-links a:hover, .blog-post .tags-links a:focus {
      border-color: #DF6352; }
.blog-post .the_champ_sharing_container {
  margin: 15px 0 0 auto; }

@media (max-width: 575px) {
  .blog-post .post__thumbnail {
    margin-right: -15px;
    margin-left: -15px; }

  img.alignleft, img.alignright {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: 0; } }
@media (min-width: 576px) {
  .blog-post .post__thumbnail {
    border-radius: 7px; }
    .blog-post .post__thumbnail img {
      border-radius: 7px; } }
@media (min-width: 768px) {
  .blog-post .page-content ul, .blog-post .page-content ol, .blog-post .page-content p, .blog-post .page-content table, .blog-post .page-content blockquote {
    margin-top: 1.25em;
    margin-bottom: 1.25em; }
    .blog-post .page-content ul:first-child, .blog-post .page-content ol:first-child, .blog-post .page-content p:first-child, .blog-post .page-content table:first-child, .blog-post .page-content blockquote:first-child {
      margin-top: 0; }
    .blog-post .page-content ul:last-child, .blog-post .page-content ol:last-child, .blog-post .page-content p:last-child, .blog-post .page-content table:last-child, .blog-post .page-content blockquote:last-child {
      margin-bottom: 0; }
  .blog-post .page-footer {
    margin-top: 34px; } }
@media (min-width: 1200px) {
  .blog-post .page-content ul, .blog-post .page-content ol, .blog-post .page-content p, .blog-post .page-content table, .blog-post .page-content blockquote {
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
  .blog-post .page-footer {
    margin-top: 44px; } }
.entry-content > .woocommerce {
  width: 100%; }

.woocommerce nav.woocommerce-breadcrumb {
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-left: 18px;
  font-size: inherit;
  color: inherit; }
  .woocommerce nav.woocommerce-breadcrumb:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    background: url("../img/icons/ic-sprite.svg") no-repeat -20px -80px; }

@media (min-width: 768px) {
  .woocommerce nav.woocommerce-breadcrumb {
    margin-top: -30px;
    margin-bottom: 30px; } }
@media (min-width: 1200px) {
  .woocommerce nav.woocommerce-breadcrumb {
    margin-top: -40px;
    margin-bottom: 35px; } }
/*
.woocommerce nav.woocommerce-breadcrumb{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: inherit;
    color: inherit;

    &:before, &:after{
        display: none;
    }
    a{
        color: inherit;

        &:hover, &:focus{
            color: $link-color-hover;
        }
        &:first-child{
            position: relative;
            padding-left: 18px;
    
            &:before{
                content: '';
                width: 12px;
                height: 12px;
                display: block;
                position: absolute;
                top: calc(50% - 6px);
                left: 0;
                background: url($image-sprite-url) no-repeat -20px -80px;
            }
        }
    }
}
@media (min-width: 576px){
}
@media (min-width: 768px){
    .woocommerce nav.woocommerce-breadcrumb{
        margin-top: -30px;
        margin-bottom: 30px;
    }
}
@media (min-width: 992px){
}
@media (min-width: 1200px){
    .woocommerce nav.woocommerce-breadcrumb{
        margin-top: -40px;
        margin-bottom: 35px;
    }
}
*/
.woocommerce nav.yoast-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: inherit;
  color: inherit; }
  .woocommerce nav.yoast-breadcrumb:before, .woocommerce nav.yoast-breadcrumb:after {
    display: none; }
  .woocommerce nav.yoast-breadcrumb .breadcrumb-home {
    position: relative;
    padding-left: 18px; }
    .woocommerce nav.yoast-breadcrumb .breadcrumb-home:before {
      content: '';
      width: 12px;
      height: 12px;
      display: block;
      position: absolute;
      top: calc(50% - 6px);
      left: 0;
      background: url("../img/icons/ic-sprite.svg") no-repeat -20px -80px; }
  .woocommerce nav.yoast-breadcrumb a {
    color: inherit; }
    .woocommerce nav.yoast-breadcrumb a:hover, .woocommerce nav.yoast-breadcrumb a:focus {
      color: #DF6352; }
    .woocommerce nav.yoast-breadcrumb a[href$="/menu/"], .woocommerce nav.yoast-breadcrumb a[href$="/menu"] {
      display: none; }
      .woocommerce nav.yoast-breadcrumb a[href$="/menu/"] + .separator, .woocommerce nav.yoast-breadcrumb a[href$="/menu"] + .separator {
        display: none; }

@media (min-width: 768px) {
  .woocommerce nav.yoast-breadcrumb {
    margin-top: -30px;
    margin-bottom: 30px; } }
@media (min-width: 1200px) {
  .woocommerce nav.yoast-breadcrumb {
    margin-top: -40px;
    margin-bottom: 35px; } }
.woocommerce .woocommerce-NoticeGroup-checkout {
  float: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-bottom: 30px !important;
  padding-right: 15px;
  padding-left: 46px; }
  .woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
    min-height: 40px !important;
    margin-right: 0;
    margin-left: 8px;
    padding-top: 10px !important;
    padding-bottom: 8px !important; }

.woocommerce-message {
  border-top-color: #3ed3a3; }
  .woocommerce-message:before {
    color: #3ed3a3; }
  .woocommerce-message .woocommerce-add-to-cart-msg {
    display: flex;
    align-items: center; }
    .woocommerce-message .woocommerce-add-to-cart-msg a.button {
      order: 10;
      flex-shrink: 0; }

@media (max-width: 767px) {
  .woocommerce-message {
    display: flex;
    flex-direction: column; }
    .woocommerce-message .woocommerce-message-btns {
      order: 10;
      text-align: right; }
    .woocommerce-message a.button {
      order: 10;
      align-self: flex-end;
      float: none !important;
      margin-top: 8px; } }
/*
#yith-par-message-reward-cart{
    .ywpar-button-message{
        max-width: 100%;
        min-height: 40px;
        float: right;
        padding: 11px 15px 7px 15px;
        box-shadow: none!important;
        outline: none!important;
        border: 1px solid $color-4-1;
        background-color: $color-4-1;
        border-radius: 4px;
        white-space: normal;
        text-decoration: none!important;
        text-transform: none;
        text-align: center;
        line-height: 20px;
        letter-spacing: normal;
        font-family: $font-secondary;
        font-weight: bold;
        font-size: 16px;
        color: $white;
        transition: all $base-transition;

        &:visited{
            color: $white;
        }
        
        &:active, &:hover, &:focus, 
        &:visited:active, &:visited:hover, &:visited:focus,
        &:not(:disabled):not(.disabled):active,
        &:disabled{
            border-color: darken($color-4-1, 5%);
            background-color: darken($color-4-1, 5%);
            color: $white;
        }
    }
}
*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  max-width: 100%;
  min-height: 48px;
  display: inline-block;
  padding: 14px 15px 12px 15px;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #DF6352;
  border-radius: 4px;
  background-color: #DF6352;
  white-space: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, text-shadow 0.15s ease-in-out, color 0.15s ease-in-out; }
  .woocommerce #respond input#submit:visited,
  .woocommerce a.button:visited,
  .woocommerce button.button:visited,
  .woocommerce input.button:visited {
    color: #fff; }
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled,
  .woocommerce a.button.disabled,
  .woocommerce a.button:disabled,
  .woocommerce button.button.disabled,
  .woocommerce button.button:disabled,
  .woocommerce input.button.disabled,
  .woocommerce input.button:disabled {
    padding: 14px 15px 12px 15px !important;
    border-color: #DF6352 !important;
    background-color: #DF6352 !important;
    text-shadow: none !important;
    color: #fff !important; }
  .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:visited:active, .woocommerce #respond input#submit:visited:hover, .woocommerce #respond input#submit:visited:focus,
  .woocommerce a.button:active,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce a.button:visited:active,
  .woocommerce a.button:visited:hover,
  .woocommerce a.button:visited:focus,
  .woocommerce button.button:active,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce button.button:visited:active,
  .woocommerce button.button:visited:hover,
  .woocommerce button.button:visited:focus,
  .woocommerce input.button:active,
  .woocommerce input.button:hover,
  .woocommerce input.button:focus,
  .woocommerce input.button:visited:active,
  .woocommerce input.button:visited:hover,
  .woocommerce input.button:visited:focus {
    border-color: #db503c;
    background-color: #db503c;
    text-shadow: 1px 1px 1px #000;
    color: #fff; }
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    border-color: #DF6352;
    background-color: #DF6352;
    color: #fff; }
    .woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:visited:active, .woocommerce #respond input#submit.alt:visited:hover, .woocommerce #respond input#submit.alt:visited:focus,
    .woocommerce a.button.alt:active,
    .woocommerce a.button.alt:hover,
    .woocommerce a.button.alt:focus,
    .woocommerce a.button.alt:visited:active,
    .woocommerce a.button.alt:visited:hover,
    .woocommerce a.button.alt:visited:focus,
    .woocommerce button.button.alt:active,
    .woocommerce button.button.alt:hover,
    .woocommerce button.button.alt:focus,
    .woocommerce button.button.alt:visited:active,
    .woocommerce button.button.alt:visited:hover,
    .woocommerce button.button.alt:visited:focus,
    .woocommerce input.button.alt:active,
    .woocommerce input.button.alt:hover,
    .woocommerce input.button.alt:focus,
    .woocommerce input.button.alt:visited:active,
    .woocommerce input.button.alt:visited:hover,
    .woocommerce input.button.alt:visited:focus {
      border-color: #db503c;
      background-color: #db503c;
      color: #fff; }
  .woocommerce #respond input#submit.button-outline,
  .woocommerce a.button.button-outline,
  .woocommerce button.button.button-outline,
  .woocommerce input.button.button-outline {
    border-color: #DF6352;
    background-color: #fff;
    text-shadow: none;
    color: #DF6352; }
    .woocommerce #respond input#submit.button-outline.disabled, .woocommerce #respond input#submit.button-outline:disabled,
    .woocommerce a.button.button-outline.disabled,
    .woocommerce a.button.button-outline:disabled,
    .woocommerce button.button.button-outline.disabled,
    .woocommerce button.button.button-outline:disabled,
    .woocommerce input.button.button-outline.disabled,
    .woocommerce input.button.button-outline:disabled {
      border-color: #DF6352 !important;
      background-color: #fff !important;
      text-shadow: none !important;
      color: #DF6352 !important; }
    .woocommerce #respond input#submit.button-outline:active, .woocommerce #respond input#submit.button-outline:hover, .woocommerce #respond input#submit.button-outline:focus, .woocommerce #respond input#submit.button-outline:visited:active, .woocommerce #respond input#submit.button-outline:visited:hover, .woocommerce #respond input#submit.button-outline:visited:focus,
    .woocommerce a.button.button-outline:active,
    .woocommerce a.button.button-outline:hover,
    .woocommerce a.button.button-outline:focus,
    .woocommerce a.button.button-outline:visited:active,
    .woocommerce a.button.button-outline:visited:hover,
    .woocommerce a.button.button-outline:visited:focus,
    .woocommerce button.button.button-outline:active,
    .woocommerce button.button.button-outline:hover,
    .woocommerce button.button.button-outline:focus,
    .woocommerce button.button.button-outline:visited:active,
    .woocommerce button.button.button-outline:visited:hover,
    .woocommerce button.button.button-outline:visited:focus,
    .woocommerce input.button.button-outline:active,
    .woocommerce input.button.button-outline:hover,
    .woocommerce input.button.button-outline:focus,
    .woocommerce input.button.button-outline:visited:active,
    .woocommerce input.button.button-outline:visited:hover,
    .woocommerce input.button.button-outline:visited:focus {
      border-color: #db503c;
      background-color: rgba(223, 99, 82, 0.1);
      text-shadow: none;
      color: #DF6352; }
  .woocommerce #respond input#submit.button-dark,
  .woocommerce a.button.button-dark,
  .woocommerce button.button.button-dark,
  .woocommerce input.button.button-dark {
    border-color: #333;
    background-color: #333;
    text-shadow: none;
    color: #fff; }
    .woocommerce #respond input#submit.button-dark.disabled, .woocommerce #respond input#submit.button-dark:disabled,
    .woocommerce a.button.button-dark.disabled,
    .woocommerce a.button.button-dark:disabled,
    .woocommerce button.button.button-dark.disabled,
    .woocommerce button.button.button-dark:disabled,
    .woocommerce input.button.button-dark.disabled,
    .woocommerce input.button.button-dark:disabled {
      border-color: #333 !important;
      background-color: #333 !important;
      text-shadow: none !important;
      color: #fff !important; }
    .woocommerce #respond input#submit.button-dark:active, .woocommerce #respond input#submit.button-dark:hover, .woocommerce #respond input#submit.button-dark:focus, .woocommerce #respond input#submit.button-dark:visited:active, .woocommerce #respond input#submit.button-dark:visited:hover, .woocommerce #respond input#submit.button-dark:visited:focus,
    .woocommerce a.button.button-dark:active,
    .woocommerce a.button.button-dark:hover,
    .woocommerce a.button.button-dark:focus,
    .woocommerce a.button.button-dark:visited:active,
    .woocommerce a.button.button-dark:visited:hover,
    .woocommerce a.button.button-dark:visited:focus,
    .woocommerce button.button.button-dark:active,
    .woocommerce button.button.button-dark:hover,
    .woocommerce button.button.button-dark:focus,
    .woocommerce button.button.button-dark:visited:active,
    .woocommerce button.button.button-dark:visited:hover,
    .woocommerce button.button.button-dark:visited:focus,
    .woocommerce input.button.button-dark:active,
    .woocommerce input.button.button-dark:hover,
    .woocommerce input.button.button-dark:focus,
    .woocommerce input.button.button-dark:visited:active,
    .woocommerce input.button.button-dark:visited:hover,
    .woocommerce input.button.button-dark:visited:focus {
      border-color: #000;
      background-color: #000;
      text-shadow: none;
      color: #fff; }
.woocommerce .button.w-160p {
  width: 160px; }
.woocommerce .button.w-190p {
  width: 190px; }
.woocommerce .button.button-xs {
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 3px; }
.woocommerce .button.button-sm {
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 8px; }
.woocommerce .button.button-arrowed {
  padding-right: 40px;
  text-align: left; }
  .woocommerce .button.button-arrowed:after {
    content: '';
    width: 22px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 12px;
    background: url("../img/icons/ic-sprite.svg") no-repeat 0 -380px;
    transform: scale(0.7); }

@media screen and (prefers-reduced-motion: reduce) {
  .woocommerce .button {
    transition: none !important; } }
.woocommerce form .form-row-wrap {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -15px;
  margin-left: -15px; }
.woocommerce form .form-row {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  display: block;
  margin: 0 0 16px 0 !important;
  position: relative;
  padding: 0 15px; }
  .woocommerce form .form-row:before, .woocommerce form .form-row:after {
    display: none; }
  .woocommerce form .form-row .select2.select2-container {
    padding-bottom: 4px; }
  .woocommerce form .form-row .optional {
    display: none; }
  .woocommerce form .form-row.woocommerce-invalid textarea {
    border-color: #a00; }
  .woocommerce form .form-row.woocommerce-invalid label {
    color: #a00; }
  .woocommerce form .form-row.woocommerce-validated textarea {
    border-color: #6dc22e; }
.woocommerce form .input-text, .woocommerce form select {
  width: 100%;
  height: 48px;
  padding: 14px 15px 12px 15px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
  line-height: 20px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2e2e2e;
  transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  .woocommerce form .input-text:focus, .woocommerce form select:focus {
    box-shadow: inset 0 0 0 1px #DF6352 !important;
    border-color: #DF6352; }
    .woocommerce form .input-text:focus::-ms-value, .woocommerce form select:focus::-ms-value {
      background-color: #fff;
      color: #2e2e2e; }
  .woocommerce form .input-text::-webkit-input-placeholder, .woocommerce form select::-webkit-input-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .woocommerce form .input-text::-ms-input-placeholder, .woocommerce form select::-ms-input-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .woocommerce form .input-text:-ms-input-placeholder, .woocommerce form select:-ms-input-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .woocommerce form .input-text::-moz-placeholder, .woocommerce form select::-moz-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .woocommerce form .input-text:-moz-placeholder, .woocommerce form select:-moz-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  .woocommerce form .input-text:placeholder, .woocommerce form select:placeholder {
    opacity: 1;
    color: #8b8b8b; }
.woocommerce form select {
  padding-right: 30px;
  background: #fff url(../img/icons/ic-dropdown.png) no-repeat right 16px center;
  background-size: 10px 7px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .woocommerce form select[size], .woocommerce form select[multiple] {
    height: auto; }
.woocommerce form textarea.input-text {
  height: auto;
  line-height: normal; }

.select2.select2-container--default .select2-selection--single {
  width: 100%;
  height: 48px;
  padding-top: 14px;
  padding-bottom: 12px;
  border: 1px solid #dedede;
  background-color: #fff; }
  .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
    line-height: 20px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e; }
  .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    top: 10px;
    background: #fff url(../img/icons/ic-dropdown.png) no-repeat right 16px center;
    background-size: 10px 7px; }
    .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #121212; }

.select2-dropdown {
  border-color: #dedede; }

#calc_shipping_country_field > span,
#calc_shipping_state_field > span {
  width: 100%;
  display: block; }

.quantity-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-right: 16px; }
  .quantity-wrap .quantity-changer {
    width: 48px;
    height: 48px;
    min-height: 0;
    flex-shrink: 0;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #dedede;
    background: #fff;
    transition: all 0.15s ease-in-out; }
    .quantity-wrap .quantity-changer:before {
      content: '';
      width: 14px;
      height: 2px;
      display: block;
      position: absolute;
      top: calc(50% - 1px);
      left: calc(50% - 7px);
      background-color: #182c4f; }
    .quantity-wrap .quantity-changer:hover, .quantity-wrap .quantity-changer:focus {
      z-index: 3;
      border-color: #DF6352; }
    .quantity-wrap .quantity-changer:focus {
      box-shadow: inset 0 0 0 1px #DF6352 !important; }
  .quantity-wrap .quantity-reduce {
    border-radius: 2px 0 0 2px; }
  .quantity-wrap .quantity-add {
    border-radius: 0 2px 2px 0; }
    .quantity-wrap .quantity-add:after {
      content: '';
      width: 2px;
      height: 14px;
      display: block;
      position: absolute;
      top: calc(50% - 7px);
      left: calc(50% - 1px);
      background-color: #182c4f; }
  .quantity-wrap .quantity {
    width: 100%;
    flex: 1 1 auto;
    position: relative;
    z-index: 2;
    float: none !important;
    margin: 0 -1px !important; }
    .quantity-wrap .quantity .input-text {
      width: 100% !important;
      display: block;
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
      padding-right: 0;
      padding-left: 0;
      border-radius: 0 !important;
      text-align: center; }
      .quantity-wrap .quantity .input-text::-webkit-outer-spin-button, .quantity-wrap .quantity .input-text::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }

.the_champ_error {
  display: none; }

.the_champ_login_container ul.the_champ_login_ul {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -30px -15px 0 -15px !important;
  padding: 0; }
  .the_champ_login_container ul.the_champ_login_ul li {
    width: 280px !important;
    float: none !important;
    margin-top: 30px !important;
    padding: 0 15px !important; }
    .the_champ_login_container ul.the_champ_login_ul li .theChampLogin {
      width: 100%;
      height: 48px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      position: relative;
      float: none;
      margin: 0 !important;
      padding-right: 15px !important;
      padding-left: 50px !important;
      border-radius: 2px; }
      .the_champ_login_container ul.the_champ_login_ul li .theChampLogin:after {
        content: attr(title);
        display: block;
        flex: 1 1 auto;
        text-align: center;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 13px; }
    .the_champ_login_container ul.the_champ_login_ul li .theChampLoginSvg {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 14px;
      left: 15px;
      padding: 0 !important; }
    .the_champ_login_container ul.the_champ_login_ul li .theChampFacebookLogin {
      background-color: #4460A0; }
      .the_champ_login_container ul.the_champ_login_ul li .theChampFacebookLogin:after {
        content: 'Sign In with Facebook';
        color: #fff; }
      .the_champ_login_container ul.the_champ_login_ul li .theChampFacebookLogin ss {
        background: url(../img/icons/ic-champ-facebook.svg) no-repeat center !important;
        background-size: 100% 100% !important; }
    .the_champ_login_container ul.the_champ_login_ul li .theChampGoogleLogin {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
      border: none; }
      .the_champ_login_container ul.the_champ_login_ul li .theChampGoogleLogin ss {
        background-size: 130% !important; }
      .the_champ_login_container ul.the_champ_login_ul li .theChampGoogleLogin:after {
        content: 'Sign in with Google';
        color: #8a94a6; }
  .the_champ_login_container ul.the_champ_login_ul div.theChampFacebookLogoContainer {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    margin: 0; }

@media (min-width: 480px) {
  .the_champ_login_container ul.the_champ_login_ul li {
    width: 50% !important; } }
.wc-cat-filter .row {
  margin-bottom: -16px; }
.wc-cat-filter .wc-filter__button {
  margin-bottom: 16px; }

@media (max-width: 575px) {
  .wc-cat-filter .wc-filter__button .btn {
    width: 100%; } }
.allergens {
  display: flex;
  flex-wrap: wrap;
  margin-top: -9px;
  margin-left: -9px; }
  .allergens .allergen {
    display: block;
    margin-top: 9px;
    margin-left: 9px;
    padding: 4px 25px;
    border-radius: 4px;
    background-color: #DF6352;
    white-space: nowrap;
    line-height: 16px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #fff; }

html .woocommerce .blockUI.blockOverlay:before,
html .woocommerce .composite_form .blockUI.blockOverlay:before {
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  margin: 0;
  background-image: url("../img/icons/ic-loading.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  animation: none; }

.pswp img {
  max-width: none !important; }

body .ui-datepicker .ui-widget-header, body .ui-datepicker .ui-datepicker-header {
  background-color: #DF6352; }
body #ui-datepicker-div .ui-datepicker-prev:before, body #ui-datepicker-div .ui-datepicker-next:before {
  content: "" !important;
  position: absolute;
  top: calc(50% - 0.25em);
  font: inherit; }

.facts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2px 15px 14px 15px;
  background-color: #2e2e2e;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: "Open Sans Condensed", sans-serif;
  color: #fff; }
  .facts .fact {
    width: 25%;
    max-width: 80px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 0 5px;
    border-left: 1px solid #fff;
    word-break: break-word; }
    .facts .fact:first-child {
      border-left: none; }
  .facts .fact__value {
    margin-bottom: -1px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 16px; }
  .facts .fact__label {
    margin-bottom: -3px;
    font-size: 11px; }

dl.variation {
  margin: 1em 0 1em 1em; }
  dl.variation:last-child {
    margin-bottom: 0; }
  dl.variation:after {
    content: '';
    display: table;
    clear: both; }
  dl.variation dt {
    display: inline-block;
    float: left;
    clear: both;
    list-style: none outside;
    margin-right: 0.25em;
    font-weight: bold; }
  dl.variation dd {
    margin: 0; }

div.pp_woocommerce_quick_view .pp_close_custom {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 100%;
  background: #fff;
  background-size: 14px; }
  div.pp_woocommerce_quick_view .pp_close_custom:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("../img/icons/ic-sprite.svg") no-repeat -95px -80px;
    transform: translate(-50%, -50%); }
div.pp_woocommerce_quick_view .pp_content {
  height: auto !important; }
div.pp_woocommerce_quick_view .product__image {
  pointer-events: none; }
  div.pp_woocommerce_quick_view .product__image:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0; }
div.pp_woocommerce_quick_view a.added_to_cart {
  margin-top: 16px;
  margin-left: auto;
  padding-top: 14px; }
  div.pp_woocommerce_quick_view a.added_to_cart:not(.btn) {
    display: none; }
  div.pp_woocommerce_quick_view a.added_to_cart.btn-sm {
    padding-top: 10px; }
div.pp_woocommerce_quick_view a.continue_shopping {
  margin-top: 16px;
  margin-left: 16px; }
div.pp_woocommerce_quick_view .pp_details {
  max-width: 100%;
  display: none; }
div.pp_woocommerce_quick_view .pp_content_container .pp_loaderIcon:before {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background: url("../img/icons/ic-loading.svg") no-repeat center;
  background-size: 50px;
  -webkit-animation: none;
  animation: none; }

.wpdev__tag {
  margin-top: 8px;
  margin-right: 8px;
  padding: 13px 5px;
  border-radius: 2px;
  background-color: #d8d8d8;
  text-transform: capitalize;
  line-height: 14px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #2e2e2e; }
  .wpdev__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 8px; }
  .wpdev__tag--new {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(../img/icons/ic-new@2x.png) no-repeat center;
    background-size: contain;
    line-height: 0;
    font-size: 0; }
  .wpdev__tag--icon {
    background: none;
    padding: 0; }
    .wpdev__tag--icon img {
      max-width: 50px;
      max-height: 50px;
      display: block;
      object-fit: contain;
      margin: 0 !important; }

#minicart-content-wrapper {
  width: 450px;
  max-width: calc(100vw - 30px);
  display: block !important;
  opacity: 0 !important;
  position: absolute;
  padding: 20px;
  pointer-events: none;
  box-shadow: 0 6px 10px 0 rgba(69, 73, 91, 0.3);
  background-color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  transition: opacity 0.15s ease-in-out; }
  #minicart-content-wrapper .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif; }
    #minicart-content-wrapper .woocommerce-mini-cart__empty-message .btn {
      width: 100%;
      margin-top: 12px; }
  #minicart-content-wrapper .minicart-header {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede; }
    #minicart-content-wrapper .minicart-header h4 {
      margin: 0 8px 0 0;
      text-transform: uppercase;
      letter-spacing: 1.8px;
      font-family: inherit;
      font-weight: 500;
      font-size: 14px;
      color: #2e2e2e; }
  #minicart-content-wrapper ul {
    width: calc(100% + 40px);
    max-height: calc(100vh - 360px);
    overflow: auto;
    display: block;
    margin: 0 -20px;
    padding: 0 20px; }
  #minicart-content-wrapper li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 12px 0; }
    #minicart-content-wrapper li:not(:last-child) {
      border-bottom: 1px solid #dedede; }
    #minicart-content-wrapper li:before, #minicart-content-wrapper li:after {
      display: none; }
    #minicart-content-wrapper li .minicart-thumb {
      width: 50px;
      flex-shrink: 0;
      margin-right: 15px; }
      #minicart-content-wrapper li .minicart-thumb img {
        width: 100%;
        display: block; }
    #minicart-content-wrapper li .minicart-content {
      width: 100%;
      flex: 1 1 auto;
      position: relative;
      padding-top: 26px; }
    #minicart-content-wrapper li .remove {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 0;
      right: 0;
      border: 1px solid #dc3545;
      border-radius: 100%;
      text-align: center;
      line-height: 1.5;
      font-weight: normal;
      font-size: 1rem;
      color: #dc3545; }
      #minicart-content-wrapper li .remove:before {
        content: attr(data-title);
        position: absolute;
        right: calc(100% + 8px);
        top: 50%;
        transform: translateY(-50%); }
      #minicart-content-wrapper li .remove:after {
        content: '';
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        top: calc(50% - 6px);
        right: calc(50% - 6px);
        background: url("../img/icons/ic-sprite.svg") no-repeat -190px -80px;
        transform: scale(0.7); }
      #minicart-content-wrapper li .remove:hover, #minicart-content-wrapper li .remove:focus {
        background: none;
        color: #dc3545 !important; }
        #minicart-content-wrapper li .remove:hover:before, #minicart-content-wrapper li .remove:focus:before {
          text-decoration: underline; }
    #minicart-content-wrapper li .minicart-title {
      line-height: 1.2; }
      #minicart-content-wrapper li .minicart-title a:not(:hover):not(:focus) {
        color: inherit; }
      #minicart-content-wrapper li .minicart-title select[id*="wc_autoship_frequency"] {
        display: none; }
      #minicart-content-wrapper li .minicart-title .variation {
        margin-top: 4px;
        padding: 0;
        border: none;
        line-height: 1.3;
        font-size: 13px; }
    #minicart-content-wrapper li .minicart-quantity-price {
      display: flex;
      align-items: flex-end;
      margin-top: 4px;
      font-weight: 500;
      font-size: 14px;
      color: #2e2e2e; }
      #minicart-content-wrapper li .minicart-quantity-price ins {
        background: none; }
  #minicart-content-wrapper .total {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid #dedede; }
    #minicart-content-wrapper .total strong {
      font-weight: normal; }
    #minicart-content-wrapper .total .amount {
      margin-left: 20px;
      font-weight: 500;
      font-size: 18px;
      color: #2e2e2e; }
  #minicart-content-wrapper .buttons {
    width: calc(100% + 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px -10px 0 -10px; }
    #minicart-content-wrapper .buttons .button {
      width: calc(50% - 20px);
      margin: 0 10px; }
      #minicart-content-wrapper .buttons .button:not(.checkout) {
        border-color: #DF6352;
        background-color: #fff;
        color: #DF6352; }
        #minicart-content-wrapper .buttons .button:not(.checkout):visited {
          color: #DF6352; }
        #minicart-content-wrapper .buttons .button:not(.checkout):active, #minicart-content-wrapper .buttons .button:not(.checkout):hover, #minicart-content-wrapper .buttons .button:not(.checkout):focus, #minicart-content-wrapper .buttons .button:not(.checkout):visited:active, #minicart-content-wrapper .buttons .button:not(.checkout):visited:hover, #minicart-content-wrapper .buttons .button:not(.checkout):visited:focus, #minicart-content-wrapper .buttons .button:not(.checkout):not(:disabled):not(.disabled):active, #minicart-content-wrapper .buttons .button:not(.checkout):disabled {
          border-color: #db503c;
          background-color: rgba(223, 99, 82, 0.1);
          text-shadow: none;
          color: #DF6352; }
  #minicart-content-wrapper .wcppec-cart-widget-spb {
    display: none; }

@media (min-width: 414px) {
  #minicart-content-wrapper .woocommerce-mini-cart__empty-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left; }
    #minicart-content-wrapper .woocommerce-mini-cart__empty-message .btn {
      width: auto;
      min-width: 190px;
      flex-shrink: 0;
      margin-top: 0; } }
@media (min-width: 768px) {
  #minicart-content-wrapper li .minicart-content {
    padding-top: 0; }
  #minicart-content-wrapper li .minicart-title {
    padding-right: 100px; } }
@media (min-width: 1200px) {
  #minicart-content-wrapper {
    padding: 37px 30px 30px 30px; }
    #minicart-content-wrapper .minicart-header {
      padding-bottom: 22px; }
    #minicart-content-wrapper ul {
      width: calc(100% + 60px);
      max-height: calc(100vh - 430px);
      margin: 0 -30px;
      padding: 0 30px; }
    #minicart-content-wrapper li {
      padding-top: 24px;
      padding-bottom: 24px; }
      #minicart-content-wrapper li .minicart-thumb {
        width: 90px;
        margin-right: 20px; }
    #minicart-content-wrapper .buttons {
      margin-top: 40px; } }
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error {
  margin-bottom: 30px; }

.woocommerce .woocommerce-logreg {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  color: #8b8b8b; }
  .woocommerce .woocommerce-logreg .section__title {
    text-align: center; }
    .woocommerce .woocommerce-logreg .section__title + .section__subtitle {
      margin-top: -10px; }
  .woocommerce .woocommerce-logreg .section__subtitle a:not(:hover):not(:focus) {
    color: #DF6352; }
  .woocommerce .woocommerce-logreg .thechamp-logreg:not(:empty) + .logreg__or {
    display: block; }
  .woocommerce .woocommerce-logreg .the_champ_login_container {
    margin-top: 0;
    margin-bottom: 28px; }
  .woocommerce .woocommerce-logreg .logreg__or {
    overflow: hidden;
    display: none;
    position: relative;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center; }
    .woocommerce .woocommerce-logreg .logreg__or:before {
      content: '';
      width: 100%;
      display: block;
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      border-top: 2px solid #8b8b8b; }
    .woocommerce .woocommerce-logreg .logreg__or span {
      position: relative;
      z-index: 2;
      padding-right: 24px;
      padding-left: 24px;
      background-color: #fff; }
  .woocommerce .woocommerce-logreg .form-buttons {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px; }
    .woocommerce .woocommerce-logreg .form-buttons .button {
      margin-top: 12px;
      text-transform: capitalize; }
    .woocommerce .woocommerce-logreg .form-buttons a {
      display: block;
      margin-top: 12px;
      font-weight: 600; }
      .woocommerce .woocommerce-logreg .form-buttons a:not(:hover):not(:focus) {
        color: #303030; }
  .woocommerce .woocommerce-logreg #happy_texting_consent_checkbox_field input {
    width: 18px;
    height: 18px; }
  .woocommerce .woocommerce-logreg.woocommerce-registration #woo_reg_recaptcha {
    margin-bottom: 0 !important; }
  .woocommerce .woocommerce-logreg.woocommerce-registration .g-recaptcha {
    margin-top: 0;
    padding-right: 18px;
    padding-left: 18px; }
    .woocommerce .woocommerce-logreg.woocommerce-registration .g-recaptcha:not(:last-child) {
      margin-bottom: 8px; }
  .woocommerce .woocommerce-logreg.woocommerce-registration label[for=payment_email], .woocommerce .woocommerce-logreg.woocommerce-registration #payment_email {
    display: none; }
  .woocommerce .woocommerce-logreg.woocommerce-registration .woocommerce-privacy-policy-text {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 16px;
    padding-right: 15px;
    padding-left: 15px; }

.woocommerce-privacy-policy-text {
  font-size: 14px; }

body.woocommerce-account:not(.woocommerce-view-order) .section__subtitle {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #303030; }
  body.woocommerce-account:not(.woocommerce-view-order) .section__subtitle + .section__subtitle {
    margin-top: -22px; }
  body.woocommerce-account:not(.woocommerce-view-order) .section__subtitle strong {
    display: block;
    font-weight: bold; }

#mailchimp-gdpr-fields {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  #mailchimp-gdpr-fields input[type=checkbox] {
    width: 13px;
    display: block;
    opacity: 0;
    float: left;
    margin-right: -13px; }
    #mailchimp-gdpr-fields input[type=checkbox]:checked ~ label:before {
      border-color: #DF6352;
      background-color: #DF6352; }
    #mailchimp-gdpr-fields input[type=checkbox]:checked ~ label:after {
      opacity: 1; }
  #mailchimp-gdpr-fields label {
    display: block;
    position: relative;
    margin: 0 0 8px;
    padding-left: 31px;
    line-height: normal !important;
    font-weight: normal;
    font-size: 16px;
    color: #303030;
    cursor: pointer;
    user-select: none; }
    #mailchimp-gdpr-fields label.inline {
      display: block !important; }
    #mailchimp-gdpr-fields label:before {
      content: '';
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      z-index: 1;
      top: calc(50% - 9px);
      left: 0;
      border: 2px solid #dedede;
      border-radius: 3px;
      background-color: #fff;
      transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
    #mailchimp-gdpr-fields label:after {
      content: '';
      width: 14px;
      height: 14px;
      display: block;
      opacity: 0;
      position: absolute;
      z-index: 2;
      top: calc(50% - 7px);
      left: 2px;
      background: url(../img/icons/ic-checkbox-check.svg) no-repeat center;
      background-size: contain;
      transition: opacity 0.1s ease-in-out; }

@media (max-width: 459px) {
  .woocommerce .woocommerce-logreg .form-buttons {
    width: 100%; }
    .woocommerce .woocommerce-logreg .form-buttons .button {
      width: 100%; } }
@media (max-width: 430px) {
  .woocommerce .woocommerce-logreg .section__title br {
    display: none; } }
@media (min-width: 460px) {
  .woocommerce .woocommerce-logreg .section__subtitle strong {
    display: inline; }
  .woocommerce .woocommerce-logreg .form-buttons .button {
    margin-right: 0;
    margin-left: auto; }
  .woocommerce .woocommerce-logreg .form-buttons a {
    flex-shrink: 0;
    margin-right: 15px; } }
@media (min-width: 576px) {
  .woocommerce .woocommerce-logreg .form-row.form-row-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .woocommerce .woocommerce-logreg.woocommerce-forgot .form-row {
    flex: 1 1 auto;
    margin: 0 !important; }
  .woocommerce .woocommerce-logreg.woocommerce-forgot .form-buttons {
    margin: 0 !important; } }
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-notices-wrapper .woocommerce-error {
    margin-bottom: 40px; }

  .woocommerce .woocommerce-logreg .section__title {
    margin-bottom: 40px; }
    .woocommerce .woocommerce-logreg .section__title + .section__subtitle {
      margin-top: -20px; }
  .woocommerce .woocommerce-logreg .form-buttons {
    margin-top: 4px; }
  .woocommerce .woocommerce-logreg.woocommerce-registration .section__title, .woocommerce .woocommerce-logreg.woocommerce-forgot .section__title {
    margin-right: -15px;
    margin-left: -15px; }

  body.woocommerce-account:not(.woocommerce-view-order) .section__subtitle {
    margin-bottom: 40px; }
    body.woocommerce-account:not(.woocommerce-view-order) .section__subtitle + .section__subtitle {
      margin-top: -32px; } }
@media (min-width: 992px) {
  .woocommerce .woocommerce-logreg .section__title {
    margin-bottom: 48px; }
    .woocommerce .woocommerce-logreg .section__title + .section__subtitle {
      margin-top: -28px; }

  body.woocommerce-account:not(.woocommerce-view-order) .section__subtitle {
    margin-bottom: 48px; }
    body.woocommerce-account:not(.woocommerce-view-order) .section__subtitle + .section__subtitle {
      margin-top: -40px; } }
.wc-categories .items {
  margin-top: -30px; }
.wc-categories .item {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.wc-categories--default {
  color: #fff; }
  .wc-categories--default .item__inner {
    width: 100%;
    max-width: 350px;
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit; }
    .wc-categories--default .item__inner:hover .item__img img, .wc-categories--default .item__inner:focus .item__img img {
      transform: scale(1.06) rotate(2deg); }
  .wc-categories--default .item__img {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-bottom: 50%;
    background-color: #d4d7de; }
    .wc-categories--default .item__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      transition: transform 0.3s ease-in-out; }
      .wc-categories--default .item__img img.is-full-img {
        object-fit: contain; }
    .wc-categories--default .item__img:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4); }
  .wc-categories--default .item__title {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    line-height: 1.1;
    font-size: 26px;
    color: inherit;
    transform: translateY(-50%); }
  .wc-categories--default .item__content {
    margin-top: 16px; }
  .wc-categories--default.wc-categories--notint .item__img {
    background-color: transparent; }
    .wc-categories--default.wc-categories--notint .item__img:before {
      display: none; }
  .wc-categories--default.wc-categories--noani .item__inner:hover .item__img img, .wc-categories--default.wc-categories--noani .item__inner:focus .item__img img {
    transform: none; }

.wc-categories--colored .item {
  color: #fff; }
.wc-categories--colored .item__inner {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 12px 20px;
  border-radius: 8px;
  background-color: #8b8b8b; }
.wc-categories--colored .item--pink .item__inner {
  background-color: #ffa7e7;
  background-image: linear-gradient(319deg, #ffa7e7, #ea6362); }
.wc-categories--colored .item--blue .item__inner {
  background-color: #6078ea;
  background-image: linear-gradient(320deg, #17ead9, #6078ea); }
.wc-categories--colored .item--green .item__inner {
  background-color: #23bcbb;
  background-image: linear-gradient(139deg, #23bcbb, #45e994); }
.wc-categories--colored .item--orange .item__inner {
  background-color: #ea6362;
  background-image: linear-gradient(139deg, #ffdea7, #ea6362); }
.wc-categories--colored .item--purple .item__inner {
  background-color: #9d61fd;
  background-image: linear-gradient(139deg, #efbfd5, #9d61fd); }
.wc-categories--colored .item--dark_purple .item__inner {
  background-color: #38b8f2;
  background-image: linear-gradient(139deg, #38b8f2, #843cf7); }
.wc-categories--colored .item__img,
.wc-categories--colored .item__title,
.wc-categories--colored .item__btn,
.wc-categories--colored .item__meta {
  width: 100%;
  flex-shrink: 0; }
.wc-categories--colored .item__img {
  max-width: 300px;
  overflow: visible;
  position: relative;
  z-index: 10;
  margin: -20px auto 8px auto;
  text-align: center; }
  .wc-categories--colored .item__img:before {
    content: '';
    display: block;
    padding-top: 75%; }
  .wc-categories--colored .item__img:after {
    content: '';
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.63);
    -webkit-filter: blur(22px);
    filter: blur(22px);
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden; }
  .wc-categories--colored .item__img img {
    width: auto;
    max-width: calc(100% - 20px);
    height: auto;
    max-height: calc(100% - 30px);
    display: block;
    position: absolute;
    z-index: 8;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); }
.wc-categories--colored .item__title {
  margin: 0 0 2px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  color: inherit; }
  .wc-categories--colored .item__title a, .wc-categories--colored .item__title a:hover, .wc-categories--colored .item__title a:focus {
    text-decoration: none;
    color: inherit; }
.wc-categories--colored .item__content {
  flex: 1 1 auto;
  font-size: 16px; }
.wc-categories--colored .item__btn {
  margin-top: 17px; }
  .wc-categories--colored .item__btn:last-child {
    margin-bottom: 8px; }
  .wc-categories--colored .item__btn .btn {
    width: 100%;
    border-radius: 2px; }
.wc-categories--colored .item__meta {
  margin-top: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 14px; }

@media (min-width: 576px) {
  .wc-categories--default .item__img {
    padding-bottom: 91.428571428571428571428571428571%; }
  .wc-categories--default .item__title {
    font-size: 28px; } }
@media (min-width: 768px) {
  .wc-categories--default .item__title {
    font-size: 32px; } }
@media (min-width: 992px) {
  .wc-categories--default .item[class*="col-lg-4"] .item__title {
    font-size: 36px; } }
@media (min-width: 1200px) {
  .wc-categories--default .item[class*="col-lg-4"] .item__title {
    font-size: 40px; }

  .wc-categories--colored .item__title {
    font-size: 26px; } }
@media screen and (prefers-reduced-motion: reduce) {
  .wc-categories--default .item__img img {
    transition: none !important; } }
.wc-cat-banner {
  margin-top: -40px;
  margin-bottom: 40px;
  background-color: #5B3F4D; }
  .wc-cat-banner .banner__link {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff; }
  .wc-cat-banner .banner__title {
    margin: 0;
    line-height: 1.35;
    font-weight: normal;
    font-size: 40px;
    color: inherit; }
  .wc-cat-banner .banner__btn {
    width: 100%; }
    .wc-cat-banner .banner__btn:not(:first-child) {
      margin-top: 20px; }

@media (max-width: 575px) {
  .wc-cat-banner {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px; }
    .wc-cat-banner .banner__title {
      text-align: center; } }
@media (min-width: 576px) {
  .wc-cat-banner {
    margin-top: -20px; }
    .wc-cat-banner .banner__link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px; }
    .wc-cat-banner .banner__btn {
      width: auto;
      flex-shrink: 0;
      margin-top: 0 !important;
      margin-left: 30px; } }
@media (min-width: 768px) {
  .wc-cat-banner {
    margin-bottom: 50px; }
    .wc-cat-banner .banner__link {
      padding-right: 30px;
      padding-left: 30px; } }
@media (min-width: 992px) {
  .wc-cat-banner .banner__link {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 45px; }
  .wc-cat-banner .banner__btn {
    width: 200px; } }
@media (min-width: 1200px) {
  .wc-cat-banner {
    margin-bottom: 60px; }
    .wc-cat-banner .banner__btn {
      width: 255px; } }
body.archive .page-header.has-description {
  margin-bottom: 20px; }

.wc-cat-description {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #DF6352; }
  .wc-cat-description .col-right {
    font-size: 20px;
    color: #DF6352; }

@media (max-width: 991px) {
  .wc-cat-description .col-left + .col-right {
    margin-top: 20px; } }
@media (min-width: 768px) {
  .wc-cat-description {
    margin-bottom: 40px;
    padding-bottom: 40px; } }
@media (min-width: 992px) {
  body.archive .page-header.has-description {
    text-align: left; } }
@media (min-width: 1200px) {
  .wc-cat-description {
    margin-bottom: 47px;
    padding-bottom: 47px; } }
.wc-cat-coming.section--skewed:last-child .container {
  padding-bottom: 0; }
.wc-cat-coming .items {
  margin: -2px; }
.wc-cat-coming .item {
  padding: 2px; }
.wc-cat-coming .item__inner {
  width: 100%;
  max-width: 250px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #f8f9fb;
  background-color: #d4d7de;
  text-decoration: none;
  color: inherit; }
  .wc-cat-coming .item__inner:before {
    content: '';
    display: block;
    padding-top: 91.743119266055045871559633027523%; }
  .wc-cat-coming .item__inner:hover, .wc-cat-coming .item__inner:focus {
    box-shadow: 0 0 5px rgba(223, 99, 82, 0.75);
    border-color: #DF6352; }
    .wc-cat-coming .item__inner:hover .item__img, .wc-cat-coming .item__inner:focus .item__img {
      transform: scale(1.06) rotate(2deg); }
.wc-cat-coming .item__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: transform .3s ease-in-out; }
.wc-cat-coming .item__title {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 28px;
  color: #fff;
  transform: translateY(-50%); }

@media (min-width: 576px) {
  .wc-cat-coming .items {
    display: flex;
    flex-wrap: wrap; }
  .wc-cat-coming .item {
    width: 50%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }
@media (min-width: 768px) {
  .wc-cat-coming.section--skewed .container {
    padding-top: 0; }
  .wc-cat-coming .item {
    width: 33.333333%; } }
@media (min-width: 992px) {
  .wc-cat-coming .item {
    width: 20%; } }
.post-type-archive-product nav.woocommerce-breadcrumb, .tax-product_cat nav.woocommerce-breadcrumb {
  display: none; }
.post-type-archive-product .woocommerce-message, .tax-product_cat .woocommerce-message {
  display: none; }

#primary ul.products {
  width: 100%;
  display: block;
  margin: -15px 0;
  padding: 0; }
  #primary ul.products .woocommerce-info {
    width: 100%;
    margin: 15px 0 0 !important; }
  #primary ul.products:before, #primary ul.products:after {
    display: none; }
  #primary ul.products li.product {
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    #primary ul.products li.product .price {
      margin: 8px 16px 0 0;
      font-size: 20px;
      font-weight: bold;
      color: #333; }
      #primary ul.products li.product .price ins {
        font-weight: inherit; }
      #primary ul.products li.product .price del span {
        text-decoration: line-through; }
    #primary ul.products li.product.outofstock .loop__cart .button {
      padding-left: 0;
      text-align: center; }
      #primary ul.products li.product.outofstock .loop__cart .button:before, #primary ul.products li.product.outofstock .loop__cart .button:after {
        display: none; }
    #primary ul.products li.product.product-v2 .loop__meta {
      margin-top: 8px; }
    #primary ul.products li.product.product-v2 .loop__calories {
      display: none; }
  #primary ul.products .loop__wrap {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    #primary ul.products .loop__wrap:hover {
      box-shadow: 0 0 5px rgba(223, 99, 82, 0.75);
      border-color: rgba(222, 222, 222, 0); }
  #primary ul.products .facts {
    width: calc(100% + 2px);
    flex-shrink: 0;
    margin: -1px -1px 0 -1px;
    padding-right: 10px;
    padding-left: 10px; }
    #primary ul.products .facts-above {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px; }
    #primary ul.products .facts-below {
      margin-top: -20px;
      margin-bottom: 20px; }
    #primary ul.products .facts:empty {
      display: none; }
    #primary ul.products .facts:not(:empty) ~ .woocommerce-loop-product__link .loop__thumb {
      margin-top: 0;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    #primary ul.products .facts .fact {
      max-width: 25%; }
  #primary ul.products .woocommerce-loop-product__link {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit; }
  #primary ul.products .loop__thumb {
    width: calc(100% + 2px);
    overflow: hidden;
    position: relative;
    margin: -1px -1px 20px -1px;
    padding-top: 68.965517241379310344827586206897%;
    border-radius: 4px 4px 0 0;
    background-color: #d4d7de; }
    #primary ul.products .loop__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    #primary ul.products .loop__thumb .onsale {
      display: none; }
  #primary ul.products .woocommerce-loop-product__title {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0 15px;
    text-align: left;
    line-height: 1.5;
    font-size: 18px; }
  #primary ul.products .loop__short-desc {
    padding: 0 15px; }
  #primary ul.products .loop__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding: 0 15px;
    font-family: "Open Sans Condensed", sans-serif; }
  #primary ul.products .loop__calories {
    margin-top: 8px;
    font-weight: 500;
    color: #333; }
  #primary ul.products .star-rating {
    display: none; }
  #primary ul.products .quick-view-button.button {
    width: calc(100% - 30px);
    display: block;
    flex-shrink: 0;
    margin-right: 15px;
    margin-left: 15px; }
  #primary ul.products .yith_wc_gift_this_product_shop_page_class {
    width: calc(100% - 30px);
    margin: 15px 15px 0; }
  #primary ul.products .loop__addons {
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 0 0 4px 4px;
    background-color: #F1F2F4; }
    #primary ul.products .loop__addons:before {
      content: '';
      height: 6px;
      display: block; }
    #primary ul.products .loop__addons:after {
      content: '';
      height: 20px;
      display: block; }
    #primary ul.products .loop__addons-wrap {
      width: calc(100% - 30px);
      position: relative;
      z-index: 5;
      margin: 20px 15px 0; }
      #primary ul.products .loop__addons-wrap .product-addons-ctotal {
        display: none; }
        #primary ul.products .loop__addons-wrap .product-addons-ctotal ul {
          margin: 0; }
        #primary ul.products .loop__addons-wrap .product-addons-ctotal .price {
          margin-right: 0;
          text-align: right;
          font-family: "Open Sans Condensed", sans-serif; }
        #primary ul.products .loop__addons-wrap .product-addons-ctotal ins {
          text-decoration: none; }
    #primary ul.products .loop__addons-toggler {
      width: 100%;
      display: block;
      position: relative;
      padding-right: 33px;
      padding-left: 11px;
      border-radius: 4px;
      background-color: #F1F2F4;
      text-transform: none;
      text-align: left;
      line-height: 16px;
      font-size: 14px;
      transition: none; }
      #primary ul.products .loop__addons-toggler span {
        display: inline-block; }
      #primary ul.products .loop__addons-toggler:not(.collapsed) {
        border-radius: 4px 4px 0 0; }
        #primary ul.products .loop__addons-toggler:not(.collapsed) .loop__addons-toggler-icon:after {
          transform: translateY(-50%) scale(0); }
      #primary ul.products .loop__addons-toggler-icon {
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: calc(50% - 10px);
        right: 11px;
        border: 2px solid #121212;
        border-radius: 100%; }
        #primary ul.products .loop__addons-toggler-icon:before, #primary ul.products .loop__addons-toggler-icon:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          background-color: #121212;
          transform: translateY(-50%); }
        #primary ul.products .loop__addons-toggler-icon:before {
          width: 10px;
          height: 2px;
          left: 3px; }
        #primary ul.products .loop__addons-toggler-icon:after {
          width: 2px;
          height: 10px;
          left: 7px;
          transition: all 0.15s ease-in-out; }
    #primary ul.products .loop__addons .wc-pao-addon, #primary ul.products .loop__addons .wc-variation-option {
      margin-top: 10px; }
    #primary ul.products .loop__addons .form-row {
      margin: 0; }
      #primary ul.products .loop__addons .form-row label {
        user-select: none; }
    #primary ul.products .loop__addons select {
      width: 100%;
      height: 48px;
      padding-top: 13px;
      padding-bottom: 13px;
      padding-left: 15px;
      box-shadow: none !important;
      outline: none !important;
      border: 1px solid #dedede;
      border-radius: 4px;
      text-align: left;
      line-height: 20px;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: normal;
      font-size: 16px;
      color: #2e2e2e;
      transition: all 0.15s ease-in-out; }
      #primary ul.products .loop__addons select:focus {
        box-shadow: inset 0 0 0 1px #DF6352 !important;
        border-color: #DF6352; }
        #primary ul.products .loop__addons select:focus::-ms-value {
          background-color: #fff;
          color: #2e2e2e; }
    #primary ul.products .loop__addons input[type="checkbox"],
    #primary ul.products .loop__addons input[type="radio"] {
      vertical-align: middle;
      transform: translateY(-1px); }
    #primary ul.products .loop__addons .product-addons-total {
      display: none; }
  #primary ul.products .loop__cart {
    padding: 0 15px; }
    #primary ul.products .loop__cart .quantity-wrap {
      width: 100%;
      margin-top: 13px; }
    #primary ul.products .loop__cart .button {
      width: 100%;
      position: relative;
      margin: 13px 0 0;
      padding-right: 0px !important;
      padding-left: 54px;
      text-align: left; }
      #primary ul.products .loop__cart .button:after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        background: url("../img/icons/ic-sprite.svg") no-repeat -290px 0;
        position: absolute;
        top: calc(50% - 12px);
        right: auto !important;
        left: 11px;
        transform: scale(0.8333333); }
      #primary ul.products .loop__cart .button.loading:before, #primary ul.products .loop__cart .button.added:before {
        display: none; }
      #primary ul.products .loop__cart .button.loading:after, #primary ul.products .loop__cart .button.added:after {
        width: auto;
        height: auto;
        left: 16px;
        background: none;
        transform: none; }
      #primary ul.products .loop__cart .button.loading {
        pointer-events: none; }
        #primary ul.products .loop__cart .button.loading:after {
          content: '\e01c';
          top: calc(50% - 9px); }
      #primary ul.products .loop__cart .button.added:after {
        content: '\e017';
        top: calc(50% - 9px);
        margin: 0; }
      #primary ul.products .loop__cart .button ~ .wc-forward {
        display: none; }

body.is-adding-to-cart #primary ul.products .loop__cart .button {
  opacity: .5;
  pointer-events: none; }

@media (min-width: 360px) {
  #primary ul.products.columns-1 .loop__cart, #primary ul.products.columns-2 .loop__cart, #primary ul.products.columns-3 .loop__cart {
    display: flex;
    align-items: center; }
    #primary ul.products.columns-1 .loop__cart .quantity-wrap, #primary ul.products.columns-2 .loop__cart .quantity-wrap, #primary ul.products.columns-3 .loop__cart .quantity-wrap {
      width: 142px;
      flex-shrink: 0;
      margin-right: 16px; }
    #primary ul.products.columns-1 .loop__cart .button, #primary ul.products.columns-2 .loop__cart .button, #primary ul.products.columns-3 .loop__cart .button {
      text-align: left; } }
@media (min-width: 768px) {
  #primary ul.products {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-right: -15px;
    margin-left: -15px; }
    #primary ul.products.columns-2 li.product, #primary ul.products.columns-3 li.product, #primary ul.products.columns-4 li.product, #primary ul.products.columns-5 li.product, #primary ul.products.columns-6 li.product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    #primary ul.products .woocommerce-info {
      width: calc(100% - 30px);
      margin: 20px 15px 0 !important; }
    #primary ul.products li.product {
      flex: 0 0 100%;
      min-height: 1px;
      display: flex;
      margin-top: 5px;
      padding-right: 15px;
      padding-left: 15px; }
    #primary ul.products .loop__wrap {
      max-width: 100%;
      display: flex;
      flex-direction: column;
      margin-right: 0;
      margin-left: 0; }
    #primary ul.products .woocommerce-loop-product__link {
      width: 100%;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column; }
    #primary ul.products .woocommerce-loop-product__title,
    #primary ul.products .loop__meta,
    #primary ul.products .loop__cart {
      width: 100%;
      flex-shrink: 0; }
    #primary ul.products .loop__thumb {
      flex-shrink: 0; }
    #primary ul.products .loop__short-desc {
      width: 100%;
      flex: 1 1 auto; } }
@media (min-width: 992px) {
  #primary ul.products.columns-6 li.product, #primary ul.products.columns-5 li.product, #primary ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #primary ul.products .loop__cart .quantity-wrap {
    width: 132px;
    margin-right: 8px; }
  #primary ul.products .loop__cart .button {
    padding-left: 30px; }
    #primary ul.products .loop__cart .button:before {
      left: 15px; }
    #primary ul.products .loop__cart .button:after {
      left: 10px; } }
@media (min-width: 1200px) {
  #primary ul.products {
    margin-top: -25px; }
    #primary ul.products.columns-6 li.product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666666666666666666666666666667%;
      flex: 0 0 16.666666666666666666666666666667%;
      max-width: 16.666666666666666666666666666667%; }
    #primary ul.products.columns-5 li.product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    #primary ul.products.columns-4 li.product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    #primary ul.products .woocommerce-info {
      margin-top: 25px !important; }
    #primary ul.products li.product {
      margin-top: 10px; } }
@media screen and (prefers-reduced-motion: reduce) {
  #primary ul.products .loop__wrap {
    transition: none !important; } }
.woocommerce div.product .product__wrap:not(:last-child) {
  padding-bottom: 30px; }
.woocommerce div.product .product__image {
  width: 100%;
  position: relative; }
  .woocommerce div.product .product__image .onsale {
    display: none; }
  .woocommerce div.product .product__image .images {
    width: 100% !important;
    float: none !important;
    margin: 0; }
    .woocommerce div.product .product__image .images .flex-viewport img {
      max-height: 600px;
      object-fit: contain; }
    .woocommerce div.product .product__image .images .flex-control-thumbs {
      width: calc(100% + 4px);
      display: flex;
      flex-wrap: wrap;
      margin: 13px -2px 0 -2px; }
      .woocommerce div.product .product__image .images .flex-control-thumbs li {
        width: calc(33.333333% - 4px);
        position: relative;
        margin: 2px; }
        .woocommerce div.product .product__image .images .flex-control-thumbs li:before {
          content: '';
          display: block;
          padding-top: 62.5%; }
        .woocommerce div.product .product__image .images .flex-control-thumbs li img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
.woocommerce div.product .product-gallery-loader {
  display: none; }
.woocommerce div.product .woocommerce-product-gallery[style*="opacity: 0"] {
  min-height: 300px; }
.woocommerce div.product .woocommerce-product-gallery[style*="opacity: 0"] ~ .product-gallery-loader {
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: url("../img/icons/ic-loading.svg") no-repeat center;
  background-size: 100px; }
.woocommerce div.product .product__summary {
  width: 100% !important;
  float: none !important;
  margin-top: 30px;
  margin-bottom: 0 !important; }
  .woocommerce div.product .product__summary .the_champ_sharing_container {
    margin-top: -10px;
    margin-bottom: 16px; }
    .woocommerce div.product .product__summary .the_champ_sharing_container:before {
      display: none; }
  .woocommerce div.product .product__summary .product_title {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.1; }
  .woocommerce div.product .product__summary .woocommerce-product-butrate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px; }
  .woocommerce div.product .product__summary .woocommerce-product-facts-btn {
    margin-top: 12px; }
    .woocommerce div.product .product__summary .woocommerce-product-facts-btn:not(:last-child) {
      margin-right: 4px; }
    .woocommerce div.product .product__summary .woocommerce-product-facts-btn .btn {
      text-transform: none; }
  .woocommerce div.product .product__summary .woocommerce-product-rating {
    display: flex;
    align-self: center;
    margin: 12px 0 0;
    color: #333; }
    .woocommerce div.product .product__summary .woocommerce-product-rating:before, .woocommerce div.product .product__summary .woocommerce-product-rating:after {
      display: none; }
    .woocommerce div.product .product__summary .woocommerce-product-rating .star-rating {
      width: 120px;
      margin: 0 -2px 0 -9px;
      transform: scale(0.8333333); }
      .woocommerce div.product .product__summary .woocommerce-product-rating .star-rating:before {
        background-position-y: -200px; }
      .woocommerce div.product .product__summary .woocommerce-product-rating .star-rating span {
        background-position-y: -230px; }
    .woocommerce div.product .product__summary .woocommerce-product-rating .woocommerce-review-link {
      font-size: 13px; }
      .woocommerce div.product .product__summary .woocommerce-product-rating .woocommerce-review-link:not(:hover):not(:focus) {
        color: inherit; }
  .woocommerce div.product .product__summary .woocommerce-product-details__short-description,
  .woocommerce div.product .product__summary .product_meta {
    display: none; }
  .woocommerce div.product .product__summary .woocommerce-product-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px; }
    .woocommerce div.product .product__summary .woocommerce-product-meta .yith-par-message, .woocommerce div.product .product__summary .woocommerce-product-meta .yith-par-message-variation {
      margin: 8px 0 0 auto;
      font-weight: bold; }
  .woocommerce div.product .product__summary .price {
    margin-top: 8px; }
    .woocommerce div.product .product__summary .price > *, .woocommerce div.product .product__summary .price:before {
      transition: opacity 0.15s ease-in-out; }
    .woocommerce div.product .product__summary .price.is-loading {
      opacity: 0.5;
                /*
                overflow: hidden;
                position: relative;

                &:after{
                    content: '';
                    width: 100%;
                    height: 100%;
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: $bg-primary url($image-loading-url) no-repeat left center;
                    background-size: 40px;
                }
                & > *, &:before{
                    opacity: 0;
                    transition: none;
                }
                */ }
  .woocommerce div.product .product__summary .price, .woocommerce div.product .product__summary .wdr_product_strikeout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    line-height: 0.88;
    font-weight: bold;
    font-size: 32px;
    color: #DF6352; }
    .woocommerce div.product .product__summary .price > ins, .woocommerce div.product .product__summary .wdr_product_strikeout > ins {
      order: 0;
      text-decoration: none; }
    .woocommerce div.product .product__summary .price > del, .woocommerce div.product .product__summary .wdr_product_strikeout > del {
      order: 2;
      display: block;
      opacity: 1;
      margin-left: 8px;
      padding-top: 3px;
      line-height: 1;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: normal;
      font-size: 16px;
      color: #8b8b8b; }
    .woocommerce div.product .product__summary .price del ins, .woocommerce div.product .product__summary .wdr_product_strikeout del ins {
      text-decoration: inherit;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      color: inherit; }
  .woocommerce div.product .product__summary p.stock {
    margin-top: 8px;
    margin-bottom: 0; }
  .woocommerce div.product .product__summary .wdr_table_cbr {
    border: none !important; }
  .woocommerce div.product .product__summary .wdr_table_off_settings_link_con {
    display: none !important; }
  .woocommerce div.product .product__summary .woo_discount_rules_table,
  .woocommerce div.product .product__summary .awdr-bulk-customizable-table table {
    margin-top: 30px;
    margin-bottom: 0; }
    .woocommerce div.product .product__summary .woo_discount_rules_table td,
    .woocommerce div.product .product__summary .awdr-bulk-customizable-table table td {
      padding: 6px 12px; }
    .woocommerce div.product .product__summary .woo_discount_rules_table thead td,
    .woocommerce div.product .product__summary .awdr-bulk-customizable-table table thead td {
      background-color: rgba(223, 99, 82, 0.7);
      color: #fff; }
      .woocommerce div.product .product__summary .woo_discount_rules_table thead td:not(:last-child),
      .woocommerce div.product .product__summary .awdr-bulk-customizable-table table thead td:not(:last-child) {
        border-right: 1px solid #fff; }
    .woocommerce div.product .product__summary .woo_discount_rules_table tbody td,
    .woocommerce div.product .product__summary .awdr-bulk-customizable-table table tbody td {
      border-bottom: 1px solid #dedede; }
  .woocommerce div.product .product__summary form.cart {
    margin: 0; }
  .woocommerce div.product .product__summary table.variations,
  .woocommerce div.product .product__summary table.gift-cards-list {
    margin: 0;
    padding-top: 4px;
    display: block; }
    .woocommerce div.product .product__summary table.variations tbody, .woocommerce div.product .product__summary table.variations tr, .woocommerce div.product .product__summary table.variations td,
    .woocommerce div.product .product__summary table.gift-cards-list tbody,
    .woocommerce div.product .product__summary table.gift-cards-list tr,
    .woocommerce div.product .product__summary table.gift-cards-list td {
      display: block;
      padding: 0;
      line-height: 1.5; }
    .woocommerce div.product .product__summary table.variations tr,
    .woocommerce div.product .product__summary table.gift-cards-list tr {
      margin-top: 16px; }
    .woocommerce div.product .product__summary table.variations .reset_variations,
    .woocommerce div.product .product__summary table.gift-cards-list .reset_variations {
      display: none !important; }
  .woocommerce div.product .product__summary .woocommerce-variation-price {
    margin-top: 1rem; }
  .woocommerce div.product .product__summary .wc-pao-addon-container {
    margin-top: 20px;
    margin-bottom: 8px; }
    .woocommerce div.product .product__summary .wc-pao-addon-container .form-row {
      margin: 0 !important;
      padding-right: 0;
      padding-left: 0; }
    .woocommerce div.product .product__summary .wc-pao-addon-container .wc-pao-addon-description {
      margin-bottom: 2px;
      font-style: italic;
      font-size: 13px; }
    .woocommerce div.product .product__summary .wc-pao-addon-container label {
      user-select: none; }
    .woocommerce div.product .product__summary .wc-pao-addon-container input[type="checkbox"],
    .woocommerce div.product .product__summary .wc-pao-addon-container input[type="radio"] {
      vertical-align: middle;
      transform: translateY(-1px); }
  .woocommerce div.product .product__summary .wc-pao-addon-hidden ~ .product-addons-total {
    display: none; }
  .woocommerce div.product .product__summary .wc-pao-addon.wc-pao-addon-shown ~ .product-addons-total {
    display: block; }
  .woocommerce div.product .product__summary .product-addon-totals {
    display: flex;
    justify-content: flex-end; }
  .woocommerce div.product .product__summary .product-addons-total ul {
    margin: 0;
    padding: 0; }
  .woocommerce div.product .product__summary .product-addons-total li {
    display: block;
    margin: 0;
    padding: 0; }
    .woocommerce div.product .product__summary .product-addons-total li:not(.wc-pao-subtotal-line) {
      display: none; }
  .woocommerce div.product .product__summary .product-addons-total .price {
    justify-content: flex-end;
    margin-top: 16px;
    font-size: 0 !important; }
    .woocommerce div.product .product__summary .product-addons-total .price.is-loading {
      opacity: 0.5;
      /*
      &:after{
          right: 0;
          left: auto;
          background-position-x: right;
      }
      */ }
    .woocommerce div.product .product__summary .product-addons-total .price:before {
      content: 'Subtotal';
      display: block;
      margin-right: 8px;
      padding-top: 3px;
      line-height: 1.7777778;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #303030; }
    .woocommerce div.product .product__summary .product-addons-total .price > .amount {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      line-height: 0.88;
      font-weight: bold;
      font-size: 32px;
      color: #DF6352; }
    .woocommerce div.product .product__summary .product-addons-total .price ins {
      text-decoration: none; }
    .woocommerce div.product .product__summary .product-addons-total .price del {
      order: 2;
      display: block;
      opacity: 1;
      margin-left: 8px;
      padding-top: 3px;
      line-height: 1;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: normal;
      font-size: 16px;
      color: #8b8b8b; }
    .woocommerce div.product .product__summary .product-addons-total .price del ins {
      text-decoration: inherit;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      color: inherit; }
  .woocommerce div.product .product__summary .ywgc-generator:empty {
    display: none; }
  .woocommerce div.product .product__summary div.bundled_product {
    margin-top: 12px;
    margin-bottom: 14px;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #F1F2F4; }
    .woocommerce div.product .product__summary div.bundled_product:first-child {
      margin-top: 36px; }
    .woocommerce div.product .product__summary div.bundled_product .product_title {
      margin-bottom: 0;
      line-height: 1.2;
      font-size: 20px; }
    .woocommerce div.product .product__summary div.bundled_product .bundled_product_title_link {
      display: none; }
    .woocommerce div.product .product__summary div.bundled_product div.bundled_product_images {
      width: 84px !important;
      position: relative;
      margin-top: 20px !important; }
      .woocommerce div.product .product__summary div.bundled_product div.bundled_product_images:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .woocommerce div.product .product__summary div.bundled_product div.bundled_product_images img {
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
    .woocommerce div.product .product__summary div.bundled_product:not(.thumbnail_hidden) .details {
      width: calc(100% - 84px) !important;
      padding-left: 12px !important; }
    .woocommerce div.product .product__summary div.bundled_product .bundled_product_excerpt {
      margin-top: 16px;
      font-size: 14px; }
      .woocommerce div.product .product__summary div.bundled_product .bundled_product_excerpt + .cart .bundled_item_wrap .bundled_item_cart_details {
        margin-top: 10px; }
    .woocommerce div.product .product__summary div.bundled_product table.variations {
      padding-top: 0; }
      .woocommerce div.product .product__summary div.bundled_product table.variations tr {
        margin-top: 0;
        margin-bottom: 8px; }
      .woocommerce div.product .product__summary div.bundled_product table.variations td.value {
        padding-top: 0;
        padding-right: 0; }
      .woocommerce div.product .product__summary div.bundled_product table.variations label {
        margin-bottom: 3px; }
    .woocommerce div.product .product__summary div.bundled_product .bundled_item_wrap .bundled_item_cart_details {
      margin-top: 16px; }
      .woocommerce div.product .product__summary div.bundled_product .bundled_item_wrap .bundled_item_cart_details:empty {
        display: none; }
    .woocommerce div.product .product__summary div.bundled_product .bundled_item_wrap .price {
      display: flex;
      margin-bottom: 8px;
      font-size: 24px; }
      .woocommerce div.product .product__summary div.bundled_product .bundled_item_wrap .price > del {
        font-size: 14px; }
      .woocommerce div.product .product__summary div.bundled_product .bundled_item_wrap .price:empty {
        display: none; }
    .woocommerce div.product .product__summary div.bundled_product .wc-pao-addon-container {
      margin-top: 0; }
  .woocommerce div.product .product__summary .wc-autoship-container {
    margin-bottom: 8px; }
    .woocommerce div.product .product__summary .wc-autoship-container .panel {
      margin: 20px 0 0 0;
      box-shadow: none;
      border: none;
      border-radius: 0;
      background: none; }
    .woocommerce div.product .product__summary .wc-autoship-container .panel-body {
      display: flex;
      flex-direction: column;
      padding: 0; }
      .woocommerce div.product .product__summary .wc-autoship-container .panel-body:before, .woocommerce div.product .product__summary .wc-autoship-container .panel-body:after {
        display: none; }
      .woocommerce div.product .product__summary .wc-autoship-container .panel-body p {
        width: 100%;
        margin: 0; }
      .woocommerce div.product .product__summary .wc-autoship-container .panel-body .wc-autoship-selectfrequency {
        order: 10;
        margin-top: 8px;
        font-style: italic;
        font-size: 13px; }
  .woocommerce div.product .product__summary .cart-controls-wrap .button, .woocommerce div.product .product__summary .cart-controls-wrap #wc-stripe-payment-request-wrapper {
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-bottom: 0; }
  .woocommerce div.product .product__summary .cart-controls-wrap #wc-stripe-payment-request-wrapper {
    padding-top: 0 !important; }
  .woocommerce div.product .product__summary .cart-controls-wrap #wc-stripe-payment-request-button-separator {
    margin-top: 20px !important;
    margin-bottom: 0 !important; }
  .woocommerce div.product .product__summary #ppcp-messages {
    margin-top: 16px; }
  .woocommerce div.product .product__summary .secure-payment {
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding-left: 20px; }
    .woocommerce div.product .product__summary .secure-payment:before {
      content: '';
      width: 13px;
      height: 16px;
      display: block;
      position: absolute;
      top: calc(50% - 9px);
      left: 0;
      background: url("../img/icons/ic-sprite.svg") no-repeat -35px -80px; }
    .woocommerce div.product .product__summary .secure-payment:after {
      content: '';
      width: 203px;
      max-width: calc(100% - 140px);
      height: 27px;
      display: block;
      position: absolute;
      top: calc(50% - 14px);
      right: 0;
      background: url(../img/icons/ic-credit-card-payment@2x.png) no-repeat 100% 50%;
      background-size: contain; }
  .woocommerce div.product .product__summary .make-order-by {
    margin-top: 20px;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: #f8f9fb; }

@media (min-width: 414px) {
  .woocommerce div.product .product__image .images .flex-control-thumbs li {
    width: calc(25% - 4px); }
  .woocommerce div.product .product__summary .cart-controls-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .woocommerce div.product .product__summary .cart-controls-wrap .quantity-wrap {
      width: calc(50% - 8px);
      flex-shrink: 0;
      margin-right: 16px; }
    .woocommerce div.product .product__summary .cart-controls-wrap .button,
    .woocommerce div.product .product__summary .cart-controls-wrap #wc-stripe-payment-request-wrapper {
      width: calc(50% - 8px); }
    .woocommerce div.product .product__summary .cart-controls-wrap #wc-stripe-payment-request-button-separator {
      margin-right: 16px; } }
@media (min-width: 576px) {
  .woocommerce div.product .product__image .images .flex-control-thumbs li {
    width: calc(20% - 4px); }
  .woocommerce div.product .product__summary .the_champ_sharing_container {
    margin-top: -20px; } }
@media (min-width: 768px) {
  .woocommerce div.product .product__wrap:not(:last-child) {
    padding-bottom: 35px; }
  .woocommerce div.product .product__image .images .flex-control-thumbs li {
    width: calc(16.666666% - 4px); }
  .woocommerce div.product .product__summary {
    margin-top: 40px; } }
@media (min-width: 992px) {
  .wp-product > .container {
    position: relative; }

  .woocommerce div.product {
    position: static; }
    .woocommerce div.product .product__wrap {
      display: flex; }
    .woocommerce div.product .product__image {
      width: 57.207207207207207207207207207207%; }
      .woocommerce div.product .product__image .images .flex-control-thumbs li {
        width: calc(20% - 4px); }
    .woocommerce div.product .product__summary {
      width: 42.7927927928% !important;
      margin-top: 0;
      padding-left: 30px; }
      .woocommerce div.product .product__summary .the_champ_sharing_container {
        position: absolute;
        top: -6px;
        right: 15px;
        margin-top: 0;
        margin-bottom: 0; }
      .woocommerce div.product .product__summary .cart-controls-wrap .quantity-wrap {
        width: 142px; }
      .woocommerce div.product .product__summary .cart-controls-wrap .button,
      .woocommerce div.product .product__summary .cart-controls-wrap #wc-stripe-payment-request-wrapper {
        width: calc(100% - 158px); } }
@media (min-width: 1200px) {
  .woocommerce div.product .product__wrap:not(:last-child) {
    padding-bottom: 40px; }
  .woocommerce div.product .product__image .images .flex-control-thumbs li {
    width: calc(16.666666% - 4px); }
  .woocommerce div.product .product__summary {
    padding-left: 95px; } }
@media screen and (prefers-reduced-motion: reduce) {
  .woocommerce div.product .quantity-changer {
    transition: none !important; } }
.woocommerce div.product.product-type-composite .composite_form {
  padding-top: 0;
  padding-left: 0 !important; }
  .woocommerce div.product.product-type-composite .composite_form > .composite_component {
    margin-top: 40px; }
  .woocommerce div.product.product-type-composite .composite_form .component.closed .component_title.component_title_toggled .component_title_text:before {
    transform: rotate(90deg); }
  .woocommerce div.product.product-type-composite .composite_form .component_title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 28px; }
    .woocommerce div.product.product-type-composite .composite_form .component_title .step_index {
      display: none; }
    .woocommerce div.product.product-type-composite .composite_form .component_title .component_title_text {
      line-height: inherit;
      font-size: inherit; }
    .woocommerce div.product.product-type-composite .composite_form .component_title.component_title_toggled .component_title_text {
      padding-left: 30px; }
      .woocommerce div.product.product-type-composite .composite_form .component_title.component_title_toggled .component_title_text:before {
        content: "" !important;
        width: 6px;
        height: 13px;
        display: block;
        top: calc(50% - 6px);
        left: 9px;
        background: url("../img/icons/ic-sprite.svg") no-repeat -115px -80px;
        font-family: inherit;
        transform: rotate(-90deg); }
  .woocommerce div.product.product-type-composite .composite_form .component_description_wrapper {
    padding-right: 15px;
    padding-left: 15px; }
  .woocommerce div.product.product-type-composite .composite_form .component_description {
    margin-bottom: 12px; }
  .woocommerce div.product.product-type-composite .composite_form .component_inner {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 15px 0 0;
    border-radius: 4px;
    background-color: #F1F2F4; }
  .woocommerce div.product.product-type-composite .composite_form .component_ordering {
    padding: 0 15px 8px; }
    .woocommerce div.product.product-type-composite .composite_form .component_ordering .component_section_title {
      padding: 0; }
  .woocommerce div.product.product-type-composite .composite_form .component_section_title {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px; }
  .woocommerce div.product.product-type-composite .composite_form .component_options {
    padding: 0 15px 16px; }
  .woocommerce div.product.product-type-composite .composite_form .component_data.woocommerce-error {
    margin-top: 0;
    padding: 12px 15px 15px 15px; }
    .woocommerce div.product.product-type-composite .composite_form .component_data.woocommerce-error .clear_component_options {
      display: block;
      float: none;
      margin: 0; }
  .woocommerce div.product.product-type-composite .composite_form .composited_product_title_wrapper {
    display: none; }
  .woocommerce div.product.product-type-composite .composite_form .composited_product_images {
    width: 100% !important;
    float: none !important;
    position: relative;
    margin-bottom: 14px !important;
    padding-right: 15px;
    padding-left: 15px; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_images .wpdev__tags {
      top: 0;
      right: 15px; }
  .woocommerce div.product.product-type-composite .composite_form .composited_product_image {
    background-color: #d4d7de; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_image img {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper > .details {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    float: none !important;
    padding: 0 15px 20px 15px !important; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper > .details > * {
      order: 5; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper > .details > p {
      margin-bottom: 0.5rem;
      font-size: 14px; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper > .details .composited_product_title {
      order: 0; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper > .details .composited_filler {
      order: 10; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper > .details .allergens {
      order: 15; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper > .details .facts {
      order: 20; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper > .details > .variations {
      order: 6; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper > .details > .single_variation_wrap {
      order: 7; }
  .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .product-addons-total {
    display: block;
    padding-top: 9px; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .product-addons-total:empty {
      display: none; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .product-addons-total .price:before {
      display: none; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .product-addons-total .subtotal {
      width: 100%;
      margin-bottom: 4px;
      line-height: 1.25;
      font-weight: bold;
      font-size: 14px;
      color: #464646; }
  .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .stock {
    padding-top: 6px; }
  .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .price, .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .wdr_product_strikeout {
    display: flex;
    align-items: center;
    margin-top: 8px; }
    .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .price:not(:last-child), .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .wdr_product_strikeout:not(:last-child) {
      margin-bottom: 8px; }
  .woocommerce div.product.product-type-composite .composite_form .composited_product_details_wrapper .woocommerce-variation-price > .price {
    margin-top: 18px;
    margin-bottom: 5px; }
  .woocommerce div.product.product-type-composite .composite_form .composited_product_title {
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 20px; }
  .woocommerce div.product.product-type-composite .composite_form .variations_button.woocommerce-variation-add-to-cart-disabled {
    display: none !important; }
  .woocommerce div.product.product-type-composite .composite_form .wc-pao-addon-container {
    margin-top: 0; }
    .woocommerce div.product.product-type-composite .composite_form .wc-pao-addon-container .form-row {
      margin-bottom: 8px !important; }
  .woocommerce div.product.product-type-composite .composite_form .stock {
    margin-top: 8px;
    font-size: 14px; }
  .woocommerce div.product.product-type-composite .composite_form .component_wrap.single_variation_wrap {
    padding-top: 4px; }
  .woocommerce div.product.product-type-composite .composite_form .wc-pao-addon-container {
    margin-top: 12px;
    margin-bottom: 0; }
    .woocommerce div.product.product-type-composite .composite_form .wc-pao-addon-container:first-child {
      margin-top: 16px; }
    .woocommerce div.product.product-type-composite .composite_form .wc-pao-addon-container .form-row {
      margin-bottom: 0 !important; }
      .woocommerce div.product.product-type-composite .composite_form .wc-pao-addon-container .form-row select {
        height: 36px;
        padding: 10px 22px 8px 12px;
        border-width: 1px;
        background-position: right 10px center;
        line-height: 16px;
        font-size: 14px; }
  .woocommerce div.product.product-type-composite .composite_form .variations {
    padding-top: 4px; }
    .woocommerce div.product.product-type-composite .composite_form .variations ~ .single_variation_wrap {
      margin-bottom: -4px; }
    .woocommerce div.product.product-type-composite .composite_form .variations tr {
      margin-top: 12px; }
    .woocommerce div.product.product-type-composite .composite_form .variations td.label,
    .woocommerce div.product.product-type-composite .composite_form .variations td.value {
      padding: 0; }
    .woocommerce div.product.product-type-composite .composite_form .variations select {
      height: 36px;
      padding: 10px 22px 8px 12px;
      border-width: 1px;
      background-position: right 10px center;
      line-height: 16px;
      font-size: 14px; }
  .woocommerce div.product.product-type-composite .composite_form .allergens:not(:empty) {
    margin-top: 12px;
    margin-left: -4px; }
    .woocommerce div.product.product-type-composite .composite_form .allergens:not(:empty) .allergen {
      margin-top: 4px;
      margin-left: 4px;
      padding-right: 10px;
      padding-left: 10px;
      border-radius: 12px;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: normal;
      font-size: 14px; }
  .woocommerce div.product.product-type-composite .composite_form .facts {
    width: calc(100% + 30px);
    margin: 20px -15px -20px -15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .woocommerce div.product.product-type-composite .composite_form .facts:empty {
      display: none; }
  .woocommerce div.product.product-type-composite .composite_form .bundle_form {
    margin: 0; }
  .woocommerce div.product.product-type-composite .composite_form div.bundled_product {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0; }
    .woocommerce div.product.product-type-composite .composite_form div.bundled_product .product_title {
      font-weight: bold;
      font-size: 16px; }
    .woocommerce div.product.product-type-composite .composite_form div.bundled_product div.bundled_product_images {
      margin-top: 8px !important; }
      .woocommerce div.product.product-type-composite .composite_form div.bundled_product div.bundled_product_images:before {
        display: none; }
      .woocommerce div.product.product-type-composite .composite_form div.bundled_product div.bundled_product_images img {
        height: auto;
        position: static; }
    .woocommerce div.product.product-type-composite .composite_form div.bundled_product .bundled_item_cart_details {
      margin-top: 8px; }
      .woocommerce div.product.product-type-composite .composite_form div.bundled_product .bundled_item_cart_details .stock {
        margin-top: 0;
        padding: 0; }
  .woocommerce div.product.product-type-composite .composite_form .woocommerce-info,
  .woocommerce div.product.product-type-composite .composite_form .woocommerce-error {
    margin-top: 1rem;
    margin-bottom: 0 !important;
    padding: 8px 0 0;
    background: none;
    font-size: 14px; }
    .woocommerce div.product.product-type-composite .composite_form .woocommerce-info:before,
    .woocommerce div.product.product-type-composite .composite_form .woocommerce-error:before {
      display: none; }
    .woocommerce div.product.product-type-composite .composite_form .woocommerce-info ul,
    .woocommerce div.product.product-type-composite .composite_form .woocommerce-error ul {
      margin: 0;
      padding: 0; }
  .woocommerce div.product.product-type-composite .composite_form .cart.composite_data {
    width: 100%; }
  .woocommerce div.product.product-type-composite .composite_form .composite_wrap {
    padding-top: 22px; }
    .woocommerce div.product.product-type-composite .composite_form .composite_wrap .validation_message {
      margin-bottom: 1rem !important; }

@media (min-width: 768px) {
  .woocommerce div.product.product-type-composite .composite_form {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -15px !important; }
    .woocommerce div.product.product-type-composite .composite_form > .composite_component {
      width: 50%;
      display: flex;
      flex-direction: column;
      padding-right: 15px;
      padding-left: 15px; }
  .woocommerce div.product.product-type-composite .cart.composite_data > div {
    padding-right: 15px;
    padding-left: 15px; }
  .woocommerce div.product.product-type-composite .component_title_wrapper {
    flex-shrink: 0; }
  .woocommerce div.product.product-type-composite .component_inner,
  .woocommerce div.product.product-type-composite .component_selections,
  .woocommerce div.product.product-type-composite .component_content,
  .woocommerce div.product.product-type-composite .component_summary,
  .woocommerce div.product.product-type-composite .summary_content,
  .woocommerce div.product.product-type-composite .composited_product_details_wrapper {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }
  .woocommerce div.product.product-type-composite .component_content:before,
  .woocommerce div.product.product-type-composite .component_content:after,
  .woocommerce div.product.product-type-composite .component_summary:after,
  .woocommerce div.product.product-type-composite .summary_content:before,
  .woocommerce div.product.product-type-composite .summary_content:after,
  .woocommerce div.product.product-type-composite .composited_product_details_wrapper:after {
    display: none; }
  .woocommerce div.product.product-type-composite .component_description_wrapper,
  .woocommerce div.product.product-type-composite .component_section_title,
  .woocommerce div.product.product-type-composite .component_options,
  .woocommerce div.product.product-type-composite .composited_product_images,
  .woocommerce div.product.product-type-composite .component_wrap {
    width: 100%;
    flex-shrink: 0; }
  .woocommerce div.product.product-type-composite .composited_product_details_wrapper > .details,
  .woocommerce div.product.product-type-composite .composited_filler {
    flex: 1 1 auto; } }
@media (min-width: 992px) {
  .woocommerce div.product.product-type-composite .product__wrap {
    flex-wrap: wrap; }
  .woocommerce div.product.product-type-composite .product__summary.summary-composite {
    width: 100% !important;
    padding-left: 0; }
  .woocommerce div.product.product-type-composite .cart.composite_data > div {
    width: 50%;
    margin-right: 0;
    margin-left: auto; }
  .woocommerce div.product.product-type-composite .secure-payment,
  .woocommerce div.product.product-type-composite .wdr_table_container,
  .woocommerce div.product.product-type-composite #ppcp-messages,
  .woocommerce div.product.product-type-composite .ppc-button-wrapper {
    width: calc(50% - 15px);
    margin-right: 0;
    margin-left: auto; } }
@media (min-width: 1200px) {
  .woocommerce div.product.product-type-composite .composite_form > .composite_component {
    width: 33.333333%; } }
.woocommerce div.product.product-type-gift-card .woocommerce-product-gallery__wrapper {
  box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
  background-color: #F1F2F4; }
  .woocommerce div.product.product-type-gift-card .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    padding: 20px; }
    .woocommerce div.product.product-type-gift-card .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image + .ywgc-main-form-preview-container {
      padding-top: 0; }
    .woocommerce div.product.product-type-gift-card .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
      max-height: unset;
      object-fit: unset; }
  .woocommerce div.product.product-type-gift-card .woocommerce-product-gallery__wrapper .ywgc-main-form-preview-container {
    min-height: 1em;
    padding: 20px;
    box-shadow: none; }
  .woocommerce div.product.product-type-gift-card .woocommerce-product-gallery__wrapper .ywgc-form-preview-message {
    min-height: 98px;
    margin-top: 20px;
    padding: 12px;
    background-color: #fff; }
  .woocommerce div.product.product-type-gift-card .woocommerce-product-gallery__wrapper .ywgc-form-preview-message:empty:before {
    content: 'Message here'; }
.woocommerce div.product.product-type-gift-card .product__summary .woocommerce-product-butrate,
.woocommerce div.product.product-type-gift-card .product__summary .woocommerce-product-content {
  display: none; }
.woocommerce div.product.product-type-gift-card .product__summary .woocommerce-product-details__description:empty {
  display: none; }
  .woocommerce div.product.product-type-gift-card .product__summary .woocommerce-product-details__description:empty ~ .woocommerce-product-content {
    margin-top: -4px; }
    .woocommerce div.product.product-type-gift-card .product__summary .woocommerce-product-details__description:empty ~ .woocommerce-product-content .woocommerce-product-meta {
      padding-top: 0; }
.woocommerce div.product.product-type-gift-card form.gift-cards_form h3, .woocommerce div.product.product-type-gift-card form.gift-cards_form h4, .woocommerce div.product.product-type-gift-card form.gift-cards_form h5 {
  margin-top: 28px;
  margin-bottom: 8px;
  text-transform: lowercase;
  line-height: 1.2;
  font-size: 20px; }
  .woocommerce div.product.product-type-gift-card form.gift-cards_form h3:first-letter, .woocommerce div.product.product-type-gift-card form.gift-cards_form h4:first-letter, .woocommerce div.product.product-type-gift-card form.gift-cards_form h5:first-letter {
    text-transform: capitalize; }
.woocommerce div.product.product-type-gift-card .step-appearance,
.woocommerce div.product.product-type-gift-card .gift-cards-list,
.woocommerce div.product.product-type-gift-card .ywgc-single-recipient {
  padding: 20px 12px;
  border-radius: 4px;
  background-color: #F1F2F4; }
.woocommerce div.product.product-type-gift-card .step-appearance {
  margin-bottom: 8px;
  padding-top: 10px;
  text-align: center; }
  .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-choose-design-preview {
    margin-bottom: 8px; }
  .woocommerce div.product.product-type-gift-card .step-appearance ul {
    width: calc(100% + 10px);
    text-align: left; }
  .woocommerce div.product.product-type-gift-card .step-appearance li {
    width: 166px;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top; }
  .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image {
    width: 100%;
    height: 124px;
    margin: 10px 0 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #fff;
    transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out; }
    .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image:focus, .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image:hover, .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image.selected_image_parent {
      border-color: #DF6352; }
    .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image.selected_image_parent {
      box-shadow: inset 0 0 0 1px #DF6352 !important; }
    .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image:not(.ywgc-default-product-image)[data-design-url] {
      display: block; }
    .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image:not(.ywgc-default-product-image)[data-design-url=""] {
      display: none; }
    .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image:empty {
      display: none; }
    .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image img {
      width: calc(100% - 16px);
      height: calc(100% - 16px);
      object-fit: cover;
      margin: 8px; }
  .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-custom-design-link {
    margin: 0; }
.woocommerce div.product.product-type-gift-card .gift-cards-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 12px;
  padding-left: 8px; }
  .woocommerce div.product.product-type-gift-card .gift-cards-list h3, .woocommerce div.product.product-type-gift-card .gift-cards-list h4 {
    width: 100%;
    margin: -52px 0 28px -8px !important; }
  .woocommerce div.product.product-type-gift-card .gift-cards-list button, .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount {
    height: 40px;
    display: inline-block;
    padding: 10px 12px 8px 12px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #fff;
    white-space: normal;
    vertical-align: middle;
    text-decoration: none !important;
    text-transform: none;
    line-height: 20px;
    letter-spacing: normal;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e;
    transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out; }
    .woocommerce div.product.product-type-gift-card .gift-cards-list button:active, .woocommerce div.product.product-type-gift-card .gift-cards-list button:hover, .woocommerce div.product.product-type-gift-card .gift-cards-list button:focus, .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount:active, .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount:hover, .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount:focus {
      border-color: #DF6352; }
    .woocommerce div.product.product-type-gift-card .gift-cards-list button.selected_button, .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount.selected_button {
      box-shadow: inset 0 0 0 1px #DF6352 !important;
      border-color: #DF6352; }
  .woocommerce div.product.product-type-gift-card .gift-cards-list button {
    max-width: 100%;
    margin-bottom: 8px;
    margin-left: 4px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount {
    width: 130px;
    padding-left: 24px;
    text-align: left; }
    .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount::-webkit-input-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount::-ms-input-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount:-ms-input-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount::-moz-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount:-moz-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    .woocommerce div.product.product-type-gift-card .gift-cards-list #ywgc-manual-amount:placeholder {
      opacity: 1;
      color: #8b8b8b; }
  .woocommerce div.product.product-type-gift-card .gift-cards-list .ywgc-manual-amount-container {
    height: auto;
    position: relative;
    margin-bottom: 8px;
    margin-left: 4px;
    border: none !important; }
  .woocommerce div.product.product-type-gift-card .gift-cards-list .ywgc-currency-symbol,
  .woocommerce div.product.product-type-gift-card .gift-cards-list .ywgc-manual-currency-symbol {
    position: absolute;
    top: 50%;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e;
    transform: translateY(-50%); }
    .woocommerce div.product.product-type-gift-card .gift-cards-list .ywgc-currency-symbol.left,
    .woocommerce div.product.product-type-gift-card .gift-cards-list .ywgc-manual-currency-symbol.left {
      left: 12px; }
    .woocommerce div.product.product-type-gift-card .gift-cards-list .ywgc-currency-symbol.right,
    .woocommerce div.product.product-type-gift-card .gift-cards-list .ywgc-manual-currency-symbol.right {
      display: none;
      right: 6px; }
  .woocommerce div.product.product-type-gift-card .gift-cards-list + h3, .woocommerce div.product.product-type-gift-card .gift-cards-list + h4 {
    display: none; }
.woocommerce div.product.product-type-gift-card .step-content {
  margin-bottom: 8px; }
  .woocommerce div.product.product-type-gift-card .step-content label {
    margin-top: 0;
    line-height: 1.25;
    font-weight: bold; }
  .woocommerce div.product.product-type-gift-card .step-content input, .woocommerce div.product.product-type-gift-card .step-content textarea {
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
    padding: 14px 15px 12px 15px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    line-height: normal;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e;
    transition: all 0.15s ease-in-out; }
    .woocommerce div.product.product-type-gift-card .step-content input:focus, .woocommerce div.product.product-type-gift-card .step-content textarea:focus {
      box-shadow: inset 0 0 0 1px #DF6352 !important;
      border-color: #DF6352; }
      .woocommerce div.product.product-type-gift-card .step-content input:focus::-ms-value, .woocommerce div.product.product-type-gift-card .step-content textarea:focus::-ms-value {
        background-color: #fff;
        color: #2e2e2e; }
    .woocommerce div.product.product-type-gift-card .step-content input::-webkit-input-placeholder, .woocommerce div.product.product-type-gift-card .step-content textarea::-webkit-input-placeholder {
      opacity: 1;
      text-transform: lowercase;
      color: #8b8b8b; }
      .woocommerce div.product.product-type-gift-card .step-content input::-webkit-input-placeholder:first-letter, .woocommerce div.product.product-type-gift-card .step-content textarea::-webkit-input-placeholder:first-letter {
        text-transform: uppercase; }
    .woocommerce div.product.product-type-gift-card .step-content input::-ms-input-placeholder, .woocommerce div.product.product-type-gift-card .step-content textarea::-ms-input-placeholder {
      opacity: 1;
      text-transform: lowercase;
      color: #8b8b8b; }
      .woocommerce div.product.product-type-gift-card .step-content input::-ms-input-placeholder:first-letter, .woocommerce div.product.product-type-gift-card .step-content textarea::-ms-input-placeholder:first-letter {
        text-transform: uppercase; }
    .woocommerce div.product.product-type-gift-card .step-content input:-ms-input-placeholder, .woocommerce div.product.product-type-gift-card .step-content textarea:-ms-input-placeholder {
      opacity: 1;
      text-transform: lowercase;
      color: #8b8b8b; }
      .woocommerce div.product.product-type-gift-card .step-content input:-ms-input-placeholder:first-letter, .woocommerce div.product.product-type-gift-card .step-content textarea:-ms-input-placeholder:first-letter {
        text-transform: uppercase; }
    .woocommerce div.product.product-type-gift-card .step-content input::-moz-placeholder, .woocommerce div.product.product-type-gift-card .step-content textarea::-moz-placeholder {
      opacity: 1;
      text-transform: lowercase;
      color: #8b8b8b; }
      .woocommerce div.product.product-type-gift-card .step-content input::-moz-placeholder:first-letter, .woocommerce div.product.product-type-gift-card .step-content textarea::-moz-placeholder:first-letter {
        text-transform: uppercase; }
    .woocommerce div.product.product-type-gift-card .step-content input:-moz-placeholder, .woocommerce div.product.product-type-gift-card .step-content textarea:-moz-placeholder {
      opacity: 1;
      text-transform: lowercase;
      color: #8b8b8b; }
      .woocommerce div.product.product-type-gift-card .step-content input:-moz-placeholder:first-letter, .woocommerce div.product.product-type-gift-card .step-content textarea:-moz-placeholder:first-letter {
        text-transform: uppercase; }
    .woocommerce div.product.product-type-gift-card .step-content input:placeholder, .woocommerce div.product.product-type-gift-card .step-content textarea:placeholder {
      opacity: 1;
      text-transform: lowercase;
      color: #8b8b8b; }
      .woocommerce div.product.product-type-gift-card .step-content input:placeholder:first-letter, .woocommerce div.product.product-type-gift-card .step-content textarea:placeholder:first-letter {
        text-transform: uppercase; }
  .woocommerce div.product.product-type-gift-card .step-content input {
    height: 48px; }
  .woocommerce div.product.product-type-gift-card .step-content .ywgc-recipient-name {
    margin-top: -3px;
    margin-bottom: 16px; }
  .woocommerce div.product.product-type-gift-card .step-content .add-recipient {
    margin-top: 8px;
    margin-bottom: 8px; }
  .woocommerce div.product.product-type-gift-card .step-content .ywgc-sender-name,
  .woocommerce div.product.product-type-gift-card .step-content .ywgc-message {
    padding-right: 12px;
    padding-left: 12px;
    background-color: #F1F2F4; }
  .woocommerce div.product.product-type-gift-card .step-content .ywgc-sender-name {
    margin-bottom: 0;
    padding-top: 17px;
    padding-bottom: 16px;
    border-radius: 4px 4px 0 0; }
  .woocommerce div.product.product-type-gift-card .step-content .ywgc-message {
    padding-bottom: 20px;
    border-radius: 0 0 4px 4px; }
.woocommerce div.product.product-type-gift-card .gift_card_template_button {
  width: 100%;
  float: none;
  margin-top: 0; }
.woocommerce div.product.product-type-gift-card .ywgc-multi-recipients {
  display: none; }

@media (min-width: 1200px) {
  .woocommerce div.product.product-type-gift-card .step-appearance li {
    width: 183px; }
  .woocommerce div.product.product-type-gift-card .step-appearance .ywgc-preset-image {
    height: 137px; } }
@media (prefers-reduced-motion: reduce) {
  .woocommerce div.product.product-type-gift-card .step-content input,
  .woocommerce div.product.product-type-gift-card .step-content textarea {
    transition: none !important; } }
.product-bundle-items .section__title {
  margin-bottom: 20px; }
.product-bundle-items .bundle-items {
  margin: 0;
  padding: 0;
  list-style: none; }
  .product-bundle-items .bundle-items.is-loading {
    height: 100px;
    background: url("../img/icons/ic-loading.svg") no-repeat center;
    background-size: 50px; }
    .product-bundle-items .bundle-items.is-loading li {
      opacity: 0; }
.product-bundle-items li {
  margin-bottom: 0 !important;
  opacity: 1;
  list-style: none;
  transition: opacity 0.15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .product-bundle-items li {
    transition: none !important; } }
.product-tags .section__title {
  margin-bottom: 20px; }
.product-tags .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -12px;
  white-space: nowrap; }
  .product-tags .tags a {
    display: block;
    margin-top: 12px;
    margin-left: 12px;
    padding: 5px 5px 4px 5px;
    border: 1px solid #DF6352;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1;
    color: #DF6352; }
    .product-tags .tags a:hover, .product-tags .tags a:focus {
      border-color: #db503c;
      background-color: #db503c;
      color: #fff; }

.product-allergens.is-empty {
  display: none; }
.product-allergens .section__title {
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .product__wrap .product-allergens {
    display: none !important; } }
@media (min-width: 576px) {
  .product-allergens .section__title {
    text-align: left; } }
@media (min-width: 992px) {
  .product:not(.product-type-composite) > .product-allergens {
    display: none !important; } }
.product-facts + .section {
  border-top: none; }
.product-facts:before {
  content: '';
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  background-color: #f8f9fb;
  transform: translateX(-50%); }
.product-facts .container {
  position: relative;
  z-index: 2; }
.product-facts--v2 .facts-full {
  padding-top: 10px; }
.product-facts--v2 .facts-full-inner {
  padding-top: 30px; }
  .product-facts--v2 .facts-full-inner ul {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding: 4px 15px;
    border-radius: 8px;
    background-color: #fff;
    font-weight: bolder; }
  .product-facts--v2 .facts-full-inner li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0; }
    .product-facts--v2 .facts-full-inner li:not(:last-child) {
      border-bottom: 1px solid #dedede; }
  .product-facts--v2 .facts-full-inner .fact-full-amount {
    margin-left: auto;
    padding-left: 30px;
    font-size: 1.125em; }
.product-facts--v2 .btn-holder a, .product-facts--v2 .btn-holder-lg a {
  text-decoration: underline;
  font-weight: bolder;
  color: #DF6352; }
.product-facts .product-facts__graph .facts__chart {
  width: 100%;
  max-width: 302px;
  position: relative;
  margin: -10px auto; }
  .product-facts .product-facts__graph .facts__chart:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .product-facts .product-facts__graph .facts__chart .facts__calories {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 55px;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    color: #8b8b8b; }
    .product-facts .product-facts__graph .facts__chart .facts__calories strong {
      display: block;
      line-height: 1;
      font-family: "Open Sans Condensed", sans-serif;
      font-size: 40px;
      color: #2e2e2e; }
.product-facts .product-facts__graph svg {
  position: absolute;
  top: 0;
  left: 0; }
  .product-facts .product-facts__graph svg .ct-series {
    fill: #DF6352;
    stroke: #f8f9fb;
    stroke-width: 10px; }
.product-facts .product-facts__stat:not(:first-child) {
  margin-top: 30px; }
.product-facts .facts__chart .fact:not(:first-child) {
  margin-top: 16px; }
.product-facts .facts__chart .chart__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px; }
.product-facts .facts__chart .chart__label {
  margin: 5px 16px 0 0; }
.product-facts .facts__chart .chart__amount {
  margin: 5px 0 0 auto; }
.product-facts .facts__chart .inline-chart {
  margin-top: 5px; }
.product-facts .facts__inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6px;
  text-transform: lowercase;
  font-family: "Open Sans Condensed", sans-serif;
  color: #8b8b8b; }
  .product-facts .facts__inline .fact {
    margin-top: 6px; }
    .product-facts .facts__inline .fact:not(:last-child):not(:nth-last-child(2)) .chart__label:after {
      content: ', ';
      margin-right: 4px; }
    .product-facts .facts__inline .fact:nth-last-child(2) .chart__label:after {
      content: ', and';
      margin-right: 4px; }
  .product-facts .facts__inline .chart__amount {
    font-weight: bold;
    color: #2e2e2e; }
.product-facts .product-facts__donut {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: -30px; }
  .product-facts .product-facts__donut .fact {
    width: 190px;
    max-width: 190px;
    flex: 1 1 auto;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px; }
    .product-facts .product-facts__donut .fact-graph {
      width: calc(100% + 20px);
      position: relative;
      margin: -10px; }
      .product-facts .product-facts__donut .fact-graph:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .product-facts .product-facts__donut .fact-graph svg {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0; }
      .product-facts .product-facts__donut .fact-graph .donut-ring {
        stroke: #fff; }
      .product-facts .product-facts__donut .fact-graph .donut-segment {
        transform-origin: center; }
        .product-facts .product-facts__donut .fact-graph .donut-segment[stroke=transparent] {
          stroke: #DF6352; }
    .product-facts .product-facts__donut .fact-stat {
      width: 100%;
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 0;
      text-align: center;
      transform: translateY(-50%); }
      .product-facts .product-facts__donut .fact-stat:before {
        content: '';
        height: 20px;
        display: block; }
    .product-facts .product-facts__donut .fact-amount {
      display: block;
      padding-bottom: 6px;
      line-height: 1;
      font-weight: bold;
      font-size: 32px; }
    .product-facts .product-facts__donut .fact-percentage {
      min-height: 20px;
      display: block;
      line-height: 1;
      font-size: 20px;
      color: #8b8b8b; }
    .product-facts .product-facts__donut .fact-title {
      margin-top: 16px;
      text-align: center;
      line-height: 1.7777778;
      font-size: 18px;
      color: #303030; }
.product-facts .btn-holder {
  text-align: left; }
  .product-facts .btn-holder .btn {
    text-transform: capitalize;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold; }

@media (min-width: 768px) {
  .product-facts--v1 .section__title {
    text-align: left; }
  .product-facts--v2 .facts-full {
    padding-top: 15px; }
  .product-facts--v2 .facts-full-inner {
    padding-top: 35px; }
  .product-facts .product-facts__graph .facts__chart {
    margin-right: -10px;
    margin-left: -10px; }
  .product-facts .product-facts__stat:not(:first-child) {
    margin-top: 0; } }
@media (min-width: 1200px) {
  .product-facts--v2 .facts-full {
    padding-top: 20px; }
  .product-facts--v2 .facts-full-inner {
    padding-top: 40px; }
  .product-facts .product-facts__graph .facts__chart .facts__calories strong {
    font-size: 48px; }
  .product-facts .product-facts__stat {
    padding-left: 95px; } }
.product-cooking > .row {
  margin-top: -50px; }
.product-cooking .product__ingredients {
  margin-top: 50px; }
.product-cooking .product__prepare {
  margin-top: 50px; }

.section.product__ingredients .section__title {
  margin-bottom: 20px; }

.ingredients__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ingredients__list:empty {
    display: none; }
  .ingredients__list .ingredient {
    display: flex;
    align-items: center; }
  .ingredients__list .ingredient__image {
    width: 40px;
    height: auto;
    flex-shrink: 0;
    align-self: flex-start;
    display: block;
    margin-right: 16px;
    border-radius: 100%; }
  .ingredients__list .ingredient__name {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #303030; }
  .ingredients__list .ingredient__amount {
    display: none; }
  .ingredients__list .ingredient__desc {
    font-style: italic;
    font-size: 14px; }

.ingredients__desc:empty {
  display: none; }
.ingredients__desc:not(:first-child) {
  margin-top: 28px; }

.product__prepare .prepare__items {
  margin-top: -40px; }
.product__prepare .prepare__item {
  margin-top: 40px;
  text-align: center;
  color: #8b8b8b; }
.product__prepare .prepare__img {
  max-width: 100px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  text-align: center; }
  .product__prepare .prepare__img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain; }
.product__prepare .prepare__title {
  margin: 0 0 10px;
  font-size: 16px; }
.product__prepare .prepare__meta {
  margin-top: 16px; }

@media (max-width: 991px) {
  .product__ingredients--top {
    display: none !important; } }
@media (min-width: 576px) {
  .product-cooking .section__title {
    text-align: left; }
  .product-cooking .product__ingredients .section__content {
    max-width: 350px; }

  .product__prepare .prepare__items {
    justify-content: space-between; }
  .product__prepare .prepare__item {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .product__prepare .prepare__img,
  .product__prepare .prepare__title,
  .product__prepare .prepare__meta {
    width: 100%;
    flex-shrink: 0; }
  .product__prepare .prepare__content {
    width: 100%;
    flex: 1 1 auto; } }
@media (min-width: 768px) {
  .product-cooking > .row {
    margin-top: -60px; }
  .product-cooking .product__ingredients,
  .product-cooking .product__prepare {
    margin-top: 60px; } }
@media (min-width: 992px) {
  .product__ingredients--bot {
    display: none !important; }

  .product-cooking > .row {
    margin-top: -70px; }
  .product-cooking .product__ingredients,
  .product-cooking .product__prepare {
    margin-top: 70px; }

  .product__prepare .prepare__meta {
    margin-top: 30px; } }
@media (min-width: 1200px) {
  .product-cooking > .row {
    margin-top: -80px; }
  .product-cooking .product__ingredients,
  .product-cooking .product__prepare {
    margin-top: 80px; } }
.single-product section.products {
  padding-bottom: 20px;
  border-top: 1px solid #222; }

@media (min-width: 768px) {
  .single-product section.products .section__title {
    text-align: left; } }
.product-reviews {
  border-top: 1px solid #222; }
  .product-reviews .section__title {
    text-align: left; }
  .product-reviews #review_form_wrapper[style*="display: none"] + #comments {
    margin-top: 0; }
  .product-reviews #review_form #respond {
    width: 100%;
    max-width: 730px; }
    .product-reviews #review_form #respond p {
      margin: 0; }
    .product-reviews #review_form #respond #commentform {
      width: calc(100% + 30px);
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
    .product-reviews #review_form #respond .comment-notes {
      display: none; }
    .product-reviews #review_form #respond .form-group {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    .product-reviews #review_form #respond .comment-form-rating {
      order: 1;
      display: flex;
      align-items: center; }
      .product-reviews #review_form #respond .comment-form-rating label {
        margin-right: 8px;
        margin-bottom: 0; }
    .product-reviews #review_form #respond .comment-form-author {
      order: 3; }
    .product-reviews #review_form #respond .comment-form-email {
      order: 4; }
    .product-reviews #review_form #respond .comment-form-cookies-consent {
      order: 7; }
    .product-reviews #review_form #respond .comment-form-comment {
      order: 6; }
    .product-reviews #review_form #respond .form-submit {
      width: 100%;
      order: 10;
      padding: 16px 15px 0 15px;
      text-align: center; }
  .product-reviews #comments {
    margin-top: 40px;
    transition: margin-top 0.3s ease-in-out; }
  .product-reviews .reviews__stat {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #333; }
    .product-reviews .reviews__stat .reviews__avg {
      margin-right: 18px;
      line-height: 0.5;
      font-size: 60px; }
    .product-reviews .reviews__stat .star-rating {
      float: none; }
    .product-reviews .reviews__stat .reviews__count {
      margin-top: 9px;
      font-size: 13px; }
  .product-reviews .reviews__actions {
    margin-top: 20px; }
    .product-reviews .reviews__actions .reviews__sort {
      width: 100%; }
    .product-reviews .reviews__actions .reviews__add {
      width: 100%;
      margin-top: 20px; }
  .product-reviews .commentlist {
    margin: 0;
    padding: 20px 0 0;
    list-style: none; }
    .product-reviews .commentlist .review {
      margin-top: 16px;
      margin-bottom: 0;
      padding: 0 0 12px 0;
      border-bottom: 1px solid #dedede; }
    .product-reviews .commentlist .review__header {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 12px;
      line-height: 1;
      font-weight: bold;
      font-size: 14px;
      color: #2e2e2e; }
    .product-reviews .commentlist .star-rating {
      float: none;
      margin-left: -38px;
      margin-right: -22px;
      transform: scale(0.5) translateY(3px); }
    .product-reviews .commentlist .review__author {
      font-style: normal; }
    .product-reviews .commentlist .review__body {
      width: 100%;
      max-width: 730px;
      position: relative; }
      .product-reviews .commentlist .review__body.animating .review__excerpt {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0; }
    .product-reviews .commentlist .review__content {
      position: relative;
      z-index: 2;
      background-color: #fff; }
    .product-reviews .commentlist .review__more {
      margin-top: 20px; }
      .product-reviews .commentlist .review__more button {
        display: inline-block;
        position: relative;
        padding: 0 13px 0 0;
        box-shadow: none;
        outline: none !important;
        border: none;
        border-radius: 0;
        background: none;
        vertical-align: middle;
        text-align: left;
        line-height: 1.5;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: normal;
        font-size: 13px;
        color: #333;
        transition: color 0.15s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .product-reviews .commentlist .review__more button:before {
          content: attr(data-more); }
        .product-reviews .commentlist .review__more button:after {
          content: '';
          width: 10px;
          height: 8px;
          display: block;
          position: absolute;
          top: calc(50% - 4px);
          right: 0;
          background: transparent url(../img/icons/ic-dropdown.png) no-repeat right center;
          background-size: 10px 7px; }
        .product-reviews .commentlist .review__more button:hover, .product-reviews .commentlist .review__more button:focus {
          color: #DF6352; }

@media (min-width: 415px) {
  .product-reviews .reviews__actions {
    display: flex;
    align-items: center; }
    .product-reviews .reviews__actions .reviews__sort {
      width: calc(50% - 15px); }
    .product-reviews .reviews__actions .reviews__add {
      width: calc(50% - 15px);
      margin-top: 0;
      margin-left: 30px; } }
@media (min-width: 576px) {
  .product-reviews #review_form #respond .comment-form-author,
  .product-reviews #review_form #respond .comment-form-email {
    width: 50%; }
  .product-reviews .reviews__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: -20px; }
  .product-reviews .reviews__stat {
    flex-shrink: 0; }
  .product-reviews .reviews__actions {
    margin-right: 0;
    margin-left: auto; }
    .product-reviews .reviews__actions .reviews__sort {
      width: auto;
      margin-left: 30px; }
    .product-reviews .reviews__actions .reviews__add {
      width: auto; } }
@media (min-width: 768px) {
  .product-reviews #comments {
    margin-top: 50px; }
  .product-reviews .commentlist .review {
    margin-top: 30px; }
  .product-reviews .commentlist .review__header {
    margin-bottom: 20px; } }
@media (min-width: 992px) {
  .product-reviews #comments {
    margin-top: 60px; }
  .product-reviews .reviews__actions .reviews__sort {
    width: 225px; }
  .product-reviews .reviews__actions .reviews__add {
    width: 190px; } }
@media (min-width: 1200px) {
  .product-reviews .commentlist .review {
    margin-top: 40px; }
  .product-reviews .commentlist .review__header {
    margin-bottom: 28px; } }
body.woocommerce-cart .page-header {
  margin-bottom: 32px;
  text-align: left; }
body.woocommerce-cart #yith-par-message-cart,
body.woocommerce-cart #yith-par-message-reward-cart {
  display: none !important; }
body.woocommerce-cart .cart__table table.shop_table {
  margin: 0;
  border-width: 2px;
  border-color: #e6e6e6;
  border-radius: 2px; }
  body.woocommerce-cart .cart__table table.shop_table thead {
    display: none; }
  body.woocommerce-cart .cart__table table.shop_table tbody td {
    border-top-color: #e6e6e6; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-thumbnail img {
    width: 100%;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-name h4 {
    margin: 0;
    line-height: 1.2;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-name dl.variation {
    margin-top: 0.25rem;
    margin-left: 0.5rem;
    line-height: normal;
    font-size: 14px; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-quantity .quantity-wrap {
    width: 65px;
    max-width: 100%;
    margin: 0; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-quantity .quantity-changer {
    display: none; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-price del, body.woocommerce-cart .cart__table table.shop_table tbody .product-subtotal del {
    margin-right: 2px;
    font-style: italic;
    font-size: 13px; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-price ins, body.woocommerce-cart .cart__table table.shop_table tbody .product-subtotal ins {
    background: none; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap {
    position: relative; }
    body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove {
      width: 26px;
      height: 26px;
      position: relative;
      margin: 0;
      border-radius: 0;
      background: none;
      line-height: 0;
      font-size: 0; }
      body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove:before, body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove:after {
        content: '';
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
        background: url("../img/icons/ic-sprite.svg") no-repeat -55px -80px;
        transition: opacity 0.15s ease-in-out; }
      body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove:before {
        z-index: 1; }
      body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove:after {
        opacity: 0;
        z-index: 2;
        background-position-x: -75px; }
      body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove:hover:before, body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove:focus:before {
        opacity: 0; }
      body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove:hover:after, body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove:focus:after {
        opacity: 1; }
body.woocommerce-cart .cart__table .cart__actions-group {
  width: 100%; }
body.woocommerce-cart .cart__table .cart__actions .coupon {
  width: 100%;
  display: flex;
  margin-top: 20px; }
  body.woocommerce-cart .cart__table .cart__actions .coupon .input-text {
    flex: 1 1 auto;
    margin-right: 8px;
    border-color: #dedede;
    padding: 14px 15px 12px 15px; }
    body.woocommerce-cart .cart__table .cart__actions .coupon .input-text:focus {
      border-color: #DF6352; }
  body.woocommerce-cart .cart__table .cart__actions .coupon .button {
    flex-shrink: 0; }
body.woocommerce-cart .cart__table .cart__actions .ywgc_enter_code {
  width: 100%;
  margin: 20px 0 0;
  padding: 0; }
  body.woocommerce-cart .cart__table .cart__actions .ywgc_enter_code .sidebar__toggler {
    display: none; }
  body.woocommerce-cart .cart__table .cart__actions .ywgc_enter_code .collapse {
    display: block;
    margin: 0; }
  body.woocommerce-cart .cart__table .cart__actions .ywgc_enter_code .form-groups {
    display: flex; }
    body.woocommerce-cart .cart__table .cart__actions .ywgc_enter_code .form-groups .input-text {
      flex: 1 1 auto;
      margin-right: 8px; }
    body.woocommerce-cart .cart__table .cart__actions .ywgc_enter_code .form-groups .button {
      flex-shrink: 0; }
body.woocommerce-cart .cart__table .cart__actions .update_cart {
  width: 100%;
  margin: 20px 0 0 auto;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px; }
body.woocommerce-cart .cart-collaterals {
  width: 100%;
  margin: 40px 0 0; }
  body.woocommerce-cart .cart-collaterals .cart__summary-wrap {
    padding: 22px 20px 15px 20px;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    background-color: #f8f9fb; }
  body.woocommerce-cart .cart-collaterals .cart__title {
    margin-bottom: 21px;
    color: #333; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    float: none; }
    body.woocommerce-cart .cart-collaterals .cart_totals table {
      margin: 0;
      border: none;
      border-radius: 0; }
      body.woocommerce-cart .cart-collaterals .cart_totals table th, body.woocommerce-cart .cart-collaterals .cart_totals table td {
        width: 50%;
        padding-top: 5px;
        padding-right: 0;
        padding-bottom: 6px;
        border: none;
        line-height: 1.25;
        font-weight: normal;
        color: #8b8b8b; }
        body.woocommerce-cart .cart-collaterals .cart_totals table th *, body.woocommerce-cart .cart-collaterals .cart_totals table td * {
          font-weight: inherit;
          color: inherit; }
      body.woocommerce-cart .cart-collaterals .cart_totals table th {
        padding-left: 0; }
      body.woocommerce-cart .cart-collaterals .cart_totals table td {
        text-align: right; }
      body.woocommerce-cart .cart-collaterals .cart_totals table tr {
                    /*
                    &.ywgc-gift-card-applied{
                        &:not(.is-visible){
                            display: none;
                        }

                        th{
                            small{
                                display: block;
                            }
                        }
                        .ywgc-remove-gift-card{
                            display: none;
                        }
                    }
                    */ }
        body.woocommerce-cart .cart-collaterals .cart_totals table tr:not(.fee):not(.cart-discount):not(.cart-subtotal) {
          display: none; }
        body.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th {
          font-weight: bold;
          color: #333; }
        body.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td {
          font-weight: bold; }
  body.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals.shipping {
    display: none !important; }
  body.woocommerce-cart .cart-collaterals .cart__points {
    margin-top: -2px;
    line-height: 1.7777778;
    font-size: 13px; }
    body.woocommerce-cart .cart-collaterals .cart__points .yith-par-main-msg {
      position: relative;
      padding: 10px 15px 10px 28px;
      border-radius: 2px;
      background-color: #121212;
      font-weight: bold;
      color: #fff; }
      body.woocommerce-cart .cart-collaterals .cart__points .yith-par-main-msg:before {
        content: '';
        width: 12px;
        height: 10px;
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        left: 9px;
        background: url("../img/icons/ic-sprite.svg") no-repeat -60px -380px; }
    body.woocommerce-cart .cart-collaterals .cart__points .yith-par-sec-msg {
      margin-top: 8px;
      color: #8b8b8b; }
    body.woocommerce-cart .cart-collaterals .cart__points .yith-par-check-msg {
      display: none; }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 20px;
    padding: 0; }
    body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout:before, body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout:after {
      display: none; }
    body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .button {
      width: 100%;
      margin: 16px 0 0; }
    body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
      width: 100%;
      padding: 14px 15px 12px 15px;
      font-family: "Open Sans Condensed", sans-serif;
      font-size: 16px; }
    body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .ppc-button-wrapper {
      width: 100%;
      margin-top: 16px; }
  body.woocommerce-cart .cart-collaterals .wpg_express_checkout_paypal_button {
    width: 100%;
    float: none;
    margin-top: 16px;
    text-align: right; }
    body.woocommerce-cart .cart-collaterals .wpg_express_checkout_paypal_button.single_add_to_cart_button.button.alt {
      text-align: right; }
body.woocommerce-cart .empty-cart-content {
  text-align: center;
  color: #333; }
  body.woocommerce-cart .empty-cart-content .empty-img {
    width: 600px;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto; }
    body.woocommerce-cart .empty-cart-content .empty-img:not(:last-child) {
      margin-bottom: 32px; }
  body.woocommerce-cart .empty-cart-content .empty-btn:not(:first-child) {
    margin-top: 20px; }

#cart-remove-product .modal-footer .btn-cancel {
  margin-right: auto;
  margin-left: 0; }
#cart-remove-product .modal-footer .btn-confirm {
  margin-left: 8px; }

@media (max-width: 768px) {
  body.woocommerce-cart .cart__table table.shop_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #e6e6e6; }
    body.woocommerce-cart .cart__table table.shop_table tbody tr:first-child {
      border-top: none; }
    body.woocommerce-cart .cart__table table.shop_table tbody tr:nth-child(2n) {
      background-color: rgba(0, 0, 0, 0.025); }
  body.woocommerce-cart .cart__table table.shop_table tbody td {
    width: 100%;
    background: none !important; }
  body.woocommerce-cart .cart__table table.shop_table tbody td.product-thumbnail {
    width: 84px;
    align-self: flex-start;
    display: block !important;
    border-top: none; }
    body.woocommerce-cart .cart__table table.shop_table tbody td.product-thumbnail:before {
      display: none; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-name {
    width: calc(100% - 84px);
    border-top: none;
    text-align: left !important; }
    body.woocommerce-cart .cart__table table.shop_table tbody .product-name:before {
      display: none; }
  body.woocommerce-cart .cart__table table.shop_table tbody td.product-price {
    display: none; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-quantity:before {
    margin-top: 14px; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-quantity .quantity-wrap {
    float: right; }
  body.woocommerce-cart .cart__table table.shop_table tbody .product-remove-wrap .remove {
    margin-right: 0;
    margin-left: auto; } }
@media (min-width: 480px) {
  body.woocommerce-cart .cart__table .cart__actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    body.woocommerce-cart .cart__table .cart__actions-group {
      margin-right: 16px; }
    body.woocommerce-cart .cart__table .cart__actions .coupon, body.woocommerce-cart .cart__table .cart__actions .ywgc_enter_code {
      width: 250px; }
    body.woocommerce-cart .cart__table .cart__actions .update_cart {
      width: 160px;
      flex-shrink: 0; }
  body.woocommerce-cart .cart-collaterals {
    max-width: 400px;
    margin-left: auto; }
    body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      margin-left: -16px; }
      body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .button {
        width: calc(50% - 16px);
        margin-left: 16px; }
      body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
        width: calc(100% - 16px); }
      body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .ppc-button-wrapper {
        width: calc(100% - 16px); } }
@media (min-width: 576px) {
  body.woocommerce-cart .cart__table .cart__actions {
    flex-wrap: nowrap; }
    body.woocommerce-cart .cart__table .cart__actions .update_cart {
      flex-shrink: 0; }

  #cart-remove-product .modal-dialog {
    max-width: 540px; }
  #cart-remove-product .modal-footer .btn-cancel {
    width: 160px; }
  #cart-remove-product .modal-footer .btn-confirm {
    width: 195px; } }
@media (min-width: 769px) {
  body.woocommerce-cart .cart__table table.shop_table {
    background-color: #f8f9fb; }
    body.woocommerce-cart .cart__table table.shop_table tbody tr:first-child td {
      border-top: none; }
    body.woocommerce-cart .cart__table table.shop_table tbody td {
      padding: 20px 12px; }
    body.woocommerce-cart .cart__table table.shop_table tbody .product-thumbnail {
      width: 112px;
      padding-left: 20px; }
    body.woocommerce-cart .cart__table table.shop_table tbody .product-price, body.woocommerce-cart .cart__table table.shop_table tbody .product-subtotal {
      text-align: right;
      color: #8b8b8b; }
    body.woocommerce-cart .cart__table table.shop_table tbody .product-quantity {
      width: 89px;
      text-align: center; }
    body.woocommerce-cart .cart__table table.shop_table tbody .product-price {
      width: 0;
      padding: 0; }
    body.woocommerce-cart .cart__table table.shop_table tbody .product-remove {
      width: 46px;
      padding-left: 0;
      padding-right: 20px; }
    body.woocommerce-cart .cart__table table.shop_table tbody .bundled_table_item td {
      padding-top: 0;
      padding-bottom: 10px; }
    body.woocommerce-cart .cart__table table.shop_table tbody .bundled_table_item .product-thumbnail {
      padding-left: 40px; }
    body.woocommerce-cart .cart__table table.shop_table tbody .bundled_table_item .bundled_table_item_indent {
      padding-left: 0; }
    body.woocommerce-cart .cart__table table.shop_table tbody .bundled_table_item .product-name h4 {
      font-size: 16px; }
    body.woocommerce-cart .cart__table table.shop_table tbody .bundled_table_item .product-quantity {
      text-align: center; }
  body.woocommerce-cart .cart__table .cart__actions {
    margin-top: 10px; }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 30px; } }
@media (min-width: 992px) {
  body.woocommerce-cart .cart__table {
    padding-right: 45px; }
  body.woocommerce-cart .cart-collaterals {
    margin-top: 0; }
    body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
      display: block;
      margin-left: 0; }
      body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .button {
        width: 100%;
        margin-left: 0; }
      body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button-continue {
        display: none; }
      body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
      body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .ppc-button-wrapper {
        width: 100%; } }
@media (min-width: 1200px) {
  body.woocommerce-cart .cart__table .cart__actions {
    margin-top: 20px; }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 36px; } }
.woocommerce-password-strength,
.woocommerce-password-hint {
  display: none !important; }

.woocommerce-account .site-content {
  background-color: #f8f9fb; }
.woocommerce-account .page-header {
  text-transform: capitalize; }
  .woocommerce-account .page-header .page-title {
    margin: 0; }
  .woocommerce-account .page-header .btn-holder {
    margin-top: 0; }

.woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  position: relative;
  float: none;
  margin-bottom: 24px; }
.woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  float: none; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    position: relative;
    margin-bottom: 20px; }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty {
      display: none; }
  .woocommerce .woocommerce-MyAccount-content form.acc-content-form {
    max-width: 740px; }
    .woocommerce .woocommerce-MyAccount-content form.acc-content-form.is-loading .account-buttons button[type=submit].button-arrowed {
      opacity: 0.25;
      pointer-events: none; }
      .woocommerce .woocommerce-MyAccount-content form.acc-content-form.is-loading .account-buttons button[type=submit].button-arrowed:after {
        content: '\e01c';
        width: auto;
        height: auto;
        top: calc(50% - 9px);
        background: none;
        font-family: WooCommerce;
        font-weight: 400;
        transform: none;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
    .woocommerce .woocommerce-MyAccount-content form.acc-content-form legend {
      margin-bottom: 8px;
      padding-top: 24px;
      font-family: "Open Sans Condensed", sans-serif;
      line-height: 1.4285714285714285714285714285714;
      font-weight: 500;
      font-size: 20px;
      color: #2e2e2e; }
  .woocommerce .woocommerce-MyAccount-content .form-row-wrap {
    margin-bottom: -16px; }
  .woocommerce .woocommerce-MyAccount-content .account-buttons {
    margin-top: 20px; }
    .woocommerce .woocommerce-MyAccount-content .account-buttons .button {
      margin-top: 10px; }
  .woocommerce .woocommerce-MyAccount-content .msg {
    margin-top: 1rem; }
    .woocommerce .woocommerce-MyAccount-content .msg-success {
      color: #3ed3a3; }
    .woocommerce .woocommerce-MyAccount-content .msg-error {
      color: #DF6352; }
.woocommerce .wc-acc-section:not(:last-child) {
  margin-bottom: 40px; }
.woocommerce .wc-acc-header {
  margin-bottom: 8px; }
.woocommerce .wc-acc-title {
  line-height: 1.4285714285714285714285714285714;
  font-weight: 500;
  font-size: 20px; }
.woocommerce .wc-acc-row {
  margin-top: -30px; }
.woocommerce .wc-acc-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  .woocommerce .wc-acc-content.is-loading, .woocommerce .wc-acc-content.is-removed {
    user-select: none;
    pointer-events: none; }
    .woocommerce .wc-acc-content.is-loading .wc-acc-block:before, .woocommerce .wc-acc-content.is-removed .wc-acc-block:before {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 50;
      top: 0;
      left: 0; }
  .woocommerce .wc-acc-content.is-loading .wc-acc-block:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.75) url("../img/icons/ic-loading.svg") no-repeat center;
    background-size: 50px; }
  .woocommerce .wc-acc-content.is-removed .wc-acc-block:before {
    content: attr(data-msg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: rgba(220, 53, 69, 0.1);
    text-align: center;
    color: #dc3545; }
  .woocommerce .wc-acc-content.is-removed .wc-acc-block > * {
    opacity: 0.25; }
  .woocommerce .wc-acc-content .msg {
    margin-top: 8px; }
.woocommerce .wc-acc-block {
  width: 100%;
  position: relative;
  padding: 15px;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.6875;
  font-family: "Open Sans Condensed", sans-serif; }
  .woocommerce .wc-acc-block a:not(.btn):not(.button):not(:hover):not(:focus) {
    color: inherit; }
  .woocommerce .wc-acc-block .edit, .woocommerce .wc-acc-block .remove {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 8px;
    text-decoration: none;
    line-height: 0;
    font-size: 0; }
    .woocommerce .wc-acc-block .edit:before, .woocommerce .wc-acc-block .edit:after, .woocommerce .wc-acc-block .remove:before, .woocommerce .wc-acc-block .remove:after {
      content: '';
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      background-image: url("../img/icons/ic-sprite.svg");
      background-repeat: no-repeat;
      background-position-y: -80px;
      transition: opacity 0.15s ease-in-out; }
    .woocommerce .wc-acc-block .edit:after, .woocommerce .wc-acc-block .remove:after {
      opacity: 0;
      z-index: 2; }
    .woocommerce .wc-acc-block .edit:hover:before, .woocommerce .wc-acc-block .edit:focus:before, .woocommerce .wc-acc-block .remove:hover:before, .woocommerce .wc-acc-block .remove:focus:before {
      opacity: 0; }
    .woocommerce .wc-acc-block .edit:hover:after, .woocommerce .wc-acc-block .edit:focus:after, .woocommerce .wc-acc-block .remove:hover:after, .woocommerce .wc-acc-block .remove:focus:after {
      opacity: 1; }
  .woocommerce .wc-acc-block .edit {
    right: 5px; }
    .woocommerce .wc-acc-block .edit:before {
      background-position-x: -205px; }
    .woocommerce .wc-acc-block .edit:after {
      background-position-x: -225px; }
  .woocommerce .wc-acc-block .remove {
    right: 41px;
    border: none;
    background: none; }
    .woocommerce .wc-acc-block .remove:before {
      background-position-x: -55px; }
    .woocommerce .wc-acc-block .remove:after {
      background-position-x: -75px; }
  .woocommerce .wc-acc-block address {
    margin: 0; }

@media (max-width: 413px) {
  .woocommerce .woocommerce-MyAccount-content .account-buttons .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .woocommerce .woocommerce-MyAccount-content .account-buttons .button {
    width: 100%; } }
@media (min-width: 576px) {
  .woocommerce .woocommerce-MyAccount-content form.acc-content-form legend {
    font-size: 22px; }
  .woocommerce .woocommerce-MyAccount-content .form-row.col-sm-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .woocommerce .woocommerce-MyAccount-content .form-row.col-sm-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .woocommerce .wc-acc-title {
    font-size: 22px; } }
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    margin-top: -10px; }
  .woocommerce .woocommerce-MyAccount-content form.acc-content-form legend {
    font-size: 24px; }
  .woocommerce .woocommerce-MyAccount-content .account-buttons {
    margin-top: 25px; }
  .woocommerce .wc-acc-title {
    font-size: 24px; } }
@media (min-width: 992px) {
  .woocommerce-account .page-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .woocommerce-account .page-header .btn-holder {
      flex-shrink: 0;
      margin-left: 15px; }

  .woocommerce .woocommerce-MyAccount-navigation {
    margin-top: -50px;
    margin-bottom: 50px;
    padding-top: 25px; }
    .woocommerce .woocommerce-MyAccount-navigation:before {
      content: '';
      width: 100vw;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      background-color: #fff;
      transform: translateX(-50%); }
    .woocommerce .woocommerce-MyAccount-navigation ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      position: relative;
      z-index: 2;
      margin: 0 -15px;
      padding: 0;
      text-transform: uppercase;
      line-height: 1;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 300;
      font-size: 20px;
      color: #2e2e2e; }
    .woocommerce .woocommerce-MyAccount-navigation li {
      display: block;
      margin: 0;
      padding: 0; }
      .woocommerce .woocommerce-MyAccount-navigation li.is-active {
        font-weight: bold; }
        .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
          color: inherit; }
          .woocommerce .woocommerce-MyAccount-navigation li.is-active a:after {
            opacity: 1; }
    .woocommerce .woocommerce-MyAccount-navigation a {
      display: block;
      position: relative;
      padding: 15px;
      text-decoration: none;
      color: inherit; }
      .woocommerce .woocommerce-MyAccount-navigation a:after {
        content: '';
        width: calc(100% - 28px);
        display: block;
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        border-top: 2px solid #DF6352;
        transform: translateX(-50%); }
      .woocommerce .woocommerce-MyAccount-navigation a:hover, .woocommerce .woocommerce-MyAccount-navigation a:focus {
        color: #DF6352; }
  .woocommerce .woocommerce-MyAccount-content form.acc-content-form legend {
    font-size: 26px; }
  .woocommerce .woocommerce-MyAccount-content .account-buttons {
    margin-top: 30px; }
  .woocommerce .wc-acc-header {
    margin-bottom: 12px; }
  .woocommerce .wc-acc-title {
    font-size: 26px; }
  .woocommerce .wc-acc-block {
    padding: 24px;
    border-radius: 8px; }
    .woocommerce .wc-acc-block .edit, .woocommerce .wc-acc-block .remove {
      top: 20px; }
    .woocommerce .wc-acc-block .edit {
      right: 20px; }
    .woocommerce .wc-acc-block .remove {
      right: 61px; } }
@media (min-width: 1200px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    margin-top: -60px;
    margin-bottom: 60px;
    padding-top: 10px; }
    .woocommerce .woocommerce-MyAccount-navigation a {
      padding-top: 30px;
      padding-bottom: 30px; }
      .woocommerce .woocommerce-MyAccount-navigation a:after {
        border-top-width: 4px; }
  .woocommerce .woocommerce-MyAccount-content form.acc-content-form legend {
    font-size: 28px; }
  .woocommerce .wc-acc-title {
    font-size: 28px; } }
.woocommerce .wc-Account .wc-acc-block, .woocommerce .wc-Address .wc-acc-block {
  padding-right: 65px; }

@media (min-width: 992px) {
  .woocommerce .wc-Account .wc-acc-block, .woocommerce .wc-Address .wc-acc-block {
    padding-right: 90px; } }
.woocommerce table.woocommerce-orders-table {
  margin: 0;
  border: none;
  border-bottom: 1px solid #dedede;
  border-collapse: collapse;
  border-radius: 0; }
  .woocommerce table.woocommerce-orders-table p {
    margin: 0; }
  .woocommerce table.woocommerce-orders-table a:not(.btn):not(:hover):not(:focus) {
    color: inherit; }
  .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__row:first-child .woocommerce-orders-table__cell {
    border-top: none; }
  .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__row:not(.woocommerce-orders-table__row-active) + .woocommerce-orders-table__extra-row {
    display: none; }
  .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__row.woocommerce-orders-table__row-active .woocommerce-orders-table__cell {
    font-weight: bold;
    color: #2e2e2e; }
  .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__row.woocommerce-orders-table__row-active .actions-toggle-view .dots, .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__row.woocommerce-orders-table__row-active .actions-toggle-view .dots:before, .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__row.woocommerce-orders-table__row-active .actions-toggle-view .dots:after {
    background-color: #2e2e2e; }
  .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__cell {
    padding: 4px 0;
    border-top: 1px solid #dedede; }
  .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions {
    padding-left: 15px;
    text-align: right; }
    .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions:before {
      display: none; }
  .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view {
    margin-right: -13px;
    padding: 10px 22px;
    box-shadow: none;
    border: none;
    background: none; }
    .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view:hover .dots, .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view:hover .dots:before, .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view:hover .dots:after {
      background-color: #DF6352; }
    .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view .dots, .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view .dots:before, .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view .dots:after {
      width: 4px;
      height: 4px;
      display: block;
      border-radius: 100%;
      background-color: #303030;
      transition: background-color 0.15s ease-in-out; }
    .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view .dots {
      position: relative; }
      .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view .dots:before, .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view .dots:after {
        content: '';
        position: absolute;
        top: calc(50% - 2px); }
      .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view .dots:before {
        right: calc(50% + 4px); }
      .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view .dots:after {
        left: calc(50% + 4px); }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row .woocommerce-orders-table__extracell {
    padding: 8px 15px 15px 15px;
    border: none; }
    .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row .woocommerce-orders-table__extracell:before {
      display: none; }
    .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row .woocommerce-orders-table__extracell .btn {
      white-space: nowrap; }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row .woocommerce-orders-table__extracell-order-actions {
    vertical-align: top;
    text-align: right; }
.woocommerce table.woocommerce-table--order-details {
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
  border: none;
  border-collapse: collapse;
  border-radius: 0; }
  .woocommerce table.woocommerce-table--order-details td {
    padding: 7px 0;
    border: none;
    background: none !important;
    vertical-align: top; }
  .woocommerce table.woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta {
    display: block;
    margin: 0;
    padding: 0 0 0 1rem;
    font-size: 14px; }
    .woocommerce table.woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta li {
      display: block;
      margin: 0; }
      .woocommerce table.woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta li p {
        display: inline;
        margin: 0; }
    .woocommerce table.woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta strong {
      font-weight: 600; }

@media (max-width: 768px) {
  .woocommerce table.woocommerce-orders-table td {
    border: none !important; }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__row > th, .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__row > td {
    background: none; }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__row:not(:first-child) {
    border-top: 1px solid #dedede; }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row .woocommerce-orders-table__extracell-order-actions .btn {
    margin-left: 4px; }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row .woocommerce-orders-table__extracell-order-actions br {
    display: none; }
  .woocommerce table.woocommerce-table--order-details tr.order_item:not(:first-child) td:first-child {
    border-top: 1px solid #dedede; }
  .woocommerce table.woocommerce-table--order-details td {
    padding-top: 4px;
    padding-bottom: 4px; } }
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-content .woocommerce-order-meta {
    margin-top: 17px; } }
@media (min-width: 769px) {
  .woocommerce table.woocommerce-orders-table thead th {
    padding: 13px 0;
    line-height: 1.2;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 16px;
    color: #2e2e2e; }
  .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__cell {
    height: 76px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-total {
    width: 100px; }
  .woocommerce table.woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions {
    width: 50px; }
  .woocommerce table.woocommerce-orders-table tbody .actions-toggle-view {
    margin-right: 0; }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row td {
    background-color: rgba(0, 0, 0, 0.025); }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row .woocommerce-orders-table__extracell {
    padding: 10px 0 19px 0; }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row .woocommerce-orders-table__extracell-order-actions {
    padding-top: 15px;
    padding-left: 15px; }
    .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__extra-row .woocommerce-orders-table__extracell-order-actions .btn ~ .btn {
      margin-top: 4px; }
  .woocommerce table.woocommerce-table--order-details td {
    padding: 7px 0; }
  .woocommerce table.woocommerce-table--order-details .woocommerce-table__product-price {
    width: 75px; }
  .woocommerce table.woocommerce-table--order-details .woocommerce-table__product-quantity {
    width: 50px; }
  .woocommerce table.woocommerce-table--order-details .woocommerce-table__product-total {
    width: 100px; } }
@media (min-width: 992px) {
  .woocommerce .woocommerce-MyAccount-content .woocommerce-order-meta {
    margin-top: 27px; } }
.woocommerce-payment-methods .pm__row {
  margin-top: -30px; }
.woocommerce-payment-methods .pm__item {
  margin-top: 30px; }
.woocommerce-payment-methods .pm__inner {
  max-width: 450px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  background-color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  color: #2e2e2e; }
  .woocommerce-payment-methods .pm__inner:before {
    content: '';
    display: block;
    padding-top: 69%; }
.woocommerce-payment-methods .pm__header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  padding-bottom: 0 !important; }
.woocommerce-payment-methods .pm_brand {
  width: 80px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F1F2F4;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  line-height: 1;
  color: #2e2e2e; }
  .woocommerce-payment-methods .pm_brand__creditcard {
    background-image: url(../img/payments/credit_card.svg);
    font-size: 0; }
  .woocommerce-payment-methods .pm_brand__visa {
    background-image: url(../img/payments/visa.svg);
    font-size: 0; }
  .woocommerce-payment-methods .pm_brand__mastercard {
    background-image: url(../img/payments/master_card.svg);
    font-size: 0; }
  .woocommerce-payment-methods .pm_brand__americanexpress {
    background-image: url(../img/payments/american_express.svg);
    font-size: 0; }
  .woocommerce-payment-methods .pm_brand__discover {
    background-image: url(../img/payments/discover.svg);
    font-size: 0; }
  .woocommerce-payment-methods .pm_brand__diners {
    background-image: url(../img/payments/diners.svg);
    font-size: 0; }
  .woocommerce-payment-methods .pm_brand__jcb {
    background-image: url(../img/payments/jcb.svg);
    font-size: 0; }
.woocommerce-payment-methods .btn.default {
  font-family: inherit;
  font-weight: normal;
  font-size: 12px; }
.woocommerce-payment-methods .pm__body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 15px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1;
  letter-spacing: 9.14px;
  font-weight: 500;
  font-size: 22px;
  transform: translateY(-50%); }
  .woocommerce-payment-methods .pm__body-stars {
    margin-top: 5px;
    margin-bottom: -5px;
    letter-spacing: 4px;
    font-size: 14px; }
.woocommerce-payment-methods .pm__footer {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  padding-top: 0 !important; }
.woocommerce-payment-methods .pm__expires-title {
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 3.43px;
  font-size: 12px; }
.woocommerce-payment-methods .pm__expires-content {
  margin-top: 8px;
  line-height: 20px;
  font-weight: 500; }
.woocommerce-payment-methods .pm__delete {
  width: 26px;
  height: 26px;
  display: block;
  position: relative;
  text-decoration: none; }
  .woocommerce-payment-methods .pm__delete:before, .woocommerce-payment-methods .pm__delete:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("../img/icons/ic-sprite.svg") no-repeat -55px -80px;
    transform: translate(-50%, -50%) scale(1, 1.25);
    transform-origin: center;
    transition: opacity 0.15s ease-in-out; }
  .woocommerce-payment-methods .pm__delete:after {
    opacity: 0;
    z-index: 2;
    background-position-x: -75px; }
  .woocommerce-payment-methods .pm__delete:hover:before, .woocommerce-payment-methods .pm__delete:focus:before {
    opacity: 0; }
  .woocommerce-payment-methods .pm__delete:hover:after, .woocommerce-payment-methods .pm__delete:focus:after {
    opacity: 1; }
.woocommerce-payment-methods table.shop_table ~ .pm__empty-row {
  display: none; }
.woocommerce-payment-methods table.shop_table .sv-wc-payment-gateway-payment-method-actions .button {
  min-height: 36px;
  padding-top: 8px;
  padding-bottom: 6px; }
  .woocommerce-payment-methods table.shop_table .sv-wc-payment-gateway-payment-method-actions .button:not(:last-child) {
    margin-right: 4px; }
.woocommerce-payment-methods .pm__empty-row {
  justify-content: center; }
.woocommerce-payment-methods .no_payment_content h3 {
  margin-bottom: 1em;
  font-weight: 500; }

@media (max-width: 767px) {
  .woocommerce-payment-methods .no_payment_image img {
    max-width: 80%; } }
@media (min-width: 414px) {
  .woocommerce-payment-methods .pm__inner:before {
    padding-top: 59.259259259259259259259259259259%; }
  .woocommerce-payment-methods .pm__body-stars {
    letter-spacing: inherit;
    font-size: inherit; } }
@media (min-width: 576px) {
  .woocommerce-payment-methods .pm__header,
  .woocommerce-payment-methods .pm__body,
  .woocommerce-payment-methods .pm__footer {
    padding: 20px; }
  .woocommerce-payment-methods .pm_brand {
    width: 100px;
    height: 60px; }
  .woocommerce-payment-methods .btn.default {
    letter-spacing: 3.43px; }
  .woocommerce-payment-methods .pm__body {
    font-size: 26px; }
    .woocommerce-payment-methods .pm__body-stars {
      margin-top: 6px;
      margin-bottom: -6px; } }
@media (min-width: 768px) {
  .woocommerce-payment-methods .no_payment_content h3 {
    font-size: 28px; } }
@media (min-width: 992px) {
  .woocommerce-payment-methods .pm__inner {
    max-width: 100%;
    margin-right: unset;
    margin-left: unset; } }
@media (min-width: 1200px) {
  .woocommerce-payment-methods .pm__inner {
    height: 320px;
    padding: 28px;
    border-radius: 20px; }
  .woocommerce-payment-methods .pm__body {
    letter-spacing: 9.14px;
    font-size: 32px; }
    .woocommerce-payment-methods .pm__body-stars {
      margin-top: 7px;
      margin-bottom: -7px; } }
.woocommerce-MyAccount-content .wc-autoship-container .autoship-item .loading {
  background-image: url("../img/icons/ic-loading.svg"); }
.woocommerce-MyAccount-content .wc-autoship-container .autoship-item .error-message {
  background-color: #dc3545;
  font-size: 16px; }
  .woocommerce-MyAccount-content .wc-autoship-container .autoship-item .error-message small {
    font-size: 1em; }
.woocommerce-MyAccount-content .wc-autoship-container .header-content {
  background-color: #fff;
  line-height: normal;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  color: #2e2e2e; }
.woocommerce-MyAccount-content .wc-autoship-container .autoship-item__status .btn-success:focus {
  outline: thin dotted #28a745; }
.woocommerce-MyAccount-content .wc-autoship-container .autoship-item__status .btn-danger:focus {
  outline: thin dotted #dc3545; }
.woocommerce-MyAccount-content .wc-autoship-container .autoship-item-ship .autoship-input-date {
  font-weight: 500;
  transition: color 0.15s ease-in-out; }
  .woocommerce-MyAccount-content .wc-autoship-container .autoship-item-ship .autoship-input-date:hover, .woocommerce-MyAccount-content .wc-autoship-container .autoship-item-ship .autoship-input-date:focus {
    color: #DF6352; }
.woocommerce-MyAccount-content .wc-autoship-container .autoship-item-toogle .schedule-status {
  background: transparent;
  transition: background-color 0.15s ease-in-out; }
  .woocommerce-MyAccount-content .wc-autoship-container .autoship-item-toogle .schedule-status:before {
    border-color: #121212;
    transition: all 0.15s ease-in-out; }
  .woocommerce-MyAccount-content .wc-autoship-container .autoship-item-toogle .schedule-status:hover, .woocommerce-MyAccount-content .wc-autoship-container .autoship-item-toogle .schedule-status:focus, .woocommerce-MyAccount-content .wc-autoship-container .autoship-item-toogle .schedule-status.glyphicon-menu-up {
    background-color: #db503c; }
    .woocommerce-MyAccount-content .wc-autoship-container .autoship-item-toogle .schedule-status:hover:before, .woocommerce-MyAccount-content .wc-autoship-container .autoship-item-toogle .schedule-status:focus:before, .woocommerce-MyAccount-content .wc-autoship-container .autoship-item-toogle .schedule-status.glyphicon-menu-up:before {
      border-color: #fff; }
.woocommerce-MyAccount-content .wc-autoship-container .cart-item {
  border-color: #dedede; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item .product-remove .btn {
    position: relative;
    background-color: #dc3545; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item .product-remove .btn:before {
      content: '';
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      background: url("../img/icons/ic-sprite.svg") no-repeat -255px -80px;
      cursor: pointer;
      transform: translate(-50%, -50%); }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item .product-remove .btn i {
      display: none; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__visual {
    background-color: #d4d7de; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__title {
    color: #2e2e2e; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item__title a:hover, .woocommerce-MyAccount-content .wc-autoship-container .cart-item__title a:focus {
      color: #DF6352; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item__title .title {
      font-weight: 500; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__header .product-options .option ~ .option {
    margin-top: 8px; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__header .product-options .form-label {
    margin-bottom: 4px;
    line-height: 1.25;
    font-weight: bold;
    font-size: 14px;
    color: #464646; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__header .product-options select {
    height: 32px;
    padding: 5px 20px 5px 8px;
    background-position: right 8px center;
    font-size: 13px; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__quantity .quantity-title {
    margin-bottom: 4px;
    line-height: 1.25;
    font-weight: bold;
    font-size: 14px;
    color: #464646; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__quantity input {
    width: 100%;
    height: 40px;
    padding: 10px 15px 8px 15px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    line-height: normal;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e;
    transition: all 0.15s ease-in-out; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item__quantity input:focus {
      box-shadow: inset 0 0 0 1px #DF6352 !important;
      border-color: #DF6352; }
      .woocommerce-MyAccount-content .wc-autoship-container .cart-item__quantity input:focus::-ms-value {
        background-color: #fff;
        color: #2e2e2e; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__price {
    line-height: 1;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #2e2e2e; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__toggle .ico-toogle {
    background: transparent;
    transition: background-color 0.15s ease-in-out; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item__toggle .ico-toogle:before {
      border-color: #121212;
      transition: all 0.15s ease-in-out; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item__toggle .ico-toogle:hover, .woocommerce-MyAccount-content .wc-autoship-container .cart-item__toggle .ico-toogle:focus {
      background-color: #db503c; }
      .woocommerce-MyAccount-content .wc-autoship-container .cart-item__toggle .ico-toogle:hover:before, .woocommerce-MyAccount-content .wc-autoship-container .cart-item__toggle .ico-toogle:focus:before {
        border-color: #fff; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item .producs-heads {
    border-color: #fff;
    line-height: 16px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 12px; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item .producs-head:not(:last-child) {
    border-color: #fff; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item .products__item {
    border-color: #dedede; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item .products__item .product-info .info-value {
      display: inline-block;
      padding: 4px 14px;
      border-radius: 16px;
      background-color: #DF6352;
      line-height: 1.5;
      font-size: 16px;
      color: #fff; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item .products__item .product-quantity {
      font-weight: 500; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item .products__item .product-price {
      font-weight: 500; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item .products__item .product-visual {
      background-color: #d4d7de; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item .products__item .product-options .form-control {
      margin-top: 4px; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item .products__item .product-sides select {
      width: 100%;
      height: 48px;
      margin-top: 4px;
      padding: 14px 30px 12px 15px;
      box-shadow: none !important;
      outline: none !important;
      border: 1px solid #dedede;
      border-radius: 4px;
      background-color: #fff;
      text-align: left;
      line-height: normal;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: normal;
      font-size: 16px;
      color: #2e2e2e;
      transition: all 0.15s ease-in-out; }
      .woocommerce-MyAccount-content .wc-autoship-container .cart-item .products__item .product-sides select:focus {
        box-shadow: inset 0 0 0 1px #DF6352 !important;
        border-color: #DF6352; }
        .woocommerce-MyAccount-content .wc-autoship-container .cart-item .products__item .product-sides select:focus::-ms-value {
          background-color: #fff;
          color: #2e2e2e; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item.cart-item_active .cart-item__header {
    background-color: #2e2e2e;
    color: #fff; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item.cart-item_active .cart-item__header .product-options .form-label {
      color: inherit; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item.cart-item_active .cart-item__title {
    color: inherit; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item.cart-item_active .cart-item__quantity .quantity-title {
    color: inherit; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item.cart-item_active .cart-item__price {
    color: inherit; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item.cart-item_active .cart-item__toggle .ico-toogle {
    background-color: #db503c; }
    .woocommerce-MyAccount-content .wc-autoship-container .cart-item.cart-item_active .cart-item__toggle .ico-toogle:before {
      border-color: #fff; }
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item.cart-item_active .producs-heads {
    background-color: #2e2e2e;
    color: #fff; }
.woocommerce-MyAccount-content .wc-autoship-container .product-add {
  border-color: #dedede; }
  .woocommerce-MyAccount-content .wc-autoship-container .product-add__btn .btn {
    background-color: #28a745; }
    .woocommerce-MyAccount-content .wc-autoship-container .product-add__btn .btn:before, .woocommerce-MyAccount-content .wc-autoship-container .product-add__btn .btn:after {
      background-color: #fff; }
    .woocommerce-MyAccount-content .wc-autoship-container .product-add__btn .btn:hover, .woocommerce-MyAccount-content .wc-autoship-container .product-add__btn .btn:focus {
      background-color: #23923d; }
.woocommerce-MyAccount-content .wc-autoship-container .product-payment {
  border-color: #dedede;
  background-color: #fff; }
  .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn {
    border-color: #333;
    background-color: #333;
    color: #fff; }
    .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn:visited {
      color: #fff; }
    .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn:active, .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn:hover, .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn:focus, .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn:visited:active, .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn:visited:hover, .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn:visited:focus, .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn:disabled {
      border-color: #000;
      background-color: #000;
      text-shadow: none;
      color: #fff; }
.woocommerce-MyAccount-content .wc-autoship-container .autoship-item__footer {
  border-color: #dedede;
  background-color: #fff;
  line-height: 20px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #2e2e2e; }
  .woocommerce-MyAccount-content .wc-autoship-container .autoship-item__footer .footer_content {
    border-top-color: #dedede; }
  .woocommerce-MyAccount-content .wc-autoship-container .autoship-item__footer .btn-danger {
    width: 220px; }
    .woocommerce-MyAccount-content .wc-autoship-container .autoship-item__footer .btn-danger:before {
      content: '';
      width: 16px;
      height: 16px;
      display: inline-block;
      margin-right: 6px;
      background: url("../img/icons/ic-sprite.svg") no-repeat -255px -80px;
      vertical-align: sub; }
    .woocommerce-MyAccount-content .wc-autoship-container .autoship-item__footer .btn-danger i {
      display: none; }

@media (min-width: 576px) {
  .woocommerce-MyAccount-content .wc-autoship-container .product-payment .product-coupon .input-group .btn {
    width: 136px; } }
@media (min-width: 992px) {
  .woocommerce-MyAccount-content .wc-autoship-container .cart-item__price {
    font-size: 20px; } }
.woocommerce-MyAccount-content .gens-refer-a-friend .gens-refer-a-friend--share-text h2 {
  display: none; }

.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .wc-acc-block {
  text-align: center;
  line-height: 1.25;
  color: #2e2e2e; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .wc-points-title {
  font-weight: normal; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .wc-points-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .amount-points {
  position: relative;
  padding-left: 48px;
  text-transform: lowercase;
  font-size: 28px; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .amount-points:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    background: url("../img/icons/ic-sprite.svg") no-repeat -200px -30px;
    transform: translateY(-50%) scale(1.5); }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .amount-worth {
  text-transform: capitalize;
  font-size: 16px; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .wc-points-shop {
  margin-top: 16px; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history table {
  width: 100%;
  margin: -4px 0;
  border: none;
  border-collapse: collapse;
  border-radius: 0;
  font-size: 1em; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tr th:first-child, .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tr td:first-child {
  border-radius: 8px 0 0 8px; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tr th:last-child, .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tr td:last-child {
  border-radius: 0 8px 8px 0; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history th, .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history td {
  padding: 5px;
  border: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 1px;
  background-clip: padding-box;
  vertical-align: middle; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history th:first-child, .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history td:first-child {
    padding-left: 10px; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history th:last-child, .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history td:last-child {
    padding-right: 10px; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history thead th {
  height: 48px;
  background-color: #e1e4e8;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  color: #2e2e2e; }
.woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tbody td {
  height: 56px;
  background-color: #fff;
  line-height: normal; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tbody td.ywpar_points_rewards-points {
    font-weight: bold; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tbody td .ywpar_points_rewards-icon {
    width: 24px;
    height: 24px;
    background: url("../img/icons/ic-sprite.svg") no-repeat -200px -30px; }
    .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tbody td .ywpar_points_rewards-icon.is-danger {
      background-position-x: -230px; }

@media (max-width: 414px) {
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history .ywpar_points_rewards-action {
    display: none; } }
@media (min-width: 576px) {
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history th, .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history td {
    padding-right: 10px;
    padding-left: 10px; }
    .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history th:first-child, .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history td:first-child {
      padding-left: 20px; }
    .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history th:last-child, .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history td:last-child {
      padding-right: 20px; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tbody td {
    height: 68px; } }
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .wc-acc-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .wc-points-amount {
    display: block;
    margin-top: 0; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .amount-points {
    font-size: 32px; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .amount-worth {
    margin-left: 8px; }
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .wc-points-shop {
    margin-top: 0; } }
@media (min-width: 992px) {
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points .btn {
    width: 140px; } }
@media (min-width: 1200px) {
  .woocommerce-MyAccount-content .ywpar-wrapper .wc-Points-history tbody td .ywpar_points_rewards-icon {
    margin-left: 60px; } }
body.woocommerce-checkout #yith-par-message-cart,
body.woocommerce-checkout #yith-par-message-reward-cart {
  display: none !important; }
body.woocommerce-checkout .checkout-main__inner > .discount-option {
  display: none !important; }
body.woocommerce-checkout #coupons_list {
  height: auto !important;
  opacity: 1 !important;
  margin: 0 0 20px !important;
  padding: 0 !important; }
  body.woocommerce-checkout #coupons_list h3 {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px; }
body.woocommerce-checkout form.checkout {
  display: flex;
  flex-direction: column; }
body.woocommerce-checkout .checkout-section {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  padding: 15px;
  border: 2px solid #e6e6e6;
  background-color: #f8f9fb;
  color: #8b8b8b; }
  body.woocommerce-checkout .checkout-section:last-child {
    margin-bottom: 0; }
  body.woocommerce-checkout .checkout-section hr {
    margin-top: 28px;
    margin-bottom: 28px;
    border-color: #e6e6e6; }
body.woocommerce-checkout .section__title {
  text-align: left; }
  body.woocommerce-checkout .section__title.section__title--sm {
    margin-bottom: 27px; }
    body.woocommerce-checkout .section__title.section__title--sm + .section__subtitle {
      margin-top: -16px;
      margin-bottom: 27px; }
  body.woocommerce-checkout .section__title + .section__subtitle {
    margin-top: -16px; }
body.woocommerce-checkout .section__subtitle {
  text-align: left;
  font-weight: normal;
  font-size: 14px; }
  body.woocommerce-checkout .section__subtitle + hr {
    margin-top: -2px; }
  body.woocommerce-checkout .section__subtitle:empty {
    display: none; }
body.woocommerce-checkout .form-radio-group:last-child, body.woocommerce-checkout .form-radio-group:last-of-type {
  margin-bottom: 0; }
body.woocommerce-checkout .checkout-progress {
  margin-top: -26px; }
  body.woocommerce-checkout .checkout-progress ul {
    counter-reset: i;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -18px 0 0;
    padding: 0; }
  body.woocommerce-checkout .checkout-progress li {
    display: block;
    position: relative;
    margin: 18px 0 0;
    padding: 0 0 0 32px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #c2c7cb; }
    body.woocommerce-checkout .checkout-progress li .progress-ic {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: calc(50% - 12px);
      left: 0;
      border: 1px solid #c2c7cb;
      border-radius: 100%;
      text-align: center;
      font-weight: normal; }
      body.woocommerce-checkout .checkout-progress li .progress-ic:before {
        content: counter(i);
        counter-increment: i; }
    body.woocommerce-checkout .checkout-progress li:not(:last-child) {
      padding-right: 20px; }
      body.woocommerce-checkout .checkout-progress li:not(:last-child):after {
        content: '';
        width: 6px;
        height: 11px;
        display: block;
        position: absolute;
        top: calc(50% - 6px);
        right: 7px;
        background: url("../img/icons/ic-sprite.svg") no-repeat -164px -80px;
        transform: scaleX(-1); }
    body.woocommerce-checkout .checkout-progress li.done .progress-ic {
      background-color: #c2c7cb; }
      body.woocommerce-checkout .checkout-progress li.done .progress-ic:before {
        opacity: 0; }
      body.woocommerce-checkout .checkout-progress li.done .progress-ic:after {
        content: '';
        width: 12px;
        height: 6px;
        display: block;
        position: absolute;
        top: 6px;
        left: 5px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg); }
    body.woocommerce-checkout .checkout-progress li.active {
      color: #292929; }
      body.woocommerce-checkout .checkout-progress li.active .progress-ic {
        border-color: #292929;
        background-color: #292929;
        color: #fff; }
body.woocommerce-checkout .checkout-footer {
  width: 100%;
  order: 100; }
  body.woocommerce-checkout .checkout-footer .button {
    width: 100%;
    margin-top: 10px; }
    body.woocommerce-checkout .checkout-footer .button.is-loading, body.woocommerce-checkout .checkout-footer .button.is-loading2 {
      opacity: .25;
      padding-left: 40px;
      cursor: not-allowed; }
      body.woocommerce-checkout .checkout-footer .button.is-loading:before, body.woocommerce-checkout .checkout-footer .button.is-loading2:before {
        content: '\e01c';
        display: block;
        position: absolute;
        top: calc(50% - 9px);
        left: 14px;
        font-family: WooCommerce;
        font-weight: 400;
        animation: spin 2s linear infinite; }
body.woocommerce-checkout .checkout-paypal {
  width: calc(100% + 20px);
  order: 101;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-right: -20px; }
  body.woocommerce-checkout .checkout-paypal .single_add_to_cart_button {
    max-width: calc(100% - 20px);
    margin: 16px 20px 0 0 !important; }
body.woocommerce-checkout .paypal-button .paypal-button-tag-content {
  display: none !important; }
body.woocommerce-checkout .paypal-button .paypal-button-content {
  margin: 0 !important;
  border-radius: 0 !important; }
  body.woocommerce-checkout .paypal-button .paypal-button-content:before {
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important; }
body.woocommerce-checkout .paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content, body.woocommerce-checkout .paypal-button.paypal-style-quaternary.paypal-size-medium .paypal-button-content {
  width: 178px;
  height: 48px !important;
  max-height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  body.woocommerce-checkout .paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content img, body.woocommerce-checkout .paypal-button.paypal-style-quaternary.paypal-size-medium .paypal-button-content img {
    margin-top: 0; }
body.woocommerce-checkout .paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content img {
  width: auto;
  height: 24px; }
body.woocommerce-checkout .paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content span {
  line-height: normal; }
body.woocommerce-checkout .paypal-button br {
  display: none; }
body.woocommerce-checkout #checkout-footer-final button.button-prev {
  display: none; }
body.woocommerce-checkout #checkout-footer-final.active ~ .checkout-paypal {
  display: flex; }
body.woocommerce-checkout form.woocommerce-checkout[data-dt="pickup"] #checkout-footer-final button.prev-delivery, body.woocommerce-checkout form.woocommerce-checkout[data-dt*="orddd_location_"] #checkout-footer-final button.prev-delivery {
  display: block; }
body.woocommerce-checkout form.woocommerce-checkout[data-dt="pickup"] .hide-on-pickup, body.woocommerce-checkout form.woocommerce-checkout[data-dt*="orddd_location_"] .hide-on-pickup {
  display: none !important; }
body.woocommerce-checkout form.woocommerce-checkout[data-dt*="delivery"] #checkout-footer-final button.prev-shipping {
  display: block; }
body.woocommerce-checkout form.woocommerce-checkout[data-dt*="delivery"] .hide-on-delivery {
  display: none !important; }

@media (min-width: 414px) {
  body.woocommerce-checkout .checkout-footer {
    width: calc(100% + 20px);
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    body.woocommerce-checkout .checkout-footer .button {
      width: auto;
      flex-shrink: 0;
      margin-right: 20px; }
    body.woocommerce-checkout .checkout-footer .button-next, body.woocommerce-checkout .checkout-footer .button-final {
      margin-left: auto; }
  body.woocommerce-checkout .checkout-paypal {
    flex-wrap: nowrap;
    margin-top: 16px; }
    body.woocommerce-checkout .checkout-paypal .single_add_to_cart_button {
      max-width: calc(50% - 20px);
      margin-top: 0 !important; } }
@media (min-width: 768px) {
  body.woocommerce-checkout .checkout-section {
    padding: 20px; }
  body.woocommerce-checkout .section__title + .section__subtitle {
    margin-top: -21px; }
  body.woocommerce-checkout .section__subtitle + hr {
    margin-top: -7px; }
  body.woocommerce-checkout .checkout-footer {
    margin-top: 25px; } }
@media (min-width: 992px) {
  body.woocommerce-checkout .checkout-main__inner {
    max-width: 600px; } }
@media (min-width: 1200px) {
  body.woocommerce-checkout .checkout-section {
    padding: 30px; }
  body.woocommerce-checkout .section__title + .section__subtitle {
    margin-top: -26px; }
  body.woocommerce-checkout .section__subtitle + hr {
    margin-top: -12px; }
  body.woocommerce-checkout .checkout-footer {
    margin-top: 10px; } }
body.woocommerce-checkout .cart-error {
  text-align: center; }
  body.woocommerce-checkout .cart-error p:not(:last-child) {
    margin-bottom: 30px; }
  body.woocommerce-checkout .cart-error .cart-error-img img {
    max-width: 70%; }

@media (min-width: 768px) {
  body.woocommerce-checkout .cart-error p:not(:last-child) {
    margin-bottom: 35px; }
  body.woocommerce-checkout .cart-error .cart-error-img img {
    max-width: 400px; } }
@media (min-width: 1200px) {
  body.woocommerce-checkout .cart-error p:not(:last-child) {
    margin-bottom: 40px; } }
body.woocommerce-checkout .checkout-logreg-header {
  display: none;
  margin-bottom: 30px;
  text-align: left; }
  body.woocommerce-checkout .checkout-logreg-header h2 {
    display: none;
    margin: 0; }
body.woocommerce-checkout .checkout-logreg .logreg__or {
  margin-bottom: 20px;
  text-transform: none;
  font-size: 14px; }
  body.woocommerce-checkout .checkout-logreg .logreg__or:before {
    border-top-width: 1px;
    border-top-color: #e6e6e6; }
  body.woocommerce-checkout .checkout-logreg .logreg__or span {
    background-color: #f8f9fb; }
body.woocommerce-checkout .checkout-logreg .form-control {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 8px; }
body.woocommerce-checkout .checkout-logreg .form-buttons {
  display: block;
  position: relative;
  margin-top: 0; }
  body.woocommerce-checkout .checkout-logreg .form-buttons .form-forgot-link {
    margin-top: 0;
    font-weight: normal; }
    body.woocommerce-checkout .checkout-logreg .form-buttons .form-forgot-link:not(:hover):not(:focus) {
      color: #303030; }
  body.woocommerce-checkout .checkout-logreg .form-buttons .button {
    width: 100%;
    margin-top: 30px;
    padding-right: 15px;
    text-transform: uppercase;
    text-align: center; }
    body.woocommerce-checkout .checkout-logreg .form-buttons .button:after {
      display: none; }
  body.woocommerce-checkout .checkout-logreg .form-buttons:after {
    content: '';
    display: table;
    clear: both; }
body.woocommerce-checkout .checkout-logreg .section__footer {
  margin-top: 28px; }
  body.woocommerce-checkout .checkout-logreg .section__footer h4 {
    margin-bottom: 0; }
  body.woocommerce-checkout .checkout-logreg .section__footer .btn {
    width: 100%;
    margin-top: 12px; }
body.woocommerce-checkout .checkout-logreg .woocommerce-forgot .form-buttons .button {
  margin-top: 12px; }

@media (min-width: 576px) {
  body.woocommerce-checkout .checkout-logreg .section__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px; }
    body.woocommerce-checkout .checkout-logreg .section__footer h4 {
      margin-top: 12px;
      margin-right: 15px; }
    body.woocommerce-checkout .checkout-logreg .section__footer .btn {
      width: auto;
      min-width: 160px;
      margin-right: 0;
      margin-left: auto; } }
@media (min-width: 768px) {
  body.woocommerce-checkout .checkout-logreg .form-buttons .button {
    margin-top: 32px; } }
@media (min-width: 1200px) {
  body.woocommerce-checkout .checkout-logreg .form-buttons .button {
    margin-top: 37px; } }
body.woocommerce-checkout .checkout-back-to {
  order: 1;
  text-align: center; }
  body.woocommerce-checkout .checkout-back-to .section__title {
    margin: 0;
    text-align: left;
    line-height: 1.25;
    font-size: 16px; }
    body.woocommerce-checkout .checkout-back-to .section__title h4 {
      margin-bottom: 6px;
      line-height: 1.25;
      font-size: 16px; }
  body.woocommerce-checkout .checkout-back-to .btn-link {
    margin-bottom: -15px;
    text-transform: none; }
  body.woocommerce-checkout .checkout-back-to + .checkout-back-to:not([style*="none"]) {
    margin-top: -22px; }

@media (min-width: 414px) {
  body.woocommerce-checkout .checkout-back-to .section__content {
    display: flex;
    align-items: center; }
  body.woocommerce-checkout .checkout-back-to .section__title {
    flex: 1 1 auto; }
  body.woocommerce-checkout .checkout-back-to .btn-link {
    flex-shrink: 0;
    margin: 0 -15px 0 auto; } }
@media (min-width: 768px) {
  body.woocommerce-checkout .checkout-back-to.checkout-section {
    padding-top: 18px;
    padding-bottom: 18px; } }
body.woocommerce-checkout .checkout-delivery-type {
  order: 5; }
  body.woocommerce-checkout .checkout-delivery-type .form-radio-group--lg input:checked ~ label:before {
    border-width: 5px; }
  body.woocommerce-checkout .checkout-delivery-type .form-radio-group--lg label {
    min-height: 68px;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 20px 8px 36px; }
    body.woocommerce-checkout .checkout-delivery-type .form-radio-group--lg label:before {
      width: 16px;
      height: 16px;
      top: 12px;
      left: 10px; }
    body.woocommerce-checkout .checkout-delivery-type .form-radio-group--lg label strong {
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #DF6352; }
  body.woocommerce-checkout .checkout-delivery-type #pickup-address:empty:before {
    content: attr(data-default); }

body.woocommerce-checkout .checkout-shipping {
  order: 10; }
  body.woocommerce-checkout .checkout-shipping .wc_coupon_message_wrap {
    padding: 0 !important; }
    body.woocommerce-checkout .checkout-shipping .wc_coupon_message_wrap:empty {
      display: none; }
    body.woocommerce-checkout .checkout-shipping .wc_coupon_message_wrap .no_wc_coupon_message {
      margin-bottom: 20px; }
      body.woocommerce-checkout .checkout-shipping .wc_coupon_message_wrap .no_wc_coupon_message:empty {
        display: none; }
  body.woocommerce-checkout .checkout-shipping .form-row-wrap {
    margin-bottom: -16px; }
  body.woocommerce-checkout .checkout-shipping .form-row.mailchimp-newsletter {
    order: 1001; }
  body.woocommerce-checkout .checkout-shipping .btn-link {
    min-height: 0;
    margin-top: 16px;
    padding: 0;
    text-transform: none;
    font-family: "Open Sans Condensed", sans-serif;
    color: #DF6352; }
  body.woocommerce-checkout .checkout-shipping #shipping_sms_field {
    order: 100; }
body.woocommerce-checkout form[data-dt*="delivery"] .checkout-shipping .section__title h3:before {
  content: attr(data-delivery); }
body.woocommerce-checkout form[data-dt*="delivery"] .checkout-shipping .section__subtitle:before {
  content: attr(data-delivery); }
body.woocommerce-checkout form[data-dt*="delivery"] .checkout-shipping .shipping__saved.d-none ~ .shipping__different .form-row-wrap {
  padding-top: 0; }
body.woocommerce-checkout form[data-dt*="delivery"] .checkout-shipping .shipping__saved ~ .shipping__different .form-row-wrap {
  padding-top: 30px; }
body.woocommerce-checkout form[data-dt="pickup"] .checkout-shipping .shipping__saved, body.woocommerce-checkout form[data-dt*="orddd_location_"] .checkout-shipping .shipping__saved, body.woocommerce-checkout form.checkout-ywgc .checkout-shipping .shipping__saved {
  display: none; }
body.woocommerce-checkout form[data-dt="pickup"] .checkout-shipping .shipping__different, body.woocommerce-checkout form[data-dt*="orddd_location_"] .checkout-shipping .shipping__different, body.woocommerce-checkout form.checkout-ywgc .checkout-shipping .shipping__different {
  display: block; }
body.woocommerce-checkout form[data-dt="pickup"] .checkout-shipping .woocommerce-shipping-fields__field-wrapper > .form-row:not(#shipping_first_name_field):not(#shipping_last_name_field):not(#shipping_phone_field):not(#billing_email_field):not(#shipping_sms_field):not(#ws_opt_in_field), body.woocommerce-checkout form[data-dt*="orddd_location_"] .checkout-shipping .woocommerce-shipping-fields__field-wrapper > .form-row:not(#shipping_first_name_field):not(#shipping_last_name_field):not(#shipping_phone_field):not(#billing_email_field):not(#shipping_sms_field):not(#ws_opt_in_field), body.woocommerce-checkout form.checkout-ywgc .checkout-shipping .woocommerce-shipping-fields__field-wrapper > .form-row:not(#shipping_first_name_field):not(#shipping_last_name_field):not(#shipping_phone_field):not(#billing_email_field):not(#shipping_sms_field):not(#ws_opt_in_field) {
  display: none !important; }
body.woocommerce-checkout form[data-dt="pickup"] .checkout-shipping .section__title h3:before, body.woocommerce-checkout form[data-dt*="orddd_location_"] .checkout-shipping .section__title h3:before {
  content: attr(data-pickup); }
body.woocommerce-checkout form[data-dt="pickup"] .checkout-shipping .section__subtitle:before, body.woocommerce-checkout form[data-dt*="orddd_location_"] .checkout-shipping .section__subtitle:before {
  content: attr(data-pickup); }
body.woocommerce-checkout form.checkout-ywgc .checkout-shipping .section__title h3:before {
  content: attr(data-ywgc); }
body.woocommerce-checkout form.checkout-ywgc .checkout-shipping .section__subtitle:before {
  content: attr(data-ywgc); }

@media (min-width: 768px) {
  body.woocommerce-checkout .checkout-shipping #shipping_first_name_field, body.woocommerce-checkout .checkout-shipping #shipping_last_name_field,
  body.woocommerce-checkout .checkout-shipping #shipping_state_field, body.woocommerce-checkout .checkout-shipping #shipping_postcode_field,
  body.woocommerce-checkout .checkout-shipping #shipping_phone_field, body.woocommerce-checkout .checkout-shipping #billing_email_field {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
body.woocommerce-checkout .checkout-delivery {
  order: 15; }
  body.woocommerce-checkout .checkout-delivery .section__title h3:before {
    content: attr(data-default); }
  body.woocommerce-checkout .checkout-delivery p:empty {
    display: none !important; }
  body.woocommerce-checkout .checkout-delivery .not-available-msg {
    margin-bottom: -12px;
    font-weight: bold; }
  body.woocommerce-checkout .checkout-delivery .delivery-other-methods {
    padding-top: 4px;
    margin-bottom: -8px; }
    body.woocommerce-checkout .checkout-delivery .delivery-other-methods .collapse-inner {
      padding-top: 16px;
      padding-bottom: 8px; }
    body.woocommerce-checkout .checkout-delivery .delivery-other-methods ul {
      margin: 4px 0 0; }
  body.woocommerce-checkout .checkout-delivery.has-delivery-options.has-other-options .not-available-msg, body.woocommerce-checkout .checkout-delivery.has-delivery-options.has-other-options .no-shipping-msg {
    display: none; }
  body.woocommerce-checkout .checkout-delivery.has-delivery-options:not(.has-other-options) .section__subtitle {
    display: none; }
  body.woocommerce-checkout .checkout-delivery:not(.has-delivery-options).has-other-options .section__subtitle {
    margin-bottom: 20px; }
  body.woocommerce-checkout .checkout-delivery:not(.has-delivery-options).has-other-options .no-shipping-msg {
    display: none; }
  body.woocommerce-checkout .checkout-delivery:not(.has-delivery-options).has-other-options .delivery-other-methods button[data-toggle="collapse"] {
    display: none; }
  body.woocommerce-checkout .checkout-delivery:not(.has-delivery-options).has-other-options .delivery-other-methods #delivery-other-methods {
    display: block; }
  body.woocommerce-checkout .checkout-delivery:not(.has-delivery-options).has-other-options .delivery-other-methods .collapse-inner {
    padding-bottom: 0; }
  body.woocommerce-checkout .checkout-delivery:not(.has-delivery-options):not(.has-other-options) .not-available-msg {
    display: none; }
  body.woocommerce-checkout .checkout-delivery .delivery-options.is-loading,
  body.woocommerce-checkout .checkout-delivery .delivery-options.is-loading ~ .form-row-wrap,
  body.woocommerce-checkout .checkout-delivery .form-row-wrap.is-loading {
    min-height: 60px;
    position: relative;
    pointer-events: none; }
    body.woocommerce-checkout .checkout-delivery .delivery-options.is-loading:before,
    body.woocommerce-checkout .checkout-delivery .delivery-options.is-loading ~ .form-row-wrap:before,
    body.woocommerce-checkout .checkout-delivery .form-row-wrap.is-loading:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      background: url("../img/icons/ic-loading.svg") no-repeat center;
      background-size: 50px; }
  body.woocommerce-checkout .checkout-delivery .delivery-options:not(:empty):not(:last-child) {
    margin-bottom: 24px; }
  body.woocommerce-checkout .checkout-delivery .delivery-options.is-loading:before {
    background-color: rgba(255, 255, 255, 0.65); }
  body.woocommerce-checkout .checkout-delivery .delivery-options-description {
    margin-top: 4px;
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #8b8b8b; }
  body.woocommerce-checkout .checkout-delivery .delivery-options.is-loading ~ .form-row-wrap > *,
  body.woocommerce-checkout .checkout-delivery .form-row-wrap.is-loading > * {
    opacity: 0.5 !important; }
  body.woocommerce-checkout .checkout-delivery .form-row-wrap {
    margin-bottom: -16px; }
    body.woocommerce-checkout .checkout-delivery .form-row-wrap .optional {
      display: none; }
    body.woocommerce-checkout .checkout-delivery .form-row-wrap .select2.select2-container {
      width: 100% !important; }
      body.woocommerce-checkout .checkout-delivery .form-row-wrap .select2.select2-container .select2-selection--single {
        height: 40px;
        padding-top: 10px;
        padding-bottom: 8px; }
        body.woocommerce-checkout .checkout-delivery .form-row-wrap .select2.select2-container .select2-selection--single .select2-selection__arrow {
          top: 7px; }
  body.woocommerce-checkout .checkout-delivery #orddd-checkout-fields {
    width: 100%; }
  body.woocommerce-checkout .checkout-delivery #h_deliverydate[value=""] ~ #orddd_time_slot_field {
    display: none !important; }
  body.woocommerce-checkout .checkout-delivery #e_pickupdate_field {
    display: none !important; }
  body.woocommerce-checkout .checkout-delivery #e_deliverydate_field .woocommerce-input-wrapper {
    position: relative; }
    body.woocommerce-checkout .checkout-delivery #e_deliverydate_field .woocommerce-input-wrapper:after {
      content: '';
      width: 12px;
      height: 12px;
      display: block;
      position: absolute;
      z-index: 10;
      top: calc(50% - 6px);
      right: 13px;
      background: url("../img/icons/ic-sprite.svg") no-repeat -174px -80px; }
  body.woocommerce-checkout .checkout-delivery #e_deliverydate {
    height: 40px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 8px; }
  body.woocommerce-checkout .checkout-delivery #orddd_time_slot_field {
    order: 1001; }
    body.woocommerce-checkout .checkout-delivery #orddd_time_slot_field[style*="opacity: 0.5"] {
      position: relative;
      pointer-events: none; }
      body.woocommerce-checkout .checkout-delivery #orddd_time_slot_field[style*="opacity: 0.5"]:before {
        content: '';
        width: 100%;
        height: 40px;
        display: block;
        position: absolute;
        z-index: 100;
        bottom: 0;
        left: 0;
        background: url("../img/icons/ic-loading.svg") no-repeat center;
        background-size: 50px; }
  body.woocommerce-checkout .checkout-delivery .delivery-msg {
    margin-top: 16px; }
body.woocommerce-checkout form.checkout[data-dt=pickup] .checkout-delivery, body.woocommerce-checkout form.checkout[data-dt*="orddd_location_"] .checkout-delivery {
  margin-bottom: 0;
  padding-bottom: 40px;
  border-bottom: none; }
  body.woocommerce-checkout form.checkout[data-dt=pickup] .checkout-delivery .section__title h3:before, body.woocommerce-checkout form.checkout[data-dt*="orddd_location_"] .checkout-delivery .section__title h3:before {
    content: attr(data-pickup); }
  body.woocommerce-checkout form.checkout[data-dt=pickup] .checkout-delivery .delivery-options, body.woocommerce-checkout form.checkout[data-dt=pickup] .checkout-delivery .section__subtitle, body.woocommerce-checkout form.checkout[data-dt*="orddd_location_"] .checkout-delivery .delivery-options, body.woocommerce-checkout form.checkout[data-dt*="orddd_location_"] .checkout-delivery .section__subtitle {
    display: none !important; }
  body.woocommerce-checkout form.checkout[data-dt=pickup] .checkout-delivery #orddd_locations_field, body.woocommerce-checkout form.checkout[data-dt*="orddd_location_"] .checkout-delivery #orddd_locations_field {
    order: 0 !important; }
body.woocommerce-checkout form.checkout[data-dt*=delivery] .checkout-delivery #orddd_locations_field,
body.woocommerce-checkout form.checkout[data-dt*=delivery] .checkout-delivery #e_pickupdate_field {
  display: none !important; }
body.woocommerce-checkout form.checkout[data-dt*=delivery] .checkout-delivery .delivery-options:empty {
  margin-top: -27px; }
  body.woocommerce-checkout form.checkout[data-dt*=delivery] .checkout-delivery .delivery-options:empty ~ .form-row-wrap {
    display: none !important; }

body.woocommerce-checkout .checkout-tips .cart_section {
  width: 100%;
  margin-bottom: 24px;
  padding-right: 15px;
  padding-left: 15px; }
body.woocommerce-checkout .checkout-tips .message {
  margin-bottom: 4px;
  line-height: 1.25;
  font-weight: bold;
  font-size: 14px;
  color: #464646; }
  body.woocommerce-checkout .checkout-tips .message strong {
    font-weight: bold; }
body.woocommerce-checkout .checkout-tips .input.text {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  body.woocommerce-checkout .checkout-tips .input.text .input-text {
    width: 100%;
    max-width: 255px;
    height: 40px;
    flex: 1 1 auto;
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 8px; }
  body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add {
    max-width: 100%;
    min-height: 40px;
    flex-shrink: 0;
    display: block;
    position: relative;
    margin-left: 20px;
    padding: 10px 44px 8px 44px;
    box-shadow: none !important;
    border: 1px solid #DF6352;
    border-radius: 4px;
    background-color: #DF6352;
    white-space: normal;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    letter-spacing: normal;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    transition: all 0.15s ease-in-out; }
    body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add:visited {
      color: #fff; }
    body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add:active, body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add:hover, body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add:focus, body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add:visited:active, body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add:visited:hover, body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add:visited:focus {
      border-color: #db503c;
      background-color: #db503c;
      text-shadow: 1px 1px 1px #000;
      color: #fff; }
    body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add.loading {
      opacity: 0.25; }
      body.woocommerce-checkout .checkout-tips .input.text .phpradar-fee-add.loading:before {
        content: '\e01c';
        display: block;
        position: absolute;
        top: calc(50% - 9px);
        left: 16px;
        font-family: WooCommerce;
        font-weight: 400;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
body.woocommerce-checkout .checkout-tips .phpradar-fee-remove {
  display: none; }
body.woocommerce-checkout .checkout-tips .phpradar-error {
  display: none;
  visibility: visible;
  margin-top: 8px;
  font-size: 14px;
  color: #DF6352; }
body.woocommerce-checkout .checkout-tips .checkout_donation {
  margin-top: 0;
  margin-bottom: 24px;
  padding-right: 15px;
  padding-left: 15px; }
  body.woocommerce-checkout .checkout-tips .checkout_donation .input.text {
    justify-content: flex-end; }
  body.woocommerce-checkout .checkout-tips .checkout_donation .donation_field {
    width: 100%;
    max-width: 255px;
    flex: 1 1 auto;
    margin-right: auto;
    margin-left: 0; }
  body.woocommerce-checkout .checkout-tips .checkout_donation .donation_amount_select {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 8px; }
  body.woocommerce-checkout .checkout-tips .checkout_donation .button {
    min-height: 40px;
    flex-shrink: 0;
    display: block;
    margin-left: 8px;
    padding-top: 10px;
    padding-bottom: 8px; }
body.woocommerce-checkout .checkout-tips #wooot_order_tip_form {
  margin-bottom: 24px;
  padding-right: 15px;
  padding-left: 15px; }
  body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .order_tip_title {
    margin-bottom: 4px;
    line-height: 1.25;
    font-weight: bold;
    font-size: 14px;
    color: #464646; }
  body.woocommerce-checkout .checkout-tips #wooot_order_tip_form button {
    min-height: 40px;
    display: inline-block;
    margin-bottom: 8px;
    padding: 10px 12px 9px 12px;
    box-shadow: none !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    white-space: normal;
    text-decoration: none !important;
    text-align: center;
    line-height: 20px;
    letter-spacing: normal;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    transition: all 0.15s ease-in-out; }
  body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip {
    font-size: 16px;
    border-color: #DF6352;
    background-color: #fff;
    text-shadow: none;
    color: #DF6352; }
    body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip.active {
      border-color: #db503c;
      background-color: rgba(223, 99, 82, 0.1);
      text-shadow: none;
      color: #DF6352; }
  body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_custom_text_field {
    margin: 0 !important;
    padding: 0; }
  body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_custom_text {
    margin-bottom: 8px; }
  body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply {
    border-color: #28a745;
    background-color: #28a745;
    text-shadow: none;
    font-size: 14px;
    color: #fff; }
    body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply:visited {
      color: #fff; }
    body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply:active, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply:hover, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply:focus, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply:visited:active, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply:visited:hover, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply:visited:focus, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply:not(:disabled):not(.disabled):active, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_apply:disabled {
      border-color: #23923d;
      background-color: #23923d;
      text-shadow: none;
      color: #fff; }
  body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove {
    border-color: #dc3545;
    background-color: #dc3545;
    text-shadow: none;
    font-size: 14px;
    color: #fff; }
    body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove:visited {
      color: #fff; }
    body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove:active, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove:hover, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove:focus, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove:visited:active, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove:visited:hover, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove:visited:focus, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove:not(:disabled):not(.disabled):active, body.woocommerce-checkout .checkout-tips #wooot_order_tip_form .woo_order_tip_remove:disabled {
      border-color: #d32535;
      background-color: #d32535;
      text-shadow: none;
      color: #fff; }
body.woocommerce-checkout .checkout-tips .label-wrap {
  line-height: 20px;
  font-size: 12px; }
  body.woocommerce-checkout .checkout-tips .label-wrap label {
    font-family: "Open Sans Condensed", sans-serif;
    color: #DF6352; }
body.woocommerce-checkout .checkout-tips .form-row:last-child {
  margin-bottom: 0 !important; }
body.woocommerce-checkout .checkout-tips #order_comments_field label {
  display: none; }
body.woocommerce-checkout .checkout-tips textarea::-webkit-input-placeholder {
  font-size: 12px; }
body.woocommerce-checkout .checkout-tips textarea::-ms-input-placeholder {
  font-size: 12px; }
body.woocommerce-checkout .checkout-tips textarea:-ms-input-placeholder {
  font-size: 12px; }
body.woocommerce-checkout .checkout-tips textarea::-moz-placeholder {
  font-size: 12px; }
body.woocommerce-checkout .checkout-tips textarea:-moz-placeholder {
  font-size: 12px; }
body.woocommerce-checkout .checkout-tips textarea:placeholder {
  font-size: 12px; }
body.woocommerce-checkout form[data-dt*="delivery"] .checkout-tips {
  order: 20; }
  body.woocommerce-checkout form[data-dt*="delivery"] .checkout-tips .section__title--pickup,
  body.woocommerce-checkout form[data-dt*="delivery"] .checkout-tips .section__subtitle--pickup,
  body.woocommerce-checkout form[data-dt*="delivery"] .checkout-tips .label-wrap--pickup {
    display: none !important; }
body.woocommerce-checkout form[data-dt="pickup"] .checkout-tips, body.woocommerce-checkout form[data-dt*="orddd_location_"] .checkout-tips {
  order: 95; }
  body.woocommerce-checkout form[data-dt="pickup"] .checkout-tips .section__title--delivery,
  body.woocommerce-checkout form[data-dt="pickup"] .checkout-tips .section__subtitle--delivery,
  body.woocommerce-checkout form[data-dt="pickup"] .checkout-tips .label-wrap--delivery, body.woocommerce-checkout form[data-dt*="orddd_location_"] .checkout-tips .section__title--delivery,
  body.woocommerce-checkout form[data-dt*="orddd_location_"] .checkout-tips .section__subtitle--delivery,
  body.woocommerce-checkout form[data-dt*="orddd_location_"] .checkout-tips .label-wrap--delivery {
    display: none !important; }

@media (min-width: 576px) {
  body.woocommerce-checkout body.woocommerce-checkout .checkout-tips .checkout_donation .donate-btn {
    min-width: 130px;
    margin-left: 20px; } }
body.woocommerce-checkout .checkout-finance {
  order: 25; }
body.woocommerce-checkout form.checkout.checkout-ywgc .checkout-billing .section__title, body.woocommerce-checkout form.checkout[data-dt="pickup"] .checkout-billing .section__title, body.woocommerce-checkout form.checkout[data-dt*="orddd_location_"] .checkout-billing .section__title {
  margin-bottom: 0; }
body.woocommerce-checkout form.checkout.checkout-ywgc .checkout-billing .section__subtitle, body.woocommerce-checkout form.checkout[data-dt="pickup"] .checkout-billing .section__subtitle, body.woocommerce-checkout form.checkout[data-dt*="orddd_location_"] .checkout-billing .section__subtitle {
  display: none; }
body.woocommerce-checkout form.checkout.checkout-ywgc .checkout-billing #billing-different, body.woocommerce-checkout form.checkout[data-dt="pickup"] .checkout-billing #billing-different, body.woocommerce-checkout form.checkout[data-dt*="orddd_location_"] .checkout-billing #billing-different {
  display: block !important; }
body.woocommerce-checkout form.checkout[data-dt="pickup"] .checkout-finance, body.woocommerce-checkout form.checkout[data-dt*="orddd_location_"] .checkout-finance {
  padding-top: 0;
  border-top: none; }
body.woocommerce-checkout form.checkout[data-dt*="delivery"] #billing_sms_field {
  display: none; }
body.woocommerce-checkout .checkout-payment {
  margin-top: 40px; }
  body.woocommerce-checkout .checkout-payment .section__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: -8px; }
    body.woocommerce-checkout .checkout-payment .section__title h3 {
      margin-top: 8px; }
    body.woocommerce-checkout .checkout-payment .section__title:after {
      content: '';
      width: 178px;
      height: 24px;
      display: block;
      background: url(../img/icons/ic-credit-card-payment@2x.png) no-repeat 100% 50%;
      background-size: 100% auto;
      margin-top: 8px;
      margin-left: auto; }
body.woocommerce-checkout #payment {
  margin-top: -8px;
  border-radius: 0;
  background: none; }
  body.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: none; }
    body.woocommerce-checkout #payment ul.payment_methods > li div {
      width: 100%; }
    body.woocommerce-checkout #payment ul.payment_methods li img {
      display: none; }
    body.woocommerce-checkout #payment ul.payment_methods label {
      color: inherit; }
    body.woocommerce-checkout #payment ul.payment_methods div.payment_box {
      margin-top: 4px;
      margin-bottom: 8px;
      padding: 0;
      border: none;
      border-radius: 0;
      background-color: #f8f9fb;
      font-size: 14px; }
      body.woocommerce-checkout #payment ul.payment_methods div.payment_box:before {
        display: none; }
      body.woocommerce-checkout #payment ul.payment_methods div.payment_box .woocommerce-SavedPaymentMethods {
        width: 100%;
        padding-left: 0; }
      body.woocommerce-checkout #payment ul.payment_methods div.payment_box .payment-errors {
        width: 100%; }
  body.woocommerce-checkout #payment .place-order {
    padding: 15px 0 0 0; }
  body.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
    margin-bottom: 16px; }
  body.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 1.25rem; }
  body.woocommerce-checkout #payment #happy_texting_checkout_checkbox_field {
    margin: 12px 0 0 0 !important;
    padding: 0; }
    body.woocommerce-checkout #payment #happy_texting_checkout_checkbox_field input {
      width: 18px;
      height: 18px; }
body.woocommerce-checkout .checkout-billing .section__subtitle label {
  font-family: "Open Sans Condensed", sans-serif;
  color: inherit; }
body.woocommerce-checkout .checkout-billing .section__content .form-row-wrap {
  margin-bottom: -15px; }
body.woocommerce-checkout .checkout-billing #selected_saved_address ~ #new_billing_address_fields {
  padding-top: 30px; }
body.woocommerce-checkout .checkout-billing #billing_phone_field {
  display: none; }
body.woocommerce-checkout .checkout-billing #toggle_new_billing_address {
  display: inline-block;
  margin-top: 17px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  color: #DF6352;
  cursor: pointer;
  user-select: none; }
body.woocommerce-checkout .checkout-billing #new_billing_address_fields {
  padding-top: 15px; }
body.woocommerce-checkout .checkout-billing .form-row.mailchimp-newsletter {
  order: 1001; }
body.woocommerce-checkout .checkout-billing #mailchimp-gdpr-fields {
  order: 1002; }

.woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods div.payment_box .woocommerce-SavedPaymentMethods li {
  position: relative; }
.woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods div.payment_box .woocommerce-SavedPaymentMethods input[type=radio] {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  position: absolute !important;
  padding: 0;
  border: 0;
  white-space: nowrap; }
.woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods .woocommerce-SavedPaymentMethods-token {
  display: none; }
  .woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods .woocommerce-SavedPaymentMethods-token label {
    display: none; }
  .woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods .woocommerce-SavedPaymentMethods-token ~ .woocommerce-SavedPaymentMethods-new label {
    display: inline-block;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    color: #DF6352; }
    .woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods .woocommerce-SavedPaymentMethods-token ~ .woocommerce-SavedPaymentMethods-new label:before {
      content: '+';
      margin-right: 4px; }
.woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods .woocommerce-selectPaymentMethods-token {
  margin-bottom: 12px; }
.woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods .woocommerce-SavedPaymentMethods-new {
  display: block; }
.woocommerce-checkout:not(.woocommerce-order-pay) #payment #wc-autoship-authorize-net-fields:not(.only-choice) .wc-autoship-payment-field {
  display: none; }
.woocommerce-checkout:not(.woocommerce-order-pay) #payment .form-checkbox-group label {
  color: inherit; }
.woocommerce-checkout:not(.woocommerce-order-pay) #payment .woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  padding-right: 0;
  padding-left: 0; }
  .woocommerce-checkout:not(.woocommerce-order-pay) #payment .woocommerce-SavedPaymentMethods-saveNew input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute;
    padding: 0;
    border: 0;
    white-space: nowrap; }
    .woocommerce-checkout:not(.woocommerce-order-pay) #payment .woocommerce-SavedPaymentMethods-saveNew input:checked ~ label:before {
      border-color: #DF6352;
      background-color: #DF6352; }
    .woocommerce-checkout:not(.woocommerce-order-pay) #payment .woocommerce-SavedPaymentMethods-saveNew input:checked ~ label:after {
      opacity: 1; }
  .woocommerce-checkout:not(.woocommerce-order-pay) #payment .woocommerce-SavedPaymentMethods-saveNew label {
    position: relative;
    margin: 0;
    padding-left: 31px;
    line-height: normal !important;
    font-weight: normal;
    font-size: 16px;
    color: #303030;
    cursor: pointer;
    user-select: none; }
    .woocommerce-checkout:not(.woocommerce-order-pay) #payment .woocommerce-SavedPaymentMethods-saveNew label:before {
      content: '';
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      z-index: 1;
      top: calc(50% - 9px);
      left: 0;
      border: 2px solid #dedede;
      border-radius: 3px;
      background-color: #fff;
      transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
    .woocommerce-checkout:not(.woocommerce-order-pay) #payment .woocommerce-SavedPaymentMethods-saveNew label:after {
      content: '';
      width: 14px;
      height: 14px;
      display: block;
      opacity: 0;
      position: absolute;
      z-index: 2;
      top: calc(50% - 7px);
      left: 2px;
      background: url(../img/icons/ic-checkbox-check.svg) no-repeat center;
      background-size: contain;
      transition: opacity 0.1s ease-in-out; }

.woocommerce-checkout.woocommerce-order-pay #payment {
  max-width: 536px; }
  .woocommerce-checkout.woocommerce-order-pay #payment ul.payment_methods div.payment_box {
    padding: 15px; }
    .woocommerce-checkout.woocommerce-order-pay #payment ul.payment_methods div.payment_box .woocommerce-SavedPaymentMethods {
      margin-bottom: 12px; }
.woocommerce-checkout.woocommerce-order-pay #place_order {
  margin-top: 30px; }

@media (min-width: 768px) {
  body.woocommerce-checkout .checkout-billing #billing_first_name_field, body.woocommerce-checkout .checkout-billing #billing_last_name_field,
  body.woocommerce-checkout .checkout-billing #billing_state_field, body.woocommerce-checkout .checkout-billing #billing_postcode_field,
  body.woocommerce-checkout .checkout-billing #billing_phone_field {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
.woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods > li > input[type=radio] {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute !important;
    padding: 0;
    border: 0;
    white-space: nowrap; }
    .woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods > li > input[type=radio]:checked ~ label:before {
      border-width: 7px;
      border-color: #DF6352; }
    .woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods > li > input[type=radio] ~ label {
      width: 100%;
      position: relative;
      margin: 0;
      padding: 8px 0 8px 28px;
      line-height: normal !important;
      font-weight: normal;
      font-size: 16px;
      color: #303030;
      cursor: pointer;
      user-select: none; }
      .woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods > li > input[type=radio] ~ label:before {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        z-index: 1;
        top: calc(50% - 10px);
        left: 0;
        border: 1px solid #dedede;
        border-radius: 100%;
        background-color: #fff;
        transition: border-color 0.1s ease-in-out, border-width 0.1s ease-in-out; }

body.woocommerce-checkout #payment .wc-autoship-payment-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }
body.woocommerce-checkout #payment .wc-autoship-payment-field {
  width: 100%;
  margin-bottom: 16px; }
  body.woocommerce-checkout #payment .wc-autoship-payment-field.wc-autoship-authorize-net-exp-field {
    margin-bottom: 0; }
  body.woocommerce-checkout #payment .wc-autoship-payment-field label {
    display: block;
    margin-bottom: 0; }
    body.woocommerce-checkout #payment .wc-autoship-payment-field label > span {
      display: block;
      line-height: 1.25;
      font-size: 14px; }
      body.woocommerce-checkout #payment .wc-autoship-payment-field label > span:first-child {
        margin-bottom: 4px;
        font-weight: bold;
        color: #464646; }
      body.woocommerce-checkout #payment .wc-autoship-payment-field label > span:last-child {
        margin-top: 4px;
        color: #DF6352; }
        body.woocommerce-checkout #payment .wc-autoship-payment-field label > span:last-child:empty {
          display: none; }
    body.woocommerce-checkout #payment .wc-autoship-payment-field label input {
      width: 100%;
      height: 40px;
      padding: 10px 8px 8px 8px;
      box-shadow: none !important;
      outline: none !important;
      border: 1px solid #dedede;
      border-radius: 4px;
      background-color: #fff;
      text-align: left;
      line-height: normal;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: normal;
      font-size: 16px;
      color: #2e2e2e;
      transition: all 0.15s ease-in-out; }
      body.woocommerce-checkout #payment .wc-autoship-payment-field label input:focus {
        box-shadow: inset 0 0 0 1px #DF6352 !important;
        border-color: #DF6352; }
        body.woocommerce-checkout #payment .wc-autoship-payment-field label input:focus::-ms-value {
          background-color: #fff;
          color: #2e2e2e; }
      body.woocommerce-checkout #payment .wc-autoship-payment-field label input::-webkit-input-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      body.woocommerce-checkout #payment .wc-autoship-payment-field label input::-ms-input-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      body.woocommerce-checkout #payment .wc-autoship-payment-field label input:-ms-input-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      body.woocommerce-checkout #payment .wc-autoship-payment-field label input::-moz-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      body.woocommerce-checkout #payment .wc-autoship-payment-field label input:-moz-placeholder {
        opacity: 1;
        color: #8b8b8b; }
      body.woocommerce-checkout #payment .wc-autoship-payment-field label input:placeholder {
        opacity: 1;
        color: #8b8b8b; }

@media (min-width: 414px) {
  body.woocommerce-checkout #payment .wc-autoship-payment-field.wc-autoship-authorize-net-card-code-field {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 0; }
  body.woocommerce-checkout #payment .wc-autoship-payment-field.wc-autoship-authorize-net-exp-field {
    width: calc(50% - 15px);
    margin-left: 15px; } }
body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form .wc-authorize-net-cim-credit-card-new-payment-method-form {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field input,
body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field input,
body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field input {
  width: 100%;
  height: 40px;
  padding: 10px 8px 8px 8px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
  line-height: normal;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2e2e2e;
  transition: all 0.15s ease-in-out; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field input:focus,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field input:focus,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field input:focus {
    box-shadow: inset 0 0 0 1px #DF6352 !important;
    border-color: #DF6352; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field input:focus::-ms-value,
    body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field input:focus::-ms-value,
    body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field input:focus::-ms-value {
      background-color: #fff;
      color: #2e2e2e; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field input::-webkit-input-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field input::-webkit-input-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field input::-webkit-input-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field input::-ms-input-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field input::-ms-input-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field input::-ms-input-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field input:-ms-input-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field input:-ms-input-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field input:-ms-input-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field input::-moz-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field input::-moz-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field input::-moz-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field input:-moz-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field input:-moz-placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field input:-moz-placeholder {
    opacity: 1;
    color: #8b8b8b; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field input:placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field input:placeholder,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field input:placeholder {
    opacity: 1;
    color: #8b8b8b; }
body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field {
  margin-bottom: 0 !important; }
body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field ~ .clear + .form-row {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 16px !important;
  margin-bottom: 0 !important; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field ~ .clear + .form-row input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute;
    padding: 0;
    border: 0;
    white-space: nowrap; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field ~ .clear + .form-row input:checked ~ label:before {
      border-color: #DF6352;
      background-color: #DF6352; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field ~ .clear + .form-row input:checked ~ label:after {
      opacity: 1; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field ~ .clear + .form-row label {
    position: relative;
    margin: 0;
    padding-left: 31px;
    line-height: normal !important;
    font-weight: normal;
    font-size: 16px;
    color: #303030;
    cursor: pointer;
    user-select: none; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field ~ .clear + .form-row label:before {
      content: '';
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      z-index: 1;
      top: calc(50% - 9px);
      left: 0;
      border: 2px solid #dedede;
      border-radius: 3px;
      background-color: #fff;
      transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-account-number_field ~ .clear + .form-row label:after {
      content: '';
      width: 14px;
      height: 14px;
      display: block;
      opacity: 0;
      position: absolute;
      z-index: 2;
      top: calc(50% - 7px);
      left: 2px;
      background: url(../img/icons/ic-checkbox-check.svg) no-repeat center;
      background-size: contain;
      transition: opacity 0.1s ease-in-out; }

@media (min-width: 414px) {
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-expiry_field,
  body.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form #wc-authorize-net-cim-credit-card-csc_field {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 0 !important; } }
body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form {
  width: calc(100% + 30px);
  margin: 0 -15px !important; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form input.input-text {
    width: 100% !important;
    height: 40px;
    margin: 0;
    padding: 10px 8px 8px 8px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    line-height: normal;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e;
    transition: all 0.15s ease-in-out; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form input.input-text:focus {
      box-shadow: inset 0 0 0 1px #DF6352 !important;
      border-color: #DF6352; }
      body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form input.input-text:focus::-ms-value {
        background-color: #fff;
        color: #2e2e2e; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form input.input-text::-webkit-input-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form input.input-text::-ms-input-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form input.input-text:-ms-input-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form input.input-text::-moz-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form input.input-text:-moz-placeholder {
      opacity: 1;
      color: #8b8b8b; }
    body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form input.input-text:placeholder {
      opacity: 1;
      color: #8b8b8b; }
  body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form .form-row-last {
    margin-bottom: 0 !important; }

@media (min-width: 414px) {
  body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form .form-row-first, body.woocommerce-checkout #payment ul.payment_methods #wc-authnet-cc-form .form-row-last {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 0 !important; } }
body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card .wc-square-credit-card-new-payment-method-form {
  width: calc(100% + 30px);
  margin: 0 -15px !important; }
body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card div.form-row {
  padding: 0 15px; }
body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card .wc-square-credit-card-hosted-field {
  height: 40px;
  display: block;
  border-color: #dedede;
  border-radius: 4px; }
  body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card .wc-square-credit-card-hosted-field.wc-square-credit-card-payment-field--focus {
    box-shadow: inset 0 0 0 1px #DF6352 !important;
    border-color: #DF6352; }
body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card #wc-square-credit-card-credit-card-form > div > .clear + .form-row {
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 15px !important;
  padding-right: 0;
  padding-left: 0; }
  body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card #wc-square-credit-card-credit-card-form > div > .clear + .form-row input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute;
    padding: 0;
    border: 0;
    white-space: nowrap; }
    body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card #wc-square-credit-card-credit-card-form > div > .clear + .form-row input:checked ~ label:before {
      border-color: #DF6352;
      background-color: #DF6352; }
    body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card #wc-square-credit-card-credit-card-form > div > .clear + .form-row input:checked ~ label:after {
      opacity: 1; }
  body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card #wc-square-credit-card-credit-card-form > div > .clear + .form-row label {
    position: relative;
    margin: 0;
    padding-left: 31px;
    line-height: normal !important;
    font-weight: normal;
    font-size: 16px;
    color: #303030;
    cursor: pointer;
    user-select: none; }
    body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card #wc-square-credit-card-credit-card-form > div > .clear + .form-row label:before {
      content: '';
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      z-index: 1;
      top: calc(50% - 9px);
      left: 0;
      border: 2px solid #dedede;
      border-radius: 3px;
      background-color: #fff;
      transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
    body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card #wc-square-credit-card-credit-card-form > div > .clear + .form-row label:after {
      content: '';
      width: 14px;
      height: 14px;
      display: block;
      opacity: 0;
      position: absolute;
      z-index: 2;
      top: calc(50% - 7px);
      left: 2px;
      background: url(../img/icons/ic-checkbox-check.svg) no-repeat center;
      background-size: contain;
      transition: opacity 0.1s ease-in-out; }

@media (min-width: 414px) {
  body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card .form-row-first, body.woocommerce-checkout #payment li.payment_method_square_credit_card div.payment_method_square_credit_card .form-row-last {
    width: 50%; } }
body.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form {
  width: calc(100% + 30px);
  margin: 0 -15px; }
  body.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form .form-row {
    margin-bottom: 0 !important;
    padding: 0 15px; }
    body.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form .form-row:not(:first-child) {
      margin-top: 16px !important; }
  body.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form .stripe-source-errors {
    padding-right: 15px;
    padding-left: 15px; }
  body.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form br {
    display: none; }
  body.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form + fieldset {
    padding: 0; }
body.woocommerce-checkout #payment li.payment_method_stripe .wc-stripe-elements-field, body.woocommerce-checkout #payment li.payment_method_stripe .wc-stripe-iban-element-field {
  height: 40px;
  padding: 10px 8px 8px 8px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
  line-height: normal;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2e2e2e;
  transition: all 0.15s ease-in-out; }
  body.woocommerce-checkout #payment li.payment_method_stripe .wc-stripe-elements-field:focus, body.woocommerce-checkout #payment li.payment_method_stripe .wc-stripe-iban-element-field:focus {
    box-shadow: inset 0 0 0 1px #DF6352 !important;
    border-color: #DF6352; }
    body.woocommerce-checkout #payment li.payment_method_stripe .wc-stripe-elements-field:focus::-ms-value, body.woocommerce-checkout #payment li.payment_method_stripe .wc-stripe-iban-element-field:focus::-ms-value {
      background-color: #fff;
      color: #2e2e2e; }

@media (min-width: 414px) {
  body.woocommerce-checkout #payment li.payment_method_stripe .form-row-first, body.woocommerce-checkout #payment li.payment_method_stripe .form-row-last {
    width: 50%; } }
body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card .sv-wc-payment-gateway-card-icons, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card .sv-wc-payment-gateway-card-icons {
  display: none; }
body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box {
  width: calc(100% + 32px);
  margin-right: -16px;
  margin-left: -16px; }
  body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box > p, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box > p {
    padding-right: 16px;
    padding-left: 16px; }
    body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box > p.form-row.form-row-wide, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box > p.form-row.form-row-wide {
      margin-bottom: 0 !important; }
  body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-account-number, body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-expiry, body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-csc, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-account-number, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-expiry, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-csc {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-color: #dedede;
    font-size: 16px; }
    body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-account-number:focus, body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-expiry:focus, body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-csc:focus, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-account-number:focus, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-expiry:focus, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box input#wc-elavon-converge-credit-card-csc:focus {
      border-color: #DF6352; }
  body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card div.payment_box div.clear + .form-row.woocommerce-validated, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card div.payment_box div.clear + .form-row.woocommerce-validated {
    margin-bottom: 0 !important; }
body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card #wc-elavon-converge-credit-card-credit-card-form > .wc-elavon-converge-credit-card-new-payment-method-form, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card #wc-elavon-converge-credit-card-credit-card-form > .wc-elavon-converge-credit-card-new-payment-method-form {
  padding-top: 16px; }

@media (min-width: 414px) {
  body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card #wc-elavon-converge-credit-card-expiry_field, body.woocommerce-checkout #payment li.woocommerce-PaymentMethod--elavon_converge_credit_card #wc-elavon-converge-credit-card-csc_field, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card #wc-elavon-converge-credit-card-expiry_field, body.woocommerce-checkout #payment li.payment_method_elavon_converge_credit_card #wc-elavon-converge-credit-card-csc_field {
    width: 50%; } }
body.woocommerce-checkout #payment li.payment_method_sagepaydirect #sagepaydirect-cc-form {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -10px;
  margin-left: -15px;
  padding-top: 16px; }
  body.woocommerce-checkout #payment li.payment_method_sagepaydirect #sagepaydirect-cc-form .wc-credit-card-form-card-type {
    background-position: right 16px center; }

@media (min-width: 414px) {
  body.woocommerce-checkout #payment li.payment_method_sagepaydirect #sagepaydirect-cc-form .form-row-first, body.woocommerce-checkout #payment li.payment_method_sagepaydirect #sagepaydirect-cc-form .form-row-last {
    width: 50%;
    flex: 0 0 50%; } }
body.woocommerce-checkout .checkout__sidebar {
  margin-top: 32px; }
body.woocommerce-checkout .sidebar__section {
  max-width: 500px;
  margin: 8px 0 0 auto;
  padding-top: 15px;
  border: 2px solid #e6e6e6;
  border-radius: 2px;
  background-color: #f8f9fb; }
body.woocommerce-checkout .sidebar__title {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px; }
body.woocommerce-checkout .sidebar__toggler {
  width: 100%;
  height: auto;
  min-height: 50px;
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 35px 15px 15px;
  border: none;
  background: none;
  text-align: left;
  line-height: 1.25;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  transition: color 0.15s ease-in-out; }
  body.woocommerce-checkout .sidebar__toggler:before {
    content: '';
    width: 6px;
    height: 13px;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    background: url("../img/icons/ic-sprite.svg") no-repeat -115px -80px;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    transform: rotate(90deg); }
  body.woocommerce-checkout .sidebar__toggler.collapsed {
    font-weight: normal;
    color: #8b8b8b; }
    body.woocommerce-checkout .sidebar__toggler.collapsed:hover, body.woocommerce-checkout .sidebar__toggler.collapsed:active {
      color: #333; }
    body.woocommerce-checkout .sidebar__toggler.collapsed:before {
      transform: rotate(0deg); }
body.woocommerce-checkout .sidebar__summary .sidebar__title {
  position: relative;
  padding-right: 83px; }
  body.woocommerce-checkout .sidebar__summary .sidebar__title:after {
    content: '';
    width: 60px;
    height: 21px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    background: url(../img/icons/is-secure.png) no-repeat center;
    background-size: contain; }
body.woocommerce-checkout .sidebar__summary .shop_table {
  margin: 0;
  border: none;
  border-collapse: collapse;
  border-radius: 0; }
  body.woocommerce-checkout .sidebar__summary .shop_table th, body.woocommerce-checkout .sidebar__summary .shop_table td {
    padding: 5px 0 6px 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    line-height: 1.25;
    color: #8b8b8b; }
  body.woocommerce-checkout .sidebar__summary .shop_table td:last-child {
    padding-right: 15px;
    text-align: right; }
  body.woocommerce-checkout .sidebar__summary .shop_table tbody tr:last-child th, body.woocommerce-checkout .sidebar__summary .shop_table tbody tr:last-child td {
    padding-bottom: 15px; }
  body.woocommerce-checkout .sidebar__summary .shop_table tbody tr.ywgc-gift-card-applied th {
    font-size: 0; }
    body.woocommerce-checkout .sidebar__summary .shop_table tbody tr.ywgc-gift-card-applied th:before {
      content: 'Gift Card';
      vertical-align: middle;
      font-size: 16px; }
    body.woocommerce-checkout .sidebar__summary .shop_table tbody tr.ywgc-gift-card-applied th .ywgc-remove-gift-card {
      position: relative;
      padding-right: 32px;
      outline: none !important;
      vertical-align: middle; }
      body.woocommerce-checkout .sidebar__summary .shop_table tbody tr.ywgc-gift-card-applied th .ywgc-remove-gift-card:before {
        content: '';
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        top: calc(50% - 6px);
        right: 0;
        background: url("../img/icons/ic-sprite.svg") no-repeat -190px -80px; }
      body.woocommerce-checkout .sidebar__summary .shop_table tbody tr.ywgc-gift-card-applied th .ywgc-remove-gift-card:after {
        content: '';
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        top: calc(50% - 16px);
        right: -10px; }
  body.woocommerce-checkout .sidebar__summary .shop_table tbody tr.ywgc-gift-card-applied td .ywgc-remove-gift-card {
    display: none; }
  body.woocommerce-checkout .sidebar__summary .shop_table tbody th, body.woocommerce-checkout .sidebar__summary .shop_table tbody td {
    font-weight: inherit; }
  body.woocommerce-checkout .sidebar__summary .shop_table tfoot th, body.woocommerce-checkout .sidebar__summary .shop_table tfoot td {
    padding-top: 15px;
    padding-bottom: 17px;
    border-top: 2px solid #e6e6e6;
    font-weight: bold;
    color: #333; }
  body.woocommerce-checkout .sidebar__summary .shop_table a:not(:hover):not(:focus) {
    color: inherit; }
  body.woocommerce-checkout .sidebar__summary .shop_table strong {
    font-weight: inherit; }
  body.woocommerce-checkout .sidebar__summary .shop_table .points {
    color: #DF6352; }
  body.woocommerce-checkout .sidebar__summary .shop_table .shipped_via {
    display: block; }
body.woocommerce-checkout .sidebar__summary .cart-discount .cart-coupon-remove {
  display: block; }
body.woocommerce-checkout .sidebar__summary .cart-discount .woocommerce-remove-coupon {
  display: none; }
body.woocommerce-checkout .sidebar__summary .coupon-name {
  display: inline-block;
  position: relative;
  padding-right: 32px; }
body.woocommerce-checkout .sidebar__summary .cart-coupon-remove {
  display: none;
  position: absolute;
  top: calc(50% - 16px);
  right: -10px;
  padding: 10px;
  border: none;
  background: none; }
  body.woocommerce-checkout .sidebar__summary .cart-coupon-remove:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: url("../img/icons/ic-sprite.svg") no-repeat -190px -80px; }
body.woocommerce-checkout .sidebar__summary .fee-name {
  display: inline-block;
  position: relative;
  padding-right: 32px; }
body.woocommerce-checkout .sidebar__summary .remove {
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  right: -10px;
  padding: 10px;
  border: none;
  background: none; }
  body.woocommerce-checkout .sidebar__summary .remove:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: url("../img/icons/ic-sprite.svg") no-repeat -190px -80px; }
body.woocommerce-checkout .sidebar__summary .woocommerce-shipping-totals.shipping {
  display: none !important; }
body.woocommerce-checkout .checkout-container[data-step="dt"] .checkout__sidebar .custom-shipping,
body.woocommerce-checkout .checkout-container[data-step="billing_pickup"] .checkout__sidebar .custom-shipping {
  display: none !important; }
body.woocommerce-checkout .checkout-container[data-step="dt"] .checkout__sidebar .sidebar__summary {
  padding-bottom: 15px; }
body.woocommerce-checkout .checkout-container[data-step="dt"] .checkout__sidebar tr.tax-total,
body.woocommerce-checkout .checkout-container[data-step="dt"] .checkout__sidebar tr.order-total {
  display: none; }
body.woocommerce-checkout .sidebar__discounts .sidebar__content {
  margin-top: -2px; }
body.woocommerce-checkout .sidebar__discounts .discount__toggler {
  padding-left: 55px; }
  body.woocommerce-checkout .sidebar__discounts .discount__toggler:hover .discount-icon:before, body.woocommerce-checkout .sidebar__discounts .discount__toggler:active .discount-icon:before, body.woocommerce-checkout .sidebar__discounts .discount__toggler:not(.collapsed) .discount-icon:before {
    opacity: 0; }
  body.woocommerce-checkout .sidebar__discounts .discount__toggler:hover .discount-icon:after, body.woocommerce-checkout .sidebar__discounts .discount__toggler:active .discount-icon:after, body.woocommerce-checkout .sidebar__discounts .discount__toggler:not(.collapsed) .discount-icon:after {
    opacity: 1; }
body.woocommerce-checkout .sidebar__discounts .ywgc_enter_code {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0; }
body.woocommerce-checkout .sidebar__discounts input#ywpar-points-max {
  max-width: 100%;
  text-align: left;
  padding: 13px 15px 13px 15px; }
body.woocommerce-checkout .sidebar__discounts .woocommerce-message, body.woocommerce-checkout .sidebar__discounts .woocommerce-error, body.woocommerce-checkout .sidebar__discounts .woocommerce-info {
  margin: 0 !important;
  padding: 0 15px 5px 15px;
  border: none;
  background: none;
  font-size: 14px; }
  body.woocommerce-checkout .sidebar__discounts .woocommerce-message:before, body.woocommerce-checkout .sidebar__discounts .woocommerce-message:after, body.woocommerce-checkout .sidebar__discounts .woocommerce-error:before, body.woocommerce-checkout .sidebar__discounts .woocommerce-error:after, body.woocommerce-checkout .sidebar__discounts .woocommerce-info:before, body.woocommerce-checkout .sidebar__discounts .woocommerce-info:after {
    display: none; }
body.woocommerce-checkout .sidebar__discounts .woocommerce-message {
  color: #3ed3a3; }
body.woocommerce-checkout .sidebar__discounts .woocommerce-error {
  color: #dc3545; }
body.woocommerce-checkout .sidebar__discounts .ywpar_apply_discounts {
  display: flex; }
  body.woocommerce-checkout .sidebar__discounts .ywpar_apply_discounts .form-row {
    margin: 0 !important;
    padding: 0; }
  body.woocommerce-checkout .sidebar__discounts .ywpar_apply_discounts .form-row-first {
    width: 100%;
    flex: 1 1 100%; }
  body.woocommerce-checkout .sidebar__discounts .ywpar_apply_discounts .form-row-last {
    width: auto;
    flex: 0 0 auto; }
body.woocommerce-checkout .discount-option:not(:last-child) {
  border-bottom: 1px solid #e6e6e6; }
body.woocommerce-checkout .discount-icon {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 15px; }
  body.woocommerce-checkout .discount-icon:before, body.woocommerce-checkout .discount-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icons/ic-sprite.svg") no-repeat 0 -410px;
    transition: opacity 0.15s ease-in-out; }
  body.woocommerce-checkout .discount-icon:after {
    opacity: 0;
    z-index: 2;
    background-position-x: -30px; }
body.woocommerce-checkout .discount-gift .ywgc_enter_code > div {
  margin-right: 0;
  margin-left: 0; }
body.woocommerce-checkout .discount-points .discount-icon:before {
  background-position-x: -60px; }
body.woocommerce-checkout .discount-points .discount-icon:after {
  background-position-x: -90px; }
body.woocommerce-checkout .discount-coupon .discount-icon:before {
  background-position-x: -120px; }
body.woocommerce-checkout .discount-coupon .discount-icon:after {
  background-position-x: -150px; }
body.woocommerce-checkout .discount-rewards .discount-icon:before {
  background-position-x: -60px; }
body.woocommerce-checkout .discount-rewards .discount-icon:after {
  background-position-x: -90px; }
body.woocommerce-checkout .discount-content {
  padding: 8px 15px; }
  body.woocommerce-checkout .discount-content .form-groups {
    display: flex; }
  body.woocommerce-checkout .discount-content .input-text {
    width: 100%;
    flex: 1 1 auto; }
  body.woocommerce-checkout .discount-content .button {
    flex-shrink: 0;
    margin-left: 20px; }
body.woocommerce-checkout .sidebar__cart {
  padding-top: 0 !important; }
  body.woocommerce-checkout .sidebar__cart .sidebar__title {
    margin-bottom: 0;
    padding: 0; }
    body.woocommerce-checkout .sidebar__cart .sidebar__title h3 {
      margin-bottom: 4px; }
    body.woocommerce-checkout .sidebar__cart .sidebar__title .cart__count {
      font-weight: normal; }
  body.woocommerce-checkout .sidebar__cart .cart__toggler {
    padding-right: 43px; }
    body.woocommerce-checkout .sidebar__cart .cart__toggler:before {
      width: 20px;
      height: 14px;
      top: calc(50% - 7px);
      background-position: -140px -80px;
      transform: scaleY(-1); }
    body.woocommerce-checkout .sidebar__cart .cart__toggler.collapsed:before {
      transform: scaleY(1); }
  body.woocommerce-checkout .sidebar__cart .sidebar__content {
    padding-right: 15px;
    padding-left: 15px; }
  body.woocommerce-checkout .sidebar__cart .product-item {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    body.woocommerce-checkout .sidebar__cart .product-item:first-child {
      padding-top: 0; }
    body.woocommerce-checkout .sidebar__cart .product-item:not(:last-child) {
      border-bottom: 1px solid #e6e6e6; }
    body.woocommerce-checkout .sidebar__cart .product-item.bundled_table_item {
      display: none; }
  body.woocommerce-checkout .sidebar__cart .product-thumbnail {
    width: 80px;
    flex-shrink: 0;
    align-self: flex-start;
    margin-right: 8px; }
  body.woocommerce-checkout .sidebar__cart .product-body {
    flex: 1 1 auto; }
  body.woocommerce-checkout .sidebar__cart .variation {
    margin: 4px 0;
    line-height: 1.3;
    font-size: 13px; }
    body.woocommerce-checkout .sidebar__cart .variation dt {
      float: left;
      clear: left;
      margin-right: 4px; }

@media (min-width: 768px) {
  body.woocommerce-checkout .sidebar__section {
    padding-top: 20px;
    border: 2px solid #e6e6e6;
    background-color: #f8f9fb; }
  body.woocommerce-checkout .sidebar__title {
    padding-right: 20px;
    padding-left: 20px; }
  body.woocommerce-checkout .sidebar__toggler {
    padding-right: 40px; }
    body.woocommerce-checkout .sidebar__toggler:before {
      right: 20px; }
  body.woocommerce-checkout .sidebar__summary .sidebar__title {
    padding-right: 88px; }
    body.woocommerce-checkout .sidebar__summary .sidebar__title:after {
      right: 20px; }
  body.woocommerce-checkout .sidebar__summary .shop_table th, body.woocommerce-checkout .sidebar__summary .shop_table td {
    padding-left: 20px; }
  body.woocommerce-checkout .sidebar__summary .shop_table td:last-child {
    padding-right: 20px; }
  body.woocommerce-checkout .sidebar__summary .shop_table tbody tr:last-child th, body.woocommerce-checkout .sidebar__summary .shop_table tbody tr:last-child td {
    padding-bottom: 20px; }
  body.woocommerce-checkout .sidebar__discounts .discount__toggler {
    padding-left: 60px; }
  body.woocommerce-checkout .sidebar__discounts .woocommerce-message, body.woocommerce-checkout .sidebar__discounts .woocommerce-error, body.woocommerce-checkout .sidebar__discounts .woocommerce-info {
    padding-right: 20px;
    padding-left: 20px; }
  body.woocommerce-checkout .discount-icon {
    left: 20px; }
  body.woocommerce-checkout .discount-content {
    padding-right: 20px;
    padding-left: 20px; }
  body.woocommerce-checkout .sidebar__cart .cart__toggler {
    padding: 22px 48px 18px 20px; }
  body.woocommerce-checkout .sidebar__cart .sidebar__content {
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px; } }
@media (min-width: 992px) {
  body.woocommerce-checkout .checkout__sidebar {
    margin-top: 0; }
    body.woocommerce-checkout .checkout__sidebar .sidebar__section:first-child {
      margin-top: 0; } }
@media screen and (prefers-reduced-motion: reduce) {
  body.woocommerce-checkout .sidebar__toggler, body.woocommerce-checkout .sidebar__toggler:before,
  body.woocommerce-checkout .discount-icon:before, body.woocommerce-checkout .discount-icon:after {
    transition: none !important; } }
body.woocommerce-order-received .page-header {
  justify-content: center; }
body.woocommerce-order-received .checkout-section {
  line-height: 20px;
  font-size: 14px;
  color: #292929; }
body.woocommerce-order-received .section__title {
  margin-bottom: 20px; }
  body.woocommerce-order-received .section__title + .section__subtitle {
    margin-top: -10px; }
body.woocommerce-order-received .sub-section__title {
  margin-bottom: 12px; }
  body.woocommerce-order-received .sub-section__title > * {
    font-weight: normal; }
body.woocommerce-order-received .section__subtitle {
  font-family: "Open Sans Condensed", sans-serif; }
body.woocommerce-order-received .checkout-thankyou-row {
  margin-top: -25px; }
body.woocommerce-order-received .checkout-block:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #c5c5c5; }
body.woocommerce-order-received .checkout-thankyou-col {
  margin-top: 25px; }
  body.woocommerce-order-received .checkout-thankyou-col h5 {
    margin-bottom: 3px;
    font-size: 14px;
    color: inherit; }
  body.woocommerce-order-received .checkout-thankyou-col address {
    margin: 0; }
body.woocommerce-order-received .ywgc-card-code {
  display: block;
  padding: 0;
  border: none;
  text-align: inherit;
  color: inherit; }
body.woocommerce-order-received .wc-item-meta {
  margin: 4px 0 0;
  padding: 0;
  font-style: italic;
  font-size: 14px; }
  body.woocommerce-order-received .wc-item-meta li {
    margin: 0 !important; }
  body.woocommerce-order-received .wc-item-meta p {
    margin: 0; }
body.woocommerce-order-received .checkout-ty-custom .section__title, body.woocommerce-order-received .sidebar__ty-custom .section__title {
  margin-bottom: 24px; }
body.woocommerce-order-received .checkout-order-points .section__title {
  width: 100%;
  text-align: center; }
body.woocommerce-order-received .checkout-order-points .checkout-sub-section {
  text-align: center; }
  body.woocommerce-order-received .checkout-order-points .checkout-sub-section:not(:first-child) {
    margin-top: 17px; }
body.woocommerce-order-received .checkout-order-items {
  max-width: 500px;
  margin-right: 0;
  margin-left: auto; }
body.woocommerce-order-received .custom_shop_table {
  margin-top: -10px;
  margin-bottom: -10px;
  line-height: 1.25;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px; }
  body.woocommerce-order-received .custom_shop_table tr:not(:first-child) th, body.woocommerce-order-received .custom_shop_table tr:not(:first-child) td {
    border-top: 1px solid #c5c5c5; }
  body.woocommerce-order-received .custom_shop_table tr.bundle_table_item + .bundled_table_item th, body.woocommerce-order-received .custom_shop_table tr.bundle_table_item + .bundled_table_item td {
    padding-top: 0; }
  body.woocommerce-order-received .custom_shop_table tr.bundled_table_item + .bundled_table_item th, body.woocommerce-order-received .custom_shop_table tr.bundled_table_item + .bundled_table_item td {
    padding-top: 0; }
  body.woocommerce-order-received .custom_shop_table tr.bundled_table_item .bundled_table_item_indent {
    padding-left: 1rem; }
  body.woocommerce-order-received .custom_shop_table tr.bundled_table_item * {
    font-size: 14px; }
  body.woocommerce-order-received .custom_shop_table tr.component_container_table_item + .component_table_item th, body.woocommerce-order-received .custom_shop_table tr.component_container_table_item + .component_table_item td {
    padding-top: 0; }
  body.woocommerce-order-received .custom_shop_table tr.component_table_item + .component_table_item th, body.woocommerce-order-received .custom_shop_table tr.component_table_item + .component_table_item td {
    padding-top: 0; }
  body.woocommerce-order-received .custom_shop_table tr.component_table_item .component_table_item_indent {
    padding-left: 1rem; }
  body.woocommerce-order-received .custom_shop_table tr.component_table_item * {
    font-size: 14px; }
  body.woocommerce-order-received .custom_shop_table th, body.woocommerce-order-received .custom_shop_table td {
    padding-top: 10px;
    padding-bottom: 10px; }
  body.woocommerce-order-received .custom_shop_table td:last-child {
    text-align: right; }
  body.woocommerce-order-received .custom_shop_table .product-quantity, body.woocommerce-order-received .custom_shop_table .composited_product_quantity {
    font-weight: normal;
    color: #8b8b8b; }
  body.woocommerce-order-received .custom_shop_table .wc-item-meta {
    padding-left: 0.5rem; }
body.woocommerce-order-received .sidebar__ty-custom {
  padding: 15px; }

@media (max-width: 575px) {
  body.woocommerce-order-received .checkout-order-points.has-image > .section__bgimg {
    display: none; }
  body.woocommerce-order-received .checkout-order-points.has-image .section__bgimg {
    width: 240px;
    max-width: 100%;
    margin: 16px auto; } }
@media (min-width: 576px) {
  body.woocommerce-order-received .checkout-order-points.has-image {
    display: flex;
    flex-wrap: wrap; }
    body.woocommerce-order-received .checkout-order-points.has-image .section__title {
      margin-bottom: 40px; }
    body.woocommerce-order-received .checkout-order-points.has-image .section__content, body.woocommerce-order-received .checkout-order-points.has-image .section__bgimg {
      width: 100%;
      max-width: 50%;
      flex: 0 0 50%; }
    body.woocommerce-order-received .checkout-order-points.has-image .section__content {
      padding-right: 10px; }
      body.woocommerce-order-received .checkout-order-points.has-image .section__content .section__bgimg {
        display: none; }
    body.woocommerce-order-received .checkout-order-points.has-image .checkout-sub-section {
      max-width: 200px; }
    body.woocommerce-order-received .checkout-order-points.has-image .section__bgimg {
      align-self: flex-end;
      margin-bottom: -16px; }
      body.woocommerce-order-received .checkout-order-points.has-image .section__bgimg img {
        width: 100%; }
  body.woocommerce-order-received .checkout-order-points .checkout-sub-section {
    text-align: left; } }
@media (min-width: 768px) {
  body.woocommerce-order-received .checkout-order-points.has-image .section__bgimg {
    margin-bottom: -21px;
    padding-right: 12px; }
  body.woocommerce-order-received .sidebar__ty-custom {
    padding: 20px; } }
@media (min-width: 992px) {
  body.woocommerce-order-received .checkout-order-items {
    max-width: 100%; }
  body.woocommerce-order-received .checkout-ty-custom .section__title .h4, body.woocommerce-order-received .sidebar__ty-custom .section__title .h4 {
    font-size: 22px; } }
@media (min-width: 1200px) {
  body.woocommerce-order-received .checkout-order-points.has-image .section__bgimg {
    margin-bottom: -31px;
    padding-right: 22px; }
  body.woocommerce-order-received .checkout-ty-custom {
    padding-top: 20px;
    padding-bottom: 20px; } }
html.ie select,
html.ie .woocommerce form select {
  padding-right: 15px;
  background-image: none; }
html.ie .site-header .navbar > .container {
  margin-right: 0;
  margin-left: 0; }
html.ie .site-header .custom-logo-link {
  flex-shrink: 0;
  margin-right: 0; }
html.ie .site-header .nav-desktop {
  flex: 1 1 auto;
  justify-content: flex-end;
  margin-left: 0; }
html.ie .site-header .header-cart .cart-contents:not(.active) ~ #minicart-content-wrapper {
  display: none !important; }
html.ie .section-hero {
  display: flex; }
html.ie .woocommerce div.product .product__image .woocommerce-product-gallery__image {
  max-height: 600px;
  overflow: hidden; }
  html.ie .woocommerce div.product .product__image .woocommerce-product-gallery__image img {
    max-height: none; }
html.ie .woocommerce div.product .product__image .images .flex-control-thumbs li {
  overflow: hidden; }
  html.ie .woocommerce div.product .product__image .images .flex-control-thumbs li img {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
html.ie body.woocommerce-checkout .checkout-delivery-type .form-radio-group--lg {
  display: flex; }
  html.ie body.woocommerce-checkout .checkout-delivery-type .form-radio-group--lg label {
    width: 100%; }
html.ie body.woocommerce-checkout .checkout-delivery .form-radio-group {
  display: flex; }
  html.ie body.woocommerce-checkout .checkout-delivery .form-radio-group label {
    width: 100%; }
  html.ie body.woocommerce-checkout .checkout-delivery .form-radio-group .amount {
    display: block;
    margin-right: 0;
    margin-left: auto; }

/*# sourceMappingURL=styles.css.map */
