@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("//fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700|DM+Sans:400,700,900|Source+Serif+Pro:400,400i,600,600i,700,700|Noto+Sans:400,700|Cabin:400,600,700|Poppins:400,600,700");
:root {
  --blue: #1f9eed;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f0425a;
  --orange: #e85b2e;
  --yellow: #ffc107;
  --green: #48c63b;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #545454;
  --gray-dark: #343a40;
  --primary: #222;
  --secondary: #252525;
  --success: #48c63b;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f0425a;
  --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; }

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

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

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

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:not(:focus-visible) {
  outline: 0 !important; }

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

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: #222;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-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: 0.2em;
  background-color: #fcf8e3; }

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

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

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

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

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

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

.col, .checkout-cart .body .info {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto, .checkout-cart .body .image, .checkout-cart .body .total {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8c8c8c; }

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c2c2c2; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #8e8e8e; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a0e199; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  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 > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  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 > th,
.table-danger > td {
  background-color: #fbcad1; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f79da9; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  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 > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  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 > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .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, .select2-container .selection, .select2-o .select2-container .selection {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.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: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .select2-container .selection, .select2-o .select2-container .selection {
      transition: none; } }
  .form-control::-ms-expand, .select2-container .selection::-ms-expand, .select2-o .select2-container .selection::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, .select2-container .selection:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus, .select2-container .selection:focus {
    color: #495057;
    background-color: #fff;
    border-color: #626262;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.25); }
  .form-control:-ms-input-placeholder, .select2-container .selection:-ms-input-placeholder, .select2-o .select2-container .selection:-ms-input-placeholder {
    color: #545454;
    opacity: 1; }
  .form-control::placeholder, .select2-container .selection::placeholder, .select2-o .select2-container .selection::placeholder {
    color: #545454;
    opacity: 1; }
  .form-control:disabled, .select2-container .selection:disabled, .form-control[readonly], .select2-container .selection[readonly] {
    background-color: #f3f3f3;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control, .select2-container textarea.selection, .select2-o .select2-container textarea.selection {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #545454; }

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

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

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

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

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

.was-validated .form-control:valid, .was-validated .select2-container .selection:valid, .select2-container .was-validated .selection:valid, .form-control.is-valid, .select2-container .is-valid.selection {
  border-color: #48c63b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2348c63b' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated .select2-container .selection:valid:focus, .select2-container .was-validated .selection:valid:focus, .form-control.is-valid:focus, .select2-container .is-valid.selection:focus {
    border-color: #48c63b;
    box-shadow: 0 0 0 0.2rem rgba(72, 198, 59, 0.25); }

.was-validated textarea.form-control:valid, .was-validated .select2-container textarea.selection:valid, .select2-container .was-validated textarea.selection:valid, textarea.form-control.is-valid, .select2-container textarea.is-valid.selection {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #48c63b;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2348c63b' 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(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #48c63b;
    box-shadow: 0 0 0 0.2rem rgba(72, 198, 59, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #48c63b; }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #48c63b; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #48c63b; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #6dd163;
  background-color: #6dd163; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(72, 198, 59, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #48c63b; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #48c63b; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #48c63b;
  box-shadow: 0 0 0 0.2rem rgba(72, 198, 59, 0.25); }

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

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

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

.was-validated .form-control:invalid, .was-validated .select2-container .selection:invalid, .select2-container .was-validated .selection:invalid, .form-control.is-invalid, .select2-container .is-invalid.selection {
  border-color: #f0425a;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f0425a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f0425a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated .select2-container .selection:invalid:focus, .select2-container .was-validated .selection:invalid:focus, .form-control.is-invalid:focus, .select2-container .is-invalid.selection:focus {
    border-color: #f0425a;
    box-shadow: 0 0 0 0.2rem rgba(240, 66, 90, 0.25); }

.was-validated textarea.form-control:invalid, .was-validated .select2-container textarea.selection:invalid, .select2-container .was-validated textarea.selection:invalid, textarea.form-control.is-invalid, .select2-container textarea.is-invalid.selection {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f0425a;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23f0425a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f0425a' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #f0425a;
    box-shadow: 0 0 0 0.2rem rgba(240, 66, 90, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f0425a; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f0425a; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #f0425a; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f47183;
  background-color: #f47183; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(240, 66, 90, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f0425a; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f0425a; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f0425a;
  box-shadow: 0 0 0 0.2rem rgba(240, 66, 90, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .select2-container .selection, .select2-container .form-inline .selection {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (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(34, 34, 34, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary, .list-account-menu li.active .btn {
  color: #fff;
  background-color: #222;
  border-color: #222; }
  .btn-primary:hover, .list-account-menu li.active .btn:hover {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #090909; }
  .btn-primary:focus, .list-account-menu li.active .btn:focus, .btn-primary.focus, .list-account-menu li.active .focus.btn {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #090909;
    box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }
  .btn-primary.disabled, .list-account-menu li.active .disabled.btn, .btn-primary:disabled, .list-account-menu li.active .btn:disabled {
    color: #fff;
    background-color: #222;
    border-color: #222; }
  .btn-primary:not(:disabled):not(.disabled):active, .list-account-menu li.active .btn:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .list-account-menu li.active .btn:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .list-account-menu li.active .show > .dropdown-toggle.btn {
    color: #fff;
    background-color: #090909;
    border-color: #020202; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .list-account-menu li.active .btn:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .list-account-menu li.active .btn:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .list-account-menu li.active .show > .dropdown-toggle.btn:focus {
      box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #252525;
  border-color: #252525; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #121212;
    border-color: #0c0c0c; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #121212;
    border-color: #0c0c0c;
    box-shadow: 0 0 0 0.2rem rgba(70, 70, 70, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #252525;
    border-color: #252525; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #050505; }
    .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(70, 70, 70, 0.5); }

.btn-success {
  color: #fff;
  background-color: #48c63b;
  border-color: #48c63b; }
  .btn-success:hover {
    color: #fff;
    background-color: #3da931;
    border-color: #39a02e; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3da931;
    border-color: #39a02e;
    box-shadow: 0 0 0 0.2rem rgba(99, 207, 88, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #48c63b;
    border-color: #48c63b; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #39a02e;
    border-color: #35962c; }
    .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(99, 207, 88, 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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    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: #f0425a;
  border-color: #f0425a; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ed1f3b;
    border-color: #ec1331; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ed1f3b;
    border-color: #ec1331;
    box-shadow: 0 0 0 0.2rem rgba(242, 94, 115, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f0425a;
    border-color: #f0425a; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ec1331;
    border-color: #e0122e; }
    .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(242, 94, 115, 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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    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: #222;
  border-color: #222; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #222;
    border-color: #222; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #222;
    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: #222;
    border-color: #222; }
    .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(34, 34, 34, 0.5); }

.btn-outline-secondary {
  color: #252525;
  border-color: #252525; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #252525;
    border-color: #252525; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #252525;
    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: #252525;
    border-color: #252525; }
    .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(37, 37, 37, 0.5); }

.btn-outline-success {
  color: #48c63b;
  border-color: #48c63b; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #48c63b;
    border-color: #48c63b; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 198, 59, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #48c63b;
    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: #48c63b;
    border-color: #48c63b; }
    .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(72, 198, 59, 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: #f0425a;
  border-color: #f0425a; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f0425a;
    border-color: #f0425a; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 66, 90, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f0425a;
    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: #f0425a;
    border-color: #f0425a; }
    .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(240, 66, 90, 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: #222;
  text-decoration: none; }
  .btn-link:hover {
    color: black;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #545454;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

.dropdown-menu-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: 0.125rem; }

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .select2-container .input-group > .selection,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .select2-container .input-group > .selection + .form-control, .select2-container .input-group > .form-control + .selection, .select2-container .input-group > .selection + .selection,
    .input-group > .form-control + .custom-select,
    .select2-container .input-group > .selection + .custom-select,
    .input-group > .form-control + .custom-file,
    .select2-container .input-group > .selection + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .select2-container .input-group > .form-control-plaintext + .selection,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .select2-container .input-group > .custom-select + .selection,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .select2-container .input-group > .custom-file + .selection,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .select2-container .input-group > .selection:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .select2-container .input-group > .selection:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .select2-container .input-group > .selection:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

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

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

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

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

.input-group-lg > .form-control:not(textarea), .select2-container .input-group-lg > .selection:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .select2-container .input-group-lg > .selection,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .select2-container .input-group-sm > .selection:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .select2-container .input-group-sm > .selection,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #222;
    background-color: #222; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #626262; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #545454; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #f3f3f3; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.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: 0.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: 0.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

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

.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' width='4' height='4' 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(34, 34, 34, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(34, 34, 34, 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' width='12' height='12' 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(34, 34, 34, 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: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (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;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(34, 34, 34, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #626262;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 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: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #545454;
    background-color: #f3f3f3; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #626262;
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #f3f3f3; }
  .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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #f3f3f3;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 34, 34, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 34, 34, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 34, 34, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #222;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #7b7b7b; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #222;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #7b7b7b; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #222;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #7b7b7b; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #545454;
    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: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #f3f3f3 #f3f3f3 #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #545454;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler-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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

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

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

.card-deck .card {
  margin-bottom: 15px; }

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

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          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-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

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

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

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

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

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

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

.breadcrumb-item.active {
  color: #545454; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #222;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #f3f3f3;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #222;
  border-color: #222; }

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #222; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #090909; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #252525; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #0c0c0c; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5); }

.badge-success {
  color: #fff;
  background-color: #48c63b; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #39a02e; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 198, 59, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    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:hover, a.badge-warning:focus {
    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: #f0425a; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ec1331; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(240, 66, 90, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    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:hover, a.badge-dark:focus {
    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: #f3f3f3;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #121212;
  background-color: lightgray;
  border-color: #c1c1c1; }
  .alert-primary hr {
    border-top-color: #b4b4b4; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #131313;
  background-color: lightgray;
  border-color: #c2c2c2; }
  .alert-secondary hr {
    border-top-color: #b5b5b5; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #25671f;
  background-color: #daf4d8;
  border-color: #ccefc8; }
  .alert-success hr {
    border-top-color: #bae9b4; }
  .alert-success .alert-link {
    color: #174013; }

.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: #7d222f;
  background-color: #fcd9de;
  border-color: #fbcad1; }
  .alert-danger hr {
    border-top-color: #f9b2bc; }
  .alert-danger .alert-link {
    color: #551720; }

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

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #222;
  transition: width 0.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 {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.media-body {
  flex: 1; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #545454;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #222;
    border-color: #222; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

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

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #121212;
  background-color: #c1c1c1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #121212;
    background-color: #b4b4b4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #121212;
    border-color: #121212; }

.list-group-item-secondary {
  color: #131313;
  background-color: #c2c2c2; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #131313;
    background-color: #b5b5b5; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #131313;
    border-color: #131313; }

.list-group-item-success {
  color: #25671f;
  background-color: #ccefc8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #25671f;
    background-color: #bae9b4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #25671f;
    border-color: #25671f; }

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

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

.list-group-item-danger {
  color: #7d222f;
  background-color: #fbcad1; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7d222f;
    background-color: #f9b2bc; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7d222f;
    border-color: #7d222f; }

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    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; }

.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: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  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 {
    flex-direction: column;
    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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.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: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  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: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    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 0.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; }

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

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

.bg-secondary {
  background-color: #252525 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0c0c0c !important; }

.bg-success {
  background-color: #48c63b !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #39a02e !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #48c63b !important; }

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

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

.border-danger {
  border-color: #f0425a !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, .payment-method .method div, .checkout-cart .body .price,
.checkout-cart .body .delivery, .checkout-cart .footer {
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center, .payment-method .method div {
  justify-content: center !important; }

.justify-content-between, .checkout-cart .body .price,
.checkout-cart .body .delivery, .checkout-cart .footer {
  justify-content: space-between !important; }

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

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

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

.align-items-center, .payment-method .method div, .checkout-cart .footer {
  align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-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;
  margin: -1px;
  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: #222 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important; }

.text-success {
  color: #48c63b !important; }

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #545454 !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; }

.is-transform, .product .product-controls, .summary .badge {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* opposite spacing classes e.g .mo_b-sm-5 - mobile first approach */
@media (max-width: 575.98px) {
  .mo_-0 {
    margin: 0 !important; }
  .mo_t-0,
  .mo_y-0 {
    margin-top: 0 !important; }
  .mo_r-0,
  .mo_x-0 {
    margin-right: 0 !important; }
  .mo_b-0,
  .mo_y-0 {
    margin-bottom: 0 !important; }
  .mo_l-0,
  .mo_x-0 {
    margin-left: 0 !important; }
  .mo_-1 {
    margin: 0.25rem !important; }
  .mo_t-1,
  .mo_y-1 {
    margin-top: 0.25rem !important; }
  .mo_r-1,
  .mo_x-1 {
    margin-right: 0.25rem !important; }
  .mo_b-1,
  .mo_y-1 {
    margin-bottom: 0.25rem !important; }
  .mo_l-1,
  .mo_x-1 {
    margin-left: 0.25rem !important; }
  .mo_-2 {
    margin: 0.5rem !important; }
  .mo_t-2,
  .mo_y-2 {
    margin-top: 0.5rem !important; }
  .mo_r-2,
  .mo_x-2 {
    margin-right: 0.5rem !important; }
  .mo_b-2,
  .mo_y-2 {
    margin-bottom: 0.5rem !important; }
  .mo_l-2,
  .mo_x-2 {
    margin-left: 0.5rem !important; }
  .mo_-3 {
    margin: 1rem !important; }
  .mo_t-3,
  .mo_y-3 {
    margin-top: 1rem !important; }
  .mo_r-3,
  .mo_x-3 {
    margin-right: 1rem !important; }
  .mo_b-3,
  .mo_y-3 {
    margin-bottom: 1rem !important; }
  .mo_l-3,
  .mo_x-3 {
    margin-left: 1rem !important; }
  .mo_-4 {
    margin: 1.5rem !important; }
  .mo_t-4,
  .mo_y-4 {
    margin-top: 1.5rem !important; }
  .mo_r-4,
  .mo_x-4 {
    margin-right: 1.5rem !important; }
  .mo_b-4,
  .mo_y-4 {
    margin-bottom: 1.5rem !important; }
  .mo_l-4,
  .mo_x-4 {
    margin-left: 1.5rem !important; }
  .mo_-5 {
    margin: 3rem !important; }
  .mo_t-5,
  .mo_y-5 {
    margin-top: 3rem !important; }
  .mo_r-5,
  .mo_x-5 {
    margin-right: 3rem !important; }
  .mo_b-5,
  .mo_y-5 {
    margin-bottom: 3rem !important; }
  .mo_l-5,
  .mo_x-5 {
    margin-left: 3rem !important; }
  .po_-0 {
    padding: 0 !important; }
  .po_t-0,
  .po_y-0 {
    padding-top: 0 !important; }
  .po_r-0,
  .po_x-0 {
    padding-right: 0 !important; }
  .po_b-0,
  .po_y-0 {
    padding-bottom: 0 !important; }
  .po_l-0,
  .po_x-0 {
    padding-left: 0 !important; }
  .po_-1 {
    padding: 0.25rem !important; }
  .po_t-1,
  .po_y-1 {
    padding-top: 0.25rem !important; }
  .po_r-1,
  .po_x-1 {
    padding-right: 0.25rem !important; }
  .po_b-1,
  .po_y-1 {
    padding-bottom: 0.25rem !important; }
  .po_l-1,
  .po_x-1 {
    padding-left: 0.25rem !important; }
  .po_-2 {
    padding: 0.5rem !important; }
  .po_t-2,
  .po_y-2 {
    padding-top: 0.5rem !important; }
  .po_r-2,
  .po_x-2 {
    padding-right: 0.5rem !important; }
  .po_b-2,
  .po_y-2 {
    padding-bottom: 0.5rem !important; }
  .po_l-2,
  .po_x-2 {
    padding-left: 0.5rem !important; }
  .po_-3 {
    padding: 1rem !important; }
  .po_t-3,
  .po_y-3 {
    padding-top: 1rem !important; }
  .po_r-3,
  .po_x-3 {
    padding-right: 1rem !important; }
  .po_b-3,
  .po_y-3 {
    padding-bottom: 1rem !important; }
  .po_l-3,
  .po_x-3 {
    padding-left: 1rem !important; }
  .po_-4 {
    padding: 1.5rem !important; }
  .po_t-4,
  .po_y-4 {
    padding-top: 1.5rem !important; }
  .po_r-4,
  .po_x-4 {
    padding-right: 1.5rem !important; }
  .po_b-4,
  .po_y-4 {
    padding-bottom: 1.5rem !important; }
  .po_l-4,
  .po_x-4 {
    padding-left: 1.5rem !important; }
  .po_-5 {
    padding: 3rem !important; }
  .po_t-5,
  .po_y-5 {
    padding-top: 3rem !important; }
  .po_r-5,
  .po_x-5 {
    padding-right: 3rem !important; }
  .po_b-5,
  .po_y-5 {
    padding-bottom: 3rem !important; }
  .po_l-5,
  .po_x-5 {
    padding-left: 3rem !important; }
  .mo_-n1 {
    margin: -0.25rem !important; }
  .mo_t-n1,
  .mo_y-n1 {
    margin-top: -0.25rem !important; }
  .mo_r-n1,
  .mo_x-n1 {
    margin-right: -0.25rem !important; }
  .mo_b-n1,
  .mo_y-n1 {
    margin-bottom: -0.25rem !important; }
  .mo_l-n1,
  .mo_x-n1 {
    margin-left: -0.25rem !important; }
  .mo_-n2 {
    margin: -0.5rem !important; }
  .mo_t-n2,
  .mo_y-n2 {
    margin-top: -0.5rem !important; }
  .mo_r-n2,
  .mo_x-n2 {
    margin-right: -0.5rem !important; }
  .mo_b-n2,
  .mo_y-n2 {
    margin-bottom: -0.5rem !important; }
  .mo_l-n2,
  .mo_x-n2 {
    margin-left: -0.5rem !important; }
  .mo_-n3 {
    margin: -1rem !important; }
  .mo_t-n3,
  .mo_y-n3 {
    margin-top: -1rem !important; }
  .mo_r-n3,
  .mo_x-n3 {
    margin-right: -1rem !important; }
  .mo_b-n3,
  .mo_y-n3 {
    margin-bottom: -1rem !important; }
  .mo_l-n3,
  .mo_x-n3 {
    margin-left: -1rem !important; }
  .mo_-n4 {
    margin: -1.5rem !important; }
  .mo_t-n4,
  .mo_y-n4 {
    margin-top: -1.5rem !important; }
  .mo_r-n4,
  .mo_x-n4 {
    margin-right: -1.5rem !important; }
  .mo_b-n4,
  .mo_y-n4 {
    margin-bottom: -1.5rem !important; }
  .mo_l-n4,
  .mo_x-n4 {
    margin-left: -1.5rem !important; }
  .mo_-n5 {
    margin: -3rem !important; }
  .mo_t-n5,
  .mo_y-n5 {
    margin-top: -3rem !important; }
  .mo_r-n5,
  .mo_x-n5 {
    margin-right: -3rem !important; }
  .mo_b-n5,
  .mo_y-n5 {
    margin-bottom: -3rem !important; }
  .mo_l-n5,
  .mo_x-n5 {
    margin-left: -3rem !important; }
  .mo_-auto {
    margin: auto !important; }
  .mo_t-auto,
  .mo_y-auto {
    margin-top: auto !important; }
  .mo_r-auto,
  .mo_x-auto {
    margin-right: auto !important; }
  .mo_b-auto,
  .mo_y-auto {
    margin-bottom: auto !important; }
  .mo_l-auto,
  .mo_x-auto {
    margin-left: auto !important; } }

@media (max-width: 767.98px) {
  .mo_-sm-0 {
    margin: 0 !important; }
  .mo_t-sm-0,
  .mo_y-sm-0 {
    margin-top: 0 !important; }
  .mo_r-sm-0,
  .mo_x-sm-0 {
    margin-right: 0 !important; }
  .mo_b-sm-0,
  .mo_y-sm-0 {
    margin-bottom: 0 !important; }
  .mo_l-sm-0,
  .mo_x-sm-0 {
    margin-left: 0 !important; }
  .mo_-sm-1 {
    margin: 0.25rem !important; }
  .mo_t-sm-1,
  .mo_y-sm-1 {
    margin-top: 0.25rem !important; }
  .mo_r-sm-1,
  .mo_x-sm-1 {
    margin-right: 0.25rem !important; }
  .mo_b-sm-1,
  .mo_y-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mo_l-sm-1,
  .mo_x-sm-1 {
    margin-left: 0.25rem !important; }
  .mo_-sm-2 {
    margin: 0.5rem !important; }
  .mo_t-sm-2,
  .mo_y-sm-2 {
    margin-top: 0.5rem !important; }
  .mo_r-sm-2,
  .mo_x-sm-2 {
    margin-right: 0.5rem !important; }
  .mo_b-sm-2,
  .mo_y-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mo_l-sm-2,
  .mo_x-sm-2 {
    margin-left: 0.5rem !important; }
  .mo_-sm-3 {
    margin: 1rem !important; }
  .mo_t-sm-3,
  .mo_y-sm-3 {
    margin-top: 1rem !important; }
  .mo_r-sm-3,
  .mo_x-sm-3 {
    margin-right: 1rem !important; }
  .mo_b-sm-3,
  .mo_y-sm-3 {
    margin-bottom: 1rem !important; }
  .mo_l-sm-3,
  .mo_x-sm-3 {
    margin-left: 1rem !important; }
  .mo_-sm-4 {
    margin: 1.5rem !important; }
  .mo_t-sm-4,
  .mo_y-sm-4 {
    margin-top: 1.5rem !important; }
  .mo_r-sm-4,
  .mo_x-sm-4 {
    margin-right: 1.5rem !important; }
  .mo_b-sm-4,
  .mo_y-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mo_l-sm-4,
  .mo_x-sm-4 {
    margin-left: 1.5rem !important; }
  .mo_-sm-5 {
    margin: 3rem !important; }
  .mo_t-sm-5,
  .mo_y-sm-5 {
    margin-top: 3rem !important; }
  .mo_r-sm-5,
  .mo_x-sm-5 {
    margin-right: 3rem !important; }
  .mo_b-sm-5,
  .mo_y-sm-5 {
    margin-bottom: 3rem !important; }
  .mo_l-sm-5,
  .mo_x-sm-5 {
    margin-left: 3rem !important; }
  .po_-sm-0 {
    padding: 0 !important; }
  .po_t-sm-0,
  .po_y-sm-0 {
    padding-top: 0 !important; }
  .po_r-sm-0,
  .po_x-sm-0 {
    padding-right: 0 !important; }
  .po_b-sm-0,
  .po_y-sm-0 {
    padding-bottom: 0 !important; }
  .po_l-sm-0,
  .po_x-sm-0 {
    padding-left: 0 !important; }
  .po_-sm-1 {
    padding: 0.25rem !important; }
  .po_t-sm-1,
  .po_y-sm-1 {
    padding-top: 0.25rem !important; }
  .po_r-sm-1,
  .po_x-sm-1 {
    padding-right: 0.25rem !important; }
  .po_b-sm-1,
  .po_y-sm-1 {
    padding-bottom: 0.25rem !important; }
  .po_l-sm-1,
  .po_x-sm-1 {
    padding-left: 0.25rem !important; }
  .po_-sm-2 {
    padding: 0.5rem !important; }
  .po_t-sm-2,
  .po_y-sm-2 {
    padding-top: 0.5rem !important; }
  .po_r-sm-2,
  .po_x-sm-2 {
    padding-right: 0.5rem !important; }
  .po_b-sm-2,
  .po_y-sm-2 {
    padding-bottom: 0.5rem !important; }
  .po_l-sm-2,
  .po_x-sm-2 {
    padding-left: 0.5rem !important; }
  .po_-sm-3 {
    padding: 1rem !important; }
  .po_t-sm-3,
  .po_y-sm-3 {
    padding-top: 1rem !important; }
  .po_r-sm-3,
  .po_x-sm-3 {
    padding-right: 1rem !important; }
  .po_b-sm-3,
  .po_y-sm-3 {
    padding-bottom: 1rem !important; }
  .po_l-sm-3,
  .po_x-sm-3 {
    padding-left: 1rem !important; }
  .po_-sm-4 {
    padding: 1.5rem !important; }
  .po_t-sm-4,
  .po_y-sm-4 {
    padding-top: 1.5rem !important; }
  .po_r-sm-4,
  .po_x-sm-4 {
    padding-right: 1.5rem !important; }
  .po_b-sm-4,
  .po_y-sm-4 {
    padding-bottom: 1.5rem !important; }
  .po_l-sm-4,
  .po_x-sm-4 {
    padding-left: 1.5rem !important; }
  .po_-sm-5 {
    padding: 3rem !important; }
  .po_t-sm-5,
  .po_y-sm-5 {
    padding-top: 3rem !important; }
  .po_r-sm-5,
  .po_x-sm-5 {
    padding-right: 3rem !important; }
  .po_b-sm-5,
  .po_y-sm-5 {
    padding-bottom: 3rem !important; }
  .po_l-sm-5,
  .po_x-sm-5 {
    padding-left: 3rem !important; }
  .mo_-sm-n1 {
    margin: -0.25rem !important; }
  .mo_t-sm-n1,
  .mo_y-sm-n1 {
    margin-top: -0.25rem !important; }
  .mo_r-sm-n1,
  .mo_x-sm-n1 {
    margin-right: -0.25rem !important; }
  .mo_b-sm-n1,
  .mo_y-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mo_l-sm-n1,
  .mo_x-sm-n1 {
    margin-left: -0.25rem !important; }
  .mo_-sm-n2 {
    margin: -0.5rem !important; }
  .mo_t-sm-n2,
  .mo_y-sm-n2 {
    margin-top: -0.5rem !important; }
  .mo_r-sm-n2,
  .mo_x-sm-n2 {
    margin-right: -0.5rem !important; }
  .mo_b-sm-n2,
  .mo_y-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mo_l-sm-n2,
  .mo_x-sm-n2 {
    margin-left: -0.5rem !important; }
  .mo_-sm-n3 {
    margin: -1rem !important; }
  .mo_t-sm-n3,
  .mo_y-sm-n3 {
    margin-top: -1rem !important; }
  .mo_r-sm-n3,
  .mo_x-sm-n3 {
    margin-right: -1rem !important; }
  .mo_b-sm-n3,
  .mo_y-sm-n3 {
    margin-bottom: -1rem !important; }
  .mo_l-sm-n3,
  .mo_x-sm-n3 {
    margin-left: -1rem !important; }
  .mo_-sm-n4 {
    margin: -1.5rem !important; }
  .mo_t-sm-n4,
  .mo_y-sm-n4 {
    margin-top: -1.5rem !important; }
  .mo_r-sm-n4,
  .mo_x-sm-n4 {
    margin-right: -1.5rem !important; }
  .mo_b-sm-n4,
  .mo_y-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mo_l-sm-n4,
  .mo_x-sm-n4 {
    margin-left: -1.5rem !important; }
  .mo_-sm-n5 {
    margin: -3rem !important; }
  .mo_t-sm-n5,
  .mo_y-sm-n5 {
    margin-top: -3rem !important; }
  .mo_r-sm-n5,
  .mo_x-sm-n5 {
    margin-right: -3rem !important; }
  .mo_b-sm-n5,
  .mo_y-sm-n5 {
    margin-bottom: -3rem !important; }
  .mo_l-sm-n5,
  .mo_x-sm-n5 {
    margin-left: -3rem !important; }
  .mo_-sm-auto {
    margin: auto !important; }
  .mo_t-sm-auto,
  .mo_y-sm-auto {
    margin-top: auto !important; }
  .mo_r-sm-auto,
  .mo_x-sm-auto {
    margin-right: auto !important; }
  .mo_b-sm-auto,
  .mo_y-sm-auto {
    margin-bottom: auto !important; }
  .mo_l-sm-auto,
  .mo_x-sm-auto {
    margin-left: auto !important; } }

@media (max-width: 991.98px) {
  .mo_-md-0 {
    margin: 0 !important; }
  .mo_t-md-0,
  .mo_y-md-0 {
    margin-top: 0 !important; }
  .mo_r-md-0,
  .mo_x-md-0 {
    margin-right: 0 !important; }
  .mo_b-md-0,
  .mo_y-md-0 {
    margin-bottom: 0 !important; }
  .mo_l-md-0,
  .mo_x-md-0 {
    margin-left: 0 !important; }
  .mo_-md-1 {
    margin: 0.25rem !important; }
  .mo_t-md-1,
  .mo_y-md-1 {
    margin-top: 0.25rem !important; }
  .mo_r-md-1,
  .mo_x-md-1 {
    margin-right: 0.25rem !important; }
  .mo_b-md-1,
  .mo_y-md-1 {
    margin-bottom: 0.25rem !important; }
  .mo_l-md-1,
  .mo_x-md-1 {
    margin-left: 0.25rem !important; }
  .mo_-md-2 {
    margin: 0.5rem !important; }
  .mo_t-md-2,
  .mo_y-md-2 {
    margin-top: 0.5rem !important; }
  .mo_r-md-2,
  .mo_x-md-2 {
    margin-right: 0.5rem !important; }
  .mo_b-md-2,
  .mo_y-md-2 {
    margin-bottom: 0.5rem !important; }
  .mo_l-md-2,
  .mo_x-md-2 {
    margin-left: 0.5rem !important; }
  .mo_-md-3 {
    margin: 1rem !important; }
  .mo_t-md-3,
  .mo_y-md-3 {
    margin-top: 1rem !important; }
  .mo_r-md-3,
  .mo_x-md-3 {
    margin-right: 1rem !important; }
  .mo_b-md-3,
  .mo_y-md-3 {
    margin-bottom: 1rem !important; }
  .mo_l-md-3,
  .mo_x-md-3 {
    margin-left: 1rem !important; }
  .mo_-md-4 {
    margin: 1.5rem !important; }
  .mo_t-md-4,
  .mo_y-md-4 {
    margin-top: 1.5rem !important; }
  .mo_r-md-4,
  .mo_x-md-4 {
    margin-right: 1.5rem !important; }
  .mo_b-md-4,
  .mo_y-md-4 {
    margin-bottom: 1.5rem !important; }
  .mo_l-md-4,
  .mo_x-md-4 {
    margin-left: 1.5rem !important; }
  .mo_-md-5 {
    margin: 3rem !important; }
  .mo_t-md-5,
  .mo_y-md-5 {
    margin-top: 3rem !important; }
  .mo_r-md-5,
  .mo_x-md-5 {
    margin-right: 3rem !important; }
  .mo_b-md-5,
  .mo_y-md-5 {
    margin-bottom: 3rem !important; }
  .mo_l-md-5,
  .mo_x-md-5 {
    margin-left: 3rem !important; }
  .po_-md-0 {
    padding: 0 !important; }
  .po_t-md-0,
  .po_y-md-0 {
    padding-top: 0 !important; }
  .po_r-md-0,
  .po_x-md-0 {
    padding-right: 0 !important; }
  .po_b-md-0,
  .po_y-md-0 {
    padding-bottom: 0 !important; }
  .po_l-md-0,
  .po_x-md-0 {
    padding-left: 0 !important; }
  .po_-md-1 {
    padding: 0.25rem !important; }
  .po_t-md-1,
  .po_y-md-1 {
    padding-top: 0.25rem !important; }
  .po_r-md-1,
  .po_x-md-1 {
    padding-right: 0.25rem !important; }
  .po_b-md-1,
  .po_y-md-1 {
    padding-bottom: 0.25rem !important; }
  .po_l-md-1,
  .po_x-md-1 {
    padding-left: 0.25rem !important; }
  .po_-md-2 {
    padding: 0.5rem !important; }
  .po_t-md-2,
  .po_y-md-2 {
    padding-top: 0.5rem !important; }
  .po_r-md-2,
  .po_x-md-2 {
    padding-right: 0.5rem !important; }
  .po_b-md-2,
  .po_y-md-2 {
    padding-bottom: 0.5rem !important; }
  .po_l-md-2,
  .po_x-md-2 {
    padding-left: 0.5rem !important; }
  .po_-md-3 {
    padding: 1rem !important; }
  .po_t-md-3,
  .po_y-md-3 {
    padding-top: 1rem !important; }
  .po_r-md-3,
  .po_x-md-3 {
    padding-right: 1rem !important; }
  .po_b-md-3,
  .po_y-md-3 {
    padding-bottom: 1rem !important; }
  .po_l-md-3,
  .po_x-md-3 {
    padding-left: 1rem !important; }
  .po_-md-4 {
    padding: 1.5rem !important; }
  .po_t-md-4,
  .po_y-md-4 {
    padding-top: 1.5rem !important; }
  .po_r-md-4,
  .po_x-md-4 {
    padding-right: 1.5rem !important; }
  .po_b-md-4,
  .po_y-md-4 {
    padding-bottom: 1.5rem !important; }
  .po_l-md-4,
  .po_x-md-4 {
    padding-left: 1.5rem !important; }
  .po_-md-5 {
    padding: 3rem !important; }
  .po_t-md-5,
  .po_y-md-5 {
    padding-top: 3rem !important; }
  .po_r-md-5,
  .po_x-md-5 {
    padding-right: 3rem !important; }
  .po_b-md-5,
  .po_y-md-5 {
    padding-bottom: 3rem !important; }
  .po_l-md-5,
  .po_x-md-5 {
    padding-left: 3rem !important; }
  .mo_-md-n1 {
    margin: -0.25rem !important; }
  .mo_t-md-n1,
  .mo_y-md-n1 {
    margin-top: -0.25rem !important; }
  .mo_r-md-n1,
  .mo_x-md-n1 {
    margin-right: -0.25rem !important; }
  .mo_b-md-n1,
  .mo_y-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mo_l-md-n1,
  .mo_x-md-n1 {
    margin-left: -0.25rem !important; }
  .mo_-md-n2 {
    margin: -0.5rem !important; }
  .mo_t-md-n2,
  .mo_y-md-n2 {
    margin-top: -0.5rem !important; }
  .mo_r-md-n2,
  .mo_x-md-n2 {
    margin-right: -0.5rem !important; }
  .mo_b-md-n2,
  .mo_y-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mo_l-md-n2,
  .mo_x-md-n2 {
    margin-left: -0.5rem !important; }
  .mo_-md-n3 {
    margin: -1rem !important; }
  .mo_t-md-n3,
  .mo_y-md-n3 {
    margin-top: -1rem !important; }
  .mo_r-md-n3,
  .mo_x-md-n3 {
    margin-right: -1rem !important; }
  .mo_b-md-n3,
  .mo_y-md-n3 {
    margin-bottom: -1rem !important; }
  .mo_l-md-n3,
  .mo_x-md-n3 {
    margin-left: -1rem !important; }
  .mo_-md-n4 {
    margin: -1.5rem !important; }
  .mo_t-md-n4,
  .mo_y-md-n4 {
    margin-top: -1.5rem !important; }
  .mo_r-md-n4,
  .mo_x-md-n4 {
    margin-right: -1.5rem !important; }
  .mo_b-md-n4,
  .mo_y-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mo_l-md-n4,
  .mo_x-md-n4 {
    margin-left: -1.5rem !important; }
  .mo_-md-n5 {
    margin: -3rem !important; }
  .mo_t-md-n5,
  .mo_y-md-n5 {
    margin-top: -3rem !important; }
  .mo_r-md-n5,
  .mo_x-md-n5 {
    margin-right: -3rem !important; }
  .mo_b-md-n5,
  .mo_y-md-n5 {
    margin-bottom: -3rem !important; }
  .mo_l-md-n5,
  .mo_x-md-n5 {
    margin-left: -3rem !important; }
  .mo_-md-auto {
    margin: auto !important; }
  .mo_t-md-auto,
  .mo_y-md-auto {
    margin-top: auto !important; }
  .mo_r-md-auto,
  .mo_x-md-auto {
    margin-right: auto !important; }
  .mo_b-md-auto,
  .mo_y-md-auto {
    margin-bottom: auto !important; }
  .mo_l-md-auto,
  .mo_x-md-auto {
    margin-left: auto !important; } }

@media (max-width: 1199.98px) {
  .mo_-lg-0 {
    margin: 0 !important; }
  .mo_t-lg-0,
  .mo_y-lg-0 {
    margin-top: 0 !important; }
  .mo_r-lg-0,
  .mo_x-lg-0 {
    margin-right: 0 !important; }
  .mo_b-lg-0,
  .mo_y-lg-0 {
    margin-bottom: 0 !important; }
  .mo_l-lg-0,
  .mo_x-lg-0 {
    margin-left: 0 !important; }
  .mo_-lg-1 {
    margin: 0.25rem !important; }
  .mo_t-lg-1,
  .mo_y-lg-1 {
    margin-top: 0.25rem !important; }
  .mo_r-lg-1,
  .mo_x-lg-1 {
    margin-right: 0.25rem !important; }
  .mo_b-lg-1,
  .mo_y-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mo_l-lg-1,
  .mo_x-lg-1 {
    margin-left: 0.25rem !important; }
  .mo_-lg-2 {
    margin: 0.5rem !important; }
  .mo_t-lg-2,
  .mo_y-lg-2 {
    margin-top: 0.5rem !important; }
  .mo_r-lg-2,
  .mo_x-lg-2 {
    margin-right: 0.5rem !important; }
  .mo_b-lg-2,
  .mo_y-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mo_l-lg-2,
  .mo_x-lg-2 {
    margin-left: 0.5rem !important; }
  .mo_-lg-3 {
    margin: 1rem !important; }
  .mo_t-lg-3,
  .mo_y-lg-3 {
    margin-top: 1rem !important; }
  .mo_r-lg-3,
  .mo_x-lg-3 {
    margin-right: 1rem !important; }
  .mo_b-lg-3,
  .mo_y-lg-3 {
    margin-bottom: 1rem !important; }
  .mo_l-lg-3,
  .mo_x-lg-3 {
    margin-left: 1rem !important; }
  .mo_-lg-4 {
    margin: 1.5rem !important; }
  .mo_t-lg-4,
  .mo_y-lg-4 {
    margin-top: 1.5rem !important; }
  .mo_r-lg-4,
  .mo_x-lg-4 {
    margin-right: 1.5rem !important; }
  .mo_b-lg-4,
  .mo_y-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mo_l-lg-4,
  .mo_x-lg-4 {
    margin-left: 1.5rem !important; }
  .mo_-lg-5 {
    margin: 3rem !important; }
  .mo_t-lg-5,
  .mo_y-lg-5 {
    margin-top: 3rem !important; }
  .mo_r-lg-5,
  .mo_x-lg-5 {
    margin-right: 3rem !important; }
  .mo_b-lg-5,
  .mo_y-lg-5 {
    margin-bottom: 3rem !important; }
  .mo_l-lg-5,
  .mo_x-lg-5 {
    margin-left: 3rem !important; }
  .po_-lg-0 {
    padding: 0 !important; }
  .po_t-lg-0,
  .po_y-lg-0 {
    padding-top: 0 !important; }
  .po_r-lg-0,
  .po_x-lg-0 {
    padding-right: 0 !important; }
  .po_b-lg-0,
  .po_y-lg-0 {
    padding-bottom: 0 !important; }
  .po_l-lg-0,
  .po_x-lg-0 {
    padding-left: 0 !important; }
  .po_-lg-1 {
    padding: 0.25rem !important; }
  .po_t-lg-1,
  .po_y-lg-1 {
    padding-top: 0.25rem !important; }
  .po_r-lg-1,
  .po_x-lg-1 {
    padding-right: 0.25rem !important; }
  .po_b-lg-1,
  .po_y-lg-1 {
    padding-bottom: 0.25rem !important; }
  .po_l-lg-1,
  .po_x-lg-1 {
    padding-left: 0.25rem !important; }
  .po_-lg-2 {
    padding: 0.5rem !important; }
  .po_t-lg-2,
  .po_y-lg-2 {
    padding-top: 0.5rem !important; }
  .po_r-lg-2,
  .po_x-lg-2 {
    padding-right: 0.5rem !important; }
  .po_b-lg-2,
  .po_y-lg-2 {
    padding-bottom: 0.5rem !important; }
  .po_l-lg-2,
  .po_x-lg-2 {
    padding-left: 0.5rem !important; }
  .po_-lg-3 {
    padding: 1rem !important; }
  .po_t-lg-3,
  .po_y-lg-3 {
    padding-top: 1rem !important; }
  .po_r-lg-3,
  .po_x-lg-3 {
    padding-right: 1rem !important; }
  .po_b-lg-3,
  .po_y-lg-3 {
    padding-bottom: 1rem !important; }
  .po_l-lg-3,
  .po_x-lg-3 {
    padding-left: 1rem !important; }
  .po_-lg-4 {
    padding: 1.5rem !important; }
  .po_t-lg-4,
  .po_y-lg-4 {
    padding-top: 1.5rem !important; }
  .po_r-lg-4,
  .po_x-lg-4 {
    padding-right: 1.5rem !important; }
  .po_b-lg-4,
  .po_y-lg-4 {
    padding-bottom: 1.5rem !important; }
  .po_l-lg-4,
  .po_x-lg-4 {
    padding-left: 1.5rem !important; }
  .po_-lg-5 {
    padding: 3rem !important; }
  .po_t-lg-5,
  .po_y-lg-5 {
    padding-top: 3rem !important; }
  .po_r-lg-5,
  .po_x-lg-5 {
    padding-right: 3rem !important; }
  .po_b-lg-5,
  .po_y-lg-5 {
    padding-bottom: 3rem !important; }
  .po_l-lg-5,
  .po_x-lg-5 {
    padding-left: 3rem !important; }
  .mo_-lg-n1 {
    margin: -0.25rem !important; }
  .mo_t-lg-n1,
  .mo_y-lg-n1 {
    margin-top: -0.25rem !important; }
  .mo_r-lg-n1,
  .mo_x-lg-n1 {
    margin-right: -0.25rem !important; }
  .mo_b-lg-n1,
  .mo_y-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mo_l-lg-n1,
  .mo_x-lg-n1 {
    margin-left: -0.25rem !important; }
  .mo_-lg-n2 {
    margin: -0.5rem !important; }
  .mo_t-lg-n2,
  .mo_y-lg-n2 {
    margin-top: -0.5rem !important; }
  .mo_r-lg-n2,
  .mo_x-lg-n2 {
    margin-right: -0.5rem !important; }
  .mo_b-lg-n2,
  .mo_y-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mo_l-lg-n2,
  .mo_x-lg-n2 {
    margin-left: -0.5rem !important; }
  .mo_-lg-n3 {
    margin: -1rem !important; }
  .mo_t-lg-n3,
  .mo_y-lg-n3 {
    margin-top: -1rem !important; }
  .mo_r-lg-n3,
  .mo_x-lg-n3 {
    margin-right: -1rem !important; }
  .mo_b-lg-n3,
  .mo_y-lg-n3 {
    margin-bottom: -1rem !important; }
  .mo_l-lg-n3,
  .mo_x-lg-n3 {
    margin-left: -1rem !important; }
  .mo_-lg-n4 {
    margin: -1.5rem !important; }
  .mo_t-lg-n4,
  .mo_y-lg-n4 {
    margin-top: -1.5rem !important; }
  .mo_r-lg-n4,
  .mo_x-lg-n4 {
    margin-right: -1.5rem !important; }
  .mo_b-lg-n4,
  .mo_y-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mo_l-lg-n4,
  .mo_x-lg-n4 {
    margin-left: -1.5rem !important; }
  .mo_-lg-n5 {
    margin: -3rem !important; }
  .mo_t-lg-n5,
  .mo_y-lg-n5 {
    margin-top: -3rem !important; }
  .mo_r-lg-n5,
  .mo_x-lg-n5 {
    margin-right: -3rem !important; }
  .mo_b-lg-n5,
  .mo_y-lg-n5 {
    margin-bottom: -3rem !important; }
  .mo_l-lg-n5,
  .mo_x-lg-n5 {
    margin-left: -3rem !important; }
  .mo_-lg-auto {
    margin: auto !important; }
  .mo_t-lg-auto,
  .mo_y-lg-auto {
    margin-top: auto !important; }
  .mo_r-lg-auto,
  .mo_x-lg-auto {
    margin-right: auto !important; }
  .mo_b-lg-auto,
  .mo_y-lg-auto {
    margin-bottom: auto !important; }
  .mo_l-lg-auto,
  .mo_x-lg-auto {
    margin-left: auto !important; } }

.mo_-xl-0 {
  margin: 0 !important; }

.mo_t-xl-0,
.mo_y-xl-0 {
  margin-top: 0 !important; }

.mo_r-xl-0,
.mo_x-xl-0 {
  margin-right: 0 !important; }

.mo_b-xl-0,
.mo_y-xl-0 {
  margin-bottom: 0 !important; }

.mo_l-xl-0,
.mo_x-xl-0 {
  margin-left: 0 !important; }

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

.mo_t-xl-1,
.mo_y-xl-1 {
  margin-top: 0.25rem !important; }

.mo_r-xl-1,
.mo_x-xl-1 {
  margin-right: 0.25rem !important; }

.mo_b-xl-1,
.mo_y-xl-1 {
  margin-bottom: 0.25rem !important; }

.mo_l-xl-1,
.mo_x-xl-1 {
  margin-left: 0.25rem !important; }

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

.mo_t-xl-2,
.mo_y-xl-2 {
  margin-top: 0.5rem !important; }

.mo_r-xl-2,
.mo_x-xl-2 {
  margin-right: 0.5rem !important; }

.mo_b-xl-2,
.mo_y-xl-2 {
  margin-bottom: 0.5rem !important; }

.mo_l-xl-2,
.mo_x-xl-2 {
  margin-left: 0.5rem !important; }

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

.mo_t-xl-3,
.mo_y-xl-3 {
  margin-top: 1rem !important; }

.mo_r-xl-3,
.mo_x-xl-3 {
  margin-right: 1rem !important; }

.mo_b-xl-3,
.mo_y-xl-3 {
  margin-bottom: 1rem !important; }

.mo_l-xl-3,
.mo_x-xl-3 {
  margin-left: 1rem !important; }

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

.mo_t-xl-4,
.mo_y-xl-4 {
  margin-top: 1.5rem !important; }

.mo_r-xl-4,
.mo_x-xl-4 {
  margin-right: 1.5rem !important; }

.mo_b-xl-4,
.mo_y-xl-4 {
  margin-bottom: 1.5rem !important; }

.mo_l-xl-4,
.mo_x-xl-4 {
  margin-left: 1.5rem !important; }

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

.mo_t-xl-5,
.mo_y-xl-5 {
  margin-top: 3rem !important; }

.mo_r-xl-5,
.mo_x-xl-5 {
  margin-right: 3rem !important; }

.mo_b-xl-5,
.mo_y-xl-5 {
  margin-bottom: 3rem !important; }

.mo_l-xl-5,
.mo_x-xl-5 {
  margin-left: 3rem !important; }

.po_-xl-0 {
  padding: 0 !important; }

.po_t-xl-0,
.po_y-xl-0 {
  padding-top: 0 !important; }

.po_r-xl-0,
.po_x-xl-0 {
  padding-right: 0 !important; }

.po_b-xl-0,
.po_y-xl-0 {
  padding-bottom: 0 !important; }

.po_l-xl-0,
.po_x-xl-0 {
  padding-left: 0 !important; }

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

.po_t-xl-1,
.po_y-xl-1 {
  padding-top: 0.25rem !important; }

.po_r-xl-1,
.po_x-xl-1 {
  padding-right: 0.25rem !important; }

.po_b-xl-1,
.po_y-xl-1 {
  padding-bottom: 0.25rem !important; }

.po_l-xl-1,
.po_x-xl-1 {
  padding-left: 0.25rem !important; }

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

.po_t-xl-2,
.po_y-xl-2 {
  padding-top: 0.5rem !important; }

.po_r-xl-2,
.po_x-xl-2 {
  padding-right: 0.5rem !important; }

.po_b-xl-2,
.po_y-xl-2 {
  padding-bottom: 0.5rem !important; }

.po_l-xl-2,
.po_x-xl-2 {
  padding-left: 0.5rem !important; }

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

.po_t-xl-3,
.po_y-xl-3 {
  padding-top: 1rem !important; }

.po_r-xl-3,
.po_x-xl-3 {
  padding-right: 1rem !important; }

.po_b-xl-3,
.po_y-xl-3 {
  padding-bottom: 1rem !important; }

.po_l-xl-3,
.po_x-xl-3 {
  padding-left: 1rem !important; }

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

.po_t-xl-4,
.po_y-xl-4 {
  padding-top: 1.5rem !important; }

.po_r-xl-4,
.po_x-xl-4 {
  padding-right: 1.5rem !important; }

.po_b-xl-4,
.po_y-xl-4 {
  padding-bottom: 1.5rem !important; }

.po_l-xl-4,
.po_x-xl-4 {
  padding-left: 1.5rem !important; }

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

.po_t-xl-5,
.po_y-xl-5 {
  padding-top: 3rem !important; }

.po_r-xl-5,
.po_x-xl-5 {
  padding-right: 3rem !important; }

.po_b-xl-5,
.po_y-xl-5 {
  padding-bottom: 3rem !important; }

.po_l-xl-5,
.po_x-xl-5 {
  padding-left: 3rem !important; }

.mo_-xl-n1 {
  margin: -0.25rem !important; }

.mo_t-xl-n1,
.mo_y-xl-n1 {
  margin-top: -0.25rem !important; }

.mo_r-xl-n1,
.mo_x-xl-n1 {
  margin-right: -0.25rem !important; }

.mo_b-xl-n1,
.mo_y-xl-n1 {
  margin-bottom: -0.25rem !important; }

.mo_l-xl-n1,
.mo_x-xl-n1 {
  margin-left: -0.25rem !important; }

.mo_-xl-n2 {
  margin: -0.5rem !important; }

.mo_t-xl-n2,
.mo_y-xl-n2 {
  margin-top: -0.5rem !important; }

.mo_r-xl-n2,
.mo_x-xl-n2 {
  margin-right: -0.5rem !important; }

.mo_b-xl-n2,
.mo_y-xl-n2 {
  margin-bottom: -0.5rem !important; }

.mo_l-xl-n2,
.mo_x-xl-n2 {
  margin-left: -0.5rem !important; }

.mo_-xl-n3 {
  margin: -1rem !important; }

.mo_t-xl-n3,
.mo_y-xl-n3 {
  margin-top: -1rem !important; }

.mo_r-xl-n3,
.mo_x-xl-n3 {
  margin-right: -1rem !important; }

.mo_b-xl-n3,
.mo_y-xl-n3 {
  margin-bottom: -1rem !important; }

.mo_l-xl-n3,
.mo_x-xl-n3 {
  margin-left: -1rem !important; }

.mo_-xl-n4 {
  margin: -1.5rem !important; }

.mo_t-xl-n4,
.mo_y-xl-n4 {
  margin-top: -1.5rem !important; }

.mo_r-xl-n4,
.mo_x-xl-n4 {
  margin-right: -1.5rem !important; }

.mo_b-xl-n4,
.mo_y-xl-n4 {
  margin-bottom: -1.5rem !important; }

.mo_l-xl-n4,
.mo_x-xl-n4 {
  margin-left: -1.5rem !important; }

.mo_-xl-n5 {
  margin: -3rem !important; }

.mo_t-xl-n5,
.mo_y-xl-n5 {
  margin-top: -3rem !important; }

.mo_r-xl-n5,
.mo_x-xl-n5 {
  margin-right: -3rem !important; }

.mo_b-xl-n5,
.mo_y-xl-n5 {
  margin-bottom: -3rem !important; }

.mo_l-xl-n5,
.mo_x-xl-n5 {
  margin-left: -3rem !important; }

.mo_-xl-auto {
  margin: auto !important; }

.mo_t-xl-auto,
.mo_y-xl-auto {
  margin-top: auto !important; }

.mo_r-xl-auto,
.mo_x-xl-auto {
  margin-right: auto !important; }

.mo_b-xl-auto,
.mo_y-xl-auto {
  margin-bottom: auto !important; }

.mo_l-xl-auto,
.mo_x-xl-auto {
  margin-left: auto !important; }

.section.custom-category-links .container .row .category-block .category-links a, .custom-catering-menu .category-block img, .custom-catering-menu .category-block .category-title, #place-order-section #place-order-button, .section-login .no-gutters .col-md-6 .card .card-block .d-flex a.pt-2.pb-2, .section-login .no-gutters .col-md-6 .card .card-block .payment-method .method div a.pt-2.pb-2, .payment-method .method .section-login .no-gutters .col-md-6 .card .card-block div a.pt-2.pb-2, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .body .price a.pt-2.pb-2, .checkout-cart .body .section-login .no-gutters .col-md-6 .card .card-block .price a.pt-2.pb-2, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .body .delivery a.pt-2.pb-2, .checkout-cart .body .section-login .no-gutters .col-md-6 .card .card-block .delivery a.pt-2.pb-2, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .footer a.pt-2.pb-2, .checkout-cart .section-login .no-gutters .col-md-6 .card .card-block .footer a.pt-2.pb-2, .inline-btn .d-flex.justify-content-between .btn-primary, .inline-btn .payment-method .method div.justify-content-between .btn-primary, .payment-method .method .inline-btn div.justify-content-between .btn-primary, .inline-btn .checkout-cart .body .price .btn-primary, .checkout-cart .body .inline-btn .price .btn-primary, .inline-btn .checkout-cart .body .delivery .btn-primary, .checkout-cart .body .inline-btn .delivery .btn-primary, .inline-btn .checkout-cart .footer .btn-primary, .checkout-cart .inline-btn .footer .btn-primary, .inline-btn .d-flex.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .d-flex.justify-content-between .btn, .inline-btn .payment-method .method div.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .payment-method .method div.justify-content-between .btn, .payment-method .method .inline-btn div.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .payment-method .method .inline-btn div.justify-content-between .btn, .inline-btn .checkout-cart .body .price .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .checkout-cart .body .price .btn, .checkout-cart .body .inline-btn .price .list-account-menu li.active .btn, .list-account-menu li.active .checkout-cart .body .inline-btn .price .btn, .inline-btn .checkout-cart .body .delivery .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .checkout-cart .body .delivery .btn, .checkout-cart .body .inline-btn .delivery .list-account-menu li.active .btn, .list-account-menu li.active .checkout-cart .body .inline-btn .delivery .btn, .inline-btn .checkout-cart .footer .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .checkout-cart .footer .btn, .checkout-cart .inline-btn .footer .list-account-menu li.active .btn, .list-account-menu li.active .checkout-cart .inline-btn .footer .btn, .inline-btn .d-flex.justify-content-between a, .inline-btn .payment-method .method div.justify-content-between a, .payment-method .method .inline-btn div.justify-content-between a, .inline-btn .payment-method .method .checkout-cart div.footer a, .payment-method .method .checkout-cart .inline-btn div.footer a, .inline-btn .checkout-cart .payment-method .method div.footer a, .checkout-cart .payment-method .method .inline-btn div.footer a, .inline-btn .checkout-cart .body .price a, .checkout-cart .body .inline-btn .price a, .inline-btn .checkout-cart .body .delivery a, .checkout-cart .body .inline-btn .delivery a, .inline-btn .checkout-cart .footer a, .checkout-cart .inline-btn .footer a, .login-new-customer .btn-primary, .login-new-customer .list-account-menu li.active .btn, .list-account-menu li.active .login-new-customer .btn, .login-new-customer a, .nav-header .primary-menu > li > a, .nav-header .primary-menu > li a.order-now,
.nav-header .primary-menu > li .nav-link.order-now, .nav-header .primary-menu.expandable-right .child li a, .pagination_holder li, .pagination-holder li, .pagination_holder li a, .pagination-holder li a, .breadcrumb li a, .input-group.date .input-group-append .btn, .modal-body .d-flex .btn, .modal-body .payment-method .method div .btn, .payment-method .method .modal-body div .btn, .modal-body .checkout-cart .body .price .btn, .checkout-cart .body .modal-body .price .btn, .modal-body .checkout-cart .body .delivery .btn, .checkout-cart .body .modal-body .delivery .btn, .modal-body .checkout-cart .footer .btn, .checkout-cart .modal-body .footer .btn, .modal-body .d-flex a, .modal-body .payment-method .method div a, .payment-method .method .modal-body div a, .modal-body .checkout-cart .body .price a, .checkout-cart .body .modal-body .price a, .modal-body .checkout-cart .body .delivery a, .checkout-cart .body .modal-body .delivery a, .modal-body .checkout-cart .footer a, .checkout-cart .modal-body .footer a, .product-core .product-list-info a.btn-link, .section-category .container .product.grid .image:after, .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control, .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control .custom-control-description, .sidebar .panel .panel-title .reset, .toggle-view-btn, .menu-icons a, .hd-account-info .primary-menu #my-account .child li a, .app-footer .section-subscribe .input-group.gray .input-group-append .btn, .app-footer a, .product-single .type, .dietary-info-share div.info a, .product-mini-links .mini-breadcrumb li a, .product-mini-links .category-link a, .cart-mini .cart-actions .btn, .page-checkout #discount-button, .page-shopping-cart .section .form-row .input-group .input-group-append .btn, .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .input-group-append .btn {
  transition: all .6s ease; }

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/gotham-light/gotham-light.eot") format("embedded-opentype"), url("../fonts/gotham-light/gotham-light.woff") format("woff"), url("../fonts/gotham-light/gotham-light.ttf") format("truetype"), url("../fonts/gotham-light/gotham-light.svg") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'autograf';
  src: url("https://catering.eggunlimited.com.au/themes/frontend/default/assets/fonts/autograf/autograf.eot") format("embedded-opentype"), url("../fonts/autograf/autograf.woff") format("woff"), url("../fonts/autograf/autograf.ttf") format("truetype"), url("../fonts/autograf/autograf.svg") format("svg");
  font-style: normal; }

.t-script {
  font-family: 'autograf'; }

.text-xs {
  font-size: 0.8125rem !important; }

.text-md {
  font-size: 1.5625rem; }

.t-label {
  font-weight: 600; }

.text-huge {
  font-size: 18.75rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1em; }

.fs-2 {
  font-size: 0.875rem; }

.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

body {
  font-family: "Comfortaa", cursive !important; }

.section {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem; }
  .section::after {
    display: block;
    clear: both;
    content: ""; }
  .section.gray {
    background-color: #f9f9f9; }
  .section.section-related-products {
    padding-bottom: 0; }
    .section.section-related-products h3.section-title {
      height: auto;
      font-family: "Source Serif Pro", serif;
      font-size: 1.375rem;
      text-transform: uppercase;
      font-weight: 600;
      color: #a58c7d;
      letter-spacing: 1px;
      padding: 2.5625rem 0 1.875rem 0;
      margin-top: 0.375rem;
      border-top: 2px solid #828282; }
    .section.section-related-products .slider-products .slick-track .product.grid {
      position: relative;
      margin-bottom: 0;
      padding-bottom: 0; }
      .section.section-related-products .slider-products .slick-track .product.grid h3 {
        display: none;
        height: auto;
        margin-bottom: 0; }
      .section.section-related-products .slider-products .slick-track .product.grid .image:before, .section.section-related-products .slider-products .slick-track .product.grid .image:after {
        display: none; }
      .section.section-related-products .slider-products .slick-track .product.grid .image img {
        border-radius: 2px;
        height: 10.125rem; }
      .section.section-related-products .slider-products .slick-track .product.grid .dietary-requirements, .section.section-related-products .slider-products .slick-track .product.grid .product-footer, .section.section-related-products .slider-products .slick-track .product.grid .product-controls {
        display: none !important; }
  .section.section-signup form {
    font-size: 14px; }
  .section.custom-category-links {
    padding-top: 52px;
    padding-bottom: 0; }
    .section.custom-category-links .container .row .category-block:nth-last-child(1) {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 0; }
      .section.custom-category-links .container .row .category-block:nth-last-child(1) .category-links a {
        color: #FFF;
        background: #B2A59D; }
        .section.custom-category-links .container .row .category-block:nth-last-child(1) .category-links a span {
          font-style: italic; }
        .section.custom-category-links .container .row .category-block:nth-last-child(1) .category-links a:hover, .section.custom-category-links .container .row .category-block:nth-last-child(1) .category-links a:focus {
          font-style: unset; }
    .section.custom-category-links .container .row .category-block {
      width: 100%;
      max-width: 100%;
      display: block;
      margin-bottom: 12px; }
      .section.custom-category-links .container .row .category-block .category-links.active a {
        color: #FFF;
        font-style: italic;
        background: #c3b9b3; }
      .section.custom-category-links .container .row .category-block .category-links a {
        width: 100%;
        height: auto;
        min-height: 34px;
        font-family: "Source Serif Pro", serif;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 1.2px;
        font-style: normal;
        line-height: 120%;
        padding: 8px 20px 6px 20px;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        color: #B3A6A0;
        background: #F7E5D9; }
        .section.custom-category-links .container .row .category-block .category-links a:hover, .section.custom-category-links .container .row .category-block .category-links a:focus {
          color: #FFF;
          font-style: italic;
          background: #4D4D4F; }
        .section.custom-category-links .container .row .category-block .category-links a.build-your-own {
          color: #FFF;
          background: #B2A59D; }
          .section.custom-category-links .container .row .category-block .category-links a.build-your-own span {
            font-style: italic; }
          .section.custom-category-links .container .row .category-block .category-links a.build-your-own:hover, .section.custom-category-links .container .row .category-block .category-links a.build-your-own:focus {
            font-style: unset; }
  .section .section-title {
    font-size: 1.875em;
    font-weight: bold;
    color: black;
    margin-bottom: 1.25rem; }
    .section .section-title small {
      font-weight: 600; }
    .section .section-title.title-md {
      font-size: 1.5rem;
      margin-bottom: 0.625rem; }
  .section .section-title-o {
    font-size: 1.75rem;
    font-weight: bold;
    color: black;
    margin-bottom: 0.625rem; }
    .section .section-title-o small {
      display: block;
      font-weight: 600;
      color: #222;
      font-size: 0.625em; }
  .section .section-heading {
    margin-bottom: 1.25rem;
    color: #4c4c4c;
    font-size: 0.875rem; }
    .section .section-heading .section-title {
      margin-bottom: 0.625rem; }

.section h1.page-title, .section .copy h1.page-title {
  font-family: "Source Serif Pro", serif;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #212529;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 1.25rem 6px 1.25rem;
  margin: 0 auto 2.75rem auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: auto;
  display: table; }

.section-breadcrumb {
  width: 100%;
  padding: 0.9375rem 0 0 0;
  border: none;
  text-transform: uppercase; }
  .section-breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }
  .section-breadcrumb .container {
    max-width: 1100px; }
  .section-breadcrumb h1 {
    font-size: 1.5625em;
    font-weight: bold;
    margin-bottom: 0.3125rem; }
  .section-breadcrumb .btn {
    min-width: 200px;
    padding: 0.9375rem 0.625rem;
    font-weight: bold; }
  .section-breadcrumb.has-image {
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, #333);
    margin-top: 12.5rem; }
    .section-breadcrumb.has-image h1 {
      color: white; }
    .section-breadcrumb.has-image .breadcrumb li {
      color: white; }
  .section-breadcrumb.section-breadcrumb-lg {
    padding: 1.25rem 0; }

.section-cta {
  background: #32353a url(../images/bg2.jpg) no-repeat center right;
  background-size: cover;
  color: white;
  padding: 4.6875rem 0; }
  .section-cta .section-title {
    font-size: 3.625em;
    color: white;
    margin-bottom: 0.9375rem; }
  .section-cta p {
    font-size: 1.375em; }

.section-banner {
  background: #32353a;
  background-size: cover;
  background-position: center right;
  color: white;
  padding: 4.6875rem 0; }
  .section-banner .section-title {
    font-size: 3.625em;
    color: white;
    margin-bottom: 0.9375rem; }
  .section-banner p {
    font-size: 1.375em; }

.section-cta-faded {
  position: relative;
  background: #32353a url(https://catering.eggunlimited.com.au/themes/frontend/default/assets/images/footer-bg.png) no-repeat center right;
  background-size: cover;
  color: white;
  padding: 3.4375rem 0;
  text-align: center;
  overflow: hidden; }
  .section-cta-faded:after {
    content: '';
    display: block;
    width: 100%;
    height: 95%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(37, 37, 37, 0.7) 65%, transparent);
    position: absolute;
    bottom: -1px;
    z-index: 1; }
  .section-cta-faded .container {
    position: relative;
    z-index: 5; }
  .section-cta-faded .section-title {
    font-size: 2.375em;
    color: white;
    margin-bottom: 0.625rem; }
  .section-cta-faded p {
    font-size: 1.25em; }

.section-featured {
  padding: 3.125rem 0px; }

.section-404 {
  text-align: center;
  padding: 3.75rem 0 9.375rem;
  background: #fff url(../images/404-bg.png) no-repeat center; }
  .section-404 .title-error {
    font-size: 1.875rem;
    margin-top: -4.375rem; }

.section-505 {
  min-height: 100vh;
  text-align: center;
  padding: 3.75rem 0 9.375rem;
  background: #fff url(../images/404-bg.png) no-repeat center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .section-505 .navbar-brand img {
    width: 11.5625rem; }
  .section-505 h1 {
    font-size: 9.375rem; }
  .section-505 .title-error {
    font-size: 1.75rem;
    color: #222;
    margin-bottom: 0; }
  .section-505 .core {
    margin: auto; }

.section-testimonials .slider-testimonials {
  position: relative; }
  .section-testimonials .slider-testimonials:before {
    content: '';
    position: absolute;
    top: 0.1875rem;
    left: -0.9375rem;
    background: #fff url(../images/quote.png) no-repeat center;
    font-weight: 400;
    display: block;
    width: 2.6875rem;
    height: 2.25rem;
    z-index: 1; }

.section-testimonials .slick-slider {
  z-index: 10; }

.section-testimonials .item {
  text-align: center;
  z-index: 10; }
  .section-testimonials .item p {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 1.25rem; }
  .section-testimonials .item .author {
    font-weight: 600; }

.section-team .team {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center; }

.section-team .team-member {
  display: inline-block;
  position: relative;
  padding: 1.5rem 0.9375rem;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 0.625rem 1.5rem;
  text-align: center; }
  .section-team .team-member.one-fifth {
    width: 12.375rem; }
  .section-team .team-member.one-fourth {
    width: 15.625rem; }
  .section-team .team-member.one-third {
    width: 22.125rem;
    max-width: 100%; }
  .section-team .team-member.one-half {
    width: 35.1875rem; }

.section-team .team-title {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 1.5rem 0 0 0;
  position: relative;
  text-align: center;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  text-transform: uppercase;
  color: #222222; }

.section-team .team-thumb {
  font-size: 0;
  margin-top: 0.125rem; }

.section-team .single-team-entry .team-thumb {
  margin-top: 1.125rem; }

.section-team .team-thumb img {
  border-radius: 62.4375rem;
  -moz-border-radius: 62.4375rem;
  -webkit-border-radius: 62.4375rem;
  margin: 0 auto;
  width: 13.75rem;
  height: 10.625rem; }

.section-team .team-position,
.section-team .team-email,
.section-team .team-moreinfo {
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 2em;
  margin-top: 0.375rem;
  word-wrap: break-word; }

.section-team .team-about {
  font-size: 1rem;
  line-height: 2em;
  margin-top: 1.25rem;
  margin-bottom: 0.1875rem; }

.section-team .team-position {
  margin-top: 0; }

.section-team .single-team-entry .team-position {
  margin-top: 1.5rem; }

.section-team .team-member-info {
  margin-top: 0.5rem; }

.section-team .team-email i {
  font-size: 0.8125rem;
  margin-right: 0.125rem; }

.section-team .team-email a {
  color: #4a4c4e; }

.section-team .team-moreinfo {
  margin-top: 0.375rem;
  line-height: 1.3; }

.section-team .single-team .pagetitle {
  margin-top: 1.5rem; }

.section-team .single-team-entry {
  max-width: 41.8125rem;
  margin: 3rem auto 0 auto;
  background-color: #fff;
  padding: 1.5rem 3rem 3rem;
  overflow: hidden; }

.section-team .team-content {
  padding-top: 1.5rem; }

.services-section {
  margin: 60px 0; }
  .services-section h2.heading, .services-section h3.heading {
    font-size: 1.875rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    line-height: 115%;
    margin: 0 0 20px 0; }
  .services-section .our-coffe-thumbnails, .services-section .our-services-thumbnails {
    width: 100%;
    display: -ms-flex;
    display: flex; }
    .services-section .our-coffe-thumbnails .col-thumb, .services-section .our-services-thumbnails .col-thumb {
      width: 50%; }
      .services-section .our-coffe-thumbnails .col-thumb:first-child, .services-section .our-services-thumbnails .col-thumb:first-child {
        border-right: 8px solid #FFF; }
      .services-section .our-coffe-thumbnails .col-thumb:last-child, .services-section .our-services-thumbnails .col-thumb:last-child {
        border-left: 8px solid #FFF; }
      .services-section .our-coffe-thumbnails .col-thumb img, .services-section .our-services-thumbnails .col-thumb img {
        width: 100%;
        height: 100%;
        padding: 0px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center; }
  .services-section .bg-gray {
    background: #F7F7F7;
    position: relative; }
    .services-section .bg-gray:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: -100%;
      z-index: -1;
      position: absolute;
      display: block;
      background: #F7F7F7; }
    .services-section .bg-gray:after {
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      right: -100%;
      z-index: -1;
      position: absolute;
      display: block;
      background: #F7F7F7; }
  .services-section .col-text {
    padding: 55px 50px 50px 0;
    min-height: 400px; }
    .services-section .col-text p {
      padding: 0;
      margin: 0 0 15px 0;
      position: relative; }
  .services-section .col-text-right {
    padding: 65px 0 55px 50px; }
    .services-section .col-text-right p {
      padding: 0;
      margin: 0 0 15px 0;
      position: relative; }
  .services-section .img-section {
    padding: 0;
    min-height: 100%;
    top: 0;
    bottom: 0;
    position: relative; }
    .services-section .img-section .flex-image {
      width: 50vw;
      right: calc(100% - 50vw);
      display: flex;
      overflow: hidden;
      top: 0;
      bottom: 0;
      z-index: 2;
      position: absolute; }
      .services-section .img-section .flex-image img {
        width: 100%;
        height: 100%;
        padding: 0px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center; }
        .services-section .img-section .flex-image img.img-contain {
          object-fit: contain !important;
          -o-object-fit: contain !important;
          background: #FFF !important; }
  .services-section .img-section-left {
    min-height: 100%;
    padding: 0;
    top: 0;
    bottom: 0;
    position: relative; }
    .services-section .img-section-left .flex-image {
      width: 50vw;
      left: calc(100% - 50vw);
      display: -ms-grid;
      display: grid;
      overflow: hidden;
      top: 0;
      bottom: 0;
      z-index: 1;
      position: absolute; }
      .services-section .img-section-left .flex-image img {
        width: 100%;
        height: 100%;
        padding: 0px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center; }
        .services-section .img-section-left .flex-image img.img-contain {
          object-fit: contain !important;
          -o-object-fit: contain !important;
          background: #FFF !important; }

.section-menu-tabs .menu-tabs .nav-item .nav-link {
  color: #73797e;
  border: 0.125rem solid #a8acaf;
  cursor: default;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0.5625rem 0.3125rem 0 0.1875rem;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  background: transparent; }
  .section-menu-tabs .menu-tabs .nav-item .nav-link.active {
    color: #ff4229;
    border: 0.125rem solid #2a2c2e; }

.section-menu-tabs .price {
  padding: 0 0.1875rem 0 1.125rem;
  top: 0;
  font-size: 0.9375rem !important;
  font-style: italic;
  display: inline-block;
  text-align: right;
  font-weight: 300 !important; }

.section-single-special {
  background-color: #fff;
  padding: 1.875rem 0; }
  .section-single-special .prod-deal-wrap {
    margin-bottom: 1.875rem;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    overflow: hidden; }
  .section-single-special .prod-title {
    padding: 0.9375rem 1.25rem; }
    .section-single-special .prod-title h1, .section-single-special .prod-title h2 {
      font-size: 1.4375rem;
      margin-bottom: 0.3125rem; }
    .section-single-special .prod-title a {
      color: #222222; }
      .section-single-special .prod-title a:hover, .section-single-special .prod-title a:active, .section-single-special .prod-title a:focus, .section-single-special .prod-title a:active:focus {
        text-decoration: none;
        color: #222222; }
    .section-single-special .prod-title .t-sub {
      font-size: 1rem;
      line-height: 1.25rem;
      color: #545454; }
  .section-single-special .prod-single-tabs {
    background-color: #fff; }
  .section-single-special .tab-content {
    border: none; }
  .section-single-special .prod-deal-info .info {
    border-bottom: 0;
    margin-bottom: 0; }
    .section-single-special .prod-deal-info .info a {
      float: none;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0; }

.section-special-list {
  background-color: #fbfbfb;
  padding: 1.875rem 0; }
  .section-special-list .prod-specials .prod-item {
    border: 1px solid #dee2e6; }
  .section-special-list .prod-specials .prod-img {
    position: relative;
    background-color: #fff; }
    .section-special-list .prod-specials .prod-img a {
      display: block;
      width: 100%; }
    .section-special-list .prod-specials .prod-img .product-img {
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      height: 18.75rem;
      min-width: 100%; }
    .section-special-list .prod-specials .prod-img .no-image {
      text-align: center; }
  .section-special-list .prod-specials .prod-title {
    padding: 0.9375rem 1.25rem; }
    .section-special-list .prod-specials .prod-title h1, .section-special-list .prod-specials .prod-title h2 {
      font-size: 1.4375rem;
      margin-bottom: 0.3125rem; }
    .section-special-list .prod-specials .prod-title a {
      color: #222222; }
      .section-special-list .prod-specials .prod-title a:hover, .section-special-list .prod-specials .prod-title a:active, .section-special-list .prod-specials .prod-title a:focus, .section-special-list .prod-specials .prod-title a:active:focus {
        text-decoration: none;
        color: #222222; }
    .section-special-list .prod-specials .prod-title .t-sub {
      font-size: 1rem;
      line-height: 1.25rem;
      color: #545454; }

.section-404 {
  text-align: center; }
  .section-404 img {
    margin: auto; }

.section-packs .item-pack {
  position: relative; }
  .section-packs .item-pack.checkbox-card label {
    position: static;
    margin-bottom: 0px; }
    .section-packs .item-pack.checkbox-card label:after {
      content: '';
      display: block;
      clear: both; }
  .section-packs .item-pack .pack-attribute {
    position: relative;
    z-index: 100;
    margin-top: 5px; }
  .section-packs .item-pack.item-pack-deal {
    flex-direction: column !important; }

@media (max-width: 767.98px) {
  .prod-form {
    margin-bottom: 30px; }
    .prod-form ~ .widget-aside {
      margin-bottom: 15px; }
    .prod-form.item-pack-deal {
      flex-direction: column; } }

.section-accordions.sm .accordion-accordion .panel-item > .panel-heading .panel-title > a {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.section-primary {
  background-color: #101010;
  color: #fff; }
  .section-primary .section-accordions .accordion-accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .section-primary .section-accordions .accordion-accordion .panel-item > .panel-heading {
      background-color: transparent;
      color: #fff; }
      .section-primary .section-accordions .accordion-accordion .panel-item > .panel-heading .panel-title > a {
        color: #fff; }
        .section-primary .section-accordions .accordion-accordion .panel-item > .panel-heading .panel-title > a .icon, .section-primary .section-accordions .accordion-accordion .panel-item > .panel-heading .panel-title > a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .section-primary .section-accordions .accordion-accordion .panel-item > .panel-heading .panel-title > a .btn:before, .section-primary .section-accordions .accordion-accordion .panel-item > .panel-heading .panel-title > a .select:before {
          color: #fff;
          border-color: #fff; }
    .section-primary .section-accordions .accordion-accordion .panel-item ~ .panel-item {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .section-primary .section-accordions .accordion-accordion .panel-item .panel-body a {
      color: #fff;
      text-decoration: underline;
      font-weight: 400; }
      .section-primary .section-accordions .accordion-accordion .panel-item .panel-body a:hover, .section-primary .section-accordions .accordion-accordion .panel-item .panel-body a:active, .section-primary .section-accordions .accordion-accordion .panel-item .panel-body a:focus, .section-primary .section-accordions .accordion-accordion .panel-item .panel-body a:active:focus {
        color: #fff; }
  .section-primary a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400; }
    .section-primary a:hover, .section-primary a:active, .section-primary a:focus, .section-primary a:active:focus {
      color: #fff; }

.section-color-reset a, .section-color-reset .text-primary {
  color: #000 !important; }
  .section-color-reset a:hover, .section-color-reset a:active, .section-color-reset a:focus, .section-color-reset a:active:focus, .section-color-reset .text-primary:hover, .section-color-reset .text-primary:active, .section-color-reset .text-primary:focus, .section-color-reset .text-primary:active:focus {
    color: #eb6d45 !important; }

.section-color-reset .icon, .section-color-reset .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .section-color-reset .btn:before, .section-color-reset .select:before, .section-color-reset .icon-base {
  color: #000 !important; }

.section-color-reset .list-account-menu .btn {
  color: #222222 !important; }

.section-color-reset .btn-primary, .section-color-reset .list-account-menu li.active .btn, .list-account-menu li.active .section-color-reset .btn, .section-color-reset .btn-secondary {
  color: #fff !important;
  border-color: #4B4C4E !important;
  background-color: #4B4C4E !important; }
  .section-color-reset .btn-primary:hover, .section-color-reset .list-account-menu li.active .btn:hover, .list-account-menu li.active .section-color-reset .btn:hover, .section-color-reset .btn-primary:active, .section-color-reset .list-account-menu li.active .btn:active, .list-account-menu li.active .section-color-reset .btn:active, .section-color-reset .btn-primary:focus, .section-color-reset .list-account-menu li.active .btn:focus, .list-account-menu li.active .section-color-reset .btn:focus, .section-color-reset .btn-primary:active:focus, .section-color-reset .list-account-menu li.active .btn:active:focus, .list-account-menu li.active .section-color-reset .btn:active:focus, .section-color-reset .btn-secondary:hover, .section-color-reset .btn-secondary:active, .section-color-reset .btn-secondary:focus, .section-color-reset .btn-secondary:active:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important; }

.section-color-reset .btn-white {
  color: #000 !important; }
  .section-color-reset .btn-white:hover, .section-color-reset .btn-white:active, .section-color-reset .btn-white:focus, .section-color-reset .btn-white:active:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important; }

.section-color-reset .active .btn {
  background-color: #e85b2e !important;
  border-color: #e85b2e !important;
  color: #fff !important; }
  .section-color-reset .active .btn:hover, .section-color-reset .active .btn:active, .section-color-reset .active .btn:focus, .section-color-reset .active .btn:active:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important; }

.section-color-reset .address-wrap .title, .section-color-reset .address-wrap .heading, .section-color-reset .card-wrap .title, .section-color-reset .card-wrap .heading {
  color: #000 !important; }

.section-color-reset .input-group .btn {
  color: #000 !important; }
  .section-color-reset .input-group .btn:hover, .section-color-reset .input-group .btn:active, .section-color-reset .input-group .btn:focus, .section-color-reset .input-group .btn:active:focus {
    color: #e85b2e; }

.section-color-reset .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 #000 transparent transparent !important; }

.section-color-reset .custom-checkbox {
  padding-left: 0;
  cursor: pointer;
  width: 100%; }
  .section-color-reset .custom-checkbox:hover .custom-control-description {
    color: #e85b2e; }
  .section-color-reset .custom-checkbox .custom-control-input:disabled ~ .custom-control-description {
    font-weight: bold;
    color: #adb5bd; }
    .section-color-reset .custom-checkbox .custom-control-input:disabled ~ .custom-control-description:hover {
      color: #697582; }
  .section-color-reset .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    border-color: #000 !important;
    background-color: #000 !important; }
  .section-color-reset .custom-checkbox .custom-control-input:checked ~ .custom-control-description {
    color: #000 !important; }
    .section-color-reset .custom-checkbox .custom-control-input:checked ~ .custom-control-description:hover {
      color: #cc4317; }

.section-color-reset .payment-method .method input {
  display: none; }
  .section-color-reset .payment-method .method input:checked + div {
    border-color: #000 !important;
    color: #000 !important; }

.section-color-reset .payment-method .method div:hover {
  border-color: #000 !important; }

.section-color-reset .payment-method .method div span i {
  color: #000 !important; }

.section-color-reset .input-group .input-group-append .btn:hover, .section-color-reset .input-group .input-group-append .btn:active, .section-color-reset .input-group .input-group-append .btn:focus, .section-color-reset .input-group .input-group-append .btn:active:focus {
  background-color: #e85b2e;
  color: #fff; }

.section-color-reset .form-control:focus, .section-color-reset .select2-container .selection:focus, .select2-container .section-color-reset .selection:focus, .section-color-reset .select2-container .selection:focus {
  background-color: #fff;
  border-color: #000;
  outline: 0; }

@media (max-width: 767.98px) {
  .section-card-compacts .card-post-compact .card-img {
    height: 18.75rem; }
  .section-card-compacts .card-post-compact.lg .card-img {
    height: 18.75rem; } }

.section-instafeed figure.item .instgram-content .text-caption {
  justify-content: center !important;
  display: flex; }

.custom-catering-menu {
  max-width: 1090px;
  margin: 0 auto;
  padding: 3rem 0; }
  .custom-catering-menu .container {
    padding-top: 1px; }
    .custom-catering-menu .container .row .col-md-6:nth-last-child(1) .category-block, .custom-catering-menu .container .row .col-md-6:nth-last-child(2) .category-block {
      margin-bottom: 0px; }
  .custom-catering-menu .category-block {
    padding: 0;
    margin: 0 0 2rem 0;
    border: none;
    position: relative; }
    .custom-catering-menu .category-block a {
      width: 100%;
      height: 280px;
      border-radius: 0px;
      margin: 0 auto;
      overflow: hidden;
      display: block; }
      .custom-catering-menu .category-block a::after {
        display: block;
        clear: both;
        content: ""; }
      .custom-catering-menu .category-block a:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, 0.02); }
    .custom-catering-menu .category-block img {
      width: 100%;
      height: 280px;
      border-radius: 0px;
      display: block;
      opacity: 1;
      background: #a29e9e;
      background-size: cover;
      position: relative;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 50%;
      object-position: 50% 50%; }
    .custom-catering-menu .category-block .category-title {
      width: 100%;
      height: auto;
      line-height: 115%;
      font-family: "Comfortaa", cursive;
      font-size: 1.625rem;
      letter-spacing: 1.3px;
      font-weight: 700;
      color: #FFF;
      text-align: left;
      margin: 0px;
      padding: 20px 25px;
      display: block;
      z-index: 1;
      top: 0;
      left: 0;
      z-index: 1;
      position: absolute;
      text-shadow: 0px 2px 3px rgba(2, 2, 2, 0.65); }

.app-content.section-color-reset .section .container .app-content-heading span h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 39px;
  color: #4B4C4E;
  letter-spacing: .5px; }

.app-content.section-color-reset .section .container .section-cards {
  font-size: 14px;
  font-weight: 400; }

.info-tabs {
  font-family: "Comfortaa", cursive;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400; }

.section .content-editor {
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #000; }
  .section .content-editor h2, .section .content-editor h3, .section .content-editor h4, .section .content-editor h5 {
    font-family: "Comfortaa", cursive;
    font-weight: 600;
    color: #FFF;
    padding: 0;
    margin: 0 0 10px 0; }
  .section .content-editor ul, .section .content-editor ol {
    margin-bottom: 20px; }
  .section .content-editor p {
    font-size: 16px;
    margin: 0 0 20px 0;
    color: #000; }
    .section .content-editor p::last-child {
      margin: 0; }

.section-login .card-title {
  font-family: "Source Serif Pro", serif;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
  .section-login .card-title strong {
    font-weight: 400; }

.section-login h2.mt-2.mb-3 {
  font-family: "Source Serif Pro", serif;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
  .section-login h2.mt-2.mb-3 strong {
    font-weight: 400; }

.page-shopping-cart .section.cart .delivery_time_wrap label.form-label {
  font-size: 14px; }

img.img-404 {
  max-width: 700px;
  margin: -70px 0 -40px 0; }

img.no-photo {
  padding: 0px !important; }

.page-category #main .container {
  max-width: 1150px !important; }

html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll; }

.mt-10px {
  margin-top: 10px !important; }

.mr-5px {
  margin-right: 5px !important; }

.mr-15px {
  margin-right: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

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

.gap {
  display: block; }

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

.gap-50 {
  height: 50px !important; }

.bb {
  border-bottom: 1px solid #ced4da; }

.bt {
  border-top: 1px solid #ced4da; }

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

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

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon_aigy93.eot");
  src: url("../fonts/icomoon/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon/icomoon_aigy93.ttf") format("truetype"), url("../fonts/icomoon/icomoon_aigy93.woff") format("woff"), url("../fonts/icomoon/icomoon_aigy93-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"], .icon, .form-control-inset.form-control-inset-select .btn:before, .select:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*===============================*/
.icon-r {
  margin-right: 10px; }

.icon-r-sm {
  margin-right: 6px; }

.icon-l {
  margin-left: 10px; }

.icon-l-sm {
  margin-left: 6px; }

.icon-base {
  color: #222; }

/*===============================*/
.icon-facebook4:before {
  content: "\e927"; }

.icon-facebook2:before {
  content: "\e925"; }

.icon-library:before {
  content: "\e921"; }

.icon-truck3:before {
  content: "\e9b0"; }

.icon-triangle-down:before {
  content: "\e905"; }

.icon-rocket:before {
  content: "\e909"; }

.icon-jet:before {
  content: "\e909"; }

.icon-speed:before {
  content: "\e909"; }

.icon-spaceship:before {
  content: "\e909"; }

.icon-fast:before {
  content: "\e909"; }

.icon-info:before {
  content: "\e904"; }

.icon-earth:before {
  content: "\e90a"; }

.icon-cart:before {
  content: "\e902"; }

.icon-cater:before {
  content: "\e91e"; }

.icon-clothes:before {
  content: "\e91f"; }

.icon-deliver:before {
  content: "\e920"; }

.icon-reviews:before {
  content: "\e922"; }

.icon-spray:before {
  content: "\e923"; }

.icon-wrap:before {
  content: "\e924"; }

.icon-aupostexp:before {
  content: "\e913"; }

.icon-aupost:before {
  content: "\e916"; }

.icon-eway-pay:before {
  content: "\e917"; }

.icon-securepay:before {
  content: "\e918"; }

.icon-aupostexp2:before {
  content: "\e919"; }

.icon-list2:before {
  content: "\e90f"; }

.icon-grid:before {
  content: "\e90c"; }

.icon-icons:before {
  content: "\e90c"; }

.icon-wallet:before {
  content: "\e90d"; }

.icon-money:before {
  content: "\e90d"; }

.icon-lock:before {
  content: "\e908"; }

.icon-shop:before {
  content: "\e912"; }

.icon-banknote:before {
  content: "\e90e"; }

.icon-heart:before {
  content: "\e90b"; }

.icon-like:before {
  content: "\e906"; }

.icon-user:before {
  content: "\e903"; }

.icon-search2:before {
  content: "\e901"; }

.icon-truck:before {
  content: "\e900"; }

.icon-menu:before {
  content: "\e91b"; }

.icon-close2:before {
  content: "\e915"; }

.icon-facebook3:before {
  content: "\e926"; }

.icon-minus2:before {
  content: "\e914"; }

.icon-plus2:before {
  content: "\e91a"; }

.icon-plus:before {
  content: "\f067"; }

.icon-question:before {
  content: "\f128"; }

.icon-minus:before {
  content: "\f068"; }

.icon-search22:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart2:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-user2:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-gear:before {
  content: "\f013"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-download:before {
  content: "\f019"; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-arrow-circle-o-up:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle-o:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock3:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-dedent:before {
  content: "\f03b"; }

.icon-outdent:before {
  content: "\f03b"; }

.icon-indent:before {
  content: "\f03c"; }

.icon-video-camera:before {
  content: "\f03d"; }

.icon-image:before {
  content: "\f03e"; }

.icon-photo:before {
  content: "\f03e"; }

.icon-picture-o:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-pencil-square-o:before {
  content: "\f044"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-check-square-o:before {
  content: "\f046"; }

.icon-arrows:before {
  content: "\f047"; }

.icon-play:before {
  content: "\f04b"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-times-circle-o:before {
  content: "\f05c"; }

.icon-check-circle-o:before {
  content: "\f05d"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-share:before {
  content: "\f064"; }

.icon-expand:before {
  content: "\f065"; }

.icon-compress:before {
  content: "\f066"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-eye:before {
  content: "\f06e"; }

.icon-eye-slash:before {
  content: "\f070"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down2:before {
  content: "\f078"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-arrows-v:before {
  content: "\f07d"; }

.icon-arrows-h:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-bar-chart-o:before {
  content: "\f080"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-gears:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-o-up:before {
  content: "\f087"; }

.icon-thumbs-o-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-sign-out:before {
  content: "\f08b"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-thumb-tack:before {
  content: "\f08d"; }

.icon-phone:before {
  content: "\f095"; }

.icon-bookmark-o:before {
  content: "\f097"; }

.icon-phone-square:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-feed:before {
  content: "\f09e"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hand-o-right:before {
  content: "\f0a4"; }

.icon-hand-o-left:before {
  content: "\f0a5"; }

.icon-hand-o-up:before {
  content: "\f0a6"; }

.icon-hand-o-down:before {
  content: "\f0a7"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-arrow-circle-up:before {
  content: "\f0aa"; }

.icon-arrow-circle-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-arrows-alt:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-users:before {
  content: "\f0c0"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-flask:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-scissors:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-files-o:before {
  content: "\f0c5"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-floppy-o:before {
  content: "\f0c7"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-square:before {
  content: "\f0c8"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck2:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-unsorted:before {
  content: "\f0dc"; }

.icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-asc:before {
  content: "\f0de"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-comment-o:before {
  content: "\f0e5"; }

.icon-comments-o:before {
  content: "\f0e6"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-bell:before {
  content: "\f0f3"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-building-o:before {
  content: "\f0f7"; }

.icon-hospital-o:before {
  content: "\f0f8"; }

.icon-plus-square:before {
  content: "\f0fe"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile:before {
  content: "\f10b"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-circle:before {
  content: "\f111"; }

.icon-folder-o:before {
  content: "\f114"; }

.icon-folder-open-o:before {
  content: "\f115"; }

.icon-smile-o:before {
  content: "\f118"; }

.icon-frown-o:before {
  content: "\f119"; }

.icon-meh-o:before {
  content: "\f11a"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-star-half-full:before {
  content: "\f123"; }

.icon-star-half-o:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-info2:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-h:before {
  content: "\f141"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

.icon-pencil-square:before {
  content: "\f14b"; }

.icon-eur:before {
  content: "\f153"; }

.icon-euro:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before {
  content: "\f155"; }

.icon-usd:before {
  content: "\f155"; }

.icon-inr:before {
  content: "\f156"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-cny:before {
  content: "\f157"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-rmb:before {
  content: "\f157"; }

.icon-yen:before {
  content: "\f157"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.icon-arrow-circle-o-left:before {
  content: "\f190"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-plus-square-o:before {
  content: "\f196"; }

.icon-envelope-square:before {
  content: "\f199"; }

.icon-fax:before {
  content: "\f1ac"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-paper-plane:before {
  content: "\f1d8"; }

.icon-send:before {
  content: "\f1d8"; }

.icon-paper-plane-o:before {
  content: "\f1d9"; }

.icon-send-o:before {
  content: "\f1d9"; }

.icon-circle-thin:before {
  content: "\f1db"; }

.icon-sliders:before {
  content: "\f1de"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-newspaper-o:before {
  content: "\f1ea"; }

.icon-wifi:before {
  content: "\f1eb"; }

.icon-calculator:before {
  content: "\f1ec"; }

.icon-paypal:before {
  content: "\f1ed"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-trash:before {
  content: "\f1f8"; }

.icon-copyright:before {
  content: "\f1f9"; }

.icon-at:before {
  content: "\f1fa"; }

.icon-paint-brush:before {
  content: "\f1fc"; }

.icon-area-chart:before {
  content: "\f1fe"; }

.icon-pie-chart:before {
  content: "\f200"; }

.icon-bicycle:before {
  content: "\f206"; }

.icon-bus:before {
  content: "\f207"; }

.icon-genderless:before {
  content: "\f22d"; }

.icon-facebook-official:before {
  content: "\f230"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-user-plus:before {
  content: "\f234"; }

.icon-user-times:before {
  content: "\f235"; }

.icon-mouse-pointer:before {
  content: "\f245"; }

.icon-sticky-note:before {
  content: "\f249"; }

.icon-sticky-note-o:before {
  content: "\f24a"; }

.icon-clone:before {
  content: "\f24d"; }

.icon-balance-scale:before {
  content: "\f24e"; }

.icon-trademark:before {
  content: "\f25c"; }

.icon-registered:before {
  content: "\f25d"; }

.icon-creative-commons:before {
  content: "\f25e"; }

.icon-gg:before {
  content: "\f260"; }

.icon-gg-circle:before {
  content: "\f261"; }

.icon-television:before {
  content: "\f26c"; }

.icon-tv:before {
  content: "\f26c"; }

.icon-calendar-plus-o:before {
  content: "\f271"; }

.icon-calendar-minus-o:before {
  content: "\f272"; }

.icon-calendar-times-o:before {
  content: "\f273"; }

.icon-calendar-check-o:before {
  content: "\f274"; }

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

.icon-credit-card-alt:before {
  content: "\f283"; }

.icon-product-hunt:before {
  content: "\f288"; }

.icon-shopping-bag:before {
  content: "\f290"; }

.icon-shopping-basket:before {
  content: "\f291"; }

.icon-hashtag:before {
  content: "\f292"; }

.icon-question-circle-o:before {
  content: "\f29c"; }

.icon-handshake-o:before {
  content: "\f2b5"; }

.icon-envelope-open:before {
  content: "\f2b6"; }

.icon-envelope-open-o:before {
  content: "\f2b7"; }

.icon-user-circle:before {
  content: "\f2bd"; }

.icon-user-circle-o:before {
  content: "\f2be"; }

.icon-user-o:before {
  content: "\f2c0"; }

.icon-window-maximize:before {
  content: "\f2d0"; }

.icon-snowflake-o:before {
  content: "\f2dc"; }

.icon-clock:before {
  content: "\e91c"; }

.icon-image3:before {
  content: "\e910"; }

.icon-store:before {
  content: "\e911"; }

.icon-chevron-small-down:before {
  content: "\e91d"; }

.icon-chevron-down:before {
  content: "\e907"; }

/*Payments Icon*/
.icon-invoice:before {
  content: "\f016"; }

.icon-paypal_express:before {
  content: "\f1ed"; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1100; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .selection {
  background-color: #eee !important;
  cursor: default !important; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #222;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #ced4da;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #222; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #ced4da;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #ced4da;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #222; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #222; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #222; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #222; }

.sort .select2-container {
  min-width: 170px;
  text-align: left; }

.select2-dropdown-sm .select2-results__option, .select2-dropdown-sm .select2-search__field {
  font-size: 12px !important; }

.select2-results {
  font-size: 15px !important; }

.select2-dropdown-sm .select2-results__option, .select2-dropdown-sm .select2-search__field {
  font-size: 12px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 10px;
  top: 50%;
  transform: translate(0%, -50%); }

.select2-container {
  min-width: 100px;
  max-width: 100%;
  width: 100%; }
  .select2-container .selection {
    padding: 5px 5px !important;
    min-height: 40px; }

.select2-o .select2-container .selection {
  border: none !important;
  padding: 5px 5px !important;
  min-height: 40px; }
  .select2-o .select2-container .selection .select2-selection {
    padding: 7px 5px; }

select[readonly].select_init + .select2-container {
  pointer-events: none;
  touch-action: none; }
  select[readonly].select_init + .select2-container .selection, select[readonly].select_init + .select2-container .select2-selection--single {
    background: #eee;
    box-shadow: none; }
  select[readonly].select_init + .select2-container .select2-selection__arrow,
  select[readonly].select_init + .select2-container .select2-selection__clear {
    display: none; }

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px; }

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal; }

.bootstrap-touchspin {
  padding-right: 3.75rem; }
  .bootstrap-touchspin .input-group-btn .btn {
    color: black; }
  .bootstrap-touchspin .input-group-btn {
    position: static;
    z-index: 5; }
  .bootstrap-touchspin .form-control, .bootstrap-touchspin .select2-container .selection, .select2-container .bootstrap-touchspin .selection {
    position: relative;
    z-index: 1; }
  .bootstrap-touchspin .bootstrap-touchspin-up,
  .bootstrap-touchspin .bootstrap-touchspin-down {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 30px;
    right: 0px;
    color: black !important;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    max-width: 30px;
    display: block;
    padding: 5px;
    border-left: 1px solid #cfd5db !important;
    border-radius: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .bootstrap-touchspin .bootstrap-touchspin-up i,
    .bootstrap-touchspin .bootstrap-touchspin-down i {
      font-weight: 600; }
  .bootstrap-touchspin .bootstrap-touchspin-down {
    right: 31px; }

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons/ionicons_v-2.0.1.eot");
  src: url("../fonts/ionicons/ionicons_v-2.0.1.eot#iefix") format("embedded-opentype"), url("../fonts/ionicons/ionicons_v-2.0.1.ttf") format("truetype"), url("../fonts/ionicons/ionicons_v-2.0.1.woff") format("woff"), url("../fonts/ionicons/ionicons_v-2.0.1-Ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/sprite-skin-nice.png) repeat-x; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 8px;
  top: 25px; }

.irs-line-left {
  height: 8px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 8px;
  background-position: 0 0; }

.irs-line-right {
  height: 8px;
  background-position: 100% -30px; }

.irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15); }

.irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid-pol {
  background: #99a4ac; }

.irs-grid-text {
  color: #99a4ac; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19rem; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 25.5rem; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38rem; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38rem; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.1875rem;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5rem;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 40px;
  line-height: 20px;
  width: 30px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
  height: 75px;
  line-height: 54px;
  width: 75px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.75rem;
  height: 40px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 35px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #000; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #222;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #222;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #d6d6d6;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #222;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21rem; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.75rem !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

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

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
  
  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
  
  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: center;
  text-transform: uppercase;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(https://catering.eggunlimited.com.au/themes/frontend/default/assets/css/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
  
  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.clearfix {
  clear: both; }

.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999; }

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.eupopup-container-fixedtop {
  position: fixed; }

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px; }

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px; }

.eupopup-closebutton {
  font-size: 16px;
  font-weight: 100;
  line-height: 1;
  color: #a2a2a2;
  filter: alpha(opacity=20);
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 5px 10px; }

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
  color: #fff;
  text-decoration: none; }

.eupopup-head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px;
  color: #fff; }

.eupopup-body {
  color: #a2a2a2; }

.eupopup-buttons {
  padding: 7px 0 5px 0; }

.eupopup-button_1 {
  color: #f6a21d;
  font-weight: bold;
  font-size: 14px; }

.eupopup-button_2 {
  color: #f6a21d;
  font-weight: normal;
  font-size: 12px; }

.eupopup-button {
  margin: 0 10px; }

.eupopup-button:hover,
.eupopup-button:focus {
  text-decoration: underline;
  color: #f6a21d; }

body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9); }

body .eupopup-color-inverse .eupopup-head {
  color: #000; }

body .eupopup-style-compact {
  text-align: left;
  padding: 8px 30px 7px 20px;
  line-height: 15px; }

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
  display: inline;
  padding: 0;
  margin: 0; }

body .eupopup-style-compact .eupopup-button {
  margin: 0 5px; }

/* Custom Css */
.cookie-law-info-again {
  font-size: 10pt;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  box-shadow: #161616 2px 2px 5px 2px;
  background-color: white;
  color: black;
  position: fixed;
  font-family: inherit;
  width: auto;
  bottom: 0px;
  right: 100px; }

.eupopup-container {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 50px;
  padding: 15px; }

.eupopup-body {
  color: black;
  padding-bottom: 7px; }

.eupopup-closebutton, .eupopup-button_1 {
  cursor: pointer; }

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
  color: #000000;
  text-decoration: none; }

.container-md {
  max-width: 930px;
  margin: auto;
  width: 100%; }

.container-nm {
  max-width: 1196px;
  margin: auto;
  width: 100%; }

.container-sm {
  max-width: 768px;
  margin: auto;
  width: 100%; }

.container-compact .row {
  margin-right: -10px;
  margin-left: -10px; }

.container-compact div[class^="col"] {
  padding-right: 10px;
  padding-left: 10px; }
  .container-compact div[class^="col"]::after {
    display: block;
    clear: both;
    content: ""; }

.container-compact .prod-list-grid .prod-item {
  margin-bottom: 20px; }

.col-lg-1-5 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 992px) {
    .col-lg-1-5 {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

.col-md-1-5 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 768px) {
    .col-md-1-5 {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

.col-sm-1-5 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .col-sm-1-5 {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

.col-xs-1-5 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

@media (min-width: 992px) {
  .col-scroll-aside.fixed .aside-flex {
    position: fixed;
    top: 20px;
    z-index: 2; } }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .form-row > .col, .checkout-cart .body .form-row > .info,
  .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }
  .form-row.form-row-sm > .col, .checkout-cart .body .form-row.form-row-sm > .info,
  .form-row.form-row-sm > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.form-control, .select2-container .selection, .select2-o .select2-container .selection {
  font-family: "Comfortaa", cursive;
  font-size: 0.875rem;
  border-radius: 4px;
  min-height: 2.5rem;
  height: unset; }
  .form-control.round, .select2-container .round.selection {
    border-radius: 6.25rem; }
  .form-control.gray, .select2-container .gray.selection {
    background-color: #f6f6f6; }
  .form-control:hover, .select2-container .selection:hover, .form-control:active, .select2-container .selection:active, .form-control:focus, .select2-container .selection:focus, .form-control:active:focus, .select2-container .selection:active:focus {
    outline: none;
    box-shadow: none; }
  .form-control.form-control-md, .select2-container .form-control-md.selection {
    font-size: 1rem;
    padding: 0.5625rem 0.9375rem; }
  .form-control.form-control-lg, .select2-container .form-control-lg.selection {
    font-size: 1.125rem;
    padding: 0.6875rem 0.9375rem; }
  .form-control.form-control-danger, .select2-container .form-control-danger.selection {
    border: 1px solid #f0425a !important; }
  .form-control.boxed, .select2-container .boxed.selection {
    border-radius: 0 0; }

.form-control::-webkit-input-placeholder, .select2-container .selection::-webkit-input-placeholder, .select2-o .select2-container .selection::-webkit-input-placeholder {
  color: #545454 !important; }

.form-control::-moz-placeholder, .select2-container .selection::-moz-placeholder, .select2-o .select2-container .selection::-moz-placeholder {
  color: #545454 !important; }

.form-control:-ms-input-placeholder, .select2-container .selection:-ms-input-placeholder {
  color: #545454 !important; }

.form-control:-moz-placeholder, .select2-container .selection:-moz-placeholder {
  color: #545454 !important; }

.input-group-light {
  background-color: #fff; }

.form-subscribe .btn,
.form-subscribe .form-control,
.form-subscribe .select2-container .selection,
.select2-container .form-subscribe .selection {
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem; }

.form-label {
  font-weight: 600; }

.form-search {
  min-width: 12.8125rem;
  width: 12.8125rem; }
  .form-search .btn,
  .form-search .form-control,
  .form-search .select2-container .selection,
  .select2-container .form-search .selection {
    font-size: 1rem;
    padding: 0.3125rem 0.8125rem; }
  .form-search .btn {
    background: white;
    border-color: #ced4da;
    border-right: none;
    padding-right: 0.3125rem; }
    .form-search .btn i {
      font-size: 1.25rem;
      color: #343a40; }
  
  .form-search .form-control,
  .form-search .select2-container .selection,
  .select2-container .form-search .selection {
    border-left: 0;
    padding-left: 0.3125rem; }
  .form-search.form-search-full {
    min-width: 100%;
    max-width: 100%; }
  .form-search .input-group .ion-android-search {
    margin: auto; }

.select-underline .select2-container--open .select2-selection {
  border-color: #222; }

.select-underline .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  color: #dee2e6; }

.select-underline .select2-container--default .select2-selection {
  border-bottom: 2px solid #dee2e6; }

.select2-container--default .select2-selection {
  border: 0;
  border-radius: 0;
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
  height: 100%; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #222 #222 transparent transparent !important;
  border-style: solid;
  border-width: 1px 1px 0 0 !important;
  height: 10px !important;
  left: 50%;
  margin-left: -6px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 10px !important;
  display: inline-block;
  transform: rotate(135deg); }

.bootstrap-datetimepicker-widget {
  font-size: 1em;
  padding: 1.25rem 0.625rem !important; }

.bootstrap-datetimepicker-widget a {
  color: #222 !important; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  font-size: 1.125em; }

select.form-control:not([size]):not([multiple]), .select2-container select.selection:not([size]):not([multiple]) {
  height: auto; }

.form-qty {
  position: relative; }
  .form-qty .hold-loader {
    position: absolute;
    top: 2px;
    left: 4px;
    height: 80%;
    z-index: 5; }

.form-select2 .select2-container .selection {
  font-size: 14px;
  border-radius: 4px;
  width: 100% !important;
  border: 1px solid #cfd5db; }
  .form-select2 .select2-container .selection .select2-selection {
    border-radius: 4px;
    min-height: 2.5rem;
    padding: 0.375rem 0.3125rem; }

.form-select2.round .select2-container .selection {
  border-radius: 100px; }
  .form-select2.round .select2-container .selection.select2-container--open {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 2px solid #ced4da; }
    .form-select2.round .select2-container .selection.select2-container--open .select2-selection {
      background-color: transparent; }

.form-select2.form-select2-reset .select2-container .selection {
  border: 1px solid #cfd5db;
  height: auto !important;
  padding: 3px 0 !important; }

.form-select2.form-select2-lg .select2-container .selection {
  border: 2px solid #cfd5db;
  font-size: 1.125rem;
  padding: 0.1875rem 0.9375rem;
  background-color: #fff; }

.form-select2.form-select2-lg.round .select2-container--default .select2-selection--single .select2-selection__arrow b {
  /*margin-top: 0px;*/ }

.form-select2.form-select2-lg.thin .select2-container .selection {
  border: 1px solid #cfd5db; }

.form-select2.form-select2-nm .select2-container .selection {
  border: 1px solid #DCDCDC;
  font-size: 0.9375rem;
  padding: 0.4375rem 0.625rem !important;
  background-color: #fff; }
  .form-select2.form-select2-nm .select2-container .selection .select2-selection {
    min-height: 0.3125rem;
    height: 1.625rem; }
    .form-select2.form-select2-nm .select2-container .selection .select2-selection .select2-selection__arrow {
      height: 1rem; }
    .form-select2.form-select2-nm .select2-container .selection .select2-selection .select2-selection__rendered {
      line-height: 0.9375rem;
      padding-left: 0rem;
      padding-right: 0.9375rem; }

.form-select2.form-select2-nm.round .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0px; }

.form-select2.form-select2-sm .select2-container .selection {
  border: 1px solid #dcdcdc !important;
  font-size: 0.75rem;
  padding: 0.1875rem 0.625rem;
  background-color: #fff; }
  .form-select2.form-select2-sm .select2-container .selection .select2-selection {
    min-height: 1.5625rem;
    height: 1.5625rem; }
    .form-select2.form-select2-sm .select2-container .selection .select2-selection .select2-selection__arrow {
      height: 1rem; }
    .form-select2.form-select2-sm .select2-container .selection .select2-selection .select2-selection__rendered {
      line-height: 0.9375rem;
      padding-left: 0px;
      padding-right: 0.9375rem; }

.form-select2.form-select2-sm.round .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0px; }

.select2-selection:hover, .select2-selection:active, .select2-selection:focus, .select2-selection:active:focus {
  outline: none; }

.select-group label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  padding: 0.4375rem 0; }

.select-group .select2-container {
  font-size: 0.875rem;
  font-weight: 600;
  width: auto !important; }

.form-attributes.form-row > [class*="col-"] {
  margin-bottom: 1.25rem; }

.form-select-block .select2-container {
  width: 100% !important; }

textarea.form-control, .select2-container textarea.selection, .select2-o .select2-container textarea.selection {
  height: auto !important; }

select[readonly] option, select[readonly] optgroup {
  display: none; }

@media (max-width: 575.98px) {
  .form-control, .select2-container .selection, .select2-o .select2-container .selection, .select2-container .selection, .select2-o .select2-container .selection {
    font-size: initial !important; } }

.form-control-inset {
  position: relative; }
  .form-control-inset .form-control, .form-control-inset .select2-container .selection, .select2-container .form-control-inset .selection {
    padding-right: 1.875rem !important;
    display: block;
    width: 100%;
    padding: 1.875rem 1.25rem; }
    .form-control-inset .form-control.input-nm, .form-control-inset .select2-container .input-nm.selection, .select2-container .form-control-inset .input-nm.selection {
      font-size: 0.8125rem;
      padding: 0.625rem 0.9375rem;
      min-height: 2.5rem;
      padding-right: 2.5rem !important; }
      .form-control-inset .form-control.input-nm ~ .btn, .form-control-inset .select2-container .input-nm.selection ~ .btn, .select2-container .form-control-inset .input-nm.selection ~ .btn {
        min-height: 2.5rem;
        padding: 0.625rem 0.9375rem; }
  .form-control-inset .btn {
    position: absolute;
    top: 0rem;
    right: 0rem;
    background-color: #222;
    color: #fff;
    min-height: 3.8125rem;
    padding: 0.625rem 1.5625rem;
    font-size: 0.9375rem;
    line-height: 0; }
    .form-control-inset .btn:hover, .form-control-inset .btn:active, .form-control-inset .btn:focus {
      background-color: #222;
      color: #fff; }
  .form-control-inset.form-control-inset-select .form-control, .form-control-inset.form-control-inset-select .select2-container .selection, .select2-container .form-control-inset.form-control-inset-select .selection {
    padding: 0.5rem 0.9375rem;
    height: 2.5rem;
    -webkit-appearance: none;
    line-height: 1.5625rem;
    background-image: none !important; }
  .form-control-inset.form-control-inset-select .btn {
    line-height: 1.5625rem !important;
    min-height: 2.5rem; }
    .form-control-inset.form-control-inset-select .btn:before {
      content: "\f0d7";
      left: -1.0625rem;
      position: absolute;
      top: 0.875rem;
      color: #222222; }

.form-filter-wrap {
  font-family: 'Montserrat', sans-serif; }
  .form-filter-wrap .custom-control .list-tag, .form-filter-wrap .custom-control .list-tag.sm {
    position: relative; }
    .form-filter-wrap .custom-control .list-tag .tag-item, .form-filter-wrap .custom-control .list-tag.sm .tag-item {
      font-size: 10px;
      width: 24px;
      height: 25px;
      line-height: 24px;
      text-align: center;
      float: left;
      margin: 0 0;
      padding: 0.125rem 0;
      margin-right: 0.25rem;
      position: relative;
      top: -0.125rem; }

.section-signup .form-group label {
  font-size: 14px; }

.section-signup .form-group .form-control, .section-signup .form-group .select2-container .selection, .select2-container .section-signup .form-group .selection, .section-signup .form-group .select2-container .selection {
  height: 44px;
  min-height: 44px; }

/*Fix readonly on some browsers*/
select[readonly],
input[readonly] {
  pointer-events: none; }

.radio, .checkbox {
  padding-left: 0;
  margin: 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }
  .radio label, .checkbox label {
    font-size: 14px; }
  .radio input[type="radio"], .radio input[type="checkbox"], .checkbox input[type="radio"], .checkbox input[type="checkbox"] {
    display: none; }

.radio.radio-card, .checkbox.checkbox-card {
  display: flex;
  height: 100%; }
  .radio.radio-card label, .checkbox.checkbox-card label {
    position: relative;
    z-index: 5;
    font-size: 1rem;
    vertical-align: middle;
    cursor: pointer;
    max-width: 100%;
    width: 100%; }
    .radio.radio-card label:hover input[type="radio"] ~ .title, .radio.radio-card label:hover input[type="checkbox"] ~ .title, .radio.radio-card label:active input[type="radio"] ~ .title, .radio.radio-card label:active input[type="checkbox"] ~ .title, .radio.radio-card label:focus input[type="radio"] ~ .title, .radio.radio-card label:focus input[type="checkbox"] ~ .title, .radio.radio-card label:active:focus input[type="radio"] ~ .title, .radio.radio-card label:active:focus input[type="checkbox"] ~ .title, .checkbox.checkbox-card label:hover input[type="radio"] ~ .title, .checkbox.checkbox-card label:hover input[type="checkbox"] ~ .title, .checkbox.checkbox-card label:active input[type="radio"] ~ .title, .checkbox.checkbox-card label:active input[type="checkbox"] ~ .title, .checkbox.checkbox-card label:focus input[type="radio"] ~ .title, .checkbox.checkbox-card label:focus input[type="checkbox"] ~ .title, .checkbox.checkbox-card label:active:focus input[type="radio"] ~ .title, .checkbox.checkbox-card label:active:focus input[type="checkbox"] ~ .title {
      height: auto; }
    .radio.radio-card label:hover input[type="radio"] + span, .radio.radio-card label:hover input[type="checkbox"] + span, .checkbox.checkbox-card label:hover input[type="radio"] + span, .checkbox.checkbox-card label:hover input[type="checkbox"] + span {
      background-color: #f5faff; }
    .radio.radio-card label:hover input[type="radio"] ~ .title, .radio.radio-card label:hover input[type="checkbox"] ~ .title, .checkbox.checkbox-card label:hover input[type="radio"] ~ .title, .checkbox.checkbox-card label:hover input[type="checkbox"] ~ .title {
      height: auto;
      color: #222; }
  .radio.radio-card input[type="radio"] + span, .radio.radio-card input[type="checkbox"] + span, .checkbox.checkbox-card input[type="radio"] + span, .checkbox.checkbox-card input[type="checkbox"] + span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    vertical-align: middle;
    opacity: .8; }
    .radio.radio-card input[type="radio"] + span:before, .radio.radio-card input[type="checkbox"] + span:before, .checkbox.checkbox-card input[type="radio"] + span:before, .checkbox.checkbox-card input[type="checkbox"] + span:before {
      content: '';
      display: none; }
  .radio.radio-card input[type="radio"] ~ .title, .radio.radio-card input[type="checkbox"] ~ .title, .checkbox.checkbox-card input[type="radio"] ~ .title, .checkbox.checkbox-card input[type="checkbox"] ~ .title {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 0.75rem;
    line-height: 1rem;
    overflow: hidden; }
  .radio.radio-card input[type="radio"] ~ .desc, .radio.radio-card input[type="checkbox"] ~ .desc, .checkbox.checkbox-card input[type="radio"] ~ .desc, .checkbox.checkbox-card input[type="checkbox"] ~ .desc {
    font-size: 0.6875rem;
    line-height: 1.3em; }
  .radio.radio-card input[type="radio"] ~ .no-image, .radio.radio-card input[type="checkbox"] ~ .no-image, .checkbox.checkbox-card input[type="radio"] ~ .no-image, .checkbox.checkbox-card input[type="checkbox"] ~ .no-image {
    padding: 1.75rem 0;
    margin: 0.3125rem 0;
    background-color: rgba(0, 0, 0, 0.03);
    cursor: pointer; }
    .radio.radio-card input[type="radio"] ~ .no-image .text, .radio.radio-card input[type="checkbox"] ~ .no-image .text, .checkbox.checkbox-card input[type="radio"] ~ .no-image .text, .checkbox.checkbox-card input[type="checkbox"] ~ .no-image .text {
      font-size: 1rem; }
    .radio.radio-card input[type="radio"] ~ .no-image .icon, .radio.radio-card input[type="radio"] ~ .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .radio.radio-card input[type="radio"] ~ .no-image .btn:before, .radio.radio-card input[type="radio"] ~ .no-image .select:before, .radio.radio-card input[type="checkbox"] ~ .no-image .icon, .radio.radio-card input[type="checkbox"] ~ .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .radio.radio-card input[type="checkbox"] ~ .no-image .btn:before, .radio.radio-card input[type="checkbox"] ~ .no-image .select:before, .checkbox.checkbox-card input[type="radio"] ~ .no-image .icon, .checkbox.checkbox-card input[type="radio"] ~ .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .checkbox.checkbox-card input[type="radio"] ~ .no-image .btn:before, .checkbox.checkbox-card input[type="radio"] ~ .no-image .select:before, .checkbox.checkbox-card input[type="checkbox"] ~ .no-image .icon, .checkbox.checkbox-card input[type="checkbox"] ~ .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .checkbox.checkbox-card input[type="checkbox"] ~ .no-image .btn:before, .checkbox.checkbox-card input[type="checkbox"] ~ .no-image .select:before {
      font-size: 2.1875rem; }
  .radio.radio-card input[type="radio"] ~ img, .radio.radio-card input[type="checkbox"] ~ img, .checkbox.checkbox-card input[type="radio"] ~ img, .checkbox.checkbox-card input[type="checkbox"] ~ img {
    height: 6.25rem;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 0.3125rem 0;
    cursor: pointer; }
  .radio.radio-card input[type="radio"]:checked + span, .radio.radio-card input[type="checkbox"]:checked + span, .checkbox.checkbox-card input[type="radio"]:checked + span, .checkbox.checkbox-card input[type="checkbox"]:checked + span {
    background-color: #f5faff !important;
    opacity: 1;
    box-shadow: #209eef 0 0 0 2px inset !important; }
    .radio.radio-card input[type="radio"]:checked + span + .meal-details .title.text, .radio.radio-card input[type="checkbox"]:checked + span + .meal-details .title.text, .checkbox.checkbox-card input[type="radio"]:checked + span + .meal-details .title.text, .checkbox.checkbox-card input[type="checkbox"]:checked + span + .meal-details .title.text {
      color: #222; }
    .radio.radio-card input[type="radio"]:checked + span:after, .radio.radio-card input[type="checkbox"]:checked + span:after, .checkbox.checkbox-card input[type="radio"]:checked + span:after, .checkbox.checkbox-card input[type="checkbox"]:checked + span:after {
      display: block;
      position: absolute;
      content: "\f058";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #219eef;
      right: 0;
      margin: 9px 12px;
      font-size: 22px;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .radio.radio-card input[type="radio"]:checked + span + .title, .radio.radio-card input[type="checkbox"]:checked + span + .title, .checkbox.checkbox-card input[type="radio"]:checked + span + .title, .checkbox.checkbox-card input[type="checkbox"]:checked + span + .title {
      color: #fff; }
      .radio.radio-card input[type="radio"]:checked + span + .title .right, .radio.radio-card input[type="checkbox"]:checked + span + .title .right, .checkbox.checkbox-card input[type="radio"]:checked + span + .title .right, .checkbox.checkbox-card input[type="checkbox"]:checked + span + .title .right {
        color: #fff; }
      .radio.radio-card input[type="radio"]:checked + span + .title:after, .radio.radio-card input[type="checkbox"]:checked + span + .title:after, .checkbox.checkbox-card input[type="radio"]:checked + span + .title:after, .checkbox.checkbox-card input[type="checkbox"]:checked + span + .title:after {
        opacity: 1; }
  .radio.radio-card input[type="radio"]:checked ~ .text,
  .radio.radio-card input[type="radio"]:checked ~ .icon,
  .radio.radio-card .form-control-inset.form-control-inset-select input[type="radio"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-card input[type="radio"]:checked ~ .btn:before,
  .radio.radio-card input[type="radio"]:checked ~ .select:before, .radio.radio-card input[type="checkbox"]:checked ~ .text,
  .radio.radio-card input[type="checkbox"]:checked ~ .icon,
  .radio.radio-card .form-control-inset.form-control-inset-select input[type="checkbox"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-card input[type="checkbox"]:checked ~ .btn:before,
  .radio.radio-card input[type="checkbox"]:checked ~ .select:before, .checkbox.checkbox-card input[type="radio"]:checked ~ .text,
  .checkbox.checkbox-card input[type="radio"]:checked ~ .icon,
  .checkbox.checkbox-card .form-control-inset.form-control-inset-select input[type="radio"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-card input[type="radio"]:checked ~ .btn:before,
  .checkbox.checkbox-card input[type="radio"]:checked ~ .select:before, .checkbox.checkbox-card input[type="checkbox"]:checked ~ .text,
  .checkbox.checkbox-card input[type="checkbox"]:checked ~ .icon,
  .checkbox.checkbox-card .form-control-inset.form-control-inset-select input[type="checkbox"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-card input[type="checkbox"]:checked ~ .btn:before,
  .checkbox.checkbox-card input[type="checkbox"]:checked ~ .select:before {
    color: #fff !important; }

.bootstrap-touchspin {
  background: transparent !important; }

.banner-main {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  text-align: center;
  z-index: 1; }
  .banner-main .container {
    z-index: 10;
    position: relative; }
  .banner-main:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5; }
  .banner-main .banner-title {
    padding: 100px 0;
    color: #fff; }
    .banner-main .banner-title .banner-sub {
      font-size: 16px;
      text-transform: none;
      font-family: 'proximanova-sbold';
      line-height: 20px; }

.badge-danger {
  background-color: #f0425a; }

.badge-primary {
  background-color: #1f9eed; }

.badge-wrap {
  position: absolute;
  z-index: 3;
  right: 0.625rem;
  top: 0.625rem; }
  .badge-wrap .badge {
    text-transform: uppercase;
    padding: 0.3125rem 0.4375rem; }

body .btn, body .btn-primary, body .list-account-menu li.active .btn, .list-account-menu li.active body .btn, body .btn.round {
  font-family: "Source Serif Pro", serif !important;
  font-size: 1rem !important; }

body .btn.btn-sm, body .btn-group-sm > .btn {
  font-size: 0.875rem !important; }

body .select2-results {
  font-family: "Comfortaa", cursive;
  font-size: 16px; }

body .sort .select2-container {
  min-width: 150px; }

.btn {
  font-family: "Source Serif Pro", serif !important;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px; }
  .btn.btn-link.round {
    color: #222; }
  .btn.round {
    border-radius: 1px;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }
  .btn.btn-lg, .btn-group-lg > .btn {
    font-size: 1em;
    padding: 0.8125rem 1.875rem; }
  .btn.btn-sm, .btn-group-sm > .btn {
    padding: 0.5rem 0.9375rem;
    font-size: 0.9375rem;
    line-height: 0.9375rem; }
  .btn.btn-md, .product.list .product-list-info .btn.btn-click-to-order {
    padding: 0.6875rem 1.125rem;
    font-size: 1rem;
    line-height: 1rem; }
  .btn.btn-nm {
    padding: 0.75rem 1.125rem;
    font-size: 1rem;
    line-height: 1rem; }
  .btn.wide {
    min-width: 10.625em; }
  .btn .btn-thin {
    font-weight: 600; }
  .btn.shad {
    box-shadow: 0 0 20px 2px #ececec; }
  .btn.boxed {
    border-radius: 0px; }
  .btn.trans {
    background-color: transparent;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 100;
    font-size: 0.9375rem; }
  .btn.blue {
    color: #222; }
  .btn.btn-cart-note {
    font-family: "Comfortaa", cursive !important;
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
    font-size: 0.8125rem; }

.btn-primary, .list-account-menu li.active .btn {
  font-family: "Comfortaa", cursive !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  border-color: #222;
  background-color: #222; }
  .btn-primary:hover, .list-account-menu li.active .btn:hover, .btn-primary:active, .list-account-menu li.active .btn:active, .btn-primary:focus, .list-account-menu li.active .btn:focus, .btn-primary:active:focus, .list-account-menu li.active .btn:active:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
    background-color: #000 !important; }

.btn-secondary {
  font-family: "Comfortaa", cursive !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
    background-color: #000;
    border-color: #000;
    outline: none;
    box-shadow: none; }

.btn-default {
  background-color: white;
  color: #222; }

.btn-white {
  font-weight: bold;
  color: black;
  background-color: white;
  border: 3px solid black;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  transition: all 0.1s cubic-bezier(0.4, 0, 1, 1); }
  .btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:active:focus {
    color: white;
    background-color: #222;
    border-color: #222; }
    .btn-white:hover i, .btn-white:active i, .btn-white:focus i, .btn-white:active:focus i {
      transform: translateX(-2px);
      color: #fff; }
  .btn-white i {
    color: #222;
    font-size: 0.875em;
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1); }
  .btn-white.btn-inverse {
    border: 3px solid white; }
    .btn-white.btn-inverse:hover, .btn-white.btn-inverse:active, .btn-white.btn-inverse:focus, .btn-white.btn-inverse:active:focus {
      color: white !important;
      background-color: #222;
      border-color: #222; }
      .btn-white.btn-inverse:hover i, .btn-white.btn-inverse:active i, .btn-white.btn-inverse:focus i, .btn-white.btn-inverse:active:focus i {
        color: white; }
  .btn-white.disabled {
    opacity: 0.3; }

.input-group .btn {
  border-radius: 0 0; }

.input-group.bootstrap-touchspin .form-control, .input-group.bootstrap-touchspin .select2-container .selection, .select2-container .input-group.bootstrap-touchspin .selection {
  border-radius: 4px !important; }

.input-group.bootstrap-touchspin .input-group-btn:last-child .btn {
  border-radius: 0px 4px 4px 0px; }

#place-order-section #place-order-button {
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 3px;
  border-color: #E85B2E !important;
  background-color: #E85B2E !important;
  margin-bottom: 0.625rem !important; }
  #place-order-section #place-order-button:hover, #place-order-section #place-order-button:focus {
    border-color: #ea6940 !important;
    background-color: #ea6940 !important; }

.section-login .no-gutters .col-md-6 .card .card-block .d-flex a.pt-2.pb-2, .section-login .no-gutters .col-md-6 .card .card-block .payment-method .method div a.pt-2.pb-2, .payment-method .method .section-login .no-gutters .col-md-6 .card .card-block div a.pt-2.pb-2, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .body .price a.pt-2.pb-2, .checkout-cart .body .section-login .no-gutters .col-md-6 .card .card-block .price a.pt-2.pb-2, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .body .delivery a.pt-2.pb-2, .checkout-cart .body .section-login .no-gutters .col-md-6 .card .card-block .delivery a.pt-2.pb-2, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .footer a.pt-2.pb-2, .checkout-cart .section-login .no-gutters .col-md-6 .card .card-block .footer a.pt-2.pb-2 {
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  line-height: 28px;
  color: #4f4e4e;
  padding: 0 20px;
  border: 2px solid #4f4e4e;
  text-transform: uppercase;
  text-decoration: none; }
  .section-login .no-gutters .col-md-6 .card .card-block .d-flex a.pt-2.pb-2:hover, .section-login .no-gutters .col-md-6 .card .card-block .payment-method .method div a.pt-2.pb-2:hover, .payment-method .method .section-login .no-gutters .col-md-6 .card .card-block div a.pt-2.pb-2:hover, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .body .price a.pt-2.pb-2:hover, .checkout-cart .body .section-login .no-gutters .col-md-6 .card .card-block .price a.pt-2.pb-2:hover, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .body .delivery a.pt-2.pb-2:hover, .checkout-cart .body .section-login .no-gutters .col-md-6 .card .card-block .delivery a.pt-2.pb-2:hover, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .footer a.pt-2.pb-2:hover, .checkout-cart .section-login .no-gutters .col-md-6 .card .card-block .footer a.pt-2.pb-2:hover, .section-login .no-gutters .col-md-6 .card .card-block .d-flex a.pt-2.pb-2:focus, .section-login .no-gutters .col-md-6 .card .card-block .payment-method .method div a.pt-2.pb-2:focus, .payment-method .method .section-login .no-gutters .col-md-6 .card .card-block div a.pt-2.pb-2:focus, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .body .price a.pt-2.pb-2:focus, .checkout-cart .body .section-login .no-gutters .col-md-6 .card .card-block .price a.pt-2.pb-2:focus, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .body .delivery a.pt-2.pb-2:focus, .checkout-cart .body .section-login .no-gutters .col-md-6 .card .card-block .delivery a.pt-2.pb-2:focus, .section-login .no-gutters .col-md-6 .card .card-block .checkout-cart .footer a.pt-2.pb-2:focus, .checkout-cart .section-login .no-gutters .col-md-6 .card .card-block .footer a.pt-2.pb-2:focus {
    color: #FFF;
    border-color: #221;
    background-color: #222; }

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

.btn-actions .text-right .btn {
  border-width: 2px; }

.btn-actions .text-right .btn-link.round {
  color: #4B4C4E;
  outline: none;
  text-decoration: none !important;
  margin-right: 6px;
  border-color: #4B4C4E;
  background-color: #FFF; }
  .btn-actions .text-right .btn-link.round:hover, .btn-actions .text-right .btn-link.round:focus {
    color: #FFF;
    border-color: #000;
    background-color: #000; }

.inline-btn .d-flex.justify-content-between .btn-primary, .inline-btn .payment-method .method div.justify-content-between .btn-primary, .payment-method .method .inline-btn div.justify-content-between .btn-primary, .inline-btn .checkout-cart .body .price .btn-primary, .checkout-cart .body .inline-btn .price .btn-primary, .inline-btn .checkout-cart .body .delivery .btn-primary, .checkout-cart .body .inline-btn .delivery .btn-primary, .inline-btn .checkout-cart .footer .btn-primary, .checkout-cart .inline-btn .footer .btn-primary, .inline-btn .d-flex.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .d-flex.justify-content-between .btn, .inline-btn .payment-method .method div.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .payment-method .method div.justify-content-between .btn, .payment-method .method .inline-btn div.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .payment-method .method .inline-btn div.justify-content-between .btn, .inline-btn .checkout-cart .body .price .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .checkout-cart .body .price .btn, .checkout-cart .body .inline-btn .price .list-account-menu li.active .btn, .list-account-menu li.active .checkout-cart .body .inline-btn .price .btn, .inline-btn .checkout-cart .body .delivery .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .checkout-cart .body .delivery .btn, .checkout-cart .body .inline-btn .delivery .list-account-menu li.active .btn, .list-account-menu li.active .checkout-cart .body .inline-btn .delivery .btn, .inline-btn .checkout-cart .footer .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .checkout-cart .footer .btn, .checkout-cart .inline-btn .footer .list-account-menu li.active .btn, .list-account-menu li.active .checkout-cart .inline-btn .footer .btn, .inline-btn .d-flex.justify-content-between a, .inline-btn .payment-method .method div.justify-content-between a, .payment-method .method .inline-btn div.justify-content-between a, .inline-btn .payment-method .method .checkout-cart div.footer a, .payment-method .method .checkout-cart .inline-btn div.footer a, .inline-btn .checkout-cart .payment-method .method div.footer a, .checkout-cart .payment-method .method .inline-btn div.footer a, .inline-btn .checkout-cart .body .price a, .checkout-cart .body .inline-btn .price a, .inline-btn .checkout-cart .body .delivery a, .checkout-cart .body .inline-btn .delivery a, .inline-btn .checkout-cart .footer a, .checkout-cart .inline-btn .footer a {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px !important;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  line-height: 44px !important;
  padding: 0 22px !important;
  border: 2px solid #FFF;
  text-decoration: none !important; }
  .inline-btn .d-flex.justify-content-between .btn-primary:hover, .inline-btn .payment-method .method div.justify-content-between .btn-primary:hover, .payment-method .method .inline-btn div.justify-content-between .btn-primary:hover, .inline-btn .checkout-cart .body .price .btn-primary:hover, .checkout-cart .body .inline-btn .price .btn-primary:hover, .inline-btn .checkout-cart .body .delivery .btn-primary:hover, .checkout-cart .body .inline-btn .delivery .btn-primary:hover, .inline-btn .checkout-cart .footer .btn-primary:hover, .checkout-cart .inline-btn .footer .btn-primary:hover, .inline-btn .d-flex.justify-content-between .list-account-menu li.active .btn:hover, .list-account-menu li.active .inline-btn .d-flex.justify-content-between .btn:hover, .inline-btn .payment-method .method div.justify-content-between .list-account-menu li.active .btn:hover, .list-account-menu li.active .inline-btn .payment-method .method div.justify-content-between .btn:hover, .payment-method .method .inline-btn div.justify-content-between .list-account-menu li.active .btn:hover, .list-account-menu li.active .payment-method .method .inline-btn div.justify-content-between .btn:hover, .inline-btn .checkout-cart .body .price .list-account-menu li.active .btn:hover, .list-account-menu li.active .inline-btn .checkout-cart .body .price .btn:hover, .checkout-cart .body .inline-btn .price .list-account-menu li.active .btn:hover, .list-account-menu li.active .checkout-cart .body .inline-btn .price .btn:hover, .inline-btn .checkout-cart .body .delivery .list-account-menu li.active .btn:hover, .list-account-menu li.active .inline-btn .checkout-cart .body .delivery .btn:hover, .checkout-cart .body .inline-btn .delivery .list-account-menu li.active .btn:hover, .list-account-menu li.active .checkout-cart .body .inline-btn .delivery .btn:hover, .inline-btn .checkout-cart .footer .list-account-menu li.active .btn:hover, .list-account-menu li.active .inline-btn .checkout-cart .footer .btn:hover, .checkout-cart .inline-btn .footer .list-account-menu li.active .btn:hover, .list-account-menu li.active .checkout-cart .inline-btn .footer .btn:hover, .inline-btn .d-flex.justify-content-between .btn-primary:focus, .inline-btn .payment-method .method div.justify-content-between .btn-primary:focus, .payment-method .method .inline-btn div.justify-content-between .btn-primary:focus, .inline-btn .checkout-cart .body .price .btn-primary:focus, .checkout-cart .body .inline-btn .price .btn-primary:focus, .inline-btn .checkout-cart .body .delivery .btn-primary:focus, .checkout-cart .body .inline-btn .delivery .btn-primary:focus, .inline-btn .checkout-cart .footer .btn-primary:focus, .checkout-cart .inline-btn .footer .btn-primary:focus, .inline-btn .d-flex.justify-content-between .list-account-menu li.active .btn:focus, .list-account-menu li.active .inline-btn .d-flex.justify-content-between .btn:focus, .inline-btn .payment-method .method div.justify-content-between .list-account-menu li.active .btn:focus, .list-account-menu li.active .inline-btn .payment-method .method div.justify-content-between .btn:focus, .payment-method .method .inline-btn div.justify-content-between .list-account-menu li.active .btn:focus, .list-account-menu li.active .payment-method .method .inline-btn div.justify-content-between .btn:focus, .inline-btn .checkout-cart .body .price .list-account-menu li.active .btn:focus, .list-account-menu li.active .inline-btn .checkout-cart .body .price .btn:focus, .checkout-cart .body .inline-btn .price .list-account-menu li.active .btn:focus, .list-account-menu li.active .checkout-cart .body .inline-btn .price .btn:focus, .inline-btn .checkout-cart .body .delivery .list-account-menu li.active .btn:focus, .list-account-menu li.active .inline-btn .checkout-cart .body .delivery .btn:focus, .checkout-cart .body .inline-btn .delivery .list-account-menu li.active .btn:focus, .list-account-menu li.active .checkout-cart .body .inline-btn .delivery .btn:focus, .inline-btn .checkout-cart .footer .list-account-menu li.active .btn:focus, .list-account-menu li.active .inline-btn .checkout-cart .footer .btn:focus, .checkout-cart .inline-btn .footer .list-account-menu li.active .btn:focus, .list-account-menu li.active .checkout-cart .inline-btn .footer .btn:focus, .inline-btn .d-flex.justify-content-between a:hover, .inline-btn .payment-method .method div.justify-content-between a:hover, .payment-method .method .inline-btn div.justify-content-between a:hover, .inline-btn .checkout-cart .body .price a:hover, .checkout-cart .body .inline-btn .price a:hover, .inline-btn .checkout-cart .body .delivery a:hover, .checkout-cart .body .inline-btn .delivery a:hover, .inline-btn .checkout-cart .footer a:hover, .checkout-cart .inline-btn .footer a:hover, .inline-btn .d-flex.justify-content-between a:focus, .inline-btn .payment-method .method div.justify-content-between a:focus, .payment-method .method .inline-btn div.justify-content-between a:focus, .inline-btn .checkout-cart .body .price a:focus, .checkout-cart .body .inline-btn .price a:focus, .inline-btn .checkout-cart .body .delivery a:focus, .checkout-cart .body .inline-btn .delivery a:focus, .inline-btn .checkout-cart .footer a:focus, .checkout-cart .inline-btn .footer a:focus {
    border-color: #f0f0f0; }

.inline-btn .d-flex.justify-content-between a, .inline-btn .payment-method .method div.justify-content-between a, .payment-method .method .inline-btn div.justify-content-between a, .inline-btn .payment-method .method .checkout-cart div.footer a, .payment-method .method .checkout-cart .inline-btn div.footer a, .inline-btn .checkout-cart .payment-method .method div.footer a, .checkout-cart .payment-method .method .inline-btn div.footer a, .inline-btn .checkout-cart .body .price a, .checkout-cart .body .inline-btn .price a, .inline-btn .checkout-cart .body .delivery a, .checkout-cart .body .inline-btn .delivery a, .inline-btn .checkout-cart .footer a, .checkout-cart .inline-btn .footer a {
  border-radius: 100px;
  color: #FFF;
  text-decoration: none !important; }
  .inline-btn .d-flex.justify-content-between a:hover, .inline-btn .payment-method .method div.justify-content-between a:hover, .payment-method .method .inline-btn div.justify-content-between a:hover, .inline-btn .checkout-cart .body .price a:hover, .checkout-cart .body .inline-btn .price a:hover, .inline-btn .checkout-cart .body .delivery a:hover, .checkout-cart .body .inline-btn .delivery a:hover, .inline-btn .checkout-cart .footer a:hover, .checkout-cart .inline-btn .footer a:hover, .inline-btn .d-flex.justify-content-between a:focus, .inline-btn .payment-method .method div.justify-content-between a:focus, .payment-method .method .inline-btn div.justify-content-between a:focus, .inline-btn .checkout-cart .body .price a:focus, .checkout-cart .body .inline-btn .price a:focus, .inline-btn .checkout-cart .body .delivery a:focus, .checkout-cart .body .inline-btn .delivery a:focus, .inline-btn .checkout-cart .footer a:focus, .checkout-cart .inline-btn .footer a:focus {
    color: #FFF;
    border-color: #f0f0f0;
    background-color: #f0f0f0; }

.list-account-menu li a, .list-account-menu li .btn {
  font-size: 14px; }
  .list-account-menu li a:focus, .list-account-menu li .btn:focus {
    color: #222 !important;
    outline: none;
    box-shadow: none; }

.login-new-customer {
  padding-top: 38px; }
  .login-new-customer .btn-primary, .login-new-customer .list-account-menu li.active .btn, .list-account-menu li.active .login-new-customer .btn, .login-new-customer a {
    font-family: "Noto Sans", sans-serif;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: uppercase;
    height: 48px;
    line-height: 44px !important;
    padding: 0 22px !important;
    border: 2px solid #FFF;
    text-decoration: none !important; }
    .login-new-customer .btn-primary:hover, .login-new-customer .list-account-menu li.active .btn:hover, .list-account-menu li.active .login-new-customer .btn:hover, .login-new-customer .btn-primary:focus, .login-new-customer .list-account-menu li.active .btn:focus, .list-account-menu li.active .login-new-customer .btn:focus, .login-new-customer a:hover, .login-new-customer a:focus {
      border-color: #f0f0f0; }

.dropdown-toggle:after {
  border-top: 0px;
  border-bottom: 0px; }

.dropdown-wrap {
  position: relative; }

.dropdown-section {
  display: none;
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 100;
  text-align: left;
  font-size: 0.875rem;
  background-color: #fff;
  padding: 0.625rem 0.625rem 0.625rem;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  max-width: 19.6875rem;
  min-width: 7.5rem;
  width: 100%; }

.pager li > a, .pager li > span {
  border-radius: 3px; }

.pagination > li {
  display: inline; }
  .pagination > li > a,
  .pagination > li > span {
    line-height: 1.4; }

.list-reset, .parsley-errors-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0; }
  .list-reset li, .parsley-errors-list li {
    margin-bottom: 0; }
  .list-reset ol, .parsley-errors-list ol, .list-reset ul, .parsley-errors-list ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0; }
    .list-reset ol li, .parsley-errors-list ol li, .list-reset ul li, .parsley-errors-list ul li {
      margin-bottom: 0;
      padding-left: 0px; }
      .list-reset ol li:before, .parsley-errors-list ol li:before, .list-reset ul li:before, .parsley-errors-list ul li:before {
        content: '';
        display: none; }

.list-inline::after {
  display: block;
  clear: both;
  content: ""; }

.list-inline > li {
  margin: 10px 0;
  text-align: center;
  display: inline-block; }
  .list-inline > li > a {
    transition: .2s linear all;
    -webkit-transition: .2s linear all;
    -moz-transition: .2s linear all;
    -ms-transition: .2s linear all;
    -o-transition: .2s linear all; }
    .list-inline > li > a:hover {
      text-decoration: none; }
      .list-inline > li > a:hover .product-title, .list-inline > li > a:hover .product-price {
        color: #222; }
  .list-inline > li img {
    margin: auto; }

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

.list-block li a {
  transition: .2s linear all;
  -webkit-transition: .2s linear all;
  -moz-transition: .2s linear all;
  -ms-transition: .2s linear all;
  -o-transition: .2s linear all; }
  .list-block li a:hover {
    text-decoration: none; }
    .list-block li a:hover .product-content {
      text-decoration: none; }
      .list-block li a:hover .product-content .product-title {
        color: #222; }

.app-content-heading {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.list-account-menu {
  text-align: left;
  display: flex; }
  .list-account-menu li {
    padding-left: 0.625rem;
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1); }
    .list-account-menu li a {
      display: block; }
      .list-account-menu li a:hover {
        text-decoration: none; }

.list-links li {
  margin-bottom: 0.3125rem; }

.list .li-title {
  font-weight: bold;
  margin-bottom: 0.9375rem; }

.list-grid .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  text-align: center;
  height: 12.5rem;
  width: 100%;
  margin-bottom: 1.875rem;
  border: 1px solid #dee2e6; }
  .list-grid .item a {
    color: #111;
    font-weight: bold;
    font-size: 1.125em; }
    .list-grid .item a:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .list-grid .item:hover {
    color: #222;
    box-shadow: 0 0 40px 5px #e9e9e9; }
    .list-grid .item:hover a {
      text-decoration: none;
      color: #222; }
  .list-grid .item i {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.625rem;
    font-size: 5rem; }

.list-account-menu-complete {
  display: block; }
  .list-account-menu-complete li {
    padding-left: 0; }

.list-tag {
  display: flex;
  flex-wrap: wrap; }
  .list-tag .tag-item {
    position: relative;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 100%;
    color: #fff;
    background-color: #3c3c3c;
    margin: 0.1875rem 0.1875rem;
    text-align: center;
    padding: 0.125rem 0;
    font-size: 0.875rem;
    text-align: center;
    display: flex;
    align-items: center !important;
    text-align: center;
    justify-content: center !important;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif; }
    .list-tag .tag-item strong {
      margin: auto;
      text-align: center;
      display: flex;
      align-self: center !important;
      box-sizing: border-box;
      font-weight: 400; }
    .list-tag .tag-item.tag-v {
      background-color: #76c3ae; }
    .list-tag .tag-item.tag-vg {
      color: #76c3ae;
      background-color: #fff;
      border: 1px solid #76c3ae; }
    .list-tag .tag-item.tag-gf {
      background-color: #565d59; }
    .list-tag .tag-item.tag-df {
      background-color: #f6b0a6; }
    .list-tag .tag-item.tag-nf {
      background-color: #b6aba5; }
    .list-tag .tag-item.tag-k {
      background-color: #e2ca9a; }
    .list-tag .tag-item.tag-h {
      background-color: #9bd3dd; }
    .list-tag .tag-item.tag-p {
      background-color: #afcc7a; }
    .list-tag .tag-item.tag-rf {
      background-color: #919ee4; }
  .list-tag.sm .tag-item {
    font-family: "DM Sans", sans-serif;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    margin: 5px 5px 0px 0; }

.list-gallery-images .item img {
  height: 15.625rem;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  border-radius: 5px; }

.list-gallery-images .item figcaption {
  display: none; }

#bot-menu-list {
  text-align: right;
  justify-content: flex-end; }

.navbar {
  padding: 0;
  justify-content: flex-end; }

.navbar-toggler {
  font-size: 25px !important;
  border: 1px solid black; }

.nav-top a {
  color: black; }
  .nav-top a:hover {
    color: #222; }

.nav-top .input-group.input-group-round input.form-control, .nav-top .input-group.input-group-round .select2-container input.selection, .select2-container .nav-top .input-group.input-group-round input.selection {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.nav-top .input-group {
  height: 2.1875rem; }
  .nav-top .input-group .form-control, .nav-top .input-group .select2-container .selection, .select2-container .nav-top .input-group .selection {
    height: 1.875rem;
    min-height: 1.875rem;
    padding-left: 0.3125rem !important; }

.nav-top .nav-phone .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem; }

.nav-top .form-search .input-group-append .icon, .nav-top .form-search .input-group-append .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-top .form-search .input-group-append .btn:before, .nav-top .form-search .input-group-append .select:before {
  line-height: 1; }

.nav-phone {
  padding: 0rem 0rem; }
  .nav-phone a {
    color: #FFF;
    padding: 0rem 0.625rem;
    line-height: 1; }
    .nav-phone a:hover, .nav-phone a:active, .nav-phone a:focus, .nav-phone a:active:focus {
      color: #FFF;
      text-decoration: none; }
    .nav-phone a .icon, .nav-phone a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-phone a .btn:before, .nav-phone a .select:before {
      position: relative;
      top: 0.125rem; }

.nav-header {
  position: relative;
  z-index: 200;
  margin: 0rem; }
  .nav-header .primary-menu > li {
    position: relative; }
    .nav-header .primary-menu > li.active {
      background: #000 !important; }
      .nav-header .primary-menu > li.active:focus, .nav-header .primary-menu > li.active:hover {
        background: #000 !important; }
      .nav-header .primary-menu > li.active .nav-link {
        color: #FFF; }
        .nav-header .primary-menu > li.active .nav-link:after {
          border-color: #000 !important; }
    .nav-header .primary-menu > li > i {
      font-size: 1.125em; }
    .nav-header .primary-menu > li > a {
      font-family: "Gotham-Light", sans-serif;
      font-size: 11px;
      color: #FFF;
      font-weight: 300;
      margin: 0;
      text-transform: uppercase; }
      .nav-header .primary-menu > li > a > .expand {
        margin-left: 0.3125rem; }
      .nav-header .primary-menu > li > a .icon-base {
        color: #FFF; }
    .nav-header .primary-menu > li:hover > a {
      color: #FFF; }
      .nav-header .primary-menu > li:hover > a:after {
        opacity: 1;
        transform: scale(1); }
    .nav-header .primary-menu > li:last-child a {
      margin-right: 0; }
    .nav-header .primary-menu > li a,
    .nav-header .primary-menu > li .nav-link {
      margin-right: 0rem;
      position: relative; }
      .nav-header .primary-menu > li a.order-now,
      .nav-header .primary-menu > li .nav-link.order-now {
        color: #FFF;
        background: #FFF; }
        .nav-header .primary-menu > li a.order-now:hover, .nav-header .primary-menu > li a.order-now:focus,
        .nav-header .primary-menu > li .nav-link.order-now:hover,
        .nav-header .primary-menu > li .nav-link.order-now:focus {
          color: #FFF !important;
          background: #03C295 !important; }
      .nav-header .primary-menu > li a i,
      .nav-header .primary-menu > li .nav-link i {
        font-size: 20px;
        vertical-align: middle;
        position: relative;
        top: -3px; }
        .nav-header .primary-menu > li a i.ion-ios-cart,
        .nav-header .primary-menu > li .nav-link i.ion-ios-cart {
          left: -4px;
          font-size: 18px; }
        .nav-header .primary-menu > li a i.icon-angle-down,
        .nav-header .primary-menu > li .nav-link i.icon-angle-down {
          top: -1px;
          left: 4px; }
      .nav-header .primary-menu > li a .icon-bars,
      .nav-header .primary-menu > li .nav-link .icon-bars {
        font-size: 14px;
        display: none; }
      .nav-header .primary-menu > li a .icon-base,
      .nav-header .primary-menu > li .nav-link .icon-base {
        font-size: 16px;
        color: #FFF; }
        .nav-header .primary-menu > li a .icon-base:before,
        .nav-header .primary-menu > li .nav-link .icon-base:before {
          content: "\f35f";
          display: inline-block;
          font-family: "Ionicons";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          text-rendering: auto;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .nav-header .primary-menu > li a .icon-expand,
      .nav-header .primary-menu > li .nav-link .icon-expand {
        font-size: 0.8125rem;
        color: #222; }
    .nav-header .primary-menu > li .count {
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-family: "DM Sans", sans-serif;
      font-size: 12px;
      font-weight: 400;
      position: absolute;
      float: right;
      margin: 0 -6px 0 0;
      padding: 0;
      right: 14px;
      text-align: center;
      vertical-align: middle;
      border-radius: 50%;
      color: #FFF;
      z-index: 100;
      background-color: #000; }
    .nav-header .primary-menu > li:hover .child {
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      margin-right: 0px;
      margin-left: 0px; }
    .nav-header .primary-menu > li .sub-menu {
      display: none; }
    .nav-header .primary-menu > li .child {
      display: none;
      overflow: hidden;
      position: absolute;
      z-index: 5;
      width: auto;
      padding-top: 6px !important;
      padding-bottom: 6px !important;
      background: #EAEAEA; }
      .nav-header .primary-menu > li .child:before {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #EAEAEA;
        top: -8px;
        left: 19px;
        display: block;
        position: absolute; }
      .nav-header .primary-menu > li .child li {
        display: block;
        width: 100%; }
        .nav-header .primary-menu > li .child li ~ li a {
          border-top: 1px solid #dee2e6; }
        .nav-header .primary-menu > li .child li.parent > a {
          position: relative; }
          .nav-header .primary-menu > li .child li.parent > a .expand {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 100%;
            background-color: transparent;
            padding: 1.25rem 0.75rem;
            cursor: pointer;
            z-index: 10;
            font-size: 1rem;
            line-height: 0px;
            text-align: center;
            display: none; }
            .nav-header .primary-menu > li .child li.parent > a .expand .icon, .nav-header .primary-menu > li .child li.parent > a .expand .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-header .primary-menu > li .child li.parent > a .expand .btn:before, .nav-header .primary-menu > li .child li.parent > a .expand .select:before {
              line-height: 0px;
              top: 0.125rem;
              color: #000; }
      .nav-header .primary-menu > li .child a {
        border-bottom: 0;
        display: block;
        padding: 0.625rem 0.625rem;
        color: black;
        text-decoration: none !important;
        font-size: 1em;
        width: 100%;
        margin-right: 0; }
        .nav-header .primary-menu > li .child a:after {
          content: '';
          display: none; }
        .nav-header .primary-menu > li .child a:hover {
          color: #222; }
    .nav-header .primary-menu > li .text-excerpt {
      vertical-align: top; }
  .nav-header .primary-menu.dropdown-col-2 > li .child {
    width: 420px; }
    .nav-header .primary-menu.dropdown-col-2 > li .child > li {
      flex: 0 0 50%;
      max-width: 50%; }
      .nav-header .primary-menu.dropdown-col-2 > li .child > li > a {
        border-top: none !important;
        border-right: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .nav-header .primary-menu.dropdown-col-2 > li .child li.parent.mrb-auto {
      margin-bottom: auto !important; }
    .nav-header .primary-menu.dropdown-col-2 > li .child li.parent > a .expand .icon, .nav-header .primary-menu.dropdown-col-2 > li .child li.parent > a .expand .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-header .primary-menu.dropdown-col-2 > li .child li.parent > a .expand .btn:before, .nav-header .primary-menu.dropdown-col-2 > li .child li.parent > a .expand .select:before {
      line-height: 0px; }
    .nav-header .primary-menu.dropdown-col-2 > li .child li.parent > .sub-menu {
      position: absolute;
      left: 0px;
      width: 100%; }
      .nav-header .primary-menu.dropdown-col-2 > li .child li.parent > .sub-menu .sub-menu {
        position: relative; }
        .nav-header .primary-menu.dropdown-col-2 > li .child li.parent > .sub-menu .sub-menu a {
          background-color: rgba(0, 0, 0, 0.06); }
  .nav-header .primary-menu.dropdown-col-2 > li.li-col-1 .child {
    width: auto; }
    .nav-header .primary-menu.dropdown-col-2 > li.li-col-1 .child > li {
      flex: 0 0 100%;
      max-width: 100%; }
      .nav-header .primary-menu.dropdown-col-2 > li.li-col-1 .child > li > a {
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #dee2e6;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
  .nav-header .primary-menu.my-account {
    margin-top: -6px;
    padding-bottom: 6px;
    justify-content: flex-end; }
    .nav-header .primary-menu.my-account .nav-item:hover, .nav-header .primary-menu.my-account .nav-item:focus {
      background-color: #FFF; }
      .nav-header .primary-menu.my-account .nav-item:hover .nav-link, .nav-header .primary-menu.my-account .nav-item:focus .nav-link {
        color: #000; }
        .nav-header .primary-menu.my-account .nav-item:hover .nav-link .icon, .nav-header .primary-menu.my-account .nav-item:hover .nav-link .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-header .primary-menu.my-account .nav-item:hover .nav-link .btn:before, .nav-header .primary-menu.my-account .nav-item:hover .nav-link .select:before, .nav-header .primary-menu.my-account .nav-item:focus .nav-link .icon, .nav-header .primary-menu.my-account .nav-item:focus .nav-link .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-header .primary-menu.my-account .nav-item:focus .nav-link .btn:before, .nav-header .primary-menu.my-account .nav-item:focus .nav-link .select:before {
          color: #000; }
    .nav-header .primary-menu.my-account .nav-item .nav-link {
      font-size: 16px;
      font-weight: 500;
      text-decoration: underline;
      padding-right: 0 !important; }
      .nav-header .primary-menu.my-account .nav-item .nav-link .ion-bag, .nav-header .primary-menu.my-account .nav-item .nav-link .icon-bars, .nav-header .primary-menu.my-account .nav-item .nav-link .expand {
        display: none; }
  .nav-header .primary-menu.expandable-right {
    position: relative; }
    .nav-header .primary-menu.expandable-right > li:hover > a, .nav-header .primary-menu.expandable-right > li:active > a, .nav-header .primary-menu.expandable-right > li:focus > a, .nav-header .primary-menu.expandable-right > li:active:focus > a {
      color: #e3e2e2;
      background-color: transparent; }
      .nav-header .primary-menu.expandable-right > li:hover > a .icon-base, .nav-header .primary-menu.expandable-right > li:active > a .icon-base, .nav-header .primary-menu.expandable-right > li:focus > a .icon-base, .nav-header .primary-menu.expandable-right > li:active:focus > a .icon-base {
        color: #FFF; }
    .nav-header .primary-menu.expandable-right li > .child {
      padding-bottom: 0rem; }
    .nav-header .primary-menu.expandable-right .child {
      padding: 0px 0px;
      overflow: visible; }
      .nav-header .primary-menu.expandable-right .child li a {
        height: 30px;
        line-height: 34px;
        font-family: "Comfortaa", cursive;
        font-size: 11px;
        font-weight: 400;
        padding: 0px 15px;
        letter-spacing: 1.6px;
        color: #6b6b6b;
        margin: 0;
        white-space: nowrap;
        text-transform: uppercase;
        text-decoration: none; }
      .nav-header .primary-menu.expandable-right .child li.parent:hover > a, .nav-header .primary-menu.expandable-right .child li.parent:active > a, .nav-header .primary-menu.expandable-right .child li.parent:focus > a, .nav-header .primary-menu.expandable-right .child li.parent:active:focus > a {
        color: #000 !important; }
      .nav-header .primary-menu.expandable-right .child li.parent:hover > .sub-menu, .nav-header .primary-menu.expandable-right .child li.parent:active > .sub-menu, .nav-header .primary-menu.expandable-right .child li.parent:focus > .sub-menu, .nav-header .primary-menu.expandable-right .child li.parent:active:focus > .sub-menu {
        display: block; }
      .nav-header .primary-menu.expandable-right .child li.parent:hover .expand, .nav-header .primary-menu.expandable-right .child li.parent:active .expand, .nav-header .primary-menu.expandable-right .child li.parent:focus .expand, .nav-header .primary-menu.expandable-right .child li.parent:active:focus .expand {
        right: -0.3125rem; }
      .nav-header .primary-menu.expandable-right .child li.parent:hover .icon, .nav-header .primary-menu.expandable-right .child li.parent:hover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-header .primary-menu.expandable-right .child li.parent:hover .btn:before, .nav-header .primary-menu.expandable-right .child li.parent:hover .select:before, .nav-header .primary-menu.expandable-right .child li.parent:active .icon, .nav-header .primary-menu.expandable-right .child li.parent:active .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-header .primary-menu.expandable-right .child li.parent:active .btn:before, .nav-header .primary-menu.expandable-right .child li.parent:active .select:before, .nav-header .primary-menu.expandable-right .child li.parent:focus .icon, .nav-header .primary-menu.expandable-right .child li.parent:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-header .primary-menu.expandable-right .child li.parent:focus .btn:before, .nav-header .primary-menu.expandable-right .child li.parent:focus .select:before, .nav-header .primary-menu.expandable-right .child li.parent:active:focus .icon, .nav-header .primary-menu.expandable-right .child li.parent:active:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-header .primary-menu.expandable-right .child li.parent:active:focus .btn:before, .nav-header .primary-menu.expandable-right .child li.parent:active:focus .select:before {
        color: #FFF; }
      .nav-header .primary-menu.expandable-right .child li.parent > a .expand {
        top: -0.3125rem;
        transition: all ease-out .05s; }
      .nav-header .primary-menu.expandable-right .child li ~ li a {
        border-top: none; }
    .nav-header .primary-menu.expandable-right .sub-menu {
      position: absolute;
      top: 0rem;
      left: 100%;
      height: auto;
      min-height: 100%;
      z-index: 100;
      background-color: #fff;
      padding: 0;
      box-shadow: 0 0 0.625rem 0.0625rem rgba(0, 0, 0, 0.1); }
      .nav-header .primary-menu.expandable-right .sub-menu li a {
        padding: 0px 12px;
        background-color: transparent; }
      .nav-header .primary-menu.expandable-right .sub-menu .sub-title {
        padding-top: 6px;
        padding-bottom: 0;
        margin-bottom: 0;
        background: #EAEAEA; }
        .nav-header .primary-menu.expandable-right .sub-menu .sub-title a {
          padding: 0 12px;
          color: #000 !important;
          font-weight: 400;
          display: inline-block; }
          .nav-header .primary-menu.expandable-right .sub-menu .sub-title a .icon, .nav-header .primary-menu.expandable-right .sub-menu .sub-title a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .nav-header .primary-menu.expandable-right .sub-menu .sub-title a .btn:before, .nav-header .primary-menu.expandable-right .sub-menu .sub-title a .select:before {
            font-size: 0.6875rem;
            display: none; }
      .nav-header .primary-menu.expandable-right .sub-menu .nav-wrap {
        padding-bottom: 6px;
        background: #EAEAEA; }
      .nav-header .primary-menu.expandable-right .sub-menu .sub-menu {
        position: relative;
        display: block;
        left: 0px;
        box-shadow: none;
        background-color: transparent;
        height: auto;
        margin-bottom: 0.625rem;
        padding-left: 0px;
        padding-right: 0px; }
        .nav-header .primary-menu.expandable-right .sub-menu .sub-menu a {
          color: #222;
          font-size: 0.8125rem !important;
          padding: 0.25rem 0.9375rem; }
        .nav-header .primary-menu.expandable-right .sub-menu .sub-menu .sub-title {
          display: none; }

.nav-header .primary-menu.my-account {
  margin-top: -6px;
  padding-bottom: 6px; }

.nav-header .primary-menu.expandable-right .sub-menu {
  background: none !important;
  box-shadow: none !important; }

.nav-header .primary-menu.expandable-right .child li:hover .sub-title {
  height: 34px;
  padding: 0; }
  .nav-header .primary-menu.expandable-right .child li:hover .sub-title a, .nav-header .primary-menu.expandable-right .child li:hover .sub-title a:hover {
    font-size: 14px !important;
    font-weight: 700;
    height: 30px;
    line-height: 34px; }

.nav-header .primary-menu.expandable-right .child li:hover a {
  text-decoration: none; }
  .nav-header .primary-menu.expandable-right .child li:hover a:hover {
    color: #000 !important; }

.nav-header .primary-menu.expandable-right .child li:hover .sub-menu .sub-title a, .nav-header .primary-menu.expandable-right .child li:hover .sub-menu .sub-title a:hover {
  text-decoration: none !important; }

.nav-header .primary-menu.expandable-right .child li:hover .sub-menu a {
  text-decoration: none !important; }
  .nav-header .primary-menu.expandable-right .child li:hover .sub-menu a:hover {
    text-decoration: none !important; }

.nav-header .primary-menu.expandable-right .child li.parent:hover .sub-menu .sub-title a {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px !important;
  letter-spacing: .4px;
  line-height: 26px;
  height: 30px;
  padding-top: 7px;
  background: none; }

.pagination {
  padding: 0 0.1875rem;
  display: block;
  text-align: center; }
  .pagination > li {
    position: relative;
    display: inline-block;
    margin-left: -3px; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      color: #adb5bd;
      border: 0;
      padding: 0.625rem 1.25rem;
      line-height: 1;
      background: transparent;
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase; }
      .pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus, .pagination > li > a:active:focus,
      .pagination > li > span:hover,
      .pagination > li > span:active,
      .pagination > li > span:focus,
      .pagination > li > span:active:focus {
        text-decoration: none;
        color: #000; }
    .pagination > li:before, .pagination > li:after {
      content: '|';
      position: absolute;
      left: 0px;
      top: 0.1875rem;
      font-size: 0.625rem;
      font-weight: 100;
      color: #dddddd; }
    .pagination > li:after {
      content: '|';
      right: 0px;
      left: auto; }
    .pagination > li:last-child, .pagination > li:first-child {
      margin-left: 0px; }
      .pagination > li:last-child:after, .pagination > li:last-child:before, .pagination > li:first-child:after, .pagination > li:first-child:before {
        content: '';
        display: none; }
    .pagination > li:last-child {
      float: right; }
    .pagination > li:first-child {
      float: left; }
  .pagination .active > a,
  .pagination .active > a:hover,
  .pagination .active > a:focus,
  .pagination .active > span,
  .pagination .active > span:hover,
  .pagination .active > span:focus {
    background: transparent;
    color: #222;
    font-weight: 600;
    text-decoration: none; }

.pagination_holder, .pagination-holder {
  width: auto;
  display: table;
  clear: both;
  margin: 30px auto 0 auto;
  padding: 0;
  position: relative; }
  .pagination_holder .content_holder, .pagination-holder .content_holder {
    width: auto;
    display: table;
    margin: 0 auto; }
  .pagination_holder .pagination, .pagination-holder .pagination {
    position: relative; }
    .pagination_holder .pagination .icon.icon-arrow-left, .pagination_holder .pagination .form-control-inset.form-control-inset-select .icon-arrow-left.btn:before, .form-control-inset.form-control-inset-select .pagination_holder .pagination .icon-arrow-left.btn:before, .pagination_holder .pagination .icon-arrow-left.select:before, .pagination-holder .pagination .icon.icon-arrow-left, .pagination-holder .pagination .form-control-inset.form-control-inset-select .icon-arrow-left.btn:before, .form-control-inset.form-control-inset-select .pagination-holder .pagination .icon-arrow-left.btn:before, .pagination-holder .pagination .icon-arrow-left.select:before {
      margin: 0 8px 0 0 !important; }
      .pagination_holder .pagination .icon.icon-arrow-left:before, .pagination_holder .pagination .form-control-inset.form-control-inset-select .icon-arrow-left.btn:before, .form-control-inset.form-control-inset-select .pagination_holder .pagination .icon-arrow-left.btn:before, .pagination_holder .pagination .icon-arrow-left.select:before, .pagination-holder .pagination .icon.icon-arrow-left:before, .pagination-holder .pagination .form-control-inset.form-control-inset-select .icon-arrow-left.btn:before, .form-control-inset.form-control-inset-select .pagination-holder .pagination .icon-arrow-left.btn:before, .pagination-holder .pagination .icon-arrow-left.select:before {
        content: "\f3d2";
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .pagination_holder .pagination .icon.icon-arrow-right, .pagination_holder .pagination .form-control-inset.form-control-inset-select .icon-arrow-right.btn:before, .form-control-inset.form-control-inset-select .pagination_holder .pagination .icon-arrow-right.btn:before, .pagination_holder .pagination .icon-arrow-right.select:before, .pagination-holder .pagination .icon.icon-arrow-right, .pagination-holder .pagination .form-control-inset.form-control-inset-select .icon-arrow-right.btn:before, .form-control-inset.form-control-inset-select .pagination-holder .pagination .icon-arrow-right.btn:before, .pagination-holder .pagination .icon-arrow-right.select:before {
      margin: 0 0 0 8px !important; }
      .pagination_holder .pagination .icon.icon-arrow-right:before, .pagination_holder .pagination .form-control-inset.form-control-inset-select .icon-arrow-right.btn:before, .form-control-inset.form-control-inset-select .pagination_holder .pagination .icon-arrow-right.btn:before, .pagination_holder .pagination .icon-arrow-right.select:before, .pagination-holder .pagination .icon.icon-arrow-right:before, .pagination-holder .pagination .form-control-inset.form-control-inset-select .icon-arrow-right.btn:before, .form-control-inset.form-control-inset-select .pagination-holder .pagination .icon-arrow-right.btn:before, .pagination-holder .pagination .icon-arrow-right.select:before {
        content: "\f3d3";
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .pagination_holder li, .pagination-holder li {
    height: 41px;
    line-height: 41px;
    margin: 0 0.15625rem; }
    .pagination_holder li.active a, .pagination_holder li:hover a, .pagination-holder li.active a, .pagination-holder li:hover a {
      color: #FFF;
      background: #222; }
    .pagination_holder li:before, .pagination_holder li:after, .pagination-holder li:before, .pagination-holder li:after {
      display: none; }
    .pagination_holder li a, .pagination-holder li a {
      font-family: "Comfortaa", cursive;
      font-size: 14px;
      color: #212121;
      font-weight: 400;
      text-transform: capitalize;
      z-index: 1;
      border-radius: 2px;
      padding: 6px 14px 8px 14px;
      position: relative; }

.breadcrumb {
  padding-left: 0;
  list-style: none;
  background-color: transparent;
  padding: 0 2px;
  margin: 0; }
  .breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }
  .breadcrumb li {
    text-transform: uppercase;
    font-family: "Comfortaa", cursive;
    float: left;
    font-size: 11px;
    margin-right: 0.5625rem;
    color: #B3A6A0;
    letter-spacing: .5px;
    font-weight: 700; }
    .breadcrumb li a {
      font-weight: 700;
      color: #B3A6A0;
      text-decoration: none; }
      .breadcrumb li a:hover {
        color: #B3A6A0;
        text-decoration: none; }
    .breadcrumb li.active {
      font-weight: 700;
      color: #B3A6A0; }
    .breadcrumb li:last-child, .breadcrumb li:nth-last-child(2) {
      display: none; }

.table.table-noborder {
  border: none; }
  .table.table-noborder td, .table.table-noborder tr {
    border: none; }

.table .form-qty {
  min-width: 7.1875rem; }

.table tr.no-border td {
  border-top: none !important;
  padding-top: 0 !important;
  font-size: 13px; }

.table-breakdown {
  font-size: 0.875rem;
  font-weight: 400; }
  .table-breakdown .txt-amount {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000 !important; }
  .table-breakdown .txt-total {
    font-size: 1.4375rem; }

.table-wrap {
  box-shadow: none;
  border-radius: 0px;
  clear: both;
  display: block;
  border: 1px solid #f1f1f1; }

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

.table.table-total tbody tr td {
  font-size: 16px; }

.table.table-total tbody tr.total {
  font-size: 19px; }
  .table.table-total tbody tr.total td {
    padding-top: 10px !important;
    border-top: 1px solid #dee2e6 !important; }

.table.table-total tbody tr ~ tr td {
  padding-top: 3px !important; }

.table.table-total tfoot tr td {
  border-top: none !important;
  border-bottom: none !important; }
  .table.table-total tfoot tr td:hover, .table.table-total tfoot tr td:active, .table.table-total tfoot tr td:focus, .table.table-total tfoot tr td:active:focus {
    background-color: #fff !important; }
  .table.table-total tfoot tr td:first-child {
    padding-left: 0 !important; }

.table.table-total.sm tr td {
  padding-top: 9px;
  padding-bottom: 9px; }

.table.table-order-details tr td.td-qty {
  font-size: 15px; }

.table.table-order-details tr.tr-heading td {
  border-bottom: 1px solid #dee2e6; }

.table.table-order-details tr.item td {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem; }

.table.table-order-details tr.item.item-parent td {
  border-bottom: none;
  padding-bottom: 2px; }

.table.table-order-details tr.tr-time + tr > td {
  padding-top: 0; }

.table.table-order-details tr.item-packs-space td {
  height: 0.5rem; }

.table.table-order-details tr.item-packs td {
  padding-bottom: 0; }

.table.table-order-details tr.tr-first td {
  padding-top: 3px; }

.table.table-order-details tr.tr-time td {
  border-top: none;
  border-bottom: none;
  padding-bottom: 0; }

.table.table-order-details tr.tr-time:last-child td {
  padding-bottom: 7px; }

.table.table-order-details tbody + tbody {
  border-top: 1px solid #dee2e6; }

.table-order-total-wrap {
  margin-top: -1px;
  border-top: 1px solid #dee2e6; }

.input-group.date .input-group-append .btn {
  color: #FFF;
  background: #333;
  outline: none !important;
  box-shadow: none !important; }
  .input-group.date .input-group-append .btn:hover, .input-group.date .input-group-append .btn:focus {
    background: #000; }

.checkout-cart {
  border-radius: 1px !important;
  border-color: #dee2e6 !important;
  box-shadow: none !important; }

.form-control, .select2-container .selection, .select2-o .select2-container .selection, textarea.form-control, .select2-container textarea.selection, .select2-o .select2-container textarea.selection, .form-control.form-control-lg, .select2-container .form-control-lg.selection, .select2-container .form-control-lg.selection {
  font-size: 14px;
  border-radius: 1px !important; }

.input-group {
  border-radius: 1px !important;
  border: 1px solid #dcdcdc !important; }

.modal .billing-details, .modal .shipping-details {
  margin-right: 0px;
  margin-left: 0px; }
  .modal .billing-details .form-label, .modal .shipping-details .form-label {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .modal .billing-details [class^="col-"]:first-child, .modal .shipping-details [class^="col-"]:first-child {
      border-right: none; } }

.modal-header {
  padding: 0.625rem 0.9375rem; }

.modal-body {
  padding: 1.25rem 0.9375rem; }
  .modal-body .select2-container {
    width: 100% !important; }
    .modal-body .select2-container .selection {
      border: 1px solid #cfd5db;
      font-size: 0.9375rem;
      padding: 0.4375rem 0.625rem !important;
      background-color: #fff; }
      .modal-body .select2-container .selection .select2-selection {
        min-height: 0.3125rem;
        height: 1.625rem; }
        .modal-body .select2-container .selection .select2-selection .select2-selection__arrow {
          height: 1rem; }
        .modal-body .select2-container .selection .select2-selection .select2-selection__rendered {
          line-height: 0.9375rem;
          padding-left: 0rem;
          padding-right: 0.9375rem; }

.modal-title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400; }

#modal_adding_cart .modal-content {
  padding: 10px 5px; }

#modal_adding_cart .modal-body {
  padding: 0 0; }

#modal_adding_cart .mini-products-list {
  padding: 0.3125rem 0.9375rem; }
  #modal_adding_cart .mini-products-list .container-compact-sm .form-row {
    display: flex;
    align-items: center; }

#modal_adding_cart .cart-mobile .item-img {
  text-decoration: none !important;
  outline: none !important; }
  #modal_adding_cart .cart-mobile .item-img img, #modal_adding_cart .cart-mobile .item-img .no-image {
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border: 1px solid rgba(165, 165, 165, 0.3);
    position: relative;
    background: #EEE; }
  #modal_adding_cart .cart-mobile .item-img .no-image .icon-image {
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 22px auto 0 auto; }

#modal_adding_cart .cart-mobile .item-name {
  white-space: normal;
  text-overflow: unset;
  overflow: visible; }
  #modal_adding_cart .cart-mobile .item-name a {
    font-family: "Comfortaa", cursive;
    letter-spacing: .5px;
    font-size: 1rem !important;
    line-height: 100%;
    color: #000; }

#modal_adding_cart .cart-mobile .item-info .price {
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  font-weight: 400 !important;
  letter-spacing: .5px; }

#modal_adding_cart .cart-actions {
  padding: 10px 15px;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%;
  bottom: -1px;
  left: 0px;
  transform: translate(0%, 0%); }
  #modal_adding_cart .cart-actions .btn {
    font-family: "Source Serif Pro", serif !important;
    font-size: 16px !important;
    letter-spacing: 1.5px;
    display: inline-block;
    width: 48%;
    float: left;
    border-radius: 0px;
    margin: 0 3% 0 0;
    box-shadow: none;
    min-width: auto !important;
    height: 45px;
    line-height: 45px;
    padding: 0 0.75rem;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    border: none;
    background-color: #222 !important; }
    #modal_adding_cart .cart-actions .btn:last-child {
      margin-right: 0px !important; }
    #modal_adding_cart .cart-actions .btn:hover, #modal_adding_cart .cart-actions .btn:focus {
      background-color: #000 !important; }
    #modal_adding_cart .cart-actions .btn:only-child {
      width: 100%;
      float: none; }

.editInfoTabsModal .panel-images {
  display: none; }

#postcode-popup .core {
  background-color: #fff;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative; }

#postcode-popup .modal-header {
  border-bottom: none;
  border-radius: 0 0 0 0; }
  #postcode-popup .modal-header .modal-title {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #414141;
    padding-top: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold; }
  #postcode-popup .modal-header .close {
    position: absolute;
    top: 6px;
    right: 6px;
    float: none; }

#postcode-popup .modal-content {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 0 0;
  box-shadow: 0px 0px 30px 0px #0000004d;
  border: none; }

#postcode-popup .modal-body {
  background-color: #fff;
  padding-top: 0.625rem; }
  #postcode-popup .modal-body p {
    color: #6a7b8c;
    font-size: 1rem; }
    #postcode-popup .modal-body p.md {
      font-size: 1.25rem; }

#postcode-popup .modal-dialog {
  max-width: 650px;
  width: 100%; }

#postcode-popup .input-group {
  border-radius: 0 0;
  width: 100%;
  max-width: 28.125rem;
  margin: 0.625rem auto 0.9375rem; }
  #postcode-popup .input-group .form-control, #postcode-popup .input-group .select2-container .selection, .select2-container #postcode-popup .input-group .selection {
    border-radius: 0 0;
    background-color: #f8f9fa; }
  #postcode-popup .input-group .btn {
    font-weight: 300;
    font-size: 0.9375rem;
    text-transform: uppercase;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px; }

@media (max-width: 991.98px) {
  #postcode-popup .core {
    background-color: #fff;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative; }
  #postcode-popup .modal-content {
    padding: 0.625rem; }
  #postcode-popup .modal-dialog {
    margin-left: auto;
    margin-right: auto; } }

.modal-open {
  padding-right: 0px !important; }
  .modal-open .modal {
    background: rgba(19, 19, 19, 0.65); }

.modal.show .modal-dialog .modal-content {
  padding: 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 6px #c1c1c1; }
  .modal.show .modal-dialog .modal-content .modal-header {
    border: none; }
  .modal.show .modal-dialog .modal-content .form-control, .modal.show .modal-dialog .modal-content .select2-container .selection, .select2-container .modal.show .modal-dialog .modal-content .selection {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    border-radius: 0px;
    padding: 10px 15px;
    min-height: 40px; }

.modal-body .form-control-lg {
  font-size: 14px; }

.modal-body .d-flex .btn, .modal-body .payment-method .method div .btn, .payment-method .method .modal-body div .btn, .modal-body .checkout-cart .body .price .btn, .checkout-cart .body .modal-body .price .btn, .modal-body .checkout-cart .body .delivery .btn, .checkout-cart .body .modal-body .delivery .btn, .modal-body .checkout-cart .footer .btn, .checkout-cart .modal-body .footer .btn, .modal-body .d-flex a, .modal-body .payment-method .method div a, .payment-method .method .modal-body div a, .modal-body .checkout-cart .body .price a, .checkout-cart .body .modal-body .price a, .modal-body .checkout-cart .body .delivery a, .checkout-cart .body .modal-body .delivery a, .modal-body .checkout-cart .footer a, .checkout-cart .modal-body .footer a {
  font-family: "Source Serif Pro", serif !important;
  font-size: 16px !important;
  letter-spacing: .5px;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
  .modal-body .d-flex .btn:hover, .modal-body .payment-method .method div .btn:hover, .payment-method .method .modal-body div .btn:hover, .modal-body .checkout-cart .body .price .btn:hover, .checkout-cart .body .modal-body .price .btn:hover, .modal-body .checkout-cart .body .delivery .btn:hover, .checkout-cart .body .modal-body .delivery .btn:hover, .modal-body .checkout-cart .footer .btn:hover, .checkout-cart .modal-body .footer .btn:hover, .modal-body .d-flex .btnfocus, .modal-body .payment-method .method div .btnfocus, .payment-method .method .modal-body div .btnfocus, .modal-body .checkout-cart .body .price .btnfocus, .checkout-cart .body .modal-body .price .btnfocus, .modal-body .checkout-cart .body .delivery .btnfocus, .checkout-cart .body .modal-body .delivery .btnfocus, .modal-body .checkout-cart .footer .btnfocus, .checkout-cart .modal-body .footer .btnfocus, .modal-body .d-flex a:hover, .modal-body .payment-method .method div a:hover, .payment-method .method .modal-body div a:hover, .modal-body .checkout-cart .body .price a:hover, .checkout-cart .body .modal-body .price a:hover, .modal-body .checkout-cart .body .delivery a:hover, .checkout-cart .body .modal-body .delivery a:hover, .modal-body .checkout-cart .footer a:hover, .checkout-cart .modal-body .footer a:hover, .modal-body .d-flex afocus, .modal-body .payment-method .method div afocus, .payment-method .method .modal-body div afocus, .modal-body .checkout-cart .body .price afocus, .checkout-cart .body .modal-body .price afocus, .modal-body .checkout-cart .body .delivery afocus, .checkout-cart .body .modal-body .delivery afocus, .modal-body .checkout-cart .footer afocus, .checkout-cart .modal-body .footer afocus {
    color: #FFF !important; }

.modal-body .d-flex a, .modal-body .payment-method .method div a, .payment-method .method .modal-body div a, .modal-body .checkout-cart .body .price a, .checkout-cart .body .modal-body .price a, .modal-body .checkout-cart .body .delivery a, .checkout-cart .body .modal-body .delivery a, .modal-body .checkout-cart .footer a, .checkout-cart .modal-body .footer a {
  color: #222 !important;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  outline: none;
  letter-spacing: .5px;
  border: 2px solid #222; }
  .modal-body .d-flex a:hover, .modal-body .payment-method .method div a:hover, .payment-method .method .modal-body div a:hover, .modal-body .checkout-cart .body .price a:hover, .checkout-cart .body .modal-body .price a:hover, .modal-body .checkout-cart .body .delivery a:hover, .checkout-cart .body .modal-body .delivery a:hover, .modal-body .checkout-cart .footer a:hover, .checkout-cart .modal-body .footer a:hover, .modal-body .d-flex afocus, .modal-body .payment-method .method div afocus, .payment-method .method .modal-body div afocus, .modal-body .checkout-cart .body .price afocus, .checkout-cart .body .modal-body .price afocus, .modal-body .checkout-cart .body .delivery afocus, .checkout-cart .body .modal-body .delivery afocus, .modal-body .checkout-cart .footer afocus, .checkout-cart .modal-body .footer afocus {
    color: #FFF !important;
    background-color: #222; }

#modal_search .input-group.input-group {
  border-radius: 40px !important;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 0 5px #000; }
  #modal_search .input-group.input-group .btn-primary, #modal_search .input-group.input-group .list-account-menu li.active .btn, .list-account-menu li.active #modal_search .input-group.input-group .btn {
    padding-left: 20px;
    padding-right: 15px;
    outline: none;
    border: none;
    box-shadow: none;
    color: #000;
    background: #FFF; }
  #modal_search .input-group.input-group .form-control, #modal_search .input-group.input-group .select2-container .selection, .select2-container #modal_search .input-group.input-group .selection {
    padding-left: 0px; }

#modal_search .modal-dialog {
  width: 100%;
  max-width: 540px !important;
  margin-top: 20%;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0em 0.15em 2em 0em rgba(0, 0, 0, 0); }
  #modal_search .modal-dialog .modal-content {
    padding: 0px;
    box-shadow: none;
    border: none;
    background: none; }
    #modal_search .modal-dialog .modal-content .modal-header {
      display: none; }

.modal-header .close {
  padding: 0;
  margin: 0; }

.input-group {
  font-size: 1em;
  border: 1px solid #ced4da;
  border-radius: 4px; }
  .input-group .form-control, .input-group .select2-container .selection, .select2-container .input-group .selection, .input-group .btn {
    border: none; }
  .input-group.gray {
    background-color: #f6f6f6; }
    .input-group.gray .form-control, .input-group.gray .select2-container .selection, .select2-container .input-group.gray .selection {
      background-color: transparent; }
  .input-group.input-group-danger {
    border: 1px solid #f0425a !important; }
  .input-group .form-control:first-child, .input-group .select2-container .selection:first-child, .select2-container .input-group .selection:first-child {
    border-right: 0; }
  .input-group.input-group-round {
    border-radius: 100px; }
    .input-group.input-group-round .form-control, .input-group.input-group-round .select2-container .selection, .select2-container .input-group.input-group-round .selection {
      border-radius: 100px; }
  .input-group.flowhidden {
    overflow: hidden; }
  .input-group.error-float.dark .parsley-errors-list {
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 10;
    width: 100%; }
    .input-group.error-float.dark .parsley-errors-list li {
      color: #fff;
      display: block;
      text-align: center;
      border-radius: 0.25rem;
      padding: 6px;
      background: rgba(0, 0, 0, 0.65); }
  .input-group.input-group-bold {
    border: 2px solid #ced4da; }
  .input-group.input-border-transparent {
    border-color: transparent; }
  .input-group.input-group {
    width: 100%;
    padding: 0; }
  .input-group .input-group-addon {
    background-color: white;
    color: #222;
    font-size: 1em; }
    .input-group .input-group-addon:first-child {
      border-right: 0; }
    .input-group .input-group-addon:last-child {
      border: none;
      border-left: 0; }
  .input-group .input-group-btn .btn,
  .input-group .input-group-append .btn {
    padding-top: 0;
    padding-bottom: 0; }
  .input-group .input-group-btn:first-child .btn,
  .input-group .input-group-append:first-child .btn {
    border-right: 0; }
  .input-group .input-group-btn:last-child .btn,
  .input-group .input-group-append:last-child .btn {
    border-left: 0; }
  .input-group .btn-text {
    font-size: 0.875rem;
    text-transform: uppercase; }
  .input-group.input-group-round input.btn,
  .input-group.input-group-round select.btn {
    border-radius: 100px 0 0 100px;
    border-right: 0;
    padding: 0.625rem 1.25rem; }
  .input-group.input-group-round input.btn-l,
  .input-group.input-group-round select.btn-l {
    border-right: 0;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem; }
  .input-group.input-group-round input.btn-r,
  .input-group.input-group-round select.btn-r {
    border-left: 0;
    padding: 0.625rem 1.25rem 0.625rem 0.625rem; }
  .input-group.input-group-round input.form-control, .input-group.input-group-round .select2-container input.selection, .select2-container .input-group.input-group-round input.selection,
  .input-group.input-group-round select.form-control,
  .input-group.input-group-round .select2-container select.selection,
  .select2-container .input-group.input-group-round select.selection {
    padding: 0.625rem 1.5625rem; }
  .input-group .btn {
    border-radius: 0 0; }
  .input-group.bootstrap-touchspin .form-control, .input-group.bootstrap-touchspin .select2-container .selection, .select2-container .input-group.bootstrap-touchspin .selection {
    border-radius: 4px !important; }
  .input-group.bootstrap-touchspin .input-group-btn:last-child .btn {
    border-radius: 0px 4px 4px 0px; }

.input-group-time {
  border: 1px solid #ced4da;
  padding: 0.3125rem 0.625rem;
  border-radius: 4px;
  min-height: 2.625rem; }
  .input-group-time .form-control, .input-group-time .select2-container .selection, .select2-container .input-group-time .selection {
    display: inline-block;
    border: none;
    width: 5rem;
    min-height: 1.6875rem;
    text-align: center;
    background-color: transparent;
    padding: 0.1875rem 0.3125rem; }
    .input-group-time .form-control:hover, .input-group-time .select2-container .selection:hover, .select2-container .input-group-time .selection:hover, .input-group-time .form-control:active, .input-group-time .select2-container .selection:active, .select2-container .input-group-time .selection:active, .input-group-time .form-control:focus, .input-group-time .select2-container .selection:focus, .select2-container .input-group-time .selection:focus, .input-group-time .form-control:active:focus, .input-group-time .select2-container .selection:active:focus, .select2-container .input-group-time .selection:active:focus {
      background-color: rgba(255, 193, 7, 0.09);
      outline: none;
      box-shadow: none; }
  .input-group-time .time-item {
    background-color: #f7f7f7;
    margin: 0.0625rem 0 0.0625rem; }
  .input-group-time .time-item {
    padding: 0 3px;
    margin-right: 4px; }
  .input-group-time .time-holder {
    display: inline-block; }
  .input-group-time .and {
    margin-left: 3px; }
  .input-group-time .btn, .input-group-time label {
    display: inline-block;
    vertical-align: top; }
  .input-group-time label {
    margin-bottom: 0; }
  .input-group-time .btn {
    padding: 0.3125rem 0.4375rem;
    font-size: 0.6875rem;
    text-transform: uppercase; }
  .input-group-time .time-item {
    display: inline-block;
    background-color: #f7f7f7; }
  .input-group-time .remove-time {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    font-size: 0.75rem;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(240, 66, 90, 0.09);
    color: #f0425a;
    padding: 0.125rem 0;
    border-radius: 4px; }
    .input-group-time .remove-time:hover, .input-group-time .remove-time:active, .input-group-time .remove-time:focus, .input-group-time .remove-time:active:focus {
      background-color: rgba(240, 66, 90, 0.9);
      color: #fff; }

.custom-control > * {
  display: inline;
  vertical-align: middle; }

.custom-checkbox {
  padding-left: 0;
  cursor: pointer;
  width: 100%; }
  .custom-checkbox:hover .custom-control-description {
    color: #4f4e4e; }
  .custom-checkbox .custom-control-input:disabled ~ .custom-control-indicator {
    border-color: #4f4e4e;
    background-color: #4f4e4e;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .custom-checkbox .custom-control-input:disabled ~ .custom-control-description {
    font-weight: bold;
    color: #4f4e4e; }
    .custom-checkbox .custom-control-input:disabled ~ .custom-control-description:hover {
      color: #5c5b5b; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    border-color: #4f4e4e;
    background-color: #4f4e4e;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:before {
      content: '';
      display: inline-block;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      width: 30%;
      height: 50%;
      transform: rotate(45deg);
      margin-right: -0.125rem;
      margin-bottom: 0.1875rem; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-description {
    font-family: "Comfortaa", cursive;
    color: #4f4e4e;
    font-weight: 400; }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-description:hover {
      color: #5c5b5b; }
  .custom-checkbox .custom-control-indicator {
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 0;
    border: 1px solid #cfd5db;
    background-color: white;
    top: 0.125rem;
    float: left;
    margin-right: 0.625rem; }
  .custom-checkbox .custom-control-description {
    display: table-cell;
    line-height: normal; }
    .custom-checkbox .custom-control-description.custom-control-description-md {
      font-size: 1.125rem; }
  .custom-checkbox.custom-checkbox-small {
    font-size: 12px; }
    .custom-checkbox.custom-checkbox-small .custom-control-indicator {
      width: 1rem;
      height: 1rem; }

.category-tree {
  padding-left: 1.1875rem;
  margin-left: 0.5625rem;
  border-left: 1px solid #cfd5db; }

.card {
  border: 1px solid #dee2e6; }

.card-block {
  flex: 1 1 auto;
  padding: 2.5rem; }

.card-block-md {
  padding: 1.25rem; }

.card-wrap {
  padding: 1.125rem 1.25rem;
  border-radius: 1px;
  border: 1px solid #dee2e6; }
  .card-wrap.quick-login {
    border-color: #EEE !important;
    background: #EEE; }
  .card-wrap .heading {
    font-weight: 300;
    font-size: 1.5rem;
    color: #222;
    margin-top: 0;
    margin-bottom: 0.9375rem; }
  .card-wrap h4 {
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0rem; }
  .card-wrap .sub-text {
    color: #b6b6b6;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    margin-bottom: 0.3125rem; }

.card-overlay {
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden; }
  .card-overlay .card-title {
    color: #fff; }
  .card-overlay .card-img {
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    flex: 1;
    height: 29.375rem;
    width: auto; }
  .card-overlay .icon, .card-overlay .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .card-overlay .btn:before, .card-overlay .select:before {
    position: relative;
    display: block;
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 100%;
    padding: 1.5625rem 0rem;
    font-size: 0rem;
    color: #222;
    text-align: center;
    background-color: #fff;
    margin: auto;
    margin-bottom: 1.25rem; }
  .card-overlay .img-icon {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .card-overlay .card-body {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    background: linear-gradient(0deg, rgba(89, 89, 89, 0.8) 65%, transparent);
    position: absolute;
    bottom: 0;
    text-decoration: none !important; }
    .card-overlay .card-body .card-text {
      font-weight: 100;
      line-height: 1.4;
      margin: auto;
      max-height: 90%;
      font-size: 1.125rem; }
  .card-overlay .link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent !important;
    outline: none;
    z-index: 5; }

.card-post {
  position: relative;
  text-align: center;
  border: none;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  .card-post:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 65%, transparent);
    border-radius: 5px; }
  .card-post .card-title a {
    color: #222222; }
    .card-post .card-title a:hover, .card-post .card-title a:active, .card-post .card-title a:focus, .card-post .card-title a:active:focus {
      color: #222222;
      text-decoration: none; }
  .card-post .icon, .card-post .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .card-post .btn:before, .card-post .select:before {
    position: relative;
    display: flex;
    width: 3.4375rem;
    height: 3.4375rem;
    background-color: #222;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding: 0.625rem 0;
    margin: auto;
    justify-content: center !important;
    margin-top: -3.125rem;
    margin-bottom: 1.25rem;
    z-index: 5; }
    .card-post .icon img, .card-post .form-control-inset.form-control-inset-select .btn:before img, .form-control-inset.form-control-inset-select .card-post .btn:before img, .card-post .select:before img {
      margin: auto;
      max-width: 2.1875rem;
      height: auto; }
  .card-post .badge {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    font-size: 0.625rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 0.1875rem 0.3125rem;
    z-index: 5; }
  .card-post .card-img {
    height: 10rem;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%; }
  .card-post .card-body {
    position: relative;
    z-index: 3;
    background-color: #fff; }
  .card-post .card-footer {
    position: relative;
    z-index: 3;
    border-top: none;
    background-color: #fafafa; }
  .card-post .invi-link {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%; }

.card-post-compact {
  position: relative;
  text-align: center;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  .card-post-compact .card-img {
    height: 15.625rem;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%; }
  .card-post-compact .badge {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    font-size: 0.875rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 0.1875rem 0.3125rem;
    z-index: 5;
    color: #222; }
    .card-post-compact .badge .icon, .card-post-compact .badge .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .card-post-compact .badge .btn:before, .card-post-compact .badge .select:before {
      font-size: 0.9375rem;
      color: #262626;
      vertical-align: bottom; }
  .card-post-compact .info {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    color: #000;
    width: 100%;
    padding: 0.625rem 0.9375rem; }
    .card-post-compact .info h3 {
      font-weight: 600;
      font-size: 1.125rem;
      margin-bottom: 0; }
      .card-post-compact .info h3 a {
        color: #222222; }
        .card-post-compact .info h3 a:hover, .card-post-compact .info h3 a:active, .card-post-compact .info h3 a:focus, .card-post-compact .info h3 a:active:focus {
          color: #222222;
          text-decoration: none; }
    .card-post-compact .info .post-link {
      font-size: 0.875rem;
      color: #000; }
      .card-post-compact .info .post-link:hover, .card-post-compact .info .post-link:active, .card-post-compact .info .post-link:focus, .card-post-compact .info .post-link:active:focus {
        text-decoration: none;
        color: #222; }
  .card-post-compact.lg .card-img {
    height: 32.8125rem; }
  .card-post-compact.card-post-gallery {
    box-shadow: #0000001c 0px 0px 5px 2px;
    border-radius: 4px 4px;
    overflow: hidden; }
    .card-post-compact.card-post-gallery .card-img {
      border-radius: 0 0; }
    .card-post-compact.card-post-gallery .info {
      position: relative;
      background-color: #fff;
      padding-bottom: 20px; }
      .card-post-compact.card-post-gallery .info h3 {
        margin-bottom: 8px; }
      .card-post-compact.card-post-gallery .info .post-link {
        background-color: #222;
        padding: 5px 10px;
        border-radius: 3px;
        color: #fff; }
        .card-post-compact.card-post-gallery .info .post-link:hover, .card-post-compact.card-post-gallery .info .post-link:active, .card-post-compact.card-post-gallery .info .post-link:focus, .card-post-compact.card-post-gallery .info .post-link:active:focus {
          background-color: #2a2a2a;
          outline: none;
          box-shadow: none;
          color: #fff; }

.card-content-inner {
  position: relative;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
  .card-content-inner .ct {
    position: relative; }
    .card-content-inner .ct:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .card-content-inner h1, .card-content-inner h2, .card-content-inner h3, .card-content-inner h4 {
    position: absolute;
    bottom: 8%;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 2.5rem;
    font-size: 1.125rem !important;
    text-transform: uppercase;
    line-height: 1.3;
    z-index: 4; }
    @media (max-width: 991.98px) {
      .card-content-inner h1, .card-content-inner h2, .card-content-inner h3, .card-content-inner h4 {
        padding: 0 0.625rem; } }
    @media (max-width: 767.98px) {
      .card-content-inner h1, .card-content-inner h2, .card-content-inner h3, .card-content-inner h4 {
        padding: 0 1.875rem; } }
  .card-content-inner .link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .card-content-inner:hover .ct, .card-content-inner:active .ct, .card-content-inner:focus .ct, .card-content-inner:active:focus .ct, .card-content-inner.active .ct {
    position: relative; }
    .card-content-inner:hover .ct:before, .card-content-inner:active .ct:before, .card-content-inner:focus .ct:before, .card-content-inner:active:focus .ct:before, .card-content-inner.active .ct:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.15); }

.pagination_list li {
  list-style: none;
  float: left;
  margin: 0;
  margin: 0 2px; }
  .pagination_list li.active {
    color: #fff;
    background: #222; }
    .pagination_list li.active a {
      color: #fff;
      background: #222; }
  .pagination_list li a {
    color: #737373;
    padding: 2px 10px;
    border-radius: 4px;
    background: #ddd; }
    .pagination_list li a:hover {
      color: #fff;
      background: #222;
      text-decoration: none; }

.pagination_holder {
  width: 100%;
  float: left;
  padding: 5px 0 0 0; }

.pagination_list_holder {
  text-transform: uppercase;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px; }

.no-stock {
  position: relative; }
  .no-stock img {
    opacity: 0.5; }
  .no-stock .ribbon-title {
    font-size: 14px;
    color: #fff; }

.ribbon {
  background: #E44141;
  position: absolute;
  top: 0;
  right: -19px;
  padding: 10px; }
  .ribbon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -13px;
    top: 0;
    border-top: 17px solid #E44141;
    border-bottom: 18px solid #E44141;
    border-left: 14px solid transparent;
    -webkit-transition: all 0.05s ease; }
  .ribbon:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 35px;
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 20px solid #BE3030;
    border-bottom: 10px solid transparent;
    -webkit-transition: all 0.05s ease; }

li.required, li.type, li.minlength, li.equalto {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  background: #222;
  color: #fff;
  padding: 0 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px; }
  li.required:after, li.type:after, li.minlength:after, li.equalto:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #222;
    position: absolute;
    content: '';
    bottom: -6px;
    right: 0; }

.div-discount-error {
  z-index: 10;
  position: absolute;
  right: 35%;
  top: 10px;
  background: #222;
  color: #fff;
  padding: 0 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px; }
  .div-discount-error:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #222;
    position: absolute;
    content: '';
    bottom: -6px;
    right: 0; }

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px;
  font-size: 11px;
  font-family: 'Roboto', sans-serif; }

.label-heading {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e8e8e9; }

.label-title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #545454;
  margin-bottom: 5px; }

.bootstrap-touchspin-down {
  display: block;
  background: white;
  border-bottom: 1px solid #c7c8c7;
  border-right: 1px solid #c7c8c7;
  height: 22px;
  width: 17px;
  font-size: 11px;
  line-height: 0;
  border-bottom-right-radius: 4px; }
  .bootstrap-touchspin-down:focus {
    outline: 0; }

.bootstrap-touchspin-up {
  display: block;
  background: white;
  border-top-width: 1px;
  border-bottom: 1px solid #c7c8c7;
  border-right: 1px solid #c7c8c7;
  border-left: 1px solid #c7c8c7;
  height: 22px;
  width: 17px;
  font-size: 11px;
  line-height: 0;
  border-top-right-radius: 4px; }
  .bootstrap-touchspin-up:focus {
    outline: 0; }

.bootstrap-touchspin-prefix:empty, .bootstrap-touchspin-postfix:empty {
  display: none; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .select2-container .selection:not(:first-child):not(:last-child),
.select2-container .input-group .selection:not(:first-child):not(:last-child) {
  border-radius: 0; }

.search-toggle {
  position: absolute;
  right: 0; }

.search-wrapper {
  position: absolute;
  top: 61px;
  right: 0;
  width: 350px;
  padding: 40px;
  background-color: #16a34f;
  color: #fff;
  opacity: 0; }

.search-wrapper-inner {
  opacity: 0; }
  .search-wrapper-inner .form-control, .search-wrapper-inner .select2-container .selection, .select2-container .search-wrapper-inner .selection {
    height: 46px;
    box-shadow: none; }
    .search-wrapper-inner .form-control:focus, .search-wrapper-inner .select2-container .selection:focus, .select2-container .search-wrapper-inner .selection:focus {
      border: 1px solid #c7c8c7; }

.is-triggered .search-wrapper-inner {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1); }

.is-triggered .search-wrapper {
  -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
  opacity: 1;
  z-index: 3; }

.right {
  float: right; }
  .right select {
    box-shadow: none;
    -o-box-shadow: "" none 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: "" none 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 1px solid #c7c8c7;
    background: #fff; }
    .right select:focus {
      outline: 0; }

.l-sidebar, .l-aside {
  border: 1px solid #ddd; }
  @media (max-width: 767px) {
    .l-sidebar, .l-aside {
      margin-bottom: 25px; } }

.l-aside {
  padding: 10px; }

.note {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 1.5em;
  position: relative; }
  .note-title {
    color: #545454;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px; }

.panel .panel-heading {
  background: #222;
  padding: 15px;
  color: #fff; }

.panel .panel-body-title {
  margin-bottom: 10px; }
  .panel .panel-body-title span {
    color: #222; }

.panel .panel-body a {
  color: #222; }

.panel .panel-body .copy p {
  margin-bottom: 10px; }

.link-default {
  color: #737373; }
  .link-default:hover {
    color: #222; }

div#cboxOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

#cboxWrapper .grid_12 {
  margin: 10px 0 2.5em;
  text-align: center;
  display: block; }

button#cboxClose {
  padding: 10px;
  border: 0;
  background: #222;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  text-transform: uppercase; }

#cboxContent, #cboxWrapper #cboxContent {
  padding: 20px;
  height: auto !important;
  display: block; }

#cboxLoadedContent .legend {
  text-align: center;
  font-family: 'Roboto'; }
  #cboxLoadedContent .legend h2 {
    font-weight: 100;
    font-size: 40px; }

#cboxWrapper {
  height: auto !important;
  width: auto !important;
  box-shadow: 0px 0px 0px 10px #ffffff;
  border-radius: 0;
  padding: 20px; }

#colorbox {
  z-index: 1050;
  background: #fff;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important; }
  #colorbox:focus {
    outline: none; }

#cboxLoadedContent, #cboxWrapper #cboxLoadedContent {
  overflow: auto;
  width: auto !important;
  height: auto !important; }

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

.copy h1, .copy h2, .copy h3, .copy h4, .copy h5 {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3; }

.copy p {
  margin-bottom: 10px;
  line-height: 1.5; }

.copy h3 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 15px; }

.copy-colored {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #7f7e7e;
  line-height: 2;
  letter-spacing: 2px; }

.copy-title, .copy-title-sm p {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #545454;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase; }

.copy-title-sm p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: none; }

.map iframe {
  background-color: #eee;
  border-radius: 4px; }

.map ul {
  margin-top: 25px; }
  .map ul li {
    font-family: "Comfortaa", cursive;
    font-size: 16px;
    color: #000;
    line-height: 1.6; }
  .map ul a {
    color: #000;
    text-decoration: none; }
  @media (max-width: 1024px) {
    .map ul {
      margin-bottom: 20px; } }

.blurb {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
  text-align: center; }

.blurb-title {
  font-size: 24px;
  color: #545454; }

.newsletter-subscribe {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #494949;
  text-align: center;
  display: none; }
  .newsletter-subscribe li.required {
    right: 22%;
    top: -28px; }

small {
  font-size: 0.5em; }

.hidden {
  display: none !important; }

.no-image {
  display: block;
  width: 100%;
  color: #dddddd;
  text-align: center; }

.help-block {
  font-size: 0.75em; }

.parsley-errors-list {
  margin-top: 5px;
  font-size: 13px;
  color: #f0425a; }

blockquote {
  position: relative;
  display: inline;
  color: #a0a0a0;
  padding: 0 1.5em;
  border-left: 0 !important;
  font-size: 1.35em;
  line-height: 1.3em; }
  blockquote:before, blockquote:after {
    position: absolute;
    display: inline-block;
    font-size: 60px;
    line-height: .95em;
    color: #222; }
  blockquote:before {
    content: '\201C';
    left: 0;
    top: 0; }
  blockquote:after {
    content: '\02EE';
    right: 0;
    bottom: -0.45em;
    margin-left: 5px; }

.accordion-accordion {
  border-bottom: 1px solid #dee2e6; }
  .accordion-accordion .panel {
    border-radius: 0;
    border: none; }
  .accordion-accordion .panel-item > .panel-heading {
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    padding: 0 0; }
  .accordion-accordion .panel-item ~ .panel-item {
    border-top: 1px solid #dee2e6; }
  .accordion-accordion .panel-group .panel {
    box-shadow: none;
    border-radius: 0; }
  .accordion-accordion .panel-title {
    margin-bottom: 0; }
  .accordion-accordion .panel-title > a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 1.5625rem;
    padding-left: 2.1875rem;
    padding-right: 0rem;
    font-size: 1.125rem;
    line-height: 1;
    color: #222; }
    .accordion-accordion .panel-title > a:hover, .accordion-accordion .panel-title > a:active, .accordion-accordion .panel-title > a:focus, .accordion-accordion .panel-title > a:active:focus {
      color: #222; }
    .accordion-accordion .panel-title > a .icon, .accordion-accordion .panel-title > a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .accordion-accordion .panel-title > a .btn:before, .accordion-accordion .panel-title > a .select:before {
      position: absolute;
      top: 50%;
      left: 0rem;
      transform: translate(0%, -50%);
      color: #222;
      text-align: center;
      font-weight: bolder;
      width: 26px;
      height: 26px;
      border-radius: 100%;
      border: 2px solid #222;
      font-size: 0rem; }
      .accordion-accordion .panel-title > a .icon:before, .accordion-accordion .panel-title > a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .accordion-accordion .panel-title > a .btn:before, .accordion-accordion .panel-title > a .select:before {
        content: "\e914";
        font-size: 1.3125rem; }
    .accordion-accordion .panel-title > a.collapsed {
      color: #343a40; }
      .accordion-accordion .panel-title > a.collapsed .icon:before, .accordion-accordion .panel-title > a.collapsed .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .accordion-accordion .panel-title > a.collapsed .btn:before, .accordion-accordion .panel-title > a.collapsed .select:before {
        content: "\e91a"; }
  .accordion-accordion .panel-body {
    padding: 1.25rem 2.1875rem;
    padding-right: 0px;
    padding-top: 0.3125rem;
    background: transparent;
    border-top: none !important;
    font-size: 1.0625rem;
    margin-bottom: -1px; }

.panel-group .panel + .panel {
  margin-top: -rem(2px); }

.content-editor {
  font-weight: 200; }
  .content-editor ul {
    padding-left: 20px;
    list-style-type: disc; }
  .content-editor ol {
    padding-left: 20px;
    list-style-type: decimal; }

.text-excerpt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle; }
  .text-excerpt.limit-sm {
    max-width: 11.5625rem; }

.content-editor ul.menu-tabs {
  list-style: none; }

.social {
  font-size: 0.875rem;
  line-height: 1em; }
  .social li {
    display: inline-block;
    vertical-align: baseline; }
    .social li a {
      display: inline-block;
      vertical-align: baseline;
      text-align: center;
      text-decoration: none;
      padding: 0.5rem 0.5rem; }
      .social li a .icon, .social li a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .social li a .btn:before, .social li a .select:before {
        color: #fff; }
      .social li a:hover .icon, .social li a:hover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .social li a:hover .btn:before, .social li a:hover .select:before, .social li a:active .icon, .social li a:active .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .social li a:active .btn:before, .social li a:active .select:before, .social li a:focus .icon, .social li a:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .social li a:focus .btn:before, .social li a:focus .select:before {
        color: #222; }
    .social li .icon, .social li .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .social li .btn:before, .social li .select:before {
      vertical-align: middle; }

.social-login a {
  color: #222222; }
  .social-login a:hover, .social-login a:active, .social-login a:focus {
    text-decoration: none;
    color: #222; }

.social-login .icon, .social-login .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .social-login .btn:before, .social-login .select:before {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 1.875rem; }

.social-radial li {
  margin: 0; }

.social-radial a {
  display: table-cell;
  background: #252525;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle; }
  .social-radial a:hover {
    background: #222; }

.social-sm a {
  display: table-cell;
  background: #252525;
  color: white !important;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.75rem;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle; }
  .social-sm a:hover {
    background: #222; }

.post {
  margin-bottom: 2.5rem;
  position: relative; }
  .post .image {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    margin-bottom: 0.625rem;
    position: relative;
    overflow: hidden; }
    .post .image img {
      height: 15.625rem;
      min-width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .post .image .noimage {
      width: 9.375rem;
      height: 9.375rem;
      min-width: auto;
      margin: 3.125rem 0; }
    .post .image .link-transparent {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-color: transparent;
      outline: none !important;
      z-index: 2; }
  .post h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.3125rem;
    font-size: 1.0625em;
    font-weight: 600; }
  .post.list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex: 0 0 100%;
    max-width: 100%; }
    .post.list .badge-wrap {
      display: none; }
    .post.list .post-controls {
      display: none; }
    .post.list .image {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      .post.list .image img {
        height: 14.375rem; }
      .post.list .image .noimage {
        height: 9.375rem;
        min-width: auto;
        margin: 3.125rem 0; }
    .post.list .post-core {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
  .post.grid .post-list-info {
    display: none; }
  .post .post-list-info .badge-wrap {
    display: block;
    position: relative;
    right: 0;
    top: 0; }
  .post .post-list-info .actions .btn, .post .post-list-info .actions form {
    display: inline-block;
    vertical-align: top; }

.post-single-wrap {
  margin-bottom: 1.875rem;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  overflow: hidden; }
  .post-single-wrap .item-img {
    position: relative;
    text-align: center;
    background-color: #fff; }
    .post-single-wrap .item-img .no-image {
      position: relative;
      padding: 3.75rem 0;
      display: block;
      top: 0%;
      left: 0%;
      transform: translate(0%, 0%); }
      .post-single-wrap .item-img .no-image .icon, .post-single-wrap .item-img .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .post-single-wrap .item-img .no-image .btn:before, .post-single-wrap .item-img .no-image .select:before {
        font-size: 3.125rem; }
      .post-single-wrap .item-img .no-image h4 {
        font-size: 1.25rem; }
    .post-single-wrap .item-img a:hover, .post-single-wrap .item-img a:active, .post-single-wrap .item-img a:focus, .post-single-wrap .item-img a:active:focus {
      text-decoration: none; }
  .post-single-wrap .post-title {
    padding: 0.9375rem 1.25rem; }
    .post-single-wrap .post-title h1, .post-single-wrap .post-title h2 {
      font-size: 1.4375rem;
      margin-bottom: 0.3125rem; }
    .post-single-wrap .post-title a {
      color: #222222; }
      .post-single-wrap .post-title a:hover, .post-single-wrap .post-title a:active, .post-single-wrap .post-title a:focus, .post-single-wrap .post-title a:active:focus {
        text-decoration: none;
        color: #222222; }
    .post-single-wrap .post-title .t-sub {
      font-size: 1rem;
      line-height: 1.25rem;
      color: #545454; }
  .post-single-wrap .post-info .info {
    border-bottom: 0;
    margin-bottom: 0; }
    .post-single-wrap .post-info .info a {
      float: none;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0; }

.post-meta {
  display: flex;
  align-items: left;
  justify-content: left;
  display: -ms-flexbox;
  -ms-flex-align: left;
  -ms-flex-pack: left;
  padding: 0.3125rem 0.625rem;
  border-top: 1px solid #dee2e6;
  background-color: #fbfbfb; }
  .post-meta .title {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 0.8125rem; }
  .post-meta .val {
    font-size: 1rem;
    color: #222;
    font-weight: 600; }
  .post-meta .meta {
    padding: 5px 10px; }

.post-desc {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  padding: 1.25rem; }
  .post-desc::after {
    display: block;
    clear: both;
    content: ""; }

.popover {
  max-width: 100%;
  width: 900px; }
  .popover.default {
    width: 100px;
    color: #fff;
    background-color: #565d59; }
    .popover.default .popover-body {
      color: #fff;
      padding: 8px 10px 10px;
      padding-bottom: 10px;
      text-align: center; }
    .popover.default.bs-popover-top > .arrow::after, .popover.default.bs-popover-auto[x-placement^="top"] > .arrow::after, .popover.default.bs-popover-auto[x-placement^="top"] > .arrow::after {
      border-top-color: #565d59; }

.popover-body {
  padding: 15px 18px 25px;
  padding-bottom: 20px; }

.popover-header {
  padding: 15px 15px; }

.featured-product {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .featured-product {
      flex: 0 0 50%;
      max-width: 50%; } }

.prod-featured .product.grid .image img {
  height: 14.0625rem; }

.product {
  margin-bottom: 1.25rem;
  position: relative; }
  .product .image {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    margin-bottom: 0.625rem;
    position: relative;
    overflow: hidden; }
    .product .image img {
      height: 14.0625rem;
      width: auto;
      max-width: none; }
    .product .image .noimage {
      width: 9.375rem;
      height: 9.375rem;
      min-width: auto;
      margin: 1.125rem 0; }
    .product .image .link-transparent {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-color: transparent;
      outline: none !important;
      z-index: 2; }
  .product:hover .image:before, .product:active .image:before, .product:focus .image:before, .product:active:focus .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 0; }
  .product:hover .image .product-controls, .product:active .image .product-controls, .product:focus .image .product-controls, .product:active:focus .image .product-controls {
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .product .product-controls {
    top: 200%;
    transition: all .3s ease-in-out;
    z-index: 5; }
    .product .product-controls .btn {
      font-family: "Source Serif Pro", serif;
      font-size: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 0px !important;
      box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2); }
      .product .product-controls .btn.btn-inverse {
        border: none; }
        .product .product-controls .btn.btn-inverse:hover, .product .product-controls .btn.btn-inverse:focus {
          color: #FFF;
          background-color: #000; }
      .product .product-controls .btn ~ .btn {
        margin-top: 0.625em; }
  .product h3 {
    margin-bottom: 0.3125rem;
    font-size: 1.0625em;
    font-weight: 600; }
    .product h3 a {
      font-family: "Comfortaa", cursive;
      font-size: 15px;
      font-weight: 700;
      color: #000; }
      .product h3 a:hover, .product h3 a:active, .product h3 a:focus, .product h3 a:active:focus {
        color: #000;
        text-decoration: none; }
  .product .ratings {
    padding: 0.5625em 0px; }
  .product .product-info::after {
    display: block;
    clear: both;
    content: ""; }
  .product .description {
    font-size: 0.875em;
    display: none;
    margin-top: 0.625rem; }
  .product .price {
    font-family: "DM Sans", sans-serif;
    font-size: 1.25em;
    font-weight: 700; }
    .product .price em {
      font-weight: 600;
      font-size: 0.75rem; }
  .product.list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex: 0 0 100%;
    max-width: 100%; }
    .product.list .product-item {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      flex: 0 0 100%;
      max-width: 100%; }
    .product.list .image {
      height: 140px;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
      .product.list .image img {
        height: 12.5rem; }
    .product.list .product-body {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .product.list .description {
      display: block; }
    .product.list .badge {
      right: auto;
      left: 1.875rem; }

.ratings {
  unicode-bidi: bidi-override;
  direction: rtl;
  white-space: nowrap;
  font-size: 1.0625em;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
  .ratings input[type=radio] {
    display: none; }
  .ratings input[type=radio]:checked ~ .counter, .ratings .checked.counter, .ratings .checked ~ .counter {
    color: #ffc107; }
  .ratings .counter {
    color: #ced4da;
    margin: 0 0.125em;
    font-size: 0.875em; }
  .ratings .counter:not(:-moz-read-only):hover, .ratings .counter:not(:-moz-read-only) ~ .counter {
    cursor: pointer;
    color: #000; }
  .ratings .counter:not(:read-only):hover, .ratings .counter:not(:read-only) ~ .counter {
    cursor: pointer;
    color: #000; }

.product.list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0.9375rem;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .product.list .product-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .product.list .badge-wrap {
    display: none; }
  .product.list .product-info .cart-error-message {
    display: none; }
  .product.list .product-controls {
    display: none; }
  .product.list .prod-desc br {
    display: contents; }
  .product.list .image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
    .product.list .image img {
      width: auto;
      height: 140px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .product.list .image .noimage {
      height: auto;
      min-width: auto;
      margin: 0rem 0;
      width: 6.25rem; }
  @media (min-width: 992px) {
    .product.list .product-core h3 {
      float: left; }
    .product.list .product-core .price-list-view {
      display: block;
      float: right;
      margin-top: -0.4375rem; }
    .product.list .product-core .product-info .price {
      display: none !important; }
    .product.list .product-core .list-tag {
      float: none;
      clear: both; }
    .product.list .product-core .prod-desc {
      clear: both; } }
  @media (max-width: 991.98px) {
    .product.list .product-core .list-tag {
      min-height: 1.8125rem; }
    .product.list .product-core .product-info .price {
      display: block !important; }
    .product.list .product-core .price-list-view {
      display: none; } }
  .product.list .product-core {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
    .product.list .product-core .product-list-info .btn-order {
      display: inline-block;
      border-radius: 4px;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
  .product.list .product-list-info .btn-click-to-order {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
    font-size: 0.75rem !important; }
  .product.list .product-quantity-wrapper {
    width: 7.5rem; }
    @media (max-width: 991px) {
      .product.list .product-quantity-wrapper {
        width: 100%;
        margin-right: 0;
        padding: 0; } }
    .product.list .product-quantity-wrapper .product-list-info {
      display: flex;
      flex-wrap: wrap; }
      .product.list .product-quantity-wrapper .product-list-info .actions {
        opacity: 0;
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 991px) {
          .product.list .product-quantity-wrapper .product-list-info .actions {
            display: block;
            width: 100%; } }
        .product.list .product-quantity-wrapper .product-list-info .actions .price {
          padding: 0.625rem 0;
          margin-right: 0.3125rem; }
        .product.list .product-quantity-wrapper .product-list-info .actions .touchpin-wrap {
          width: 8.4375rem;
          margin-right: 0.3125rem; }
        .product.list .product-quantity-wrapper .product-list-info .actions > form {
          order: 1;
          display: flex;
          flex-wrap: wrap; }
        .product.list .product-quantity-wrapper .product-list-info .actions > .btn {
          order: 2;
          margin-left: 0.3125rem; }
          @media (max-width: 991px) {
            .product.list .product-quantity-wrapper .product-list-info .actions > .btn {
              display: block;
              margin-bottom: 0 !important;
              margin-left: 0; } }
        .product.list .product-quantity-wrapper .product-list-info .actions .product-quantity-wrapper {
          width: 150px;
          margin-right: 5px; }
          @media (max-width: 1199px) {
            .product.list .product-quantity-wrapper .product-list-info .actions .product-quantity-wrapper {
              width: 26%; } }
          @media (max-width: 991px) {
            .product.list .product-quantity-wrapper .product-list-info .actions .product-quantity-wrapper {
              width: 100%;
              margin-right: 0;
              padding: 0; } }
        .product.list .product-quantity-wrapper .product-list-info .actions .attribute-wrapper {
          margin-right: 5px;
          margin-top: 7px; }
          @media (max-width: 1199px) {
            .product.list .product-quantity-wrapper .product-list-info .actions .attribute-wrapper {
              width: 35%; } }
          @media (max-width: 991px) {
            .product.list .product-quantity-wrapper .product-list-info .actions .attribute-wrapper {
              width: 100%;
              margin: 10px 0 0;
              display: block;
              max-width: none;
              flex: none;
              padding: 0; } }
          .product.list .product-quantity-wrapper .product-list-info .actions .attribute-wrapper .form-select2.form-select2-lg .select2-container {
            font-size: 0.75em;
            border-radius: 0px;
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0;
            padding-left: 0; }
          .product.list .product-quantity-wrapper .product-list-info .actions .attribute-wrapper .form-select2 .select2-container .selection .select2-selection {
            min-height: auto;
            padding: 0 0; }

.product.grid .image img {
  height: 10.9375rem; }

.product.grid .image .noimage {
  height: 10.9375rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  padding: 0;
  margin: 0; }

.product.grid .product-list-info {
  display: none; }

.product.grid .price-list-view {
  display: none; }

.product.grid .list-tag {
  display: block;
  min-height: 1.8125rem; }

.product.grid .product-quantity-holder.xs .input-group-btn .btn.bootstrap-touchspin-down {
  border-radius: 100% !important; }

.product.grid .product-quantity-holder.xs .input-group-btn .btn.bootstrap-touchspin-up {
  border-radius: 100% !important; }

.product.grid .product-quantity-holder.xs input.product-quantity.form-control, .product.grid .product-quantity-holder.xs .select2-container input.product-quantity.selection, .select2-container .product.grid .product-quantity-holder.xs input.product-quantity.selection {
  width: 1.875rem;
  min-width: 1.875rem;
  min-height: 1.5rem; }
  @media (max-width: 991.98px) {
    .product.grid .product-quantity-holder.xs input.product-quantity.form-control, .product.grid .product-quantity-holder.xs .select2-container input.product-quantity.selection, .select2-container .product.grid .product-quantity-holder.xs input.product-quantity.selection {
      width: 2.3125rem;
      min-width: 2.3125rem;
      min-height: 1.5rem; } }

.product.grid .product-info .btn-primary, .product.grid .product-info .list-account-menu li.active .btn, .list-account-menu li.active .product.grid .product-info .btn {
  margin-top: 0.625rem; }

.product.grid .product-controls .btn-view-more {
  min-width: 10.625em;
  font-weight: bold;
  color: black;
  background-color: white;
  border: 3px solid black;
  transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
  border: 3px solid white;
  padding: 0.5rem 0.9375rem;
  font-size: 0.9375rem;
  line-height: 0.9375rem; }
  .product.grid .product-controls .btn-view-more:hover, .product.grid .product-controls .btn-view-more:active, .product.grid .product-controls .btn-view-more:focus, .product.grid .product-controls .btn-view-more:active:focus {
    color: white !important;
    background-color: black;
    border-color: black; }
    .product.grid .product-controls .btn-view-more:hover i, .product.grid .product-controls .btn-view-more:active i, .product.grid .product-controls .btn-view-more:focus i, .product.grid .product-controls .btn-view-more:active:focus i {
      color: white; }

.product .price {
  font-size: 1.25em;
  font-weight: 700; }

.product .product-list-info .row-attr > [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 3px 0; }

.product .product-list-info .badge-wrap {
  display: block;
  position: relative;
  right: 0;
  top: 0; }

.product .product-list-info .actions .btn, .product .product-list-info .actions form {
  display: inline-block;
  vertical-align: top; }

.product .product-list-info .actions .btn {
  font-family: "Comfortaa", cursive;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  border-radius: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.product .product-list-info .btn-order {
  display: none;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 1px; }

.product .product-list-info .btn-primary, .product .product-list-info .list-account-menu li.active .btn, .list-account-menu li.active .product .product-list-info .btn {
  border-radius: 3px 3px; }

.product-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .product-row::after {
    display: block;
    clear: both;
    content: ""; }
  .product-row .col-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .product-row .col-aside {
    flex: 0 0 23%;
    max-width: 23%; }
  .product-row .col-content {
    position: relative;
    flex: 0 0 77%;
    max-width: 77%; }

.product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-up i, .product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-down i {
  font-size: 16px;
  font-weight: 400; }

.product-quantity-holder .input-group.bootstrap-touchspin {
  border: 0;
  align-items: center;
  justify-content: start;
  flex-wrap: inherit;
  -webkit-box-align: inherit;
  padding: 0 6px !important;
  border: none !important;
  background: none; }

.product-quantity-holder input.product-quantity.form-control, .product-quantity-holder .select2-container input.product-quantity.selection, .select2-container .product-quantity-holder input.product-quantity.selection {
  color: #000;
  font-size: 2.375em;
  font-weight: bold;
  line-height: .3;
  width: 40px;
  min-width: 40px;
  padding: 0;
  text-align: center;
  display: inline-block !important;
  background: transparent;
  letter-spacing: -1px; }

.product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-up, .product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-down {
  position: static; }

.product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-up, .product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-down {
  background: white;
  border-radius: 500px;
  height: 30px;
  height: 30px;
  border: 1px solid #BBB !important; }

.product-quantity-holder.sm input.product-quantity.form-control, .product-quantity-holder.sm .select2-container input.product-quantity.selection, .select2-container .product-quantity-holder.sm input.product-quantity.selection {
  font-size: 22px;
  width: 50px;
  min-width: 50px; }

.product-quantity-holder.xs input.product-quantity.form-control, .product-quantity-holder.xs .select2-container input.product-quantity.selection, .select2-container .product-quantity-holder.xs input.product-quantity.selection {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  width: 40px;
  min-width: 40px; }

.product-quantity-holder.xs .product-quantity {
  font-weight: 600; }
  .product-quantity-holder.xs .product-quantity .input-group-btn .btn {
    border-left-width: 1px !important;
    border-right: 1px #dee2e6 solid !important; }

.product-quantity-holder.xs .bootstrap-touchspin {
  max-height: 1.875rem; }
  .product-quantity-holder.xs .bootstrap-touchspin.input-group .input-group-btn:first-child .btn, .product-quantity-holder.xs .bootstrap-touchspin.input-group .input-group-append:first-child .btn {
    border-right: 1px solid #dee2e6; }
  .product-quantity-holder.xs .bootstrap-touchspin .bootstrap-touchspin-up, .product-quantity-holder.xs .bootstrap-touchspin .bootstrap-touchspin-down {
    height: 1.4375rem;
    width: 1.4375rem;
    padding: 0 0;
    text-align: center; }

.product.list .product-quantity.form-control.form-control-sm, .product.list .select2-container .product-quantity.form-control-sm.selection, .select2-container .product.list .product-quantity.form-control-sm.selection {
  min-height: 2.4375rem; }

.product.list .product-info {
  display: none; }
  .product.list .product-info .product-quantity-holder, .product.list .product-info form .btn-add-to-cart, .product.list .product-info .btn-primary.round, .product.list .product-info .list-account-menu li.active .round.btn, .list-account-menu li.active .product.list .product-info .round.btn {
    display: none; }
  @media (max-width: 991.98px) {
    .product.list .product-info {
      display: block; }
      .product.list .product-info .btn.btn-add-to-cart, .product.list .product-info .btn.btn-click-to-order {
        margin-top: 0.625rem !important; }
      .product.list .product-info .input-group .btn {
        border-radius: 500px 500px; }
      .product.list .product-info .input-group.bootstrap-touchspin .input-group-btn:last-child .btn {
        border-radius: 500px; } }

@media (max-width: 991.98px) {
  .product.list h3 {
    height: 2.625rem;
    font-size: 1rem;
    overflow: hidden; }
    .product.list h3 a {
      line-height: 1.4;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box; } }

.category-intro {
  width: 100%;
  max-width: 90%;
  font-family: "Comfortaa", cursive;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 1.6;
  text-align: center;
  padding: 0 30px;
  margin: -0.375rem auto 2.625rem auto; }

.product-core .product-list-info a.btn-link {
  font-family: "Source Serif Pro", serif;
  color: #444 !important;
  font-weight: 600 !important; }
  .product-core .product-list-info a.btn-link:hover, .product-core .product-list-info a.btn-link:focus {
    color: #000 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 #000 transparent transparent !important; }

.table-responsive tbody td .item-img {
  font-family: "Comfortaa", cursive;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #212529; }
  .table-responsive tbody td .item-img .cart_product-img {
    margin-right: 10px;
    width: 60px;
    height: 46px;
    background: #eaeaea; }
  .table-responsive tbody td .item-img span.text i {
    font-size: 12px;
    font-weight: 400;
    display: block;
    font-style: normal;
    line-height: 140%; }

.product.grid h3 {
  height: 40px;
  overflow: hidden; }

.product.grid .image {
  border: 1px solid #e0e0e0;
  background: #898C93; }

.product.list .image {
  background: #FFF;
  border: 1px solid #e0e0e0; }

.product-row .product .product-core h3, .product-row .product .product-core h3 a {
  font-family: "Comfortaa", cursive;
  font-size: 15px;
  letter-spacing: .5px;
  font-weight: 700;
  line-height: 125%; }

.product-price-container {
  padding-top: 0;
  margin-top: -0.3125rem; }
  .product-price-container .col-md-6:first-child {
    padding-bottom: 0; }
  .product-price-container label, .product-price-container .label {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #222;
    margin-bottom: 0.375rem;
    display: table; }
    .product-price-container label:empty, .product-price-container label:blank, .product-price-container .label:empty, .product-price-container .label:blank {
      min-height: 50px;
      background: pink; }
  .product-price-container .price .price_wrapper {
    padding-top: 20px; }
    .product-price-container .price .price_wrapper .price_box {
      text-align: left;
      justify-content: left; }

.product-single .price span {
  font-family: "Source Serif Pro", serif;
  font-size: 3.25rem !important;
  color: #a58c7d !important;
  font-weight: 600 !important;
  line-height: 1; }

.container.container-single-product {
  width: 100%;
  max-width: 1100px !important; }
  .container.container-single-product .product-details {
    margin-top: -0.375rem; }
  .container.container-single-product .text-danger {
    font-family: "Comfortaa", cursive !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #FFF !important;
    background: #f73838;
    letter-spacing: 1px;
    margin-top: 25px;
    display: block;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 4px 12px 2px 12px;
    border-radius: 2px;
    margin-bottom: -15px; }
    .container.container-single-product .text-danger.cart-error-message {
      font-family: "Noto Sans", sans-serif !important;
      font-size: 13px !important;
      font-weight: 400;
      margin: 0 0 25px 0;
      padding: 8px 12px 10px 55px;
      line-height: 20px;
      letter-spacing: .4px;
      border-radius: 4px;
      text-align: left;
      background: rgba(247, 56, 56, 0.85);
      position: relative; }
      .container.container-single-product .text-danger.cart-error-message:before {
        content: "";
        width: 30px;
        height: 30px;
        top: 14px;
        left: 12px;
        position: absolute;
        display: block;
        background: url(../images/icon-error.svg) no-repeat center center;
        background-size: cover; }
  .container.container-single-product .product-quantity .input-group-btn .btn {
    box-shadow: none !important;
    border: none !important; }
  .container.container-single-product .product-quantity-holder {
    padding-bottom: 0 !important;
    border: 1px solid #000; }
    .container.container-single-product .product-quantity-holder input.product-quantity.form-control, .container.container-single-product .product-quantity-holder .select2-container input.product-quantity.selection, .select2-container .container.container-single-product .product-quantity-holder input.product-quantity.selection {
      font-family: "DM Sans", sans-serif;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0; }
  .container.container-single-product .slider-single .item figure {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }
    .container.container-single-product .slider-single .item figure a img {
      -o-object-fit: cover;
      object-fit: cover; }

.cart-option-inputs label, .cart-option-inputs .t-bold {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #222;
  margin-bottom: 0.375rem; }

.cart-option-inputs .select2-container .selection {
  height: 40px;
  min-height: 40px;
  border-radius: 0;
  border-color: #000;
  letter-spacing: 1px; }

.form-select-control {
  width: auto;
  display: table; }

.select2-container--default .select2-selection {
  padding-top: 0; }

.section.section-packs {
  padding-top: 2.75rem;
  padding-bottom: 0px;
  margin: 0px !important; }
  .section.section-packs .item-pack-heading {
    padding: 0 0 0.625rem 0; }
    .section.section-packs .item-pack-heading h4 {
      font-family: "Comfortaa", cursive;
      font-size: 1.125rem;
      line-height: 22px;
      color: #000;
      font-weight: 700;
      letter-spacing: .5px; }
  .section.section-packs .included-type {
    margin: 0 0 1.875rem 0;
    padding: 0; }

.section-category .container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: block; }
  .section-category .container .product.grid {
    position: relative;
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 28px; }
    .section-category .container .product.grid:hover .image:after, .section-category .container .product.grid:focus .image:after {
      background: rgba(0, 0, 0, 0.2); }
    .section-category .container .product.grid h3 {
      width: auto;
      color: #FFF;
      height: auto;
      overflow: unset;
      top: 15px;
      left: 30px;
      right: 30px;
      padding: 0;
      margin: 0;
      line-height: 100%;
      z-index: 10;
      position: absolute; }
      .section-category .container .product.grid h3 a {
        font-family: "Comfortaa", cursive;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 135%;
        letter-spacing: .5px;
        color: #FFF;
        padding: 0;
        margin: 0;
        text-shadow: 0px 2px 3px rgba(2, 2, 2, 0.65); }
    .section-category .container .product.grid .image {
      margin: 0px !important;
      position: relative;
      background: #898c93; }
      .section-category .container .product.grid .image:before {
        display: none; }
      .section-category .container .product.grid .image:after {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        display: block;
        background: rgba(0, 0, 0, 0.02); }
      .section-category .container .product.grid .image img {
        width: 100%;
        height: 280px;
        min-height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .section-category .container .product.grid .product-controls {
      display: none !important; }
    .section-category .container .product.grid .dietary-requirements {
      width: auto;
      height: 32px;
      line-height: 32px;
      padding: 2px 0 0 0;
      margin: 0 !important;
      display: table;
      left: 30px;
      bottom: 15px;
      z-index: 20;
      position: absolute; }
      .section-category .container .product.grid .dietary-requirements .tag-item {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        padding: 0;
        text-align: center;
        margin: 0 8px 0 0;
        border: none !important; }
    .section-category .container .product.grid .product-info {
      width: auto;
      display: table;
      right: 30px;
      bottom: 15px;
      position: absolute; }
      .section-category .container .product.grid .product-info form .d-flex, .section-category .container .product.grid .product-info form .payment-method .method div, .payment-method .method .section-category .container .product.grid .product-info form div, .section-category .container .product.grid .product-info form .checkout-cart .body .price, .checkout-cart .body .section-category .container .product.grid .product-info form .price,
      .section-category .container .product.grid .product-info form .checkout-cart .body .delivery, .checkout-cart .body .section-category .container .product.grid .product-info form .delivery, .section-category .container .product.grid .product-info form .checkout-cart .footer, .checkout-cart .section-category .container .product.grid .product-info form .footer {
        display: none !important; }
      .section-category .container .product.grid .product-info form .btn-primary, .section-category .container .product.grid .product-info form .list-account-menu li.active .btn, .list-account-menu li.active .section-category .container .product.grid .product-info form .btn {
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        font-size: 1rem !important;
        letter-spacing: 1.5px;
        border-color: #000;
        background-color: #000;
        margin: 0; }

.product-core .product-info .d-flex, .product-core .product-info .payment-method .method div, .payment-method .method .product-core .product-info div, .product-core .product-info .checkout-cart .body .price, .checkout-cart .body .product-core .product-info .price,
.product-core .product-info .checkout-cart .body .delivery, .checkout-cart .body .product-core .product-info .delivery, .product-core .product-info .checkout-cart .footer, .checkout-cart .product-core .product-info .footer {
  min-height: 30px; }

.page-category .category-intro {
  display: none; }

.page-category .section-category .col-aside .sidebar .panel {
  padding: 0; }

.page-category .section-category .col-aside .sidebar .form-filter-wrap {
  padding-top: 52px;
  padding-bottom: 0; }
  .page-category .section-category .col-aside .sidebar .form-filter-wrap.form-filter-wrap-dietary {
    display: none; }
  .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-title {
    display: none; }
  .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control {
    width: 100%;
    height: auto;
    min-height: 34px;
    font-style: normal;
    line-height: 19px;
    padding: 0;
    margin: 0 0 12px 0;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    background: #F7E5D9; }
    .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control:hover .custom-control-description, .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control:focus .custom-control-description {
      color: #FFF;
      font-style: italic;
      background: #4D4D4F; }
    .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control input, .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control span {
      display: none; }
    .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control .custom-control-description {
      font-family: "Source Serif Pro", serif;
      font-size: 16px;
      font-weight: 600;
      min-height: 34px;
      color: #FFF !important;
      font-style: normal !important;
      background: #C3B9B3;
      letter-spacing: 1.2px;
      line-height: 19px;
      display: block;
      padding: 8px 16px 6px 14px; }
    .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control:last-child {
      color: #FFF;
      background: #B2A59D; }
      .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control:last-child .custom-control-description {
        color: #FFF;
        font-style: normal; }
      .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control:last-child:hover, .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control:last-child:focus {
        background: #4D4D4F !important; }
        .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control:last-child:hover .custom-control-description, .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body label.custom-control:last-child:focus .custom-control-description {
          font-style: normal; }
  .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree {
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
    border-left: 4px solid #C3B9B3; }
    .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree label.custom-control {
      background: #F7E5D9 !important; }
      .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree label.custom-control .custom-control-description {
        color: #B3A6A0 !important;
        background: #F6E5DA !important; }
      .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree label.custom-control:hover, .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree label.custom-control:focus {
        background: #4D4D4F !important; }
        .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree label.custom-control:hover .custom-control-description, .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree label.custom-control:focus .custom-control-description {
          color: #FFF;
          font-style: italic !important;
          background: #4D4D4F !important; }
      .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree label.custom-control .custom-control-description {
        color: #B3A6A0; }
      .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree label.custom-control:hover .custom-control-description, .page-category .section-category .col-aside .sidebar .form-filter-wrap .panel-body .category-tree label.custom-control:focus .custom-control-description {
        color: #FFFF !important;
        font-style: italic; }

.custom-control-input:checked + .custom-control-indicator + .custom-control-description {
  color: #FFF !important;
  font-style: italic !important;
  background: #C3B9B3; }
  .custom-control-input:checked + .custom-control-indicator + .custom-control-description:hover, .custom-control-input:checked + .custom-control-indicator + .custom-control-description:focus {
    background: #4D4D4F; }

.sidebar .aside-title {
  border-bottom: 2px solid #333; }
  .sidebar .aside-title .icon, .sidebar .aside-title .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .sidebar .aside-title .btn:before, .sidebar .aside-title .select:before {
    color: #000; }

.sidebar .filter-toggle {
  display: none !important; }

.sidebar .form-filter-wrap-category .toggle-expand {
  display: none !important; }

.sidebar .form-filter-wrap-category .category-tree {
  display: block !important; }

.sidebar .panel {
  padding: 14px;
  margin-bottom: 1.875rem; }
  .sidebar .panel .panel-title {
    font-family: "Comfortaa", cursive;
    font-size: 1em;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.25rem; }
    .sidebar .panel .panel-title::after {
      display: block;
      clear: both;
      content: ""; }
    .sidebar .panel .panel-title .reset {
      font-family: "Noto Sans", sans-serif;
      font-size: 0.875rem;
      text-transform: uppercase;
      color: #000;
      float: right;
      cursor: pointer;
      letter-spacing: .5px;
      background: transparent;
      border: 0;
      outline: 0;
      margin-top: -2px;
      opacity: .55; }
      .sidebar .panel .panel-title .reset:hover, .sidebar .panel .panel-title .reset:active {
        opacity: 1; }
  .sidebar .panel .submit {
    display: none;
    margin-top: 0.625rem;
    font-size: 0.8125em;
    width: 100%;
    cursor: pointer; }

.sidebar .custom-checkbox {
  margin-bottom: 0.3125rem; }
  .sidebar .custom-checkbox .custom-control-description {
    font-family: "Comfortaa", cursive;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #4f4e4e; }

.category-tree {
  border-left: 1px solid rgba(0, 0, 0, 0.26); }

.checkout-toggle {
  position: absolute;
  right: 75px; }

.checkout-order {
  position: absolute;
  top: 81px;
  right: 0;
  z-index: 3;
  width: 350px;
  padding: 40px;
  background-color: #16a34f;
  color: #fff;
  transform: translate3d(150px, 0, 0);
  transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  opacity: 0; }
  .checkout-order table {
    width: 100%; }
  .checkout-order thead th,
  .checkout-order tfoot th {
    color: #047331;
    line-height: 2.5; }
  .checkout-order tfoot th {
    text-align: right;
    transform: translate3d(40px, 0, 0);
    transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    transition-delay: 0.17s; }
  .checkout-order tbody td {
    padding: 0.4375em 0;
    font-size: 0.875em; }
  .checkout-order tbody tr {
    transform: translate3d(40px, 0, 0);
    transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1); }
    .checkout-order tbody tr:nth-child(1) {
      transition-delay: 0.045s; }
    .checkout-order tbody tr:nth-child(2) {
      transition-delay: 0.06s; }
    .checkout-order tbody tr:nth-child(3) {
      transition-delay: 0.085s; }
    .checkout-order tbody tr:nth-child(4) {
      transition-delay: 0.11s; }
    .checkout-order tbody tr:nth-child(5) {
      transition-delay: 0.13s; }

.checkout-order-inner {
  opacity: 0; }

.checkout-total {
  color: #fff; }

.checkout-buttons {
  margin-top: 25px;
  text-align: right;
  transform: translate3d(40px, 0, 0);
  transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 0.12s; }

.checkout-option {
  padding: 10px 16px;
  background-color: #323131;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase; }

.checkout-option-silent {
  background-color: transparent;
  color: #fff; }

.js-cart-counter {
  position: relative;
  z-index: 3;
  padding-top: 26px;
  padding-bottom: 24px;
  padding-left: 26px;
  padding-right: 26px;
  border-right: 1px solid #434141;
  font-size: 22px;
  color: #b6b6b6;
  cursor: pointer;
  @nclude transition(all .1s cubic-bezier(0.2, 1, 0.3, 1)); }
  .js-cart-counter.is-triggered {
    background-color: #16a34f;
    color: #fff; }

.search-toggle-btn {
  position: relative;
  z-index: 3;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 26px;
  padding-right: 26px;
  border-right: 1px solid #434141;
  font-size: 22px;
  color: #b6b6b6;
  cursor: pointer;
  @nclude transition(all .1s cubic-bezier(0.2, 1, 0.3, 1)); }
  .search-toggle-btn.is-triggered {
    background-color: #16a34f;
    color: #fff; }

.is-triggered .checkout-order-inner {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1); }

.is-triggered .checkout-order {
  -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
  opacity: 1; }
  .is-triggered .checkout-order tbody tr,
  .is-triggered .checkout-order tfoot th,
  .is-triggered .checkout-order .checkout-buttons {
    transform: translate3d(0, 0, 0); }

.checkout-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 20px;
  color: #494949;
  text-transform: uppercase; }

.checkout-information {
  margin-top: 15px;
  padding-top: 40px;
  border-top: 1px solid #e8e8e9; }
  .checkout-information h3 {
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #494949;
    text-transform: uppercase; }
  .checkout-information form {
    margin-top: 0.5em; }

.checkout-login-section {
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  .checkout-login-section .btn {
    margin-left: 15px; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.5; }

.slick-prev:before, .slick-next:before {
  font-family: "icomoon";
  font-size: 25px;
  line-height: 1;
  color: #000;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev[dir="rtl"] {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    .slick-prev:before[dir="rtl"] {
      content: ""; }

.slick-next {
  right: -25px; }
  .slick-next[dir="rtl"] {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    .slick-next:before[dir="rtl"] {
      content: ""; }

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "icomoon";
        font-size: 40px;
        line-height: 0px;
        text-align: center;
        color: black;
        opacity: 0.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.85; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  padding: 0 10px;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider.slider-main .item {
  height: 23.4375rem;
  padding: 0.5rem 0; }
  .slider.slider-main .item .slide-title {
    font-size: 4.375em; }

.slider .item {
  display: none;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  font-weight: bold;
  position: relative;
  padding: 5em 0; }
  .slider .item .slide-title {
    font-weight: bold;
    font-size: 4.375rem; }
  .slider .item .t-script {
    font-size: 2.25em; }
  .slider .item .slide-content {
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 1.25em; }

.slider.slick-initialized .slide-item, .slider.slick-initialized .slick-slide {
  display: flex; }

.slider-single {
  /*	display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;*/
  position: relative;
  margin-bottom: 0.625rem;
  border: 1px solid #eaeaea;
  border-radius: 0;
  text-align: center;
  background-color: white;
  min-height: 29.0625rem;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .slider-single {
      min-height: auto; } }
  .slider-single .slides.slick-initialized .slide-item, .slider-single .slides.slick-initialized .slick-slide {
    display: block; }
  .slider-single .item {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: none;
    padding: 0 0; }
    .slider-single .item img {
      margin: auto;
      height: 29.0625rem;
      width: 100%;
      padding: 0px;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center; }
      .slider-single .item img:hover {
        cursor: zoom-in; }
    .slider-single .item figure {
      display: block;
      margin-bottom: 0px; }
      .slider-single .item figure a {
        display: block; }
        .slider-single .item figure a::after {
          display: block;
          clear: both;
          content: ""; }
    .slider-single .item figcaption {
      display: none; }

.slider-single-nav {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0.625rem; }
  .slider-single-nav .slides.slick-initialized .slide-item, .slider-single-nav .slides.slick-initialized .slick-slide {
    display: block; }
  .slider-single-nav .item {
    display: none;
    margin: 0 5px;
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: 0 1px 4px 1px #eaeaea;
    text-align: center;
    position: relative;
    background-color: white;
    padding: 0 0; }
    .slider-single-nav .item img {
      margin: auto; }
  .slider-single-nav .slick-next, .slider-single-nav .slick-prev {
    margin-top: -4px;
    border: none;
    z-index: 100; }
    .slider-single-nav .slick-next:hover, .slider-single-nav .slick-next:active, .slider-single-nav .slick-next:focus, .slider-single-nav .slick-prev:hover, .slider-single-nav .slick-prev:active, .slider-single-nav .slick-prev:focus {
      background-color: transparent; }
      .slider-single-nav .slick-next:hover:before, .slider-single-nav .slick-next:active:before, .slider-single-nav .slick-next:focus:before, .slider-single-nav .slick-prev:hover:before, .slider-single-nav .slick-prev:active:before, .slider-single-nav .slick-prev:focus:before {
        color: #000; }
  .slider-single-nav .slick-dots {
    position: relative;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem; }
  .slider-single-nav .slick-next {
    right: -20px; }
  .slider-single-nav .slick-prev {
    left: -20px; }

.slider-products {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .slider-products .slick-next, .slider-products .slick-prev {
    border: none;
    z-index: 100;
    top: 35%; }
    .slider-products .slick-next:hover, .slider-products .slick-next:active, .slider-products .slick-next:focus, .slider-products .slick-prev:hover, .slider-products .slick-prev:active, .slider-products .slick-prev:focus {
      background-color: transparent; }
      .slider-products .slick-next:hover:before, .slider-products .slick-next:active:before, .slider-products .slick-next:focus:before, .slider-products .slick-prev:hover:before, .slider-products .slick-prev:active:before, .slider-products .slick-prev:focus:before {
        color: #000; }
  .slider-products .product {
    padding: 0 10px;
    width: 25%;
    float: left; }
    .slider-products .product .image {
      padding: 4px;
      border: 1px solid #eaeaea; }
    .slider-products .product .badge-wrap {
      margin: 0 8px; }
  .slider-products .slick-next {
    right: -30px; }
  .slider-products .slick-prev {
    left: -30px; }

.slider-special, .slider-post {
  position: relative; }
  .slider-special .slides .slide-item, .slider-special .slides .slick-slide, .slider-post .slides .slide-item, .slider-post .slides .slick-slide {
    display: none; }
  .slider-special .slides img, .slider-post .slides img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 21.875rem;
    min-width: 100%; }
  .slider-special .slides.slick-initialized .slide-item, .slider-special .slides.slick-initialized .slick-slide, .slider-post .slides.slick-initialized .slide-item, .slider-post .slides.slick-initialized .slick-slide {
    display: block; }
  .slider-special .slick-slide, .slider-post .slick-slide {
    padding: 0 0; }
  .slider-special .slick-dots, .slider-post .slick-dots {
    bottom: 20px; }
    .slider-special .slick-dots li button, .slider-post .slick-dots li button {
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 100%;
      margin: 0 3px;
      border: 3px solid rgba(255, 255, 255, 0.3);
      width: 14px;
      height: 14px; }
      .slider-special .slick-dots li button:before, .slider-post .slick-dots li button:before {
        display: none; }
    .slider-special .slick-dots li.slick-active button, .slider-post .slick-dots li.slick-active button {
      background-color: #000;
      border: 3px solid rgba(255, 255, 255, 0.3); }

.slider-texts {
  padding-bottom: 1.25rem; }
  .slider-texts .slick-dots {
    bottom: -1.5625rem; }

.top-filter {
  margin-top: -4px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: 1.25rem; }
  .top-filter::after {
    display: block;
    clear: both;
    content: ""; }
  .top-filter .left-pane,
  .top-filter .right-pane {
    font-family: "Comfortaa", cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 768px) {
    .top-filter .left-pane {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .top-filter .right-pane {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  .top-filter .right-pane {
    text-align: right; }
    .top-filter .right-pane .form-select2 .select2-container .selection {
      font-size: 0.875rem !important; }
  .top-filter .sort label {
    white-space: nowrap; }
  .top-filter .sort .select-group form {
    padding-right: 0px;
    padding-left: 10px; }
    .top-filter .sort .select-group form .select2-container {
      padding: 3px 0;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      .top-filter .sort .select-group form .select2-container .selection {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 1px !important;
        padding-bottom: 3px !important;
        height: auto;
        min-height: 10px; }
        .top-filter .sort .select-group form .select2-container .selection .select2-selection .select2-selection__rendered {
          font-family: "Comfortaa", cursive !important;
          font-size: 0.8125rem !important;
          padding-right: 1.5625rem;
          padding-left: 0.3125rem; }
  .top-filter .sort .select-group .toggle-view {
    display: none !important; }
  @media (max-width: 767.98px) {
    .top-filter .sort .select-group {
      flex-wrap: wrap;
      margin-right: -4px;
      margin-left: -4px; }
      .top-filter .sort .select-group label {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        padding-bottom: 0;
        padding-right: 4px;
        padding-left: 4px; }
      .top-filter .sort .select-group form {
        flex: 0 0 50%;
        max-width: 50%; }
        .top-filter .sort .select-group form .select2-container {
          width: 100% !important; }
          .top-filter .sort .select-group form .select2-container .selection {
            padding-left: 2px !important;
            padding-right: 2px !important;
            padding-top: 5px !important;
            padding-bottom: 6px !important; }
      .top-filter .sort .select-group .form-select2 .select2-container .selection {
        font-size: 1rem !important; }
        .top-filter .sort .select-group .form-select2 .select2-container .selection .select2-selection__rendered {
          font-size: 1rem !important; } }
  @media (max-width: 450px) {
    .top-filter .sort .select-group form {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 10px; } }
  @media (max-width: 355px) {
    .top-filter .sort .select-group form {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 4px 0; } }

.toggle-view-btn {
  font-size: 1.125em;
  margin-right: 0.625em;
  color: #495057; }
  .toggle-view-btn:hover, .toggle-view-btn:active, .toggle-view-btn:focus, .toggle-view-btn:active:focus {
    opacity: .6 !important;
    color: #000;
    text-decoration: none; }
  .toggle-view-btn.active {
    opacity: 1 !important;
    color: #000; }
  .toggle-view-btn .icon, .toggle-view-btn .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .toggle-view-btn .btn:before, .toggle-view-btn .select:before {
    vertical-align: middle; }

.sidebar .form-filter-wrap-category .toggle-expand {
  display: none;
  margin-left: auto;
  padding: 0.1875rem 0.3125rem; }

.sidebar .form-filter-wrap-category .custom-control-wrap .custom-control {
  display: flex; }

.sidebar .form-filter-wrap-category .category-tree {
  display: none;
  transition: max-height .3s ease-in-out,margin-bottom .1s .2s; }
  .sidebar .form-filter-wrap-category .category-tree.active {
    display: block; }

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i {
    width: 100%;
    left: 0px;
    text-align: center;
    display: inline-block; }
    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i:before {
      content: "+";
      line-height: 1;
      font-style: normal; }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i {
    width: 100%;
    left: 0px;
    text-align: center;
    display: inline-block; }
    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i:before {
      content: "-";
      line-height: 1;
      font-style: normal; }

.drop-shadow {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.015); }

.address-wrap {
  padding: 1.125rem 1.25rem;
  border-radius: 5px;
  border: 1px solid #dee2e6; }
  .address-wrap address {
    margin-bottom: 0rem; }
  .address-wrap .title {
    font-weight: 300;
    font-size: 1.5rem;
    color: #000;
    margin-top: 0;
    margin-bottom: 0.9375rem; }
  .address-wrap h4.name {
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0rem; }
  .address-wrap .company {
    margin-bottom: 0.3125rem; }
  .address-wrap .address {
    margin-bottom: 0rem; }
  .address-wrap strong {
    font-weight: normal; }

.loading.loading-order {
  position: fixed;
  z-index: 999;
  height: 64px;
  width: 340px;
  text-align: center;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .loading.loading-order .loaded {
    position: relative;
    margin: auto;
    max-width: 100%;
    width: 40px;
    height: 40px; }
  .loading.loading-order span {
    display: block;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    line-height: 18px;
    position: relative;
    max-width: 100%; }
  .loading.loading-order:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); }

.loader {
  position: absolute;
  z-index: 999;
  text-align: center;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .loader .core {
    position: absolute;
    z-index: 999;
    height: 64px;
    width: 100%;
    text-align: center;
    overflow: show;
    top: 20%;
    left: 0;
    bottom: 0;
    right: 0; }
  .loader .img {
    position: relative;
    margin: auto;
    max-width: 100%;
    width: 40px;
    height: 40px; }
  .loader span {
    display: block;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    line-height: 18px;
    position: relative;
    max-width: 100%; }
  .loader:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); }

iframe {
  max-width: 100%; }

.g-recaptcha {
  max-width: 100% !important; }
  .g-recaptcha > div {
    width: 100% !important;
    max-width: 100% !important; }

[data-tooltipError] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

[data-tooltipError]:before,
[data-tooltipError]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
[data-tooltipError]:before {
  position: absolute;
  bottom: 105%;
  left: 50%;
  margin-bottom: 0.3125rem;
  margin-left: -5rem;
  padding: 0.4375rem 0.3125rem;
  width: 10rem;
  border-radius: 0.1875rem;
  background-color: #f0425a;
  background-color: rgba(240, 66, 90, 0.9);
  color: #fff;
  content: attr(data-tooltipError);
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltipError]:after {
  position: absolute;
  bottom: 105%;
  left: 50%;
  margin-left: -0.3125rem;
  width: 0;
  border-top: 0.3125rem solid #f0425a;
  border-top: 0.3125rem solid rgba(240, 66, 90, 0.9);
  border-right: 0.3125rem solid transparent;
  border-left: 0.3125rem solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

.error[data-tooltipError]:before, .error[data-tooltipError]:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.icon-reset {
  font-size: 0rem; }
  .icon-reset:before {
    font-size: 0.9375rem; }

.title-underlined {
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
  border: 0;
  font-size: 2rem;
  vertical-align: baseline;
  border-bottom: 4px solid #2a2c2e; }

#google-reviews {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;
  grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
  font-family: arial;
  font-size: 12px; }

#google-review-schema [itemprop~=name], #google-review-schema [itemprop~=aggregateRating] {
  display: none; }

.google-review-float .company-info {
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0.625rem 0.8125rem;
  border-bottom: 1px solid #dee2e6;
  overflow: hidden;
  z-index: 2147483002; }
  .google-review-float .company-info .fav-icon-logo {
    width: 2.8125rem;
    padding-right: 0.3125rem;
    min-width: 3.125rem; }
  .google-review-float .company-info .company-name {
    font-weight: bold;
    color: #222222;
    line-height: 1.2; }
  .google-review-float .company-info .close-link {
    text-decoration: none !important;
    color: #222222; }

.google-review-float .google-review-wrap {
  height: 100%;
  display: none;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0.9375rem;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 21.875rem;
  z-index: 99999999; }
  .google-review-float .google-review-wrap .review-item {
    padding: 0.625rem 1.25rem; }

.google-review-float .review-content {
  position: absolute;
  top: 4.5625rem;
  bottom: 0;
  width: 100%;
  display: block;
  overflow-y: auto;
  background-color: #f9f9f9;
  padding-bottom: 2.1875rem; }
  .google-review-float .review-content .review-text {
    max-width: 100%;
    margin: auto;
    font-size: 0.9375rem; }
  .google-review-float .review-content .review-meta, .google-review-float .review-content .review-stars {
    text-align: left; }

.google-review-float .floater {
  cursor: pointer;
  display: none;
  background: #fff;
  bottom: 0;
  position: fixed;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  margin: 0.75rem;
  border-top: 0.25rem solid #c5252d;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 1.6875rem;
  min-width: 12.5rem;
  z-index: 100; }

.google-review-float .stars {
  position: relative;
  height: 1.5rem;
  width: 103px;
  max-width: 100%;
  overflow: hidden; }
  .google-review-float .stars .base, .google-review-float .stars .disabled {
    position: absolute;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden; }
  .google-review-float .stars .base {
    z-index: 5; }
  .google-review-float .stars .disabled {
    z-index: 1; }
    .google-review-float .stars .disabled svg {
      fill: #b9b9b9; }

.review-item {
  border: solid 1px rgba(190, 190, 190, 0.35);
  border: medium none;
  margin: 0 auto;
  padding: 1.3em; }

.review-meta, .review-stars {
  text-align: center;
  font-size: 115%; }

.review-author {
  text-transform: capitalize;
  font-weight: bold; }

.review-date {
  opacity: .6;
  display: block; }

.review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 32em;
  margin: auto; }

.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0; }

.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1; }

.review-stars ul li i {
  color: #e7711b;
  font-size: 1.4em;
  font-style: normal; }

.review-stars ul li i.inactive {
  color: #c6c6c6; }

.star:after {
  content: "\2605"; }

.app-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh; }
  .app-wrap.show-nav .app-core {
    max-height: 100vh;
    overflow: hidden; }
    .app-wrap.show-nav .app-core .overlay {
      display: block; }
  .app-wrap.show-nav body::-webkit-scrollbar {
    display: none; }
  .app-wrap .app-core {
    position: relative; }
    .app-wrap .app-core .overlay {
      display: none;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: rgba(52, 58, 64, 0.9);
      z-index: 999; }

.app-canvas {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative; }

.app-menu {
  display: none;
  width: 530px;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -300px;
  padding: 0.9375rem 1.25rem;
  z-index: 15;
  overflow-y: auto;
  color: #FFF;
  overflow-y: auto;
  overflow-x: hidden;
  background: #111; }
  .app-menu .menu-search .input-group.input-group-bold {
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2); }
  .app-menu .cart-mobile .item ~ .item {
    border-top: none; }
  .app-menu .cart-mobile .item .item-img {
    border: none;
    padding: 0 0 5px 0; }
    .app-menu .cart-mobile .item .item-img img {
      height: 65px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      background: #FFF;
      margin-top: 10px;
      margin-bottom: 0;
      padding-bottom: 0; }
  .app-menu .cart-mobile .item-details {
    font-family: "DM Sans", sans-serif;
    letter-spacing: 1px; }
    .app-menu .cart-mobile .item-details .qty {
      font-size: 13px;
      font-weight: 400; }
      .app-menu .cart-mobile .item-details .qty strong {
        font-size: 14px;
        font-weight: 700; }
    .app-menu .cart-mobile .item-details .price {
      font-size: 14px;
      font-weight: 400; }
      .app-menu .cart-mobile .item-details .price strong {
        font-weight: 400; }
  .app-menu .cart-mobile .item-actions .remove .icon, .app-menu .cart-mobile .item-actions .remove .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .app-menu .cart-mobile .item-actions .remove .btn:before, .app-menu .cart-mobile .item-actions .remove .select:before {
    font-size: 16px;
    padding: 0 0;
    line-height: .7; }
  .app-menu .cart-mobile .subtotal {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    border-top: none;
    border-bottom: none;
    text-align: left;
    padding: 20px 0 15px 0; }
    .app-menu .cart-mobile .subtotal span {
      font-weight: 400; }
      .app-menu .cart-mobile .subtotal span.price {
        font-size: 20px;
        font-weight: 700;
        padding-left: 5px; }
  .app-menu .cart-mobile .cart-actions .btn-secondary {
    color: #FFF;
    border-color: #e3e2e2;
    background-color: #e3e2e2;
    outline: none !important;
    box-shadow: none !important; }
    .app-menu .cart-mobile .cart-actions .btn-secondary:hover {
      border-color: #d9d8d8;
      background-color: #d9d8d8; }
  .app-menu .cart-mobile .cart-actions .btn-primary, .app-menu .cart-mobile .cart-actions .list-account-menu li.active .btn, .list-account-menu li.active .app-menu .cart-mobile .cart-actions .btn {
    margin-bottom: 6px; }

.mobile-header .navbar-brand {
  display: none !important; }

.show-nav .app-menu {
  display: block; }

.menu-header {
  position: relative; }
  .menu-header .close {
    width: 20px;
    height: 20px;
    position: absolute;
    text-decoration: none;
    top: -5px;
    right: 0;
    padding: 0;
    border: none;
    opacity: 1;
    color: #FFF;
    text-shadow: none;
    background: none; }

.menu-icons {
  display: block;
  text-align: center;
  letter-spacing: 0.625rem; }
  .menu-icons a {
    letter-spacing: 0px;
    display: inline-block;
    text-align: center;
    width: 2.8125rem;
    height: 2.8125rem;
    padding: 0.25em 0;
    border-radius: 100%;
    font-size: 23px;
    line-height: 1em;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    color: #000;
    border: 2px solid rgba(245, 245, 245, 0.65);
    background: #F5F5F5; }
    .menu-icons a:hover, .menu-icons a:active, .menu-icons a:focus, .menu-icons a:active:focus {
      color: #000;
      border: 2px solid #F7E5D9;
      background-color: #F7E5D9; }
    .menu-icons a span {
      display: inline-block;
      vertical-align: top; }
    .menu-icons a .count {
      font-family: "Comfortaa", cursive;
      color: #FFF;
      font-size: 0.75rem;
      font-weight: 700;
      border-radius: 50%;
      position: absolute;
      top: -6px;
      right: -6px;
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      line-height: 1.375rem;
      padding: 0;
      text-align: center;
      background-color: #75777D; }
  .menu-icons .center {
    font-size: 2.5rem;
    width: 4.375rem;
    height: 4.375rem;
    line-height: 1em; }

.menu-nav {
  border-top: rgba(246, 246, 246, 0.1);
  margin-top: 1.25rem; }
  .menu-nav .nav-item {
    position: relative;
    padding-left: 22px !important; }
    .menu-nav .nav-item.btn-sm, .menu-nav .btn-group-sm > .nav-item.btn, .menu-nav .nav-item .btn-group-sm > .nav-item.btn {
      height: 44px;
      line-height: 44px;
      padding: 0 0.625rem;
      border-radius: 4px;
      font-family: "Comfortaa", cursive;
      font-size: 18px;
      color: #FFF !important;
      letter-spacing: 2px !important;
      font-weight: 400;
      text-transform: uppercase;
      margin-top: 25px !important;
      border: none;
      outline: none;
      box-shadow: none; }
      .menu-nav .nav-item.btn-sm span, .menu-nav .btn-group-sm > .nav-item.btn span, .menu-nav .nav-item .btn-group-sm > .nav-item.btn span {
        font-size: 18px;
        font-weight: 400;
        position: absolute;
        margin: 14px 0 0 -24px; }
    .menu-nav .nav-item.btn-sm, .menu-nav .btn-group-sm > .nav-item.btn {
      font-family: "DM Sans", sans-serif !important;
      font-size: 18px !important;
      font-weight: 400;
      border-radius: 4px;
      background-color: #444; }
      .menu-nav .nav-item.btn-sm:hover, .menu-nav .btn-group-sm > .nav-item.btn:hover, .menu-nav .nav-item.btn-sm:focus, .menu-nav .btn-group-sm > .nav-item.btn:focus {
        background-color: #252525 !important; }
      .menu-nav .nav-item.btn-sm .icon, .menu-nav .btn-group-sm > .nav-item.btn .icon, .menu-nav .nav-item.btn-sm .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .menu-nav .nav-item.btn-sm .btn:before, .menu-nav .btn-group-sm > .nav-item.btn .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .menu-nav .btn-group-sm > .nav-item.btn .btn:before, .menu-nav .nav-item.btn-sm .select:before, .menu-nav .btn-group-sm > .nav-item.btn .select:before {
        color: #FFF; }
  .menu-nav .li-icon {
    position: absolute;
    left: 0px;
    top: 45%;
    transform: translate(0%, -50%); }
  .menu-nav > li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(246, 246, 246, 0.05); }
    .menu-nav > li a {
      font-family: "Comfortaa", cursive;
      font-size: 14px;
      color: #FFF;
      display: block;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: .8px;
      z-index: 1;
      padding: 0.8125rem 0rem 0.9375rem;
      text-decoration: none; }
    .menu-nav > li .icon, .menu-nav > li .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .menu-nav > li .btn:before, .menu-nav > li .select:before {
      font-size: 16px;
      color: #FFF; }
    .menu-nav > li .icon-circle {
      font-size: 0.4375rem;
      vertical-align: middle;
      display: inline-block;
      left: 0px;
      top: 45%;
      transform: translate(0%, -50%);
      opacity: .5; }
    .menu-nav > li.parent a {
      padding-right: 2.9375rem; }
    .menu-nav > li .expand {
      position: absolute;
      right: 0px;
      top: 5px;
      width: 2.8125rem;
      height: 100%;
      padding: 0.625rem;
      text-align: right;
      z-index: 5; }
    .menu-nav > li .sub-menu {
      display: none;
      overflow: hidden;
      padding: 0px 10px 5px 10px;
      background: rgba(117, 119, 125, 0.2); }
      .menu-nav > li .sub-menu li {
        display: block;
        width: 100%; }
        .menu-nav > li .sub-menu li .sub-menu {
          margin: 0;
          padding: 0 10px 0 10px;
          background: rgba(0, 0, 0, 0.11); }
      .menu-nav > li .sub-menu a {
        display: block;
        font-size: 1.0625rem;
        padding: 0.5rem 0; }

.toggle-nav {
  width: 39px;
  height: 29px;
  padding: 6px 7px 0 7px;
  margin: 0;
  border: none;
  display: none;
  overflow: hidden;
  top: 29px;
  right: 0;
  position: absolute;
  border-radius: 0px !important;
  background: none; }
  .toggle-nav .bar {
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
    width: 100%;
    height: 3px;
    clear: both;
    display: block;
    margin: 0 0 4px 0;
    border-radius: 0px !important;
    background-color: #FFF; }
    .toggle-nav .bar.half {
      width: 50%; }
  .toggle-nav .text {
    font-size: 0;
    width: 100%;
    height: 2px;
    clear: both;
    display: block;
    margin: 0px;
    border-radius: 0px !important;
    background-color: #FFF; }
  .toggle-nav:hover .bar, .toggle-nav:active .bar, .toggle-nav:focus .bar, .toggle-nav:active:focus .bar {
    background-color: #FFF; }

@media (max-width: 991.98px) {
  .app-canvas {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .show-nav .app-canvas {
    transform: translateX(-300px);
    transform: translate3d(-300px, 0, 0); } }

@media (min-width: 992px) {
  .app-wrap.show-nav .app-core {
    max-height: 100%;
    overflow: visible; } }

.show-nav .app-menu {
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000; }

.widget-aside {
  padding: 0.9375rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.03); }
  .widget-aside .title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    font-weight: 600;
    text-transform: uppercase; }
  .widget-aside .widget-item-list {
    position: relative;
    overflow: hidden; }
    .widget-aside .widget-item-list .core-wrap {
      overflow: hidden; }
    .widget-aside .widget-item-list .core {
      margin-right: -1px;
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      margin-bottom: -1px;
      margin-right: -10px;
      margin-left: -10px; }
    .widget-aside .widget-item-list .more {
      font-size: 1rem;
      display: block;
      margin-top: 0.9375rem;
      float: none;
      clear: both;
      text-align: center; }
  .widget-aside .item {
    position: relative;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 0.9375rem 0.625rem !important;
    flex: 0 0 50%;
    max-width: 50%; }
    .widget-aside .item .badge {
      background-color: #000;
      font-size: 0.75rem;
      border-radius: 100%;
      width: 2rem;
      height: 2rem;
      position: absolute;
      top: 0.625rem;
      right: 0.625rem;
      color: #fff;
      padding: 0.625rem 0;
      text-align: center; }
    .widget-aside .item .no-image {
      text-align: center;
      padding: 0.625rem 0 !important; }
      .widget-aside .item .no-image .icon, .widget-aside .item .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .widget-aside .item .no-image .btn:before, .widget-aside .item .no-image .select:before {
        font-size: 2.1875rem !important; }
      .widget-aside .item .no-image h4 {
        font-size: 0.875rem !important; }
  .widget-aside .item-img {
    position: relative;
    min-height: 5.625rem;
    margin-bottom: 0.9375rem; }
    .widget-aside .item-img img {
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      height: 5.625rem;
      min-width: 100%; }
    .widget-aside .item-img a:hover, .widget-aside .item-img a:active, .widget-aside .item-img a:focus, .widget-aside .item-img a:active:focus {
      text-decoration: none; }
  .widget-aside .item-title {
    padding: 0 0;
    font-size: 0.8125rem;
    text-align: center; }
    .widget-aside .item-title h4 {
      font-size: 0.875rem;
      margin-top: 0.625rem; }
    .widget-aside .item-title a {
      color: #222222; }
      .widget-aside .item-title a:hover, .widget-aside .item-title a:active, .widget-aside .item-title a:focus, .widget-aside .item-title a:active:focus {
        text-decoration: none;
        color: #222222; }

.widget-packs .item-pack-right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 991.98px) {
    .widget-packs .item-pack-right {
      flex-wrap: wrap !important;
      width: 100%;
      padding-top: 0.625rem !important;
      margin-left: 0px !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .widget-packs .item-pack-right .pack-attribute {
        display: block;
        width: 100%;
        margin-left: 0px !important;
        margin-top: 5px;
        max-width: 100%; } }
  .widget-packs .item-pack-right.meal-quantity {
    justify-content: flex-end !important;
    padding-left: 30px;
    padding-right: 20px;
    margin-left: 20px; }
    .widget-packs .item-pack-right.meal-quantity:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 1px;
      background-color: #eaeaea; }
    @media (max-width: 991.98px) {
      .widget-packs .item-pack-right.meal-quantity {
        justify-content: flex-start !important;
        padding-left: 30px;
        padding-right: 20px;
        margin-left: 20px; }
        .widget-packs .item-pack-right.meal-quantity:before {
          content: '';
          background-color: transparent; } }

@media (max-width: 991.98px) {
  .widget-packs .checkbox.checkbox-card input[type="checkbox"]:checked + span {
    box-shadow: #209eef 0 0 0 3px !important; }
    .widget-packs .checkbox.checkbox-card input[type="checkbox"]:checked + span:after {
      content: '';
      display: none; } }

@media (max-width: 767.98px) {
  .widget-packs .item-pack-footer {
    flex-wrap: wrap !important;
    width: 100%; }
    .widget-packs .item-pack-footer .pack-attribute {
      display: block;
      width: 100%;
      margin-left: 0px !important;
      margin-top: 5px;
      max-width: 100%; } }

.item-pack-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0; }
  .item-pack-heading p {
    margin-bottom: 0; }

.widget-packs {
  width: 100%; }
  .widget-packs ul,
  .widget-packs a,
  .widget-packs p {
    font-size: 14px; }
  .widget-packs .desc {
    padding-right: 15px; }
  .widget-packs .desc-except {
    font-family: "DM Sans", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4e4e4e; }
    .widget-packs .desc-except p {
      display: none; }
      .widget-packs .desc-except p:first-child {
        display: block;
        margin-bottom: 0; }
    .widget-packs .desc-except br {
      display: list-item; }
  .widget-packs .meal-details {
    width: 100%; }
    @media (max-width: 767.98px) {
      .widget-packs .meal-details {
        width: 75%;
        display: block;
        float: left; }
        .widget-packs .meal-details-combo {
          width: 100%; } }
  .widget-packs .widget-title {
    font-family: "Comfortaa", cursive;
    font-size: 1.375rem;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase; }
  .widget-packs .widget-desc {
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    margin-bottom: 0rem;
    line-height: 1.5em;
    padding-top: 2px;
    color: #635e5e; }
  .widget-packs .pack-img {
    height: 8.75rem;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .widget-packs .item-pack {
    position: relative;
    z-index: 1;
    background-color: transparent;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
    .widget-packs .item-pack .product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-up, .widget-packs .item-pack .product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-down {
      background: white;
      border-radius: 100%;
      border: 1px solid #ddd; }
    .widget-packs .item-pack .title.text {
      display: flex;
      justify-content: space-between; }
      .widget-packs .item-pack .title.text .right {
        color: #219eef; }
  .widget-packs .item-pack-meal {
    display: flex;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: -3px;
    flex-direction: column !important; }
    .widget-packs .item-pack-meal:after {
      content: '';
      clear: both;
      display: table; }
    .widget-packs .item-pack-meal:last-child {
      border: 0; }
    .widget-packs .item-pack-meal:nth-child(2n) {
      background-color: #fbfbfb; }
    .widget-packs .item-pack-meal label {
      display: flex;
      align-items: center; }
    .widget-packs .item-pack-meal .item-img {
      display: inline-block;
      width: 60px;
      min-width: 60px;
      height: 60px;
      margin: 0 !important;
      border-radius: 3px;
      margin-right: 20px !important; }
      .widget-packs .item-pack-meal .item-img.no-image {
        font-size: 11px;
        color: #ababab;
        font-weight: 600;
        background: #ffffff;
        border: 1px solid #fbfbfb;
        display: flex;
        align-items: center;
        justify-content: center; }
        .widget-packs .item-pack-meal .item-img.no-image .icon-image {
          font-size: 26px;
          margin-bottom: 4px;
          display: block; }
        .widget-packs .item-pack-meal .item-img.no-image span {
          display: block; }
        @media (max-width: 991.98px) {
          .widget-packs .item-pack-meal .item-img.no-image {
            min-height: 13.75rem; } }
        @media (max-width: 767.98px) {
          .widget-packs .item-pack-meal .item-img.no-image ~ .pack-item-qty {
            border-top: 1px solid #f2f4f5; } }
    .widget-packs .item-pack-meal .desc {
      display: block; }
      .widget-packs .item-pack-meal .desc .desc-except p {
        font-family: "Source Serif Pro", serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: .5px;
        color: #6b6b6b; }
    .widget-packs .item-pack-meal .title.text {
      font-family: "Comfortaa", cursive;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px;
      display: block;
      line-height: normal;
      margin-bottom: 0px;
      text-transform: uppercase; }
  .widget-packs .pack-label {
    font-family: "Comfortaa", cursive;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .widget-packs ~ .widget-packs {
    margin-bottom: 1.25rem; }
  .widget-packs .card-block {
    padding: 0 0; }
  .widget-packs .card-banner {
    position: relative;
    transition: all ease .2s;
    min-height: 6.25rem;
    border-bottom: 1px solid #dee2e6; }
    .widget-packs .card-banner .pack-img {
      opacity: .2;
      margin-bottom: 0px;
      height: 5rem;
      filter: grayscale(100%);
      transition: all ease .2s;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%; }
    .widget-packs .card-banner .content {
      width: 100%;
      height: 100%;
      padding: 1.25rem 0.9375rem;
      transition: all ease .2s;
      text-shadow: 2px 2px 4px #fff; }
      .widget-packs .card-banner .content .widget-packs {
        display: -ms-grid;
        display: grid;
        height: 100%;
        overflow: hidden; }
  .widget-packs .card-content .form-row {
    margin: 0; }
  .widget-packs .item-pack-footer {
    display: block;
    margin-top: 5px; }
    .widget-packs .item-pack-footer .item-pack-right {
      display: flex;
      flex-wrap: wrap;
      margin-right: -5px;
      margin-left: -5px; }
    .widget-packs .item-pack-footer .pack-attribute {
      margin-left: 0px;
      flex: 0 0 25%;
      max-width: 25%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 5px;
      padding-left: 5px; }
      @media (max-width: 991.98px) {
        .widget-packs .item-pack-footer .pack-attribute {
          flex: 0 0 100%;
          max-width: 100%; } }
  @media (max-width: 991.98px) {
    .widget-packs .item-pack-meal {
      margin-bottom: 20px;
      display: block; }
      .widget-packs .item-pack-meal label {
        display: block; }
      .widget-packs .item-pack-meal .item-img {
        width: 100%;
        height: 210px;
        margin: 0 !important;
        margin-bottom: 20px !important;
        -o-object-fit: cover;
        object-fit: cover; }
    .widget-packs .item-pack-footer {
      margin-top: 0; } }
  @media (max-width: 767.98px) {
    .widget-packs .item-pack-meal .item-img {
      width: 100%;
      height: 210px;
      margin: 0 !important;
      margin-bottom: 20px !important;
      -o-object-fit: cover;
      object-fit: cover; } }

.widget-packs-cols .widget-packs {
  display: -ms-grid;
  display: grid;
  height: 100%;
  overflow: hidden; }

.widget-packs-cols + .section-title-o {
  margin-top: 20px; }

.widget-packed-meal, .widget-packed-extra {
  margin-bottom: 15px; }
  .widget-packed-meal .form-row div[class*=col-], .widget-packed-extra .form-row div[class*=col-] {
    margin-bottom: 15px; }

.widget-packed-meal {
  border: 0; }
  .widget-packed-meal .card-banner {
    min-height: 0 !important;
    border: 0; }
    .widget-packed-meal .card-banner .content {
      padding: 10px 0;
      display: flex;
      justify-content: space-between; }
  .widget-packed-meal .pack-label {
    font-family: "Source Serif Pro", serif;
    font-size: 12px;
    font-weight: 500;
    color: #6b6b6b; }

.widget-packed-meal .pack-item-qty .meal-quantity:before {
  content: '';
  display: none !important; }

.widget-packed-extra .meal-details .title {
  display: block;
  font-weight: 700;
  color: #555;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px; }
  .widget-packed-extra .meal-details .title .text-danger {
    font-weight: normal; }

.widget-packed-extra .meal-content {
  display: flex;
  width: 100%; }

@media (max-width: 991.98px) {
  .widget-packed-extra .meal-content {
    display: block; }
  .widget-packed-extra .meal-quantity {
    padding: 0;
    margin-left: 0;
    width: 100%; }
    .widget-packed-extra .meal-quantity:before {
      display: none; }
  .widget-packed-extra .price-container, .widget-packed-extra .qty-container {
    margin-left: 40px; }
    .widget-packed-extra .price-container .price-value, .widget-packed-extra .price-container .price-label, .widget-packed-extra .price-container .qty-value, .widget-packed-extra .price-container .qty-label, .widget-packed-extra .qty-container .price-value, .widget-packed-extra .qty-container .price-label, .widget-packed-extra .qty-container .qty-value, .widget-packed-extra .qty-container .qty-label {
      display: inline-block; } }

@media (max-width: 575.98px) {
  .widget-packed-extra .item-pack-meal label {
    display: block; }
  .widget-packed-extra .item-pack-meal .item-img {
    width: 100%;
    height: auto !important; }
  .widget-packed-extra .item-pack-meal .meal-details {
    padding-top: 20px; }
  .widget-packed-extra .item-pack-meal .meal-quantity {
    margin-right: 20px;
    margin-left: 0; }
  .widget-packed-extra .form-row div[class*=col-] {
    margin-bottom: 30px; } }

.widget-pack-list {
  margin: 0 0 2.5rem 0; }
  .widget-pack-list:last-child {
    margin: 0; }
  .widget-pack-list .item-pack-meal .meal-details {
    flex-basis: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .widget-pack-list .item-pack-meal .meal-quantity {
    margin-right: 100px;
    margin-left: 20px; }
  .widget-pack-list .item-pack-meal .quantity, .widget-pack-list .item-pack-meal .quantity-label {
    display: block; }
  .widget-pack-list .item-pack-meal .quantity {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 23px; }
  .widget-pack-list .item-pack-meal .quantity-label {
    text-transform: uppercase; }
  .widget-pack-list .form-row {
    border: 0; }
    .widget-pack-list .form-row div[class*="col-"] .item-pack-meal {
      position: relative;
      padding-bottom: 15px; }
      .widget-pack-list .form-row div[class*="col-"] .item-pack-meal:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -10px;
        right: -10px;
        height: 1px; }
  @media (max-width: 575.98px) {
    .widget-pack-list .item-pack-meal label {
      display: block; }
    .widget-pack-list .item-pack-meal .item-img {
      width: 100%;
      height: auto !important; }
    .widget-pack-list .item-pack-meal .meal-quantity {
      margin-right: 20px;
      margin-left: 20px; } }

.price-container, .qty-container {
  min-width: 75px;
  margin-left: 30px; }
  .price-container .price-value, .price-container .price-label, .price-container .qty-value, .price-container .qty-label, .qty-container .price-value, .qty-container .price-label, .qty-container .qty-value, .qty-container .qty-label {
    display: block; }
    @media (max-width: 991.98px) {
      .price-container .price-value, .price-container .price-label, .price-container .qty-value, .price-container .qty-label, .qty-container .price-value, .qty-container .price-label, .qty-container .qty-value, .qty-container .qty-label {
        display: inline-block; } }
  .price-container .price-value, .price-container .qty-value, .qty-container .price-value, .qty-container .qty-value {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000; }
  .price-container .price-label, .price-container .qty-label, .qty-container .price-label, .qty-container .qty-label {
    font-family: "DM Sans", sans-serif;
    font-size: 14px; }
  @media (max-width: 767.98px) {
    .price-container, .qty-container {
      margin-left: 0;
      text-align: center; } }

.qty-container {
  min-width: 55px;
  margin-left: 0px;
  text-align: center; }

@media (max-width: 767.98px) {
  .item-meal.checkbox-card .meal-details {
    width: 100%; }
  .item-meal.checkbox-card .meal-details-with-qty {
    width: 80%; }
  .item-meal.checkbox-card .pack-item-qty {
    margin-top: -65px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10;
    position: relative;
    padding-bottom: 10px;
    display: block; }
    .item-meal.checkbox-card .pack-item-qty .meal-quantity {
      display: flex;
      flex-direction: column;
      text-align: center; }
  .item-meal.checkbox-card .price-label {
    display: none; } }

@media (max-width: 767.98px) {
  .item-meal-deal.checkbox-card .meal-details {
    width: 100%; }
  .item-meal-deal.checkbox-card .meal-quantity {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    padding-right: 0; }
    .item-meal-deal.checkbox-card .meal-quantity:before {
      display: none; }
  .item-meal-deal.checkbox-card .item-pack-footer {
    margin: 0; }
    .item-meal-deal.checkbox-card .item-pack-footer > span:not([class]) {
      display: none; }
    .item-meal-deal.checkbox-card .item-pack-footer .pack-attribute:only-of-type {
      width: 100%;
      max-width: 100%; }
  .item-meal-deal.checkbox-card .item-pack-footer-qty {
    margin-top: -54px; }
  .item-meal-deal.checkbox-card .meal-details-with-qty {
    width: 80%; } }

.pack-list .radio.radio-card label:hover input[type="radio"] + span,
.pack-list .radio.radio-card label:hover input[type="checkbox"] + span,
.pack-list .checkbox.checkbox-card label:hover input[type="radio"] + span,
.pack-list .checkbox.checkbox-card label:hover input[type="checkbox"] + span {
  background-color: rgba(247, 229, 217, 0.35) !important; }

.irs-bar {
  background: #000; }

.irs-line {
  background: #eee;
  border-radius: 10px;
  height: 0.4375rem; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  display: none; }

.irs-slider {
  background: #000;
  border-radius: 100%;
  cursor: pointer;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 1.375rem; }
  .irs-slider:active {
    background: black; }

.irs-from, .irs-to, .irs-single {
  background: #000; }

html {
  font-size: 16px;
  position: relative; }
  @media (max-width: 991.98px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  @media (max-width: 991.98px) {
    body {
      font-size: 14px; } }

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

img {
  max-width: 100%; }

.img-stroked {
  border: 2px solid #c7c8c7; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

::selection {
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.15); }

-moz::selection {
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.15); }

#header {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  padding: 0 15px;
  background: #000; }
  #header .nav-header {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: relative; }
  #header .container {
    max-width: 100%;
    padding: 0; }

.hd-account-info {
  width: 100%;
  max-width: 100%;
  height: 30px;
  display: block;
  padding: 0;
  margin: 0;
  text-align: right;
  z-index: 100;
  position: absolute; }
  .hd-account-info .primary-menu {
    width: auto;
    display: inline-block;
    position: relative;
    padding: 20px 0 0 0; }
    .hd-account-info .primary-menu .nav-item {
      float: left;
      margin: 0px !important; }
      .hd-account-info .primary-menu .nav-item.quicksearch {
        width: 34px;
        height: 34px;
        padding-right: 3px; }
        .hd-account-info .primary-menu .nav-item.quicksearch .nav-link .icon, .hd-account-info .primary-menu .nav-item.quicksearch .nav-link .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .hd-account-info .primary-menu .nav-item.quicksearch .nav-link .btn:before, .hd-account-info .primary-menu .nav-item.quicksearch .nav-link .select:before {
          font-size: 24px;
          top: -1px; }
      .hd-account-info .primary-menu .nav-item.pr15 {
        padding-right: 15px; }
      .hd-account-info .primary-menu .nav-item.active {
        background: none !important; }
        .hd-account-info .primary-menu .nav-item.active:hover, .hd-account-info .primary-menu .nav-item.active:focus {
          background: none !important; }
          .hd-account-info .primary-menu .nav-item.active:hover .nav-link, .hd-account-info .primary-menu .nav-item.active:focus .nav-link {
            color: #FFF; }
      .hd-account-info .primary-menu .nav-item .nav-link {
        font-family: "Comfortaa", cursive;
        font-size: 12px;
        font-weight: 400;
        color: #FFF !important;
        text-transform: uppercase;
        margin: 0px !important;
        min-height: 34px;
        line-height: 30px;
        letter-spacing: .5px;
        padding: 0; }
    .hd-account-info .primary-menu #cart-mini-wrapper {
      width: 34px;
      height: 34px;
      padding-right: 2px; }
      .hd-account-info .primary-menu #cart-mini-wrapper .nav-link {
        margin-right: -15px !important; }
    .hd-account-info .primary-menu #my-account {
      padding-left: 13px;
      height: 34px;
      text-align: left; }
      .hd-account-info .primary-menu #my-account .nav-link {
        text-align: right; }
        .hd-account-info .primary-menu #my-account .nav-link .icon-user-circle-o {
          top: -4px; }
        .hd-account-info .primary-menu #my-account .nav-link .ion-person {
          top: -3px;
          left: 2px; }
          .hd-account-info .primary-menu #my-account .nav-link .ion-person:before {
            content: "\f213";
            font-size: 18px;
            margin-right: 6px; }
      .hd-account-info .primary-menu #my-account .child {
        min-width: 128px;
        position: absolute;
        text-align: left;
        padding-bottom: 0;
        box-shadow: none;
        outline: none;
        border: none;
        left: 0;
        overflow: visible;
        background: #EAEAEA; }
        .hd-account-info .primary-menu #my-account .child:before {
          display: none; }
        .hd-account-info .primary-menu #my-account .child li {
          display: block;
          width: 100%; }
          .hd-account-info .primary-menu #my-account .child li a {
            font-family: "Poppins", sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #000;
            margin: 0;
            text-transform: uppercase;
            white-space: nowrap;
            text-decoration: none;
            padding: 4px 12px 4px 15px;
            letter-spacing: 1.7px;
            border: none !important; }
            .hd-account-info .primary-menu #my-account .child li a:hover, .hd-account-info .primary-menu #my-account .child li a:focus {
              color: #000; }
      .hd-account-info .primary-menu #my-account .nav-link span.expand {
        display: none; }
    .hd-account-info .primary-menu #cart-mini-wrapper .nav-link .ion-bag {
      font-size: 22px;
      float: left;
      position: absolute;
      margin: 4px 10px 0 -25px; }

.custom-header {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  flex-wrap: nowrap;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .custom-header .primary-menu > li {
    padding: 0 0 0 25px;
    margin: 0px; }
    .custom-header .primary-menu > li:last-child .nav-link {
      padding-right: 0px;
      position: relative; }
    .custom-header .primary-menu > li .nav-link {
      padding: 0;
      letter-spacing: 1.7px;
      line-height: 43px;
      min-height: 50px;
      font-weight: bold; }
      .custom-header .primary-menu > li .nav-link .expand {
        display: none; }
  .custom-header .logo-left {
    width: 100%;
    max-width: 200px;
    padding: 15px 0;
    margin: 0;
    line-height: 0; }
    .custom-header .logo-left .navbar-brand {
      width: 100%;
      display: block;
      margin: 0;
      padding: 0; }
      .custom-header .logo-left .navbar-brand img {
        width: 100%;
        margin-left: -8px; }
  .custom-header .nav-right {
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex: 1 1 0px;
    padding: 0;
    text-align: right;
    justify-content: flex-end; }
    .custom-header .nav-right .navbar-nav {
      text-align: left; }

.header-top {
  background-color: #24282c;
  padding: 0rem 0.625rem;
  min-height: 2.1875rem;
  font-size: 0.875rem;
  color: #fff; }
  .header-top .header-menu {
    display: flex;
    font-weight: 100; }
    .header-top .header-menu .nav li ~ li {
      border-left: none; }
    .header-top .header-menu .nav .li-search {
      letter-spacing: -4px; }
      .header-top .header-menu .nav .li-search a {
        background-color: rgba(255, 255, 255, 0.09);
        color: #fff;
        display: inline-block;
        font-size: 0.9375rem;
        padding: 0.5rem 0.75rem;
        padding-right: 0.9375rem;
        vertical-align: top;
        text-align: center;
        text-decoration: none; }
      .header-top .header-menu .nav .li-search .search-form {
        display: inline-block;
        width: 0px;
        height: 0px;
        overflow: hidden;
        vertical-align: top;
        transition: all linear 0.1s; }
        @media (prefers-reduced-motion: reduce) {
          .header-top .header-menu .nav .li-search .search-form {
            transition: none; } }
        .header-top .header-menu .nav .li-search .search-form .form-control.input-nm, .header-top .header-menu .nav .li-search .search-form .select2-container .input-nm.selection, .select2-container .header-top .header-menu .nav .li-search .search-form .input-nm.selection {
          min-height: 2.1875rem;
          padding-top: 0.3125rem;
          padding-bottom: 0.3125rem; }
        .header-top .header-menu .nav .li-search .search-form .btn {
          border: none !important;
          min-height: 2.1875rem;
          padding-top: 0.125rem;
          padding-bottom: 0.3125rem; }
      .header-top .header-menu .nav .li-search.open .search-toggle .icon:before, .header-top .header-menu .nav .li-search.open .search-toggle .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-top .header-menu .nav .li-search.open .search-toggle .btn:before, .header-top .header-menu .nav .li-search.open .search-toggle .select:before {
        content: "\e915" !important; }
      .header-top .header-menu .nav .li-search.open .search-form {
        width: 250px;
        height: auto; }
      .header-top .header-menu .nav .li-search .search-toggle {
        position: relative; }
    .header-top .header-menu .nav a {
      font-size: 0.875rem;
      color: #fff;
      padding: 0.5rem 0.625rem;
      line-height: 1.125rem; }
      .header-top .header-menu .nav a .icon, .header-top .header-menu .nav a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-top .header-menu .nav a .btn:before, .header-top .header-menu .nav a .select:before {
        position: relative; }
      .header-top .header-menu .nav a .icon-phone, .header-top .header-menu .nav a .icon-map-marker {
        top: 1px; }
      .header-top .header-menu .nav a:hover, .header-top .header-menu .nav a:active, .header-top .header-menu .nav a:focus {
        color: #000;
        text-decoration: none;
        background-color: transparent; }

.masterhead {
  width: 100%;
  padding: 0.3125rem 0 0.4375rem;
  border-top: 1px solid #f2f4f5;
  border-bottom: 1px solid #f2f4f5; }
  .masterhead::after {
    display: block;
    clear: both;
    content: ""; }
  .masterhead h1 {
    font-size: 1.5625em;
    font-weight: bold;
    margin-bottom: 0.3125rem; }
  .masterhead .btn {
    min-width: 200px;
    padding: 0.9375rem 0.625rem;
    font-weight: bold; }
  .masterhead.has-image {
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, #333);
    margin-top: 12.5rem; }
    .masterhead.has-image h1 {
      color: white; }
    .masterhead.has-image .breadcrumb li {
      color: white; }
  .masterhead.section-breadcrumb-lg {
    padding: 1.25rem 0; }
  .page-product .masterhead .page-title {
    display: none; }

.masterhead {
  border-color: transparent; }
  .masterhead .page-title {
    font-family: "Source Serif Pro", serif;
    font-size: 2.25rem;
    line-height: 2.25rem;
    color: #212529;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 1.25rem 6px 1.25rem;
    margin: 1.75rem auto 0.125rem auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: auto;
    display: table; }
  .masterhead .breadcrumb {
    display: none; }

body:not(.page-product) .masterhead.masterhead-lg, body:not(.page-product) .masterhead.masterhead-banner {
  border-bottom: none;
  padding-top: 15px; }

.information .box {
  line-height: 2; }
  .information .box i {
    margin-bottom: 0.3125rem;
    color: #000;
    font-size: 2.5em; }
  .information .box h3 {
    font-weight: bold;
    color: #000;
    margin-bottom: 0.625rem;
    font-size: 1.125rem; }
  .information .box p {
    font-size: 0.875em; }

.app-footer {
  font-family: "Comfortaa", cursive;
  padding: 0;
  background: #F7E5D9; }
  .app-footer .container.footer-data {
    padding: 3.125rem 0 2.5rem 0; }
  .app-footer .container .row .col-md-3:not(:first-child) {
    padding: 0 0 0 30px; }
  .app-footer .section-subscribe {
    width: 100%;
    height: auto;
    padding: 3.75rem 20px;
    display: block;
    background: url(../images/subcription-form-bg.jpg) no-repeat center center #2C333D;
    background-size: cover; }
    .app-footer .section-subscribe h3 {
      font-family: "Source Serif Pro", serif;
      font-size: 1.6875rem;
      font-weight: 400;
      color: #FFF;
      letter-spacing: 1.7px;
      margin: 0 0 30px;
      text-align: center;
      text-transform: uppercase; }
    .app-footer .section-subscribe .form-subscribe {
      width: 100%;
      max-width: 640px;
      margin: 0 auto;
      display: block; }
    .app-footer .section-subscribe .input-group.gray {
      border: none !important;
      background: none; }
      .app-footer .section-subscribe .input-group.gray .form-control, .app-footer .section-subscribe .input-group.gray .select2-container .selection, .select2-container .app-footer .section-subscribe .input-group.gray .selection {
        font-family: inherit;
        font-weight: 300;
        letter-spacing: .5px;
        min-height: 3.125rem;
        color: #FFF;
        margin-right: 22px;
        border: 1px solid rgba(255, 255, 255, 0.35) !important;
        background: rgba(0, 0, 0, 0.45); }
      .app-footer .section-subscribe .input-group.gray .input-group-append {
        margin-left: 0;
        border: 1px solid #FFF;
        outline: none !important;
        box-shadow: none !important; }
        .app-footer .section-subscribe .input-group.gray .input-group-append .btn {
          width: auto;
          font-family: "Source Serif Pro", serif !important;
          font-size: 22px !important;
          font-weight: 600;
          color: #000;
          text-transform: uppercase;
          padding: 0 30px;
          border: none;
          border-radius: 0px;
          outline: none !important;
          box-shadow: none !important;
          border-color: #FFF;
          background: #F7E5D9; }
          .app-footer .section-subscribe .input-group.gray .input-group-append .btn:hover, .app-footer .section-subscribe .input-group.gray .input-group-append .btn:focus {
            border-color: #e1d8d8 !important;
            background: #e1d8d8 !important; }
    .app-footer .section-subscribe .input-group.error-float.dark .parsley-errors-list li {
      margin-top: 6px;
      background: #ea2d2d !important; }
  .app-footer .section-footer-content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.9375rem 1.25rem 1.9375rem 1.25rem;
    display: block;
    text-align: center;
    background: #000; }
    .app-footer .section-footer-content h4 {
      font-family: "Gotham-Light", sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      color: #cfc9c9;
      padding: 0;
      margin: 0;
      letter-spacing: 3.8px;
      text-transform: uppercase; }
  .app-footer .list-links .li-title {
    font-family: "Source Serif Pro", serif;
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 6px 0;
    margin: 0 0 15px 0; }
    .app-footer .list-links .li-title:after {
      content: "";
      width: 70px;
      height: 1px;
      left: 0;
      bottom: 0;
      display: block;
      position: absolute;
      background: #000; }
  .app-footer a {
    font-family: "Gotham-Light", sans-serif;
    font-size: 13px;
    letter-spacing: .5px;
    color: #222;
    text-transform: uppercase;
    text-decoration: none !important; }
    .app-footer a:hover {
      color: #000; }
    .app-footer a.social-link {
      padding-left: 30px;
      position: relative; }
      .app-footer a.social-link.icon-fb:before {
        content: "\f082"; }
      .app-footer a.social-link.icon-insta:before {
        content: "\f16d"; }
      .app-footer a.social-link.icon-tw:before {
        content: "\f081"; }
      .app-footer a.social-link:before {
        content: "\f081";
        font-family: 'icomoon';
        line-height: 22px;
        font-size: 22px;
        text-align: center;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        width: 22px;
        height: 22px;
        top: -5px;
        left: 0;
        display: block;
        position: absolute; }
  .app-footer p {
    font-family: "Gotham-Light", sans-serif;
    font-size: 13px;
    letter-spacing: .5px;
    color: #222; }
    .app-footer p strong {
      font-family: "Noto Sans", sans-serif;
      font-size: 15px;
      width: 100%;
      letter-spacing: 1px;
      display: block;
      font-weight: 700;
      padding-bottom: 3px;
      text-transform: uppercase; }
    .app-footer p a {
      text-transform: unset; }

.footer-logo {
  width: 100%;
  max-width: 240px;
  height: auto;
  display: block; }

.copyright {
  text-align: left;
  margin: 0;
  padding: 0.75rem 0;
  background: #f4f4f4; }
  .copyright a, .copyright p {
    font-size: 12px;
    letter-spacing: .2px;
    margin-bottom: 0; }

.scroll-top-top {
  display: inline-block;
  color: white !important;
  background: rgba(37, 37, 37, 0.5);
  width: 2.5rem;
  padding: 0.625rem 0;
  text-align: center;
  position: fixed;
  bottom: 5.9375rem;
  right: 1.25rem;
  border-radius: 4px;
  text-decoration: none !important;
  transition: all .3s ease;
  transform: translateX(4.375rem); }
  .scroll-top-top:hover {
    background: #252525; }
  .scroll-top-top.show {
    transform: translateX(0); }

body {
  position: relative; }

#homepage-banner .item {
  padding: 0;
  background-color: #B5DFCD !important; }

.summary {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 768px) {
    .summary {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 991.98px) {
    .summary {
      margin-bottom: 1.875rem; } }
  .summary i {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 3.3125em; }
  .summary .title {
    display: block;
    text-align: center;
    font-size: 1.25em;
    font-weight: 600; }
  .summary .badge {
    left: 68%;
    box-shadow: 0 0 10px 2px #ececec;
    border-radius: 100px;
    padding: 0.625rem 0.3125rem;
    right: 0.625rem;
    font-weight: 800;
    top: 0.625rem;
    background: white;
    font-size: 1em;
    min-width: 4.6875rem;
    text-align: center; }

.prod-featured .tablist {
  margin-bottom: 2.5rem; }
  .prod-featured .tablist li ~ li {
    border-left: 3px solid #ccc;
    margin-left: 0.625rem;
    padding-left: 0.625rem; }

.prod-featured .nav-link {
  font-weight: 400;
  font-size: 2.125em;
  color: #ccc;
  padding: 0;
  line-height: 1; }
  .prod-featured .nav-link.active {
    color: black; }
  .prod-featured .nav-link:hover {
    color: #000; }

.product-single {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem; }
  .product-single .product-quantity {
    width: auto;
    display: table;
    padding-top: 5px; }
    .product-single .product-quantity label {
      font-family: "DM Sans", sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: .5px;
      color: #222;
      margin-bottom: 0.375rem; }
    .product-single .product-quantity .input-group-btn .btn {
      border-left-width: 1px !important;
      border-right: 1px #dee2e6 solid !important;
      font-weight: bold;
      font-size: 16px;
      min-width: 16px;
      text-align: center;
      display: block;
      padding: 0;
      margin: 0;
      width: 16px;
      height: 16px; }
      .product-single .product-quantity .input-group-btn .btn.bootstrap-touchspin-down {
        right: 29px;
        border-radius: 100% !important; }
      .product-single .product-quantity .input-group-btn .btn.bootstrap-touchspin-up {
        border-radius: 100% !important; }
  .product-single .product-quantity-holder input.product-quantity.selection, .product-single .product-quantity-holder input.product-quantity.form-control, .product-single .product-quantity-holder .select2-container input.product-quantity.selection, .select2-container .product-single .product-quantity-holder input.product-quantity.selection, .product-single .product-quantity-holder input.product-quantity.selection {
    color: #222222; }
  .product-single .slider-single {
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }
  .product-single .product-title {
    display: none;
    font-family: "Comfortaa", cursive;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2.375rem; }
  .product-single .product-description {
    margin-bottom: 16px; }
  .product-single p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #181d26;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 16px; }
    .product-single p:last-child {
      margin-bottom: 0; }
    .product-single p.no-margin {
      margin-bottom: 0px; }
  .product-single ul, .product-single ol {
    font-size: 16px;
    line-height: 26px;
    color: #585858;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 0; }
  .product-single .types {
    display: block;
    clear: both;
    width: 100%; }
  .product-single .single-product-status {
    display: none;
    margin-bottom: 5px; }
    .product-single .single-product-status .types, .product-single .single-product-status .info {
      display: inline-block;
      width: auto; }
    .product-single .single-product-status .types {
      font-weight: 800; }
    .product-single .single-product-status .info {
      border-color: transparent;
      border-bottom: none !important; }
  .product-single .select-label {
    color: #adb5bd;
    font-weight: 600; }
    .product-single .select-label.simple {
      display: none; }
  .product-single .type {
    color: #666;
    font-size: 0.8125em;
    border: 1px solid #777;
    border-radius: 2px;
    padding: 0.1875rem 0.75rem 0.125rem;
    display: inline-block;
    margin: 0 0.625rem 0.625rem 0;
    text-transform: uppercase;
    font-weight: 500;
    opacity: .9; }
    .product-single .type:hover, .product-single .type:active, .product-single .type:focus, .product-single .type:active:focus {
      color: #222;
      text-decoration: none;
      border: 1px solid #222;
      opacity: 1; }
  .product-single .ratings {
    display: inline-block;
    margin: 0 0.625rem 0.625rem 0; }
  .product-single .ratings-count {
    font-weight: 600;
    margin: 0 0.625rem 0.625rem 0; }
  .product-single .description {
    padding: 0.625rem 0;
    margin-bottom: 0.625rem; }
  .product-single .info {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1.25rem; }
    .product-single .info::after {
      display: block;
      clear: both;
      content: ""; }
    .product-single .info a {
      float: right;
      color: #adb5bd;
      margin-bottom: 0.625rem;
      text-decoration: none;
      font-size: 0.9375em;
      margin-left: 0.625rem; }
      .product-single .info a:hover {
        color: #000; }
      .product-single .info a i {
        font-size: 1.1875em;
        display: inline-block;
        vertical-align: middle; }
  .product-single .price_box {
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-single .price_box span {
      width: 100%; }
  .product-single .price {
    padding-top: 20px; }
    .product-single .price > label {
      display: none; }
    .product-single .price span {
      color: #000;
      font-size: 2.1875em;
      font-weight: bold;
      line-height: 1; }
  .product-single .cart-option-inputs {
    margin: 0; }
    .product-single .cart-option-inputs .form-group {
      margin-bottom: 20px; }
  .product-single .actions {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0; }
    .product-single .actions .btn {
      font-size: 16px !important;
      letter-spacing: 1.5px;
      font-weight: 600;
      border-radius: 1px;
      width: 100%;
      display: block;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem;
      margin-bottom: 0.625rem; }
      .product-single .actions .btn.btn-add-to-cart {
        width: auto;
        min-width: 190px;
        height: 40px;
        padding: 0 30px; }
  @media (max-width: 991.98px) {
    .product-single .details .price {
      margin-bottom: 10px; }
    .product-single .details .product-quantity {
      padding: 0 15px; }
    .product-single .pack-list {
      margin-right: -4px;
      margin-left: -4px; }
      .product-single .pack-list .item-pack {
        flex: auto;
        max-width: none;
        margin: 1%;
        height: auto;
        width: 48%;
        background-color: #fbfbfb !important; } }
  @media (max-width: 767.98px) {
    .product-single .details .input-group {
      width: 23%; }
    .product-single .actions .btn {
      width: 100%; }
    .product-single .slider-single .item img {
      height: auto; }
    .product-single .pack-list {
      margin-right: -3px;
      margin-left: -3px; }
      .product-single .pack-list .item-pack {
        flex: auto;
        max-width: none;
        margin-right: 0%;
        margin-left: 0%;
        height: auto;
        width: 100%; }
    .product-single div.product-quantity {
      margin-top: 1.875rem;
      margin-bottom: 0.625rem; }
    .product-single .info a[data-toggle*="tooltip"] {
      padding-left: 0;
      margin-left: 0;
      float: none;
      font-size: 1.1875rem; }
      .product-single .info a[data-toggle*="tooltip"] .icon, .product-single .info a[data-toggle*="tooltip"] .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .product-single .info a[data-toggle*="tooltip"] .btn:before, .product-single .info a[data-toggle*="tooltip"] .select:before {
        position: relative;
        top: -2px; } }
  @media (max-width: 575.98px) {
    .product-single .details .input-group {
      width: 114px; }
    .product-single .price span {
      font-size: 26px; } }

.plates {
  white-space: nowrap; }
  .plates input {
    display: none; }
  .plates input:checked + label {
    border-color: #000;
    background: #000;
    color: white; }
  .plates label {
    display: inline-block !important;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.0625rem;
    background: white;
    color: #252525;
    border: 2px solid #252525;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    cursor: pointer; }
    .plates label:hover {
      background: #000;
      color: white; }

.info-tabs {
  padding-top: 40px; }
  .info-tabs .nav-tabs {
    align-items: baseline;
    border-color: #000;
    margin-bottom: 18px; }
    .info-tabs .nav-tabs > .nav-item {
      display: block; }
      .info-tabs .nav-tabs > .nav-item a {
        display: block;
        font-size: 1.125em;
        font-weight: 400;
        color: #adb5bd;
        border: none;
        padding: 0.625rem 0;
        margin-right: 1.875rem;
        text-decoration: none !important;
        transition: all .2s; }
        .info-tabs .nav-tabs > .nav-item a:hover {
          color: #222;
          background-color: transparent; }
        .info-tabs .nav-tabs > .nav-item a.active {
          color: #000;
          font-weight: 600;
          background-color: transparent;
          border-bottom: 3px solid #000; }

.dietary-info-share {
  height: auto;
  min-height: 2.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  border-bottom: none !important; }
  .dietary-info-share div:first-child {
    text-align: left;
    -webkit-box-pack: start;
    display: flex;
    justify-content: flex-start;
    margin: 0 !important; }
    .dietary-info-share div:first-child.info {
      justify-content: start !important; }
      .dietary-info-share div:first-child.info a {
        width: auto;
        float: left;
        padding: 0 0 0 0.125rem;
        margin: 0;
        display: table; }
  .dietary-info-share div:last-child {
    min-width: 0;
    display: flex;
    flex: 1 1 0rem;
    text-align: right;
    justify-content: flex-end;
    margin: 0 !important;
    text-align: left; }
    @media (max-width: 575.98px) {
      .dietary-info-share div:last-child {
        justify-content: left;
        margin-top: 0.9375rem !important; } }
  .dietary-info-share div.info {
    height: 2.25rem;
    line-height: 2.1875rem;
    padding: 0;
    border: none !important; }
    .dietary-info-share div.info a {
      color: #000;
      opacity: .5; }
      .dietary-info-share div.info a:hover, .dietary-info-share div.info a:focus {
        opacity: .95; }
  @media (max-width: 575.98px) {
    .dietary-info-share {
      flex-direction: column !important; } }

.section.product-single .product-details .servings {
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-weight: 600;
  margin-top: -25px; }

.section.product-single .product-image {
  padding-right: 30px; }

.section.product-single .slider-single {
  min-height: unset;
  padding: 0;
  margin: 0; }
  .section.product-single .slider-single .item figure a {
    box-shadow: none;
    outline: none;
    border: none; }
    .section.product-single .slider-single .item figure a img {
      height: auto;
      max-height: 33.125rem;
      display: block; }

.section.product-single .slider-single-nav {
  margin-top: 0.75rem;
  margin-bottom: 0; }
  .section.product-single .slider-single-nav .item img {
    width: 100%;
    height: 100px;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.container-single-product .slider-products .product .image {
  padding: 0px;
  border: none;
  background: #FFF;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }

.alert-info {
  font-family: "Comfortaa", cursive;
  color: #000;
  font-weight: 700;
  border-radius: 2px;
  letter-spacing: .5px;
  border: 0px;
  text-align: center;
  background-color: #efe9e5; }

.product-single {
  background: #FFF; }
  .product-single .container-single-product .product-details p.heading {
    font-family: "Source Serif Pro", serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #e47678; }
  .product-single .container-single-product .product-details ul > li {
    list-style-type: none;
    padding-left: 18px;
    position: relative; }
    .product-single .container-single-product .product-details ul > li:before {
      content: '';
      position: absolute;
      top: 14px;
      left: 2px;
      display: block;
      width: 6px;
      height: 1px;
      background: #807575; }

.product-mini-links {
  width: 100%;
  max-width: 100%;
  padding: 0 0 8px 0;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: space-between;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: .5px;
  display: none !important; }
  .product-mini-links .mini-breadcrumb {
    height: 26px;
    min-width: 0;
    max-width: 100%;
    padding-right: 10px;
    text-align: left;
    margin: 0;
    -webkit-box-pack: start;
    flex: 1 1 0px;
    display: flex;
    justify-content: flex-start; }
    .product-mini-links .mini-breadcrumb li {
      font-size: 12px;
      margin-right: 0.375rem; }
      .product-mini-links .mini-breadcrumb li a {
        font-size: 14px;
        letter-spacing: .5px;
        color: #4B4C4E;
        text-decoration: none; }
        .product-mini-links .mini-breadcrumb li a:hover, .product-mini-links .mini-breadcrumb li a:focus {
          color: #e3e2e2; }
      .product-mini-links .mini-breadcrumb li:last-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px; }
  .product-mini-links .category-link {
    line-height: 26px;
    min-width: 0;
    max-width: 56px;
    display: flex;
    flex: 1 1 0px;
    text-align: right;
    justify-content: flex-end; }
    .product-mini-links .category-link a {
      font-family: "Comfortaa", cursive;
      letter-spacing: 1.5px;
      font-size: 14px;
      text-transform: uppercase;
      color: #FFF;
      background: #FFF;
      padding: 0.125rem 0.8125rem;
      border-radius: 2px;
      text-decoration: none; }
      .product-mini-links .category-link a:hover, .product-mini-links .category-link a:focus {
        color: #FFF;
        background: #fafafa; }

.page-product .slick-slide {
  padding: 0; }

.page-product .product-single {
  padding-bottom: 2.5rem !important; }

.page-product .masterhead-banner {
  display: block;
  padding: 0;
  margin: 2.5rem 0 -2.125rem 0; }
  .page-product .masterhead-banner .page-title {
    display: block;
    font-family: "Comfortaa", cursive;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    margin: 0.25rem 0 0 0;
    border: none;
    padding: 0; }
  .page-product .masterhead-banner .breadcrumb {
    margin: 0.4375rem 0 1.8125rem 0;
    display: block; }

.section-related-products .product-item {
  padding: 0 10px; }
  .section-related-products .product-item .price {
    padding-top: 0; }
  .section-related-products .product-item .product-quantity-holder {
    border: none !important; }
    .section-related-products .product-item .product-quantity-holder .bootstrap-touchspin {
      padding-top: 3px !important; }

.table-cart th {
  font-size: 0.875em;
  font-weight: 500;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background: #f8f9fa; }

.table-cart a {
  color: #333; }
  .table-cart a span {
    color: #333; }

.table-cart td {
  font-size: 14px;
  vertical-align: middle; }
  .table-cart td.center.product-gst {
    font-family: "Source Serif Pro", serif;
    font-size: 1.25em;
    font-weight: 400; }
  .table-cart td.title {
    font-family: "Comfortaa", cursive;
    font-size: 0.9375rem;
    font-weight: 600; }
    .table-cart td.title img {
      max-height: 3.5625rem;
      float: left;
      margin-right: 0.3125rem; }
    .table-cart td.title small {
      font-size: 0.625em;
      font-weight: 600; }
  .table-cart td.item-img {
    display: block;
    width: 13.4375rem; }
  .table-cart td.price {
    font-family: "Source Serif Pro", serif;
    font-size: 1.25em;
    font-weight: 400;
    text-align: center; }
  .table-cart td.total-price {
    font-family: "Source Serif Pro", serif;
    font-size: 1.25em;
    font-weight: 700; }
  .table-cart td.td-notes {
    min-width: 9.0625rem; }

.table-cart .d-time {
  border: 1px solid transparent; }
  .table-cart .d-time.error {
    border: 1px solid #f0425a; }

.table-cart .note-field-wrap {
  position: relative;
  display: none; }
  .table-cart .note-field-wrap .form-control, .table-cart .note-field-wrap .select2-container .selection, .select2-container .table-cart .note-field-wrap .selection {
    padding-right: 5px;
    padding-left: 5px; }
  .table-cart .note-field-wrap .close {
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: -1.125rem;
    color: #f0425a;
    font-size: 0.9375rem; }

.cart .btn-actions::after {
  display: block;
  clear: both;
  content: ""; }

.cart-summary {
  background: #f8f9fa;
  display: block;
  padding: 1.5625rem;
  font-weight: 600;
  border: 1px solid #cfd5db; }
  .cart-summary label, .cart-summary .label {
    font-family: "Comfortaa", cursive;
    display: block;
    font-size: 0.875em;
    font-weight: 600; }
  .cart-summary .value {
    font-size: 1.125em; }
    .cart-summary .value.total {
      font-size: 1.4375em;
      font-weight: bold;
      color: #000; }

.cart-mini {
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  z-index: 100;
  width: 300px;
  text-align: left;
  font-size: 0.875rem;
  padding: 10px 14px 13px 14px;
  border-radius: 0px;
  box-shadow: none;
  border: none !important;
  box-shadow: none !important;
  background-color: #EAEAEA; }
  .cart-mini .item {
    padding: 0.5em 0; }
    .cart-mini .item ~ .item {
      border-top: 1px solid #000; }
  .cart-mini .close {
    color: #f0425a !important; }
  .cart-mini .cart-title {
    font-size: 0.9375rem;
    margin-bottom: 0px; }
  .cart-mini .item-img {
    margin-right: 10px;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #FFF; }
    .cart-mini .item-img:hover, .cart-mini .item-img:active, .cart-mini .item-img:focus, .cart-mini .item-img:active:focus {
      text-decoration: none;
      outline: none; }
    .cart-mini .item-img img {
      height: 2.5rem;
      min-width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .cart-mini .item-name {
    line-height: 1em;
    font-size: 0.75rem;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600; }
    .cart-mini .item-name a {
      color: #343a40; }
  .cart-mini .item-info {
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-size: 14px; }
    .cart-mini .item-info .qty {
      padding-right: 25px; }
    .cart-mini .item-info .qty, .cart-mini .item-info .price {
      display: inline-block;
      letter-spacing: 0px; }
  .cart-mini .no-image {
    padding: 0.625rem 0;
    background-color: #f3f3f3; }
    .cart-mini .no-image .icon-image {
      color: #ced4da;
      font-size: 1.25rem; }
  .cart-mini .item-actions {
    float: none;
    clear: both;
    font-size: 0.5625rem;
    text-align: center; }
    .cart-mini .item-actions .remove {
      color: #fff !important;
      border-radius: 100%;
      background-color: #f0425a;
      width: 0.9375rem;
      height: 0.9375rem;
      line-height: 16px;
      display: block;
      padding: 0.0625rem 0;
      margin: auto;
      text-align: center;
      text-decoration: none; }
      .cart-mini .item-actions .remove:hover, .cart-mini .item-actions .remove:active, .cart-mini .item-actions .remove:focus {
        background-color: #f25a6f;
        text-decoration: none; }
        .cart-mini .item-actions .remove:hover .icon, .cart-mini .item-actions .remove:hover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .cart-mini .item-actions .remove:hover .btn:before, .cart-mini .item-actions .remove:hover .select:before, .cart-mini .item-actions .remove:active .icon, .cart-mini .item-actions .remove:active .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .cart-mini .item-actions .remove:active .btn:before, .cart-mini .item-actions .remove:active .select:before, .cart-mini .item-actions .remove:focus .icon, .cart-mini .item-actions .remove:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .cart-mini .item-actions .remove:focus .btn:before, .cart-mini .item-actions .remove:focus .select:before {
          color: #fff; }
  .cart-mini .subtotal {
    float: none;
    clear: both;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    padding: 0.625rem 0;
    border-top: 1px solid rgba(41, 41, 41, 0.3);
    border-bottom: 1px solid rgba(41, 41, 41, 0.3);
    margin-bottom: 0.625rem; }
    .cart-mini .subtotal::after {
      display: block;
      clear: both;
      content: ""; }
    .cart-mini .subtotal .text-center {
      font-family: "Comfortaa", cursive;
      font-size: 14px;
      font-weight: 400; }
    .cart-mini .subtotal .price {
      font-family: "DM Sans", sans-serif;
      font-size: 14px;
      color: #FFF;
      font-weight: 400;
      text-decoration: none;
      background: #1a1c1c;
      padding: 0 7px 0 7px;
      border-radius: 2px;
      letter-spacing: 1px;
      margin-top: -2px;
      display: inline-block;
      height: 24px;
      line-height: 23px; }
  .cart-mini .cart-actions .btn {
    font-family: "Source Serif Pro", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 1.5px !important;
    padding: 0 10px;
    text-align: center;
    min-height: 2.0625rem;
    line-height: 2.0625rem;
    text-transform: uppercase;
    box-shadow: none !important;
    outline: none !important; }

.cart-mobile {
  position: relative;
  display: block;
  right: 0px;
  top: 0px;
  min-width: auto;
  text-align: left;
  font-size: 0.875rem;
  background-color: transparent;
  padding: 0rem 0rem 0rem;
  box-shadow: none;
  border-radius: 0px;
  max-width: none; }
  .cart-mobile .item-name a {
    font-size: 0.75rem !important; }
  .cart-mobile .item-actions .remove {
    line-height: 0;
    padding: 0.1875rem 0; }
    .cart-mobile .item-actions .remove .icon, .cart-mobile .item-actions .remove .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .cart-mobile .item-actions .remove .btn:before, .cart-mobile .item-actions .remove .select:before {
      font-size: 0.5625rem; }
  .cart-mobile .cart-actions .btn {
    padding: 0.625rem 0.625rem; }

.cart-error-message {
  font-size: 0.75rem;
  text-align: center; }

.mini-products-list .container-compact-sm .form-row {
  display: flex;
  align-items: center; }
  .mini-products-list .container-compact-sm .form-row .col-10 {
    padding: 0 0 0 5px; }
  .mini-products-list .container-compact-sm .form-row .item-name a {
    font-family: "Comfortaa", cursive;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .2px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none; }

.table-noborder #cart-totals tr td {
  font-size: 16px; }
  .table-noborder #cart-totals tr td.js-total-labels, .table-noborder #cart-totals tr td.t-base {
    font-family: "Comfortaa", cursive;
    font-size: 14px; }
  .table-noborder #cart-totals tr td.js-total-display {
    font-family: "Source Serif Pro", serif;
    font-size: 18px;
    font-weight: 400; }
  .table-noborder #cart-totals tr td.t-base span.txt-amount {
    font-family: "Source Serif Pro", serif;
    font-size: 20px;
    font-weight: 700; }

.section.cart .form-control.order_prod_notes, .section.cart .select2-container .order_prod_notes.selection, .select2-container .section.cart .order_prod_notes.selection {
  border-radius: 0px; }

.section.cart a.remove_cart_item:hover, .section.cart a.remove_cart_item:focus {
  text-decoration: none !important; }

.section.cart .table-cart td.title .info-middle .item-img {
  color: #4B4C4E;
  font-weight: 400;
  align-items: center;
  display: flex; }
  .section.cart .table-cart td.title .info-middle .item-img .column {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin: 0; }
    .section.cart .table-cart td.title .info-middle .item-img .column.img-thumb {
      flex: 0 0 68px; }
    .section.cart .table-cart td.title .info-middle .item-img .column .row {
      display: flex;
      flex-direction: row;
      width: 100%;
      margin: 0; }
      .section.cart .table-cart td.title .info-middle .item-img .column .row.sub-info span.text {
        font-size: 10px !important;
        font-weight: 400;
        font-style: italic; }

.section.cart .table-cart td.title div.text {
  font-size: 10px !important;
  padding-top: 5px;
  font-weight: 400;
  font-style: italic;
  margin-left: 70px !important; }

.section.cart .table-cart td.title a:hover, .section.cart .table-cart td.title a:focus {
  text-decoration: none !important; }

.section.cart .table-cart td.title img {
  width: 58px !important;
  height: 40px !important;
  border: 1px solid #cfd5db;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.section.cart .table-cart td.title span.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px; }

.page-shopping-cart .delivery_time_wrap .d-time .form-control, .page-shopping-cart .delivery_time_wrap .d-time .select2-container .selection, .select2-container .page-shopping-cart .delivery_time_wrap .d-time .selection {
  font-size: 14px; }

@media (max-width: 1199.98px) {
  .product.grid .product-list-info .row-attr, .product.list .product-list-info .row-attr {
    margin-right: 0;
    margin-left: 0; }
  .product-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .product-row::after {
      display: block;
      clear: both;
      content: ""; }
    .product-row .col-item {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    .product-row .col-aside {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1.25rem; }
    .product-row .col-content {
      flex: 0 0 100%;
      max-width: 100%; }
  .form-filter-wrap {
    display: none; }
  .sidebar .filter-toggle {
    display: flex !important;
    padding: 0.625rem 0;
    cursor: pointer; }
  .mto-xl-1 {
    margin-top: 0.25rem !important; }
  .mto-xl-2 {
    margin-top: 0.5rem !important; }
  .mto-xl-3 {
    margin-top: 1rem !important; }
  .mto-xl-4 {
    margin-top: 2rem !important; }
  .mbo-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mbo-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mbo-xl-3 {
    margin-bottom: 1rem !important; }
  .mbo-xl-4 {
    margin-bottom: 2rem !important; } }

@media (max-width: 991.98px) {
  .slider.slider-main .item .slide-title {
    font-size: 1.875rem; }
  .nav-header .hd-account-info, .nav-header .primary-menu.my-account {
    display: none; }
  .toggle-nav {
    display: inline-block; }
  .sort .toggle-view {
    display: none; }
  #header {
    margin-bottom: 0rem; }
  .table-cart td.title {
    min-width: 12.5rem; }
    .table-cart td.title .text {
      display: flex; }
  .pack-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .pack-list .item-pack {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 50%;
      max-width: 50%;
      flex: 0 0 48%;
      max-width: 48%;
      margin-right: 1%;
      margin-left: 1%; }
  .product-row .product.list, .product-row .post.list {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-right: 0px;
    margin-left: 0px; }
    .product-row .product.list .image, .product-row .post.list .image {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 0.625rem;
      padding-left: 0px;
      padding-right: 0px;
      height: 180px; }
      .product-row .product.list .image a, .product-row .post.list .image a {
        width: 100%; }
    .product-row .product.list .product-core, .product-row .product.list .post-core, .product-row .post.list .product-core, .product-row .post.list .post-core {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      min-height: 50%; }
      .product-row .product.list .product-core #cart_form, .product-row .product.list .post-core #cart_form, .product-row .post.list .product-core #cart_form, .product-row .post.list .post-core #cart_form {
        display: block; }
      .product-row .product.list .product-core .btn.btn-primary, .product-row .product.list .product-core .list-account-menu li.active .btn, .list-account-menu li.active .product-row .product.list .product-core .btn, .product-row .product.list .post-core .btn.btn-primary, .product-row .product.list .post-core .list-account-menu li.active .btn, .list-account-menu li.active .product-row .product.list .post-core .btn, .product-row .post.list .product-core .btn.btn-primary, .product-row .post.list .product-core .list-account-menu li.active .btn, .list-account-menu li.active .product-row .post.list .product-core .btn, .product-row .post.list .post-core .btn.btn-primary, .product-row .post.list .post-core .list-account-menu li.active .btn, .list-account-menu li.active .product-row .post.list .post-core .btn {
        display: block;
        margin-top: 0rem; }
      .product-row .product.list .product-core .btn-link, .product-row .product.list .post-core .btn-link, .product-row .post.list .product-core .btn-link, .product-row .post.list .post-core .btn-link {
        text-align: left; }
      .product-row .product.list .product-core .btn-order, .product-row .product.list .post-core .btn-order, .product-row .post.list .product-core .btn-order, .product-row .post.list .post-core .btn-order {
        padding: 0.9375rem 0.3125rem !important;
        font-size: 1rem !important; }
      .product-row .product.list .product-core .product-quantity-holder, .product-row .product.list .post-core .product-quantity-holder, .product-row .post.list .product-core .product-quantity-holder, .product-row .post.list .post-core .product-quantity-holder {
        display: block; }
  .product-row .product .btn-order, .product-row .post .btn-order {
    display: block; }
  .product-row .product .product-list-info .btn.btn-primary, .product-row .product .product-list-info .list-account-menu li.active .btn, .list-account-menu li.active .product-row .product .product-list-info .btn, .product-row .post .product-list-info .btn.btn-primary, .product-row .post .product-list-info .list-account-menu li.active .btn, .list-account-menu li.active .product-row .post .product-list-info .btn {
    padding: 0.9375rem 0.3125rem !important;
    font-size: 1rem !important; }
  .section-featured .nav-link {
    font-size: 1.4375rem; }
  .cart-mobile .item-actions .remove {
    padding: 0.25rem 0; }
  .featured-product {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .info-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 1.25rem; }
    .info-tabs .nav-tabs .nav-item {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 5px;
      padding-left: 5px;
      border: 1px solid #dee2e6;
      text-align: center;
      margin-right: -1px; }
      .info-tabs .nav-tabs .nav-item a {
        display: block;
        width: 100%;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; }
        .info-tabs .nav-tabs .nav-item a.active {
          border-bottom: none; }
  .mto-lg-1 {
    margin-top: 0.25rem !important; }
  .mto-lg-2 {
    margin-top: 0.5rem !important; }
  .mto-lg-3 {
    margin-top: 1rem !important; }
  .mto-lg-4 {
    margin-top: 2rem !important; }
  .mbo-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mbo-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mbo-lg-3 {
    margin-bottom: 1rem !important; }
  .mbo-lg-4 {
    margin-bottom: 2rem !important; }
  .section.cart .btn-actions .btn {
    display: block;
    width: 100%; }
  .product.grid, .product.list {
    border: none;
    padding: 0rem 0.625rem; }
    .product.grid .image, .product.list .image {
      flex-direction: column !important;
      border: none;
      background-color: #FFF; }
    .product.grid .product-controls, .product.list .product-controls {
      display: none; }
    .product.grid .product-list-info, .product.list .product-list-info {
      display: none;
      margin-top: 0.625rem; }
      .product.grid .product-list-info .badge-wrap, .product.grid .product-list-info .prod-desc, .product.list .product-list-info .badge-wrap, .product.list .product-list-info .prod-desc {
        display: none; }
      .product.grid .product-list-info .actions, .product.list .product-list-info .actions {
        position: relative;
        top: auto;
        width: 100%;
        bottom: -1px;
        left: 0px;
        transform: translate(0%, 0%);
        display: flex; }
        .product.grid .product-list-info .actions #cart_form, .product.list .product-list-info .actions #cart_form {
          display: none;
          width: 100%; }
        .product.grid .product-list-info .actions .form-select2 .select2-container .selection, .product.list .product-list-info .actions .form-select2 .select2-container .selection {
          padding: 0px 0px !important; }
          .product.grid .product-list-info .actions .form-select2 .select2-container .selection .select2-selection, .product.list .product-list-info .actions .form-select2 .select2-container .selection .select2-selection {
            padding: 5px 5px !important; }
        .product.grid .product-list-info .actions .btn, .product.list .product-list-info .actions .btn {
          display: block;
          width: 100%;
          border: 1px solid black;
          border-radius: 0px;
          margin-top: 0px !important;
          margin-bottom: 0px !important;
          box-shadow: none;
          min-width: auto !important;
          padding: 0.75rem 0;
          background-color: #000;
          color: #fff;
          font-weight: 600;
          letter-spacing: 1px; }
          .product.grid .product-list-info .actions .btn:only-child, .product.list .product-list-info .actions .btn:only-child {
            width: 100%;
            float: none; }
      .product.grid .product-list-info .row-attr > [class*="col-"], .product.list .product-list-info .row-attr > [class*="col-"] {
        padding-right: 0px;
        padding-left: 0px;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 4px 0; }
    .product.grid:hover .product-controls, .product.grid:active .product-controls, .product.grid:focus .product-controls, .product.grid:active:focus .product-controls, .product.list:hover .product-controls, .product.list:active .product-controls, .product.list:focus .product-controls, .product.list:active:focus .product-controls {
      top: auto;
      bottom: -1px;
      left: 0px;
      transform: translate(0%, 0%); }
  .prod-featured div[class^="col"] {
    padding-left: 5px;
    padding-right: 5px; }
  .prod-featured .product.grid, .prod-featured .product.list {
    border: none;
    padding: 0rem 0.625rem; }
  .prod-featured .product.grid {
    padding-left: 5px;
    padding-right: 5px; } }

@media (max-width: 767.98px) {
  .slider.slider-main .item .slide-title {
    font-size: 1.875rem; }
  .slider.slider-main .item .t-script {
    font-size: 1.5625rem; }
  .slider-single .item img {
    height: 10.625rem; }
  .product-row .product.list, .product-row .product.grid, .product-row .post.list, .product-row .post.grid {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px; }
  .text-rmd-center {
    text-align: center; }
  .copyright {
    text-align: center !important; }
  .featured-product {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
  .pack-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0; }
    .pack-list .item-pack {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      max-width: 100%;
      margin-right: 0;
      margin-left: 0; }
  .section-cta {
    text-align: center; }
    .section-cta .section-title {
      font-size: 2.1875rem; }
    .section-cta img {
      margin-top: 1.875rem !important;
      width: 18.75rem;
      max-width: 100%; }
  .info-tabs .nav-tabs .nav-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-top: 0px; }
  .top-filter .right-pane .select-group {
    justify-content: flex-start !important; } }

@media (max-width: 767.98px) and (min-width: 768px) {
  .top-filter .left-pane,
  .top-filter .right-pane {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .table.table-data-label {
    border: 0; }
    .table.table-data-label > thead {
      display: none; }
    .table.table-data-label > tbody > tr {
      display: block;
      border-bottom: 1px solid #dee2e6; }
      .table.table-data-label > tbody > tr > td {
        position: relative;
        display: block;
        text-align: left;
        font-size: 0.9375rem;
        border: 0 !important;
        border-bottom: 1px solid #dee2e6;
        clear: both; }
        .table.table-data-label > tbody > tr > td ~ td:after {
          content: '';
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 1px;
          background-color: #dee2e6; }
      .table.table-data-label > tbody > tr > td:last-child {
        border-bottom: 0; }
      .table.table-data-label > tbody > tr > td:before {
        content: attr(data-label);
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        margin-bottom: 5px; }
    .table.table-data-label .item-img {
      clear: both;
      display: block;
      margin-bottom: 0.625rem; }
  .bootstrap-datetimepicker-widget {
    padding: 0.5rem 0px !important; }
  .mto-md-1 {
    margin-top: 0.25rem !important; }
  .mto-md-2 {
    margin-top: 0.5rem !important; }
  .mto-md-3 {
    margin-top: 1rem !important; }
  .mto-md-4 {
    margin-top: 2rem !important; }
  .mbo-md-1 {
    margin-bottom: 0.25rem !important; }
  .mbo-md-2 {
    margin-bottom: 0.5rem !important; }
  .mbo-md-3 {
    margin-bottom: 1rem !important; }
  .mbo-md-4 {
    margin-bottom: 2rem !important; }
  .prod-featured .tablist {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 1.25rem; }
    .prod-featured .tablist .nav-item {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 0px;
      padding-left: 0px;
      border: 1px solid #edeff1;
      text-align: center;
      margin-right: -1px; }
      .prod-featured .tablist .nav-item a {
        display: block;
        width: 100%;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
        font-size: 1.0625rem; }
      .prod-featured .tablist .nav-item ~ .nav-item {
        padding-left: 0px;
        margin-left: 0px; }
  .col-scroll-aside.fixed .aside-flex {
    width: 100% !important; }
  .card-block {
    padding: 1.25rem; }
  .section-breadcrumb-quote {
    padding-bottom: 0px !important; }
    .section-breadcrumb-quote .container {
      width: 100%;
      max-width: 100%; }
    .section-breadcrumb-quote .col-quote {
      padding-left: 0px;
      padding-right: 0px; }
      .section-breadcrumb-quote .col-quote .btn {
        border-radius: 0px;
        width: 100%; }
  .app-content-heading {
    display: block; }
    .app-content-heading .list-account-menu {
      display: block; }
  .delivery_time_wrap div[class^="col"] {
    margin-bottom: 0.625rem; }
  .delivery_time_wrap #add-time-button {
    display: block;
    width: 100%; } }

@media (max-width: 575.98px) {
  .navbar-brand {
    margin-right: 0rem; }
  .breadcrumb > li {
    display: none; }
  .breadcrumb > li:nth-child(2) {
    display: inline-block;
    margin-right: 0.3125rem; }
  .breadcrumb > li:nth-child(2):after {
    content: '...';
    margin-left: 0.3125rem; }
  .breadcrumb > li:nth-child(2) > a {
    display: none; }
  .breadcrumb > li:first-child {
    margin-right: 0.3125rem; }
  .breadcrumb > li:first-child, .breadcrumb > li:last-child {
    display: inline-block; }
  .breadcrumb > li:last-child:before {
    content: '/';
    display: inline-block;
    margin-right: 0.3125rem;
    color: #545454;
    font-weight: 400; }
  .summary {
    display: flex;
    align-items: left;
    justify-content: left;
    display: -ms-flexbox;
    -ms-flex-align: left;
    -ms-flex-pack: left;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    .summary .title {
      margin: auto 0rem;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      text-align: left;
      font-size: 1.125rem; }
    .summary .icon, .summary .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .summary .btn:before, .summary .select:before {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .summary .badge {
      margin: auto 0rem;
      position: relative;
      transform: translate(0%, 0%);
      top: 0;
      left: 0px;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
  .widget-aside .item {
    flex: 0 0 100%;
    max-width: 100%; }
    .widget-aside .item .item-img img {
      height: 9.375rem; }
  .checkbox.checkbox-card input[type="checkbox"] ~ .title {
    min-height: auto;
    height: auto; }
  .widget-packs .card-banner {
    min-height: auto !important; }
  .mto-sm-1 {
    margin-top: 0.25rem !important; }
  .mto-sm-2 {
    margin-top: 0.5rem !important; }
  .mto-sm-3 {
    margin-top: 1rem !important; }
  .mto-sm-4 {
    margin-top: 2rem !important; }
  .mbo-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mbo-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mbo-sm-3 {
    margin-bottom: 1rem !important; }
  .mbo-sm-4 {
    margin-bottom: 2rem !important; }
  .pagination {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
    .pagination > li:first-child, .pagination > li:last-child {
      float: none;
      display: block;
      text-align: center; }
    .pagination > li:first-child {
      margin-bottom: 1.875rem; }
      .pagination > li:first-child .icon, .pagination > li:first-child .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .pagination > li:first-child .btn:before, .pagination > li:first-child .select:before {
        margin-right: 0.625rem !important; }
    .pagination > li:last-child {
      margin-top: 1.875rem; }
      .pagination > li:last-child .icon, .pagination > li:last-child .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .pagination > li:last-child .btn:before, .pagination > li:last-child .select:before {
        margin-left: 0.625rem !important; } }

@media (min-width: 992px) {
  #main .container, .app-content .container {
    max-width: 1100px !important; }
  .navbar-dropdown li.active .dropdown-section {
    display: block !important; } }

@media (max-width: 1400px) {
  .hd-account-info .primary-menu #my-account .child {
    left: unset;
    right: 1px; }
  .page-header:before, .page-header:after {
    width: 180px;
    height: 145px;
    left: 5%;
    background-size: 100% 100%; }
  .page-header:after {
    left: unset;
    right: 5%; }
  .page-header h1 {
    font-size: 3.5rem;
    letter-spacing: 3px; } }

@media (max-width: 1040px) {
  .custom-header .primary-menu > li {
    padding: 0 0 0 25px; } }

@media (max-width: 1024px) {
  #header {
    padding: 0 25px; }
  .section.custom-category-links {
    padding-left: 20px;
    padding-right: 20px; }
  .page-category .sidebar .form-filter-wrap .section.custom-category-links {
    padding: 0 0 20px 0; }
  .section-breadcrumb .container {
    padding: 0 25px; }
  .product-single {
    padding-left: 10px;
    padding-right: 10px; }
  .custom-catering-menu {
    padding: 40px 20px 30px 20px; }
    .custom-catering-menu .container {
      width: 100%;
      max-width: 100%;
      padding: 0 9px; }
    .custom-catering-menu .category-block a, .custom-catering-menu .category-block img {
      width: 100%;
      height: 230px; }
  .section-category .container .product.grid .image img {
    height: 240px;
    min-height: 240px; }
  #sub-footer {
    padding: 45px 0 65px; } }

@media (max-width: 1000px) {
  .page-header:before, .page-header:after {
    width: 150px;
    height: 120px; }
  .page-header h1 {
    font-size: 3.25rem; }
  .custom-header .primary-menu > li {
    padding: 0 0 0 15px; }
  .app-footer .container.footer-data {
    max-width: 100%;
    padding: 3.125rem 1.25rem 2.5rem 1.25rem; }
  .app-footer .copyright .row .container {
    max-width: 100%;
    padding: 0 40px; } }

@media (max-width: 992px) {
  .page-header:before, .page-header:after {
    width: 121px;
    height: 90px; } }

@media (max-width: 768px) {
  .app-footer .container .subscribe-form form {
    max-width: 90%; }
  .app-footer .container .subscribe-form .btn-subscribe {
    max-width: 100%; }
  .custom-catering-menu .container .row .col-md-6:nth-last-child(2) .category-block {
    margin-bottom: 2rem; }
  .product-single .col-md-6.actions {
    flex: 0 0 100%;
    max-width: 100%; }
  .page-shopping-cart .section.cart .delivery_time_wrap .col-xl-9 {
    margin-top: 25px !important; }
    .page-shopping-cart .section.cart .delivery_time_wrap .col-xl-9 .form-row .col-md-2 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .page-shopping-cart .section.cart .delivery_time_wrap .col-xl-9 .form-row .col-md-10 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
  .page-shopping-cart .section.cart .btn-actions .btn.btn-link {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .page-header {
    height: 145px; }
    .page-header h1 {
      font-size: 30px;
      line-height: 35px; }
  .product-price-container label, .product-price-container .label {
    margin-bottom: 0; }
  .product-price-container .price .price_wrapper {
    padding: 0 0 30px 0; }
  .section-category .container .product.grid {
    flex: 0 0 100%;
    max-width: 100%; }
  .top-filter {
    margin-left: -5px;
    margin-right: -5px; }
    .top-filter .left-pane {
      padding: 0 10px; }
    .top-filter .right-pane {
      padding: 0 10px; }
    .top-filter .sort .select-group form {
      padding: 15px 0 0 0; }
      .top-filter .sort .select-group form:nth-child(2) {
        padding-right: 10px; }
      .top-filter .sort .select-group form:nth-child(3) {
        padding-left: 10px; }
  .page-shopping-cart .section .container {
    max-width: 100%;
    padding: 0 20px !important; }
  .page-shopping-cart a.remove_cart_item {
    padding-right: 10px; }
  .product.grid .image, .product.list .image {
    border: 1px solid #e0e0e0;
    background: #FFF; }
  .app-footer .container.footer-data {
    padding-bottom: 10px; }
    .app-footer .container.footer-data ul.row .col-sm-6 {
      margin-bottom: 30px; } }

@media (max-width: 580px) {
  .top-filter .left-pane {
    padding: 0 5px 5px 5px; }
  .top-filter .sort .select-group label {
    padding-left: 0;
    padding-right: 0; }
  .top-filter .sort .select-group form:nth-child(2) {
    padding: 5px 0;
    margin: 15px 0 2px 0; }
  .top-filter .sort .select-group form:nth-child(3) {
    padding-left: 0; } }

@media (max-width: 480px) {
  .custom-catering-menu .container {
    padding: 0; }
  .section h1.page-title {
    padding-top: 10px;
    padding-bottom: 8px; }
  .page-shopping-cart .section.cart h1.page-title .ml-md-3 {
    width: 100%;
    display: block;
    margin-bottom: -5px; }
  .page-shopping-cart .section.cart .delivery_time_wrap .col-xl-9 .form-row .col-md-2, .page-shopping-cart .section.cart .delivery_time_wrap .col-xl-9 .form-row .col-md-10 {
    max-width: 100%;
    flex: 0 0 100%; }
    .page-shopping-cart .section.cart .delivery_time_wrap .col-xl-9 .form-row .col-md-2 .select2-container .select2-selection--single .select2-selection__rendered, .page-shopping-cart .section.cart .delivery_time_wrap .col-xl-9 .form-row .col-md-10 .select2-container .select2-selection--single .select2-selection__rendered {
      overflow: visible; }
  .footer-logo {
    margin: 0 auto; }
  .app-footer .section-subscribe h3 {
    line-height: 130%; }
  .app-footer .section-subscribe .input-group.gray .form-control, .app-footer .section-subscribe .input-group.gray .select2-container .selection, .select2-container .app-footer .section-subscribe .input-group.gray .selection {
    width: 100%;
    margin: 0 0 20px 0; }
  .app-footer .section-subscribe .input-group.gray .input-group-append {
    margin: 0 auto; }
  .app-footer .section-footer-content h4 {
    line-height: 150%; }
  .app-footer .list-links .li-title {
    width: auto;
    display: table;
    margin: 0 auto 20px auto; }
    .app-footer .list-links .li-title:after {
      left: 0;
      right: 0;
      margin: 0 auto; }
  .app-footer .container.footer-data ul.row .col-sm-6 {
    text-align: center;
    padding: 0 30px; } }

.checkout-panel {
  margin-bottom: 1.875rem; }
  .checkout-panel::after {
    display: block;
    clear: both;
    content: ""; }
  .checkout-panel h4 {
    font-family: "Source Serif Pro", serif;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 2.1875rem 0 1rem;
    color: #212529; }
  .checkout-panel label {
    font-size: 0.9375em;
    font-weight: 500; }
  .checkout-panel .help-block {
    font-weight: normal; }
  .checkout-panel .custom-control-description {
    font-size: 0.9375rem;
    padding: 0;
    width: 100%; }
    .checkout-panel .custom-control-description.delivery-checkout {
      font-size: 1.25em; }
  .checkout-panel .select2-container {
    width: 100% !important; }
  .checkout-panel .select2-selection {
    padding: 0;
    border: none !important; }
  .checkout-panel .shipping .price {
    font-size: 0.9375rem;
    font-weight: 500;
    float: right; }

.custom-checkbox-delivery {
  margin-bottom: 1em; }

.billing-details,
.shipping-details {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .billing-details [class^="col-"]:first-child,
    .shipping-details [class^="col-"]:first-child {
      /*border-right: 1px solid $input-border-color;*/ } }

.checkbox-target {
  display: none; }
  .checkbox-target.show {
    display: flex; }

.payment-method {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1.25rem; }
  .payment-method .method {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.75rem;
    font-weight: 500; }
    .payment-method .method input {
      display: none; }
      .payment-method .method input:checked + div {
        border-color: #000;
        border-radius: 4px;
        background: white;
        color: #000; }
    .payment-method .method div {
      cursor: pointer;
      background: #eff0f4;
      text-align: center;
      height: 5rem;
      border: 2px solid transparent; }
      .payment-method .method div:hover {
        border-color: #000; }
      .payment-method .method div span i {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.625rem;
        color: #000;
        font-size: 0.9375rem; }

.icon-cc {
  background: url(../images/payment-method.png) no-repeat left center;
  width: 30px;
  height: 20px; }

.icon-gc {
  background: url(../images/payment-method.png) no-repeat -101px center;
  width: 31px;
  height: 20px; }

.icon-pp {
  background: url(../images/payment-method.png) no-repeat right center;
  width: 20px;
  height: 20px; }

.checkout-cart {
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  background: white;
  margin-bottom: 1.5625rem;
  background: #FFF; }
  .checkout-cart .heading, .checkout-cart .item, .checkout-cart .computation, .checkout-cart .footer {
    background: #FFF; }
  .checkout-cart .heading {
    padding: 1.25rem 0.9375rem;
    border-bottom: 1px solid #ced4da; }
    .checkout-cart .heading::after {
      display: block;
      clear: both;
      content: ""; }
    .checkout-cart .heading.no-border {
      border-bottom: none;
      padding-top: 0.8125rem;
      padding-bottom: 0; }
    .checkout-cart .heading h4 {
      font-family: "Source Serif Pro", serif;
      font-size: 1.375rem;
      font-weight: 700;
      margin: 0;
      letter-spacing: .5px; }
  .checkout-cart .order-date {
    padding: 6px 15px 11px 16px;
    border-bottom: 1px solid #ced4da;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: .5px;
    color: #333; }
  .checkout-cart .item {
    padding: 10px 15px;
    border-bottom: 1px solid #ced4da; }
    .checkout-cart .item .title {
      font-family: "Source Serif Pro", serif;
      font-size: 16px;
      letter-spacing: .5px;
      font-weight: 600;
      margin-bottom: 6px;
      margin-top: -2px;
      position: relative;
      padding-right: 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .checkout-cart .item .title a {
        font-family: "Source Serif Pro", serif;
        font-size: 16px;
        font-weight: 600;
        color: #0d0d0d !important; }
        .checkout-cart .item .title a.remove_cart_item {
          position: absolute;
          right: 0;
          top: 3px; }
    .checkout-cart .item .remove {
      float: right;
      color: #f0425a;
      font-size: 0.875rem;
      font-weight: 700;
      cursor: pointer; }
  .checkout-cart .body {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400; }
    .checkout-cart .body .image img {
      width: 60px;
      height: 44px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      background: #eaeaea; }
    .checkout-cart .body .info {
      padding-left: 0; }
    .checkout-cart .body .total {
      padding-left: 0;
      font-size: 16px;
      font-weight: 900;
      text-align: right; }
    .checkout-cart .body .price {
      font-family: "DM Sans", sans-serif;
      font-size: 16px; }
    .checkout-cart .body .delivery {
      font-size: 14px;
      letter-spacing: .5px; }
      .checkout-cart .body .delivery strong, .checkout-cart .body .delivery bold {
        font-weight: 400; }
    .checkout-cart .body .select {
      font-weight: 700; }
      .checkout-cart .body .select select {
        border: 0;
        outline: 0;
        font-weight: 700; }
  .checkout-cart #cart-totals #txt-products-total {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    letter-spacing: .5px; }
  .checkout-cart .computation {
    padding: 10px !important; }
  .checkout-cart .footer {
    font-size: 1.0625rem; }
    .checkout-cart .footer .value {
      font-size: 1.375rem;
      font-weight: bold;
      color: #000; }
    .checkout-cart .footer #cart-grand-total {
      font-family: "DM Sans", sans-serif;
      font-weight: 900; }

.select {
  position: relative; }
  .select:before {
    content: "\f107";
    font-size: 0.75rem;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 1; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 15px;
    z-index: 2;
    background-color: transparent; }
    .select select::-ms-expand {
      display: none; }

.input-group.date .input-group-append .btn {
  color: #FFF;
  background: #4B4C4E; }
  .input-group.date .input-group-append .btn:hover, .input-group.date .input-group-append .btn:focus {
    background: #000 !important; }

.page-checkout #discount-button {
  color: #FFF !important;
  background: #4B4C4E; }
  .page-checkout #discount-button:hover, .page-checkout #discount-button:focus {
    background: #000 !important; }

.page-checkout .section-heading p {
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  font-weight: 400;
  color: #212529; }

.page-checkout .li-phone-checkout, .page-checkout .navbar-brand-checkout {
  display: initial !important; }

.page-checkout .nav-top .navbar-expand-lg {
  display: none !important; }

.page-checkout .nav-header .primary-menu.navbar-nav.expandable-right {
  display: none; }
  .page-checkout .nav-header .primary-menu.navbar-nav.expandable-right.my-account {
    display: flex; }

.page-checkout .nav-header {
  margin-bottom: 0; }

.page-checkout #header .nav-top {
  padding-top: 0rem; }

.page-checkout .app-footer .container.footer-border {
  padding: 0;
  border-bottom: none; }
  .page-checkout .app-footer .container.footer-border .subscribe-form {
    display: none; }

@media (max-width: 991.98px) {
  .page-checkout .nav-top .navbar-expand-lg {
    display: flex !important; } }

@media (max-width: 992px) {
  .page-checkout .nav-header .primary-menu.navbar-nav.expandable-right.my-account {
    display: none; } }

.page-shopping-cart .section {
  background: #FFF !important; }
  .page-shopping-cart .section .container {
    padding: 0;
    box-shadow: none; }
    .page-shopping-cart .section .container.wrapper-white label.form-label {
      font-family: "Comfortaa", cursive;
      font-weight: 400; }
  .page-shopping-cart .section .form-row {
    margin: 0 -10px 10px -10px !important; }
    .page-shopping-cart .section .form-row .input-group-time {
      border-radius: 0px !important;
      border: 1px solid #dcdcdc !important; }
    .page-shopping-cart .section .form-row .input-group {
      border: none !important;
      border-radius: 0 2px 2px 0 !important; }
      .page-shopping-cart .section .form-row .input-group .form-control, .page-shopping-cart .section .form-row .input-group .select2-container .selection, .select2-container .page-shopping-cart .section .form-row .input-group .selection {
        border: 2px solid #4B4C4E; }
        .page-shopping-cart .section .form-row .input-group .form-control:focus, .page-shopping-cart .section .form-row .input-group .select2-container .selection:focus, .select2-container .page-shopping-cart .section .form-row .input-group .selection:focus, .page-shopping-cart .section .form-row .input-group .form-control:active, .page-shopping-cart .section .form-row .input-group .select2-container .selection:active, .select2-container .page-shopping-cart .section .form-row .input-group .selection:active {
          outline: none !important;
          box-shadow: none !important;
          border: 2px solid #4B4C4E !important; }
      .page-shopping-cart .section .form-row .input-group .input-group-append .btn {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -2px;
        z-index: 5;
        position: relative;
        color: #FFF;
        background: #4B4C4E;
        outline: none !important;
        box-shadow: none !important; }
        .page-shopping-cart .section .form-row .input-group .input-group-append .btn:hover, .page-shopping-cart .section .form-row .input-group .input-group-append .btn:focus {
          background: #000; }
        .page-shopping-cart .section .form-row .input-group .input-group-append .btn .ion-android-calendar {
          font-size: 22px; }
  .page-shopping-cart .section .table-clean thead th {
    font-family: "Comfortaa", cursive;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    border-top: none;
    border-bottom: none; }
  .page-shopping-cart .section .table-clean .cart-summary {
    border: none; }
    .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group {
      border: none !important;
      border-radius: 0 2px 2px 0 !important;
      overflow: hidden; }
      .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .form-control, .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .select2-container .selection, .select2-container .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .selection {
        border: 2px solid #4B4C4E; }
        .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .form-control:focus, .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .select2-container .selection:focus, .select2-container .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .selection:focus, .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .form-control:active, .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .select2-container .selection:active, .select2-container .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .selection:active {
          outline: none !important;
          box-shadow: none !important;
          border: 2px solid #222 !important; }
      .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .input-group-append .btn {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: -2px;
        z-index: 5;
        position: relative;
        color: #FFF;
        background: #4B4C4E;
        outline: none !important;
        box-shadow: none !important; }
        .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .input-group-append .btn:hover, .page-shopping-cart .section .table-clean .cart-summary .form-group .input-group .input-group-append .btn:focus {
          background: #000; }

body .bootstrap-datetimepicker-widget table td.active, body .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4B4C4E !important; }

body .bootstrap-datetimepicker-widget a {
  color: #4B4C4E !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4B4C4E; }

body.page-uri-user-account-orders .app-content-heading {
  justify-content: flex-end; }

.prod-single-special .sale-info {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem; }
  .prod-single-special .sale-info span {
    letter-spacing: 0rem; }
  .prod-single-special .sale-info .price-prev {
    color: #dee2e6;
    text-decoration: line-through;
    -webkit-text-decoration-color: #333333;
    text-decoration-color: #333333; }

.prod-deal-info {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #dee2e6; }
  .prod-deal-info::after {
    display: block;
    clear: both;
    content: ""; }
  .prod-deal-info .info-action {
    padding: 0.75rem 0.9375rem;
    padding-left: 0rem;
    position: relative; }
    .prod-deal-info .info-action a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0px;
      font-weight: 600;
      font-size: 1.125rem; }
      .prod-deal-info .info-action a span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .prod-deal-info .info-action a:hover, .prod-deal-info .info-action a:active, .prod-deal-info .info-action a:focus, .prod-deal-info .info-action a:active:focus {
        background-color: #000;
        color: #fff; }
  .prod-deal-info .info {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center; }
  .prod-deal-info .title {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 0.75rem; }
  .prod-deal-info .price {
    padding: 0.625rem 0.9375rem 0.9375rem;
    border-right: 1px solid #dee2e6; }
    .prod-deal-info .price .value {
      font-size: 1.5625rem;
      color: #000; }
      .prod-deal-info .price .value span {
        font-size: 1.5625rem;
        color: #000; }

.prod-values {
  display: flex;
  align-items: left;
  justify-content: left;
  display: -ms-flexbox;
  -ms-flex-align: left;
  -ms-flex-pack: left;
  padding: 0.3125rem 0.625rem;
  border-top: 1px solid #dee2e6;
  background-color: #fbfbfb; }
  .prod-values .val {
    padding: 5px 10px; }
  .prod-values .title {
    font-size: 0.8125rem; }
  .prod-values .value {
    font-weight: 600; }
  .prod-values .price-from .value {
    text-decoration: line-through;
    -webkit-text-decoration-color: #222222;
    text-decoration-color: #222222; }
  .prod-values .saving .value {
    color: #f0425a; }
  .prod-values .stock .value {
    color: #48c63b; }

.prod-specials .prod-item {
  margin-bottom: 1.875rem;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  overflow: hidden; }
  .prod-specials .prod-item .prod-img .no-image {
    position: relative;
    padding: 3.75rem 0;
    display: block;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%); }
    .prod-specials .prod-item .prod-img .no-image .icon, .prod-specials .prod-item .prod-img .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .prod-specials .prod-item .prod-img .no-image .btn:before, .prod-specials .prod-item .prod-img .no-image .select:before {
      font-size: 3.125rem; }
    .prod-specials .prod-item .prod-img .no-image h4 {
      font-size: 1.25rem; }
  .prod-specials .prod-item .prod-img a:hover, .prod-specials .prod-item .prod-img a:active, .prod-specials .prod-item .prod-img a:focus, .prod-specials .prod-item .prod-img a:active:focus {
    text-decoration: none; }

.prod-single-special .prod-img {
  position: relative;
  text-align: center;
  background-color: #fff; }
  .prod-single-special .prod-img .no-image {
    position: relative;
    padding: 3.75rem 0;
    display: block;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%); }
    .prod-single-special .prod-img .no-image .icon, .prod-single-special .prod-img .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .prod-single-special .prod-img .no-image .btn:before, .prod-single-special .prod-img .no-image .select:before {
      font-size: 3.125rem; }
    .prod-single-special .prod-img .no-image h4 {
      font-size: 1.25rem; }
  .prod-single-special .prod-img a:hover, .prod-single-special .prod-img a:active, .prod-single-special .prod-img a:focus, .prod-single-special .prod-img a:active:focus {
    text-decoration: none; }

.prod-single-special .sale-info {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem; }
  .prod-single-special .sale-info span {
    letter-spacing: 0rem; }
  .prod-single-special .sale-info .price-prev {
    color: #dee2e6;
    text-decoration: line-through;
    -webkit-text-decoration-color: #333333;
    text-decoration-color: #333333; }

.prod-deal-info {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #dee2e6; }
  .prod-deal-info::after {
    display: block;
    clear: both;
    content: ""; }
  .prod-deal-info .info-action {
    padding: 0.75rem 0.9375rem;
    padding-left: 0rem;
    position: relative; }
    .prod-deal-info .info-action a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0px;
      font-weight: 600;
      font-size: 1.125rem; }
      .prod-deal-info .info-action a span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .prod-deal-info .info-action a:hover, .prod-deal-info .info-action a:active, .prod-deal-info .info-action a:focus, .prod-deal-info .info-action a:active:focus {
        background-color: #000;
        color: #fff; }
  .prod-deal-info .info {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center; }
  .prod-deal-info .title {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 0.75rem; }
  .prod-deal-info .price {
    padding: 0.625rem 0.9375rem 0.9375rem;
    border-right: 1px solid #dee2e6; }
    .prod-deal-info .price .value {
      font-size: 1.5625rem;
      color: #000; }
      .prod-deal-info .price .value span {
        font-size: 1.5625rem;
        color: #000; }

.prod-values {
  display: flex;
  align-items: left;
  justify-content: left;
  display: -ms-flexbox;
  -ms-flex-align: left;
  -ms-flex-pack: left;
  padding: 0.3125rem 0.625rem;
  border-top: 1px solid #dee2e6;
  background-color: #fbfbfb; }
  .prod-values .val {
    padding: 5px 10px; }
  .prod-values .title {
    font-size: 0.8125rem; }
  .prod-values .value {
    font-weight: 600; }
  .prod-values .price-from .value {
    text-decoration: line-through;
    -webkit-text-decoration-color: #222222;
    text-decoration-color: #222222; }
  .prod-values .saving .value {
    color: #f0425a; }
  .prod-values .stock .value {
    color: #48c63b; }

.prod-specials .prod-item {
  margin-bottom: 1.875rem;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  overflow: hidden; }
  .prod-specials .prod-item .prod-img .no-image {
    position: relative;
    padding: 3.75rem 0;
    display: block;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%); }
    .prod-specials .prod-item .prod-img .no-image .icon, .prod-specials .prod-item .prod-img .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .prod-specials .prod-item .prod-img .no-image .btn:before, .prod-specials .prod-item .prod-img .no-image .select:before {
      font-size: 3.125rem; }
    .prod-specials .prod-item .prod-img .no-image h4 {
      font-size: 1.25rem; }
  .prod-specials .prod-item .prod-img a:hover, .prod-specials .prod-item .prod-img a:active, .prod-specials .prod-item .prod-img a:focus, .prod-specials .prod-item .prod-img a:active:focus {
    text-decoration: none; }

.prod-single-special .prod-img {
  position: relative;
  text-align: center;
  background-color: #fff; }
  .prod-single-special .prod-img .no-image {
    position: relative;
    padding: 3.75rem 0;
    display: block;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%); }
    .prod-single-special .prod-img .no-image .icon, .prod-single-special .prod-img .no-image .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .prod-single-special .prod-img .no-image .btn:before, .prod-single-special .prod-img .no-image .select:before {
      font-size: 3.125rem; }
    .prod-single-special .prod-img .no-image h4 {
      font-size: 1.25rem; }
  .prod-single-special .prod-img a:hover, .prod-single-special .prod-img a:active, .prod-single-special .prod-img a:focus, .prod-single-special .prod-img a:active:focus {
    text-decoration: none; }

/*# sourceMappingURL=styles.css.map */