@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("https://fonts.googleapis.com/css?family=Montserrat:wght@100;200;300;400;500;600;700;800;900|Nunito:300,400,400i,600,700,800,900|Lato:300,400,700|DM+Sans:400,700,900|Caveat:400,700");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap");
: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: #50133D;
  --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: #50133D;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #12040e;
    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: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

.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: #b72b8c;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(80, 19, 61, 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: #6c757d; }

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #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(80, 19, 61, 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: #50133D;
  border-color: #50133D; }
  .btn-primary:hover, .list-account-menu li.active .btn:hover {
    color: #fff;
    background-color: #310c25;
    border-color: #27091e; }
  .btn-primary:focus, .list-account-menu li.active .btn:focus, .btn-primary.focus, .list-account-menu li.active .focus.btn {
    color: #fff;
    background-color: #310c25;
    border-color: #27091e;
    box-shadow: 0 0 0 0.2rem rgba(106, 54, 90, 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: #50133D;
    border-color: #50133D; }
  .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: #27091e;
    border-color: #1c0716; }
    .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(106, 54, 90, 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: #50133D;
  border-color: #50133D; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #50133D;
    border-color: #50133D; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(80, 19, 61, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #50133D;
    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: #50133D;
    border-color: #50133D; }
    .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(80, 19, 61, 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: #50133D;
  text-decoration: none; }
  .btn-link:hover {
    color: #12040e;
    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: #50133D; }
  .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: #50133D;
    background-color: #50133D; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(80, 19, 61, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #b72b8c; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #d243a6;
    border-color: #d243a6; }
  .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: #50133D;
  background-color: #50133D; }

.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(80, 19, 61, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(80, 19, 61, 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(80, 19, 61, 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(80, 19, 61, 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: #b72b8c;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(80, 19, 61, 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: #b72b8c;
    box-shadow: 0 0 0 0.2rem rgba(80, 19, 61, 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(80, 19, 61, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(80, 19, 61, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(80, 19, 61, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #50133D;
    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: #d243a6; }
  .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: #50133D;
    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: #d243a6; }
  .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: #50133D;
    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: #d243a6; }
  .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: #50133D; }

.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: #50133D;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #12040e;
    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(80, 19, 61, 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: #50133D;
  border-color: #50133D; }

.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: #50133D; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #27091e; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(80, 19, 61, 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: #2a0a20;
  background-color: #dcd0d8;
  border-color: #cebdc9; }
  .alert-primary hr {
    border-top-color: #c3aebd; }
  .alert-primary .alert-link {
    color: #010001; }

.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: #50133D;
  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: #50133D;
    border-color: #50133D; }
  .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: #2a0a20;
  background-color: #cebdc9; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #2a0a20;
    background-color: #c3aebd; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2a0a20;
    border-color: #2a0a20; }

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #27091e !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: #50133D !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, .top-menu-category .btn-menu-dropdown::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, .delivery-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, .delivery-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, .delivery-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: #50133D !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #12040e !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: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

.custom-catering-menu .category-block a:after, .custom-catering-menu .category-block img, .custom-catering-menu .category-block .category-title, .postcode-checker-sidebar .input-group-append .btn, .postcode-checker-close, .btn, .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 .delivery-method .method div.justify-content-between .btn-primary, .delivery-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 .delivery-method .method div.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .delivery-method .method div.justify-content-between .btn, .delivery-method .method .inline-btn div.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .delivery-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 .delivery-method .method div.justify-content-between a, .delivery-method .method .inline-btn div.justify-content-between a, .inline-btn .delivery-method .method .checkout-cart div.footer a, .delivery-method .method .checkout-cart .inline-btn div.footer a, .inline-btn .checkout-cart .delivery-method .method div.footer a, .checkout-cart .delivery-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, .list-inline > li.item-option, .pagination_holder li, .pagination-holder li, .pagination_holder li a, .pagination-holder li a, .breadcrumb li a, .modal-body .d-flex .btn, .modal-body .payment-method .method div .btn, .payment-method .method .modal-body div .btn, .modal-body .delivery-method .method div .btn, .delivery-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 .delivery-method .method div a, .delivery-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, .custom-checkbox .custom-control-input:checked ~ .custom-control-description, .sidebar .panel .panel-title .reset, .toggle-view-btn, .menu-header .close, .menu-icons a, #header .navbar .container .navbar-nav .nav-link, #header .header-section, #header .header-section .container .navbar-brand, #header .header-section .container .tagline p, #header .header-section .container #top-menu-list .social-media-search li a, .header-phone-style-button .nav-header-phone, .header-phone-style-button-outline .nav-header-phone, .app-footer .list li a, .social-flat li a, .copyright p a, .homepage-content p a, .homepage-content .featured-post .post .image img, .home-prod-featured .tablist .nav-link {
  transition: all .6s ease; }

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

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

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

.section .text-md {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 2.8125rem;
  letter-spacing: .5px;
  color: #242424;
  font-weight: 600;
  text-transform: uppercase; }

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

.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-200 {
  font-weight: 200 !important; }

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

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

.section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .section::after {
    display: block;
    clear: both;
    content: ""; }
  .section.gray {
    background-color: #f9f9f9; }
  .section.section-category, .section.product-single {
    padding-top: 2.1875rem; }
  .section .section-blog {
    font-family: "Montserrat", sans-serif; }
    .section .section-blog .text-md {
      font-size: 18px;
      font-weight: 400;
      color: #000;
      letter-spacing: .5px;
      text-transform: uppercase; }
    .section .section-blog .post-listing {
      margin-left: -15px;
      margin-right: -15px; }
    .section .section-blog .post.grid .image a {
      width: 100%; }
      .section .section-blog .post.grid .image a img {
        width: 100%;
        background: #FFF; }
  .section .container.data-content h1, .section .container.data-content h1.text-md {
    font-size: 18px;
    font-weight: 400;
    color: #000; }
  .section .container.data-content h2, .section .container.data-content h3, .section .container.data-content h4, .section .container.data-content h5, .section .container.data-content h6 {
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    line-height: 24px; }
  .section .container.data-content h2 {
    font-size: 16px; }
  .section .container.data-content .content-editor {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #545454; }
    .section .container.data-content .content-editor.contact-page ul.nav-tabs {
      padding: 0;
      list-style-type: none;
      border-radius: 0; }
      .section .container.data-content .content-editor.contact-page ul.nav-tabs .nav-item, .section .container.data-content .content-editor.contact-page ul.nav-tabs .nav-item.active {
        border: none;
        border-radius: 0px; }
    .section .container.data-content .content-editor.contact-page .nav-pills .nav-link {
      font-family: "DM Sans", sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      border-radius: 0px;
      border: none;
      color: #444; }
      .section .container.data-content .content-editor.contact-page .nav-pills .nav-link.active {
        color: #FFF;
        background-color: #8DA39D; }
    .section .container.data-content .content-editor.contact-page .form-control-lg {
      min-height: 34px;
      font-size: 12px;
      border-color: #DDD;
      padding: 12px 15px;
      border-radius: 2px; }
    .section .container.data-content .content-editor .donation-row {
      width: 100%;
      max-width: 900px;
      margin: 0 auto; }
    .section .container.data-content .content-editor .donation-block {
      padding: 20px;
      text-align: center; }
      .section .container.data-content .content-editor .donation-block img {
        margin: 0 auto; }
    .section .container.data-content .content-editor ul {
      padding: 0 0 0 35px;
      margin-bottom: 20px; }
    .section .container.data-content .content-editor p {
      margin-bottom: 0;
      color: inherit;
      line-height: inherit; }
      .section .container.data-content .content-editor p:not(:last-child) {
        margin-bottom: 20px; }
      .section .container.data-content .content-editor p.donation-info img {
        width: 100%;
        max-width: 360px;
        height: auto;
        padding: 5px;
        display: block;
        border: 1px solid #DDD;
        background: #FFF; }
      .section .container.data-content .content-editor p.donation-info span {
        font-weight: 600;
        padding: 5px;
        width: 100%;
        height: auto;
        display: block; }
      .section .container.data-content .content-editor p a {
        font-weight: 600;
        color: #000; }
  .section .container.data-content.post-content .post-title {
    font-weight: 400 !important;
    padding: 15px 0; }
  .section .container.data-content.post-content .slider-post img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
    -o-object-position: unset;
    object-position: unset;
    display: block; }
  .section .container.data-content.post-content .post-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #545454;
    padding: 25px 0;
    border: none; }
    .section .container.data-content.post-content .post-desc p {
      margin-bottom: 0; }
      .section .container.data-content.post-content .post-desc p:not(:last-child) {
        margin-bottom: 15px; }
      .section .container.data-content.post-content .post-desc p strong {
        color: #000;
        font-weight: 600; }
      .section .container.data-content.post-content .post-desc p.post-img-left {
        width: auto;
        float: left;
        padding-right: 20px; }
        .section .container.data-content.post-content .post-desc p.post-img-left img {
          width: 100% !important;
          max-width: 260px;
          height: auto !important;
          padding: 5px;
          border: 1px solid #DDD;
          display: block; }
  .section .container.data-content.post-content .post-meta {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #545454;
    padding: 0;
    border: none;
    background: none; }
    .section .container.data-content.post-content .post-meta .meta {
      padding: 5px 15px 5px 0; }
    .section .container.data-content.post-content .post-meta a, .section .container.data-content.post-content .post-meta .val {
      color: #000;
      font-weight: 600;
      font-size: 12px;
      text-transform: uppercase;
      text-decoration: none;
      padding-left: 5px; }
  .section .container.data-content.post-content .post-single-wrap {
    border-radius: 2px;
    box-shadow: none;
    border: none; }
  .section .container.data-content.post-content .widget-aside {
    border-radius: 2px; }
    .section .container.data-content.post-content .widget-aside .item {
      border-color: #EEE; }
    .section .container.data-content.post-content .widget-aside .title {
      font-weight: 400 !important;
      text-transform: capitalize; }
  .section .section-title {
    font-size: 1.875em;
    font-weight: 400;
    color: black;
    margin-bottom: 0.625rem; }
    .section .section-title small {
      font-weight: 400; }
    .section .section-title.title-md {
      font-size: 1.5rem;
      margin-bottom: 0.625rem; }
  .section .section-title-o {
    font-size: 1.75rem;
    font-weight: 400;
    color: black;
    margin-bottom: 0.625rem; }
    .section .section-title-o small {
      display: block;
      font-weight: 400;
      color: #50133D;
      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-breadcrumb {
  width: 100%;
  padding: 0; }
  .section-breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }
  .section-breadcrumb .container {
    max-width: 1200px;
    padding: 10px 0; }
  .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-cta {
  background: #32353a url(../../../default/assets/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(../../../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 .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-featured .tab-content > .tab-pane > .row {
    margin-right: -15px;
    margin-left: -15px; }
    @media (max-width: 991.98px) {
      .section-featured .tab-content > .tab-pane > .row {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (max-width: 767.98px) {
      .section-featured .tab-content > .tab-pane > .row {
        margin-right: -5px;
        margin-left: -5px; } }
    @media (max-width: 575.98px) {
      .section-featured .tab-content > .tab-pane > .row {
        margin-right: -5px;
        margin-left: -5px; } }

.section-404 {
  text-align: center;
  padding: 3.75rem 0 9.375rem;
  background: #fff url(../../../default/assets/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(../../../default/assets/images/404-bg.png) no-repeat center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .section-505 .navbar-brand img {
    height: 50px;
    width: auto; }
  .section-505 h1 {
    font-size: 9.375rem; }
  .section-505 .title-error {
    font-size: 1.75rem;
    color: #50133D;
    margin-bottom: 0; }
  .section-505 .core {
    margin: auto; }
  .section-505 img {
    margin: auto; }

.section-testimonials .slider-testimonials {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative; }
  .section-testimonials .slider-testimonials:before {
    content: '';
    width: 2.6875rem;
    height: 2.25rem;
    top: 0;
    left: -40px;
    position: absolute;
    font-weight: 400;
    display: block;
    z-index: 1;
    background: url(../../../default/assets/images/quote.png) no-repeat center; }

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

.section-testimonials .item {
  text-align: center;
  z-index: 10; }
  .section-testimonials .item p {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 1.25rem; }
  .section-testimonials .item .author, .section-testimonials .item .author-details {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400; }
  .section-testimonials .item .author-details {
    font-weight: 400;
    color: #333;
    letter-spacing: 1.5px;
    padding-top: 5px; }

.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: 3.75rem 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 1.25rem 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: 0.5rem solid #FFF; }
      .services-section .our-coffe-thumbnails .col-thumb:last-child, .services-section .our-services-thumbnails .col-thumb:last-child {
        border-left: 0.5rem solid #FFF; }
      .services-section .our-coffe-thumbnails .col-thumb img, .services-section .our-services-thumbnails .col-thumb img {
        width: 100%;
        height: 100%;
        padding: 0rem;
        -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: 3.4375rem 3.125rem 3.125rem 0;
    min-height: 25rem; }
    @media (max-width: 767.98px) {
      .services-section .col-text {
        padding: 2.1875rem 0.5rem 1.875rem 0.5rem; } }
    .services-section .col-text p {
      padding: 0;
      margin: 0 0 0.9375rem 0;
      position: relative; }
  .services-section .col-text-right {
    padding: 4.0625rem 0 3.4375rem 3.125rem; }
    @media (max-width: 767.98px) {
      .services-section .col-text-right {
        padding: 2.1875rem 0.5rem 1.875rem 0.5rem; } }
    .services-section .col-text-right p {
      padding: 0;
      margin: 0 0 0.9375rem 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 .container-nm {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 575px) {
    .section-menu-tabs .container-nm {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 767px) {
  .section-menu-tabs .col-md-12 {
    padding-left: 0;
    padding-right: 0; } }

.section-menu-tabs .col-md-12 .product.list .product-core {
  padding-right: 0; }

.section-menu-tabs .col-md-6:nth-child(even) .product-core {
  padding-right: 0; }

.section-menu-tabs .title-underlined {
  border-bottom: 2px solid #2a2c2e; }

.section-menu-tabs.tab-left ul.menu-tabs {
  padding: 0 !important;
  justify-content: flex-start !important; }

.section-menu-tabs.tab-right ul.menu-tabs {
  padding: 0 !important;
  justify-content: flex-end !important; }

.section-menu-tabs.no-tab ul.menu-tabs {
  display: none !important; }

.section-menu-tabs.hide-product-photo .col-md-6:nth-child(odd) {
  padding-right: 20px; }
  @media (max-width: 767px) {
    .section-menu-tabs.hide-product-photo .col-md-6:nth-child(odd) {
      padding-right: 10px; } }

.section-menu-tabs.hide-product-photo .col-md-6:nth-child(even) {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .section-menu-tabs.hide-product-photo .col-md-6:nth-child(even) {
      padding-left: 10px; } }

@media (max-width: 991.98px) {
  .section-menu-tabs.hide-product-photo .product.list {
    padding-left: 0;
    padding-right: 0; } }

.section-menu-tabs.hide-product-photo .product.list .image {
  display: none; }

.section-menu-tabs.hide-product-photo .product.list .product-core {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.section-menu-tabs.img-round .product.list .image {
  width: 100px;
  height: 100px !important;
  border-radius: 50%; }

.section-menu-tabs.img-round .col-md-12 .product.list .image {
  width: 70px;
  height: 70px !important;
  border-radius: 50%; }

.section-menu-tabs.layout-2 h2.title {
  font-size: 34px;
  font-weight: 400;
  padding: 0;
  margin: 60px 0;
  border: none;
  text-align: center;
  display: block; }
  @media (max-width: 767px) {
    .section-menu-tabs.layout-2 h2.title {
      font-size: 32px;
      margin: 50px 0 20px 0; } }
  @media (max-width: 760px) {
    .section-menu-tabs.layout-2 h2.title {
      font-size: 30px; } }

.section-menu-tabs.layout-2 .col-md-6:nth-child(odd) {
  padding-right: 50px; }
  @media (max-width: 991px) {
    .section-menu-tabs.layout-2 .col-md-6:nth-child(odd) {
      padding-right: 25px; } }
  @media (max-width: 767px) {
    .section-menu-tabs.layout-2 .col-md-6:nth-child(odd) {
      padding-left: 0;
      padding-right: 0; } }

.section-menu-tabs.layout-2 .col-md-6:nth-child(even) {
  padding-left: 50px; }
  @media (max-width: 991px) {
    .section-menu-tabs.layout-2 .col-md-6:nth-child(even) {
      padding-left: 25px; } }
  @media (max-width: 767px) {
    .section-menu-tabs.layout-2 .col-md-6:nth-child(even) {
      padding-left: 0;
      padding-right: 0; } }

.section-menu-tabs.layout-2 .col-md-6:nth-child(1) .product.list, .section-menu-tabs.layout-2 .col-md-6:nth-child(2) .product.list {
  margin-top: 0; }
  @media (max-width: 767px) {
    .section-menu-tabs.layout-2 .col-md-6:nth-child(1) .product.list, .section-menu-tabs.layout-2 .col-md-6:nth-child(2) .product.list {
      margin-top: 22px; } }

.section-menu-tabs.layout-2 .col-md-6:nth-child(1) .product.list {
  margin-top: 0; }
  @media (max-width: 767px) {
    .section-menu-tabs.layout-2 .col-md-6:nth-child(1) .product.list {
      margin-top: 0 !important; } }

.section-menu-tabs.layout-2 .col-md-12 .product.list .image {
  display: none; }

.section-menu-tabs.layout-2 .product.list {
  padding: 0 0 22px 0;
  margin: 22px 0 0 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
  .section-menu-tabs.layout-2 .product.list .product-core {
    flex: 1;
    max-width: unset;
    padding-left: 0;
    padding-right: 0; }
    .section-menu-tabs.layout-2 .product.list .product-core h3 {
      font-size: 17px;
      font-weight: 500;
      line-height: 125%;
      margin: 0;
      color: #000; }
      .section-menu-tabs.layout-2 .product.list .product-core h3 a {
        color: #000; }
    .section-menu-tabs.layout-2 .product.list .product-core .price {
      font-size: 16px !important;
      font-weight: 400 !important;
      margin-top: -3px;
      color: #0c0c0c; }
      @media (max-width: 767px) {
        .section-menu-tabs.layout-2 .product.list .product-core .price {
          margin-top: -1px; } }
    .section-menu-tabs.layout-2 .product.list .product-core p {
      font-size: 14px;
      font-weight: 300;
      color: #494949;
      letter-spacing: .3px;
      line-height: 160%; }
  .section-menu-tabs.layout-2 .product.list .image {
    display: none; }

.section-menu-tabs.layout-3.hide-product-photo .product.list .image, .section-menu-tabs.layout-4.hide-product-photo .product.list .image {
  display: none; }

.section-menu-tabs.layout-3.hide-product-photo .product.list .product-core, .section-menu-tabs.layout-4.hide-product-photo .product.list .product-core {
  flex: 0 0 100%;
  max-width: 100%; }

.section-menu-tabs.layout-3.img-round .product.list .image, .section-menu-tabs.layout-4.img-round .product.list .image {
  border-radius: 50%; }

.section-menu-tabs.layout-3.img-round .col-md-12 .product.list .image, .section-menu-tabs.layout-4.img-round .col-md-12 .product.list .image {
  border-radius: 50%; }

.section-menu-tabs.layout-3 h2.title, .section-menu-tabs.layout-4 h2.title {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 15px 0 -10px 0;
  border: none; }

.section-menu-tabs.layout-3 .col-md-12 .product.list .image, .section-menu-tabs.layout-4 .col-md-12 .product.list .image {
  flex: 0 0 70px;
  height: 70px !important;
  border-radius: 2px; }

.section-menu-tabs.layout-3 .product.list, .section-menu-tabs.layout-4 .product.list {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF; }
  .section-menu-tabs.layout-3 .product.list .product-core, .section-menu-tabs.layout-4 .product.list .product-core {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex: 1;
    max-width: unset;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      .section-menu-tabs.layout-3 .product.list .product-core, .section-menu-tabs.layout-4 .product.list .product-core {
        flex: 1;
        max-width: unset; } }
    .section-menu-tabs.layout-3 .product.list .product-core h3, .section-menu-tabs.layout-4 .product.list .product-core h3 {
      font-size: 15px;
      font-weight: 600;
      margin: 0;
      padding: 0; }
    .section-menu-tabs.layout-3 .product.list .product-core .price, .section-menu-tabs.layout-4 .product.list .product-core .price {
      font-size: 15px !important;
      font-weight: 400 !important; }
    .section-menu-tabs.layout-3 .product.list .product-core p, .section-menu-tabs.layout-4 .product.list .product-core p {
      font-size: 13px;
      font-weight: 400;
      line-height: 160%; }
  .section-menu-tabs.layout-3 .product.list .image, .section-menu-tabs.layout-4 .product.list .image {
    flex: 0 0 100px;
    height: 100px !important;
    max-width: unset;
    border-radius: 4px;
    margin-bottom: 0;
    box-shadow: none !important; }
    @media (max-width: 991px) {
      .section-menu-tabs.layout-3 .product.list .image, .section-menu-tabs.layout-4 .product.list .image {
        flex: 0 0 72px;
        height: 72px !important; } }
    @media (max-width: 767px) {
      .section-menu-tabs.layout-3 .product.list .image, .section-menu-tabs.layout-4 .product.list .image {
        flex: 0 0 80px;
        height: 80px !important; } }
    .section-menu-tabs.layout-3 .product.list .image .product-img, .section-menu-tabs.layout-3 .product.list .image .noimage, .section-menu-tabs.layout-4 .product.list .image .product-img, .section-menu-tabs.layout-4 .product.list .image .noimage {
      border-radius: 4px;
      background-color: #F5F5F5; }

.section-menu-tabs.layout-3 .product.list .image {
  margin-right: 15px; }

.section-menu-tabs.layout-4 .product.list .product-core {
  order: -1; }

.section-menu-tabs.layout-4 .product.list .image {
  margin-left: 15px; }

.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: 400;
  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: #000;
    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: normal;
  display: inline-block;
  text-align: right;
  font-weight: 300 !important;
  padding-right: 0; }

.section-menu-tabs .product.list {
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .section-menu-tabs .product.list {
      padding: 0; } }
  .section-menu-tabs .product.list .image {
    height: 88px !important; }
    @media (max-width: 1199px) {
      .section-menu-tabs .product.list .image {
        height: 75px !important; } }
    @media (max-width: 991px) {
      .section-menu-tabs .product.list .image {
        width: 100px;
        height: 50px !important;
        margin: 0 !important; } }
    @media (max-width: 767px) {
      .section-menu-tabs .product.list .image {
        width: 80px;
        height: 60px !important;
        margin: 0 !important; } }
    .section-menu-tabs .product.list .image img, .section-menu-tabs .product.list .image .noimage {
      margin: auto; }
      @media (max-width: 767px) {
        .section-menu-tabs .product.list .image img, .section-menu-tabs .product.list .image .noimage {
          width: 100% !important;
          max-height: unset !important; } }
  .section-menu-tabs .product.list h3 {
    height: auto;
    line-height: 150%;
    margin-top: -5px; }
  @media (max-width: 991.98px) {
    .section-menu-tabs .product.list .image img {
      height: auto !important;
      max-height: 70px;
      width: auto; }
    .section-menu-tabs .product.list .product-list-info {
      display: block;
      margin-top: 0; }
      .section-menu-tabs .product.list .product-list-info .prod-desc, .section-menu-tabs .product.list .product-list-info .badge-wrap {
        display: block; } }
  @media (max-width: 767.98px) {
    .section-menu-tabs .product.list {
      order: 1 !important; }
      .section-menu-tabs .product.list .flex-image {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        order: 1; } }
  @media (max-width: 767.98px) {
    .section-menu-tabs .product.list {
      order: 1 !important; }
      .section-menu-tabs .product.list .flex-image {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        order: 1; } }

.section-menu-tabs .panel-banner {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: block;
  height: 8.75rem;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem; }

.section-menu-tabs .accordion-accordion .panel-title > a .icon:before, .section-menu-tabs .accordion-accordion .panel-title > a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .section-menu-tabs .accordion-accordion .panel-title > a .btn:before, .section-menu-tabs .accordion-accordion .panel-title > a .select:before {
  content: '';
  background-color: lignten(#222222, 30%);
  -webkit-mask-image: url(../../../default/assets/images/icons/icon-minus.svg);
  mask-image: url(../../../default/assets/images/icons/icon-minus.svg);
  fill: lignten(#222222, 30%); }

.section-menu-tabs .accordion-accordion .panel-title > a.collapsed {
  color: #343a40; }
  .section-menu-tabs .accordion-accordion .panel-title > a.collapsed .icon:before, .section-menu-tabs .accordion-accordion .panel-title > a.collapsed .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .section-menu-tabs .accordion-accordion .panel-title > a.collapsed .btn:before, .section-menu-tabs .accordion-accordion .panel-title > a.collapsed .select:before {
    content: '';
    background-color: lignten(#222222, 30%);
    -webkit-mask-image: url(../../../default/assets/images/icons/icon-plus.svg);
    mask-image: url(../../../default/assets/images/icons/icon-plus.svg); }

.section-menu-tabs .accordion-accordion .accordion-accordion .panel-title > a .icon, .section-menu-tabs .accordion-accordion .accordion-accordion .panel-title > a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .section-menu-tabs .accordion-accordion .accordion-accordion .panel-title > a .btn:before, .section-menu-tabs .accordion-accordion .accordion-accordion .panel-title > a .select:before {
  width: 20px;
  height: 20px;
  left: 0.625rem !important; }
  .section-menu-tabs .accordion-accordion .accordion-accordion .panel-title > a .icon:before, .section-menu-tabs .accordion-accordion .accordion-accordion .panel-title > a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .section-menu-tabs .accordion-accordion .accordion-accordion .panel-title > a .btn:before, .section-menu-tabs .accordion-accordion .accordion-accordion .panel-title > a .select:before {
    content: '';
    width: 20px;
    height: 20px; }

.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: #ced4da; }
  .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;
    padding-bottom: 0.625rem; }
    .section-special-list .prod-specials .prod-title h1, .section-special-list .prod-specials .prod-title h2 {
      font-size: 1.4375rem;
      margin-bottom: 0.3125rem;
      font-weight: 400; }
    .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: #ced4da; }

.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-instafeed figure.item .instgram-content .text-caption {
  justify-content: center !important;
  display: flex; }

.section.block-section-category {
  padding: 2.5rem 0; }
  .section.block-section-category .img-square .ct, .section.block-section-category .img-round .ct {
    border-radius: 0 !important;
    position: relative; }
    .section.block-section-category .img-square .ct a, .section.block-section-category .img-round .ct a {
      width: 100%;
      padding-bottom: 100%;
      position: relative; }
    .section.block-section-category .img-square .ct .card-img, .section.block-section-category .img-round .ct .card-img {
      width: 100%;
      height: 100%;
      inset: 0;
      position: absolute;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 50%; }
    .section.block-section-category .img-square .ct h3, .section.block-section-category .img-round .ct h3 {
      padding-top: 5px; }
      .section.block-section-category .img-square .ct h3 a, .section.block-section-category .img-round .ct h3 a {
        padding-bottom: 0;
        position: relative; }
  .section.block-section-category .img-square .ct .card-img {
    border-radius: 2px; }
  .section.block-section-category .col-block {
    margin: 0.625rem 0; }
    .section.block-section-category .col-block .ct {
      font-size: 0;
      text-align: center;
      border-radius: 1.25rem;
      overflow: hidden;
      position: relative;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 50%;
      object-position: 50% 50%; }
      .section.block-section-category .col-block .ct a {
        width: auto;
        height: auto;
        z-index: 1;
        position: relative;
        display: block; }
        .section.block-section-category .col-block .ct a img {
          -o-object-fit: cover;
          object-fit: cover;
          height: 28.375rem; }
          @media (max-width: 767.98px) {
            .section.block-section-category .col-block .ct a img {
              height: 25rem; } }
  .section.block-section-category .preset-layout-display-4, .section.block-section-category .preset-layout-display-5, .section.block-section-category .preset-layout-display-6, .section.block-section-category .preset-layout-display-8, .section.block-section-category .preset-layout-display-12, .section.block-section-category .preset-layout-display-12-3 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .section.block-section-category .preset-layout-display-4 .ct, .section.block-section-category .preset-layout-display-5 .ct, .section.block-section-category .preset-layout-display-6 .ct, .section.block-section-category .preset-layout-display-8 .ct, .section.block-section-category .preset-layout-display-12 .ct, .section.block-section-category .preset-layout-display-12-3 .ct {
      padding: 10px; }
  .section.block-section-category .preset-layout-display-4 .ct {
    width: 25%; }
    @media (max-width: 767px) {
      .section.block-section-category .preset-layout-display-4 .ct {
        width: 50%; } }
    @media (max-width: 600px) {
      .section.block-section-category .preset-layout-display-4 .ct {
        width: 100%; } }
    @media (max-width: 1024px) {
      .section.block-section-category .preset-layout-display-4 .ct h3 {
        font-size: 18px; } }
    @media (max-width: 760px) {
      .section.block-section-category .preset-layout-display-4 .ct h3 {
        font-size: 16px; } }
  .section.block-section-category .preset-layout-display-5 .ct {
    width: 20%; }
    @media (max-width: 767px) {
      .section.block-section-category .preset-layout-display-5 .ct {
        width: 50%; } }
    @media (max-width: 600px) {
      .section.block-section-category .preset-layout-display-5 .ct {
        width: 100%; } }
    .section.block-section-category .preset-layout-display-5 .ct h3 {
      font-size: 20px; }
      @media (max-width: 1024px) {
        .section.block-section-category .preset-layout-display-5 .ct h3 {
          font-size: 18px; } }
  .section.block-section-category .preset-layout-display-6 .ct {
    width: 16.666%; }
    @media (max-width: 991px) {
      .section.block-section-category .preset-layout-display-6 .ct {
        width: 33.333%; } }
    @media (max-width: 767px) {
      .section.block-section-category .preset-layout-display-6 .ct {
        width: 50%; } }
    .section.block-section-category .preset-layout-display-6 .ct h3 {
      font-size: 17px;
      line-height: 150%; }
      @media (max-width: 760px) {
        .section.block-section-category .preset-layout-display-6 .ct h3 {
          font-size: 16px; } }
  .section.block-section-category .preset-layout-display-8 .ct {
    width: 25%; }
    @media (max-width: 767px) {
      .section.block-section-category .preset-layout-display-8 .ct {
        width: 50%; } }
    .section.block-section-category .preset-layout-display-8 .ct h3 {
      font-size: 20px;
      line-height: 150%; }
      @media (max-width: 1024px) {
        .section.block-section-category .preset-layout-display-8 .ct h3 {
          font-size: 18px; } }
      @media (max-width: 760px) {
        .section.block-section-category .preset-layout-display-8 .ct h3 {
          font-size: 16px; } }
  .section.block-section-category .preset-layout-display-12 .ct {
    width: 16.666%; }
    @media (max-width: 991px) {
      .section.block-section-category .preset-layout-display-12 .ct {
        width: 25%; } }
    @media (max-width: 767px) {
      .section.block-section-category .preset-layout-display-12 .ct {
        width: 33.333%; } }
    @media (max-width: 760px) {
      .section.block-section-category .preset-layout-display-12 .ct {
        width: 50%; } }
    .section.block-section-category .preset-layout-display-12 .ct h3 {
      font-size: 16px;
      line-height: 150%; }
      @media (max-width: 760px) {
        .section.block-section-category .preset-layout-display-12 .ct h3 {
          font-size: 16px; } }
  .section.block-section-category .preset-layout-display-12-3 .ct {
    width: 25%; }
    @media (max-width: 767px) {
      .section.block-section-category .preset-layout-display-12-3 .ct {
        width: 33.333%; } }
    @media (max-width: 760px) {
      .section.block-section-category .preset-layout-display-12-3 .ct {
        width: 50%; } }
    .section.block-section-category .preset-layout-display-12-3 .ct h3 {
      font-size: 20px;
      line-height: 150%; }
      @media (max-width: 1024px) {
        .section.block-section-category .preset-layout-display-12-3 .ct h3 {
          font-size: 18px; } }
      @media (max-width: 760px) {
        .section.block-section-category .preset-layout-display-12-3 .ct h3 {
          font-size: 16px; } }

.section.section-one-page-list {
  padding-top: 0rem; }
  .section.section-one-page-list > .container {
    padding-left: 0;
    padding-right: 0; }
    .section.section-one-page-list > .container .category-title {
      margin-top: 0.8125rem;
      margin-bottom: 0rem; }
    .section.section-one-page-list > .container .category-title:first-child {
      margin-top: 0px; }
  .section.section-one-page-list .pagination_holder {
    text-align: center; }
    .section.section-one-page-list .pagination_holder .btn.btn-white {
      font-weight: 300;
      letter-spacing: 1px;
      min-width: 16.875rem; }
      .section.section-one-page-list .pagination_holder .btn.btn-white .img-loader {
        position: relative;
        top: -1px;
        margin-right: 0.4375rem; }
      .section.section-one-page-list .pagination_holder .btn.btn-white:hover, .section.section-one-page-list .pagination_holder .btn.btn-white:active, .section.section-one-page-list .pagination_holder .btn.btn-white:focus, .section.section-one-page-list .pagination_holder .btn.btn-white:active:focus {
        color: #fff;
        background-color: #50133D; }
  @media (max-width: 991.98px) {
    .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a {
      background-color: #f7f7f770;
      padding-left: 2.6875rem; }
      .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a.collapsed {
        background-color: #f7f7f7; }
      .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a .icon, .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a .btn:before, .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a .select:before {
        left: 0.4375rem; } }
  @media (min-width: 992px) {
    .section.section-one-page-list .accordion-accordion {
      border-bottom: 0 !important; }
    .section.section-one-page-list .category-title {
      margin-bottom: 0; }
    .section.section-one-page-list .panel .collapse, .section.section-one-page-list .panel .collapse:not(.show) {
      display: block !important; }
    .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a {
      pointer-events: none;
      padding-left: 0 !important;
      padding-bottom: 0.375rem;
      font-weight: 300;
      font-size: 1.1875rem; }
      .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a .icon, .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a .btn:before, .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a .select:before {
        display: none; }
      .section.section-one-page-list .panel.panel-item > .panel-heading .panel-title > a.category-title {
        font-size: 1.875rem; }
    .section.section-one-page-list .panel.panel-item ~ .panel-item {
      border-top: 0 !important; } }
  @media (max-width: 767.98px) {
    .section.section-one-page-list {
      padding-top: 0.625rem; } }

.section-category-listing {
  padding-top: 0.3125rem; }
  @media (max-width: 767.98px) {
    .section-category-listing {
      padding-top: 0.3125rem; } }

.section-related .section-title.title-md {
  font-size: 1.25rem;
  font-weight: 600;
  color: inherit; }

.section-related .slider-products .slick-dots {
  bottom: -20px; }

@media (max-width: 991.98px) {
  .section-related .slider-products {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

.section.cart.js-cart-container .section-title {
  margin-bottom: 2.1875rem; }

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

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

.section-primary {
  background-color: #330c27;
  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; }

h2.card-title {
  font-size: 28px;
  font-weight: 700; }

.section-login .card.mt-3 {
  border-radius: 0px;
  border: 1px solid #f1f1f1; }
  .section-login .card.mt-3 .form-control, .section-login .card.mt-3 .select2-container .selection, .select2-container .section-login .card.mt-3 .selection {
    border-radius: 0px !important;
    border: 1px solid #DCDCDC !important; }

.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: #0d0d0d !important;
    text-decoration: none; }

.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;
  font-size: .95rem; }

.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 {
  background-color: #e85b2e !important;
  border-color: #e85b2e !important;
  color: #fff !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: #eb6d45 !important;
    border-color: #eb6d45 !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: #eb6d45 !important;
    border-color: #eb6d45 !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: #eb6d45 !important;
    border-color: #eb6d45 !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: 400;
    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; }

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

.custom-catering-menu {
  padding-top: 0.625rem;
  padding-bottom: 10px;
  margin-bottom: -2rem; }
  .custom-catering-menu .container {
    max-width: 100%;
    padding: 0; }
  .custom-catering-menu .category-block {
    padding: 0;
    margin: 0 0 1.875rem 0;
    border: none;
    position: relative; }
    .custom-catering-menu .category-block a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .custom-catering-menu .category-block a::after {
        display: block;
        clear: both;
        content: ""; }
      .custom-catering-menu .category-block a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all ease-in-out .5s;
        opacity: .25;
        background-color: #a4508b;
        background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%); }
    .custom-catering-menu .category-block:hover a:after {
      opacity: 0; }
    .custom-catering-menu .category-block:hover img {
      filter: grayscale(0%) contrast(0.95); }
    .custom-catering-menu .category-block:hover .category-title {
      text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.8); }
    .custom-catering-menu .category-block img {
      width: 100%;
      height: 220px;
      display: block;
      opacity: 1;
      background: url(../../../default/assets/images/product-placeholder.jpg) no-repeat center center #FAFAFA;
      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 {
      height: auto;
      width: auto;
      line-height: 100%;
      font-family: "Caveat", cursive;
      font-size: 1.75rem;
      font-weight: 700;
      color: #FFF;
      text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.22);
      letter-spacing: 1px;
      text-align: left;
      padding: 10px 10px 15px 15px;
      display: table;
      left: 0;
      bottom: 0;
      z-index: 1;
      position: absolute; }

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

.crossed-off-text {
  text-decoration: line-through; }

.overflow-visible {
  overflow: visible !important; }

.small-normal-text {
  font-size: inherit; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

.row-col-md-2 {
  margin-left: -8px;
  margin-right: -8px; }
  .row-col-md-2 .form-group {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

@font-face {
  font-family: 'icomoon';
  src: url("../../../default/assets/fonts/icomoon/icomoon.eot?aigy932");
  src: url("../../../default/assets/fonts/icomoon/icomoon.eot?#aigy932") format("embedded-opentype"), url("../../../default/assets/fonts/icomoon/icomoon.ttf?aigy932") format("truetype"), url("../../../default/assets/fonts/icomoon/icomoon.woff?aigy932") format("woff"), url("../../../default/assets/fonts/icomoon/icomoon.svg?aigy932#icomoon") 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: #50133D; }

/*===============================*/
.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-afterpay:before {
  content: "\e928"; }

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

.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.loading-results ~ .select2-results__option {
  pointer-events: none;
  opacity: 0.5; }

input.form-control.parsley-error, .select2-container input.parsley-error.selection, select.form-control.parsley-error, .select2-container select.parsley-error.selection, textarea.form-control.parsley-error, .select2-container textarea.parsley-error.selection, select.parsley-error + .select2-container .selection {
  border-color: #f9a2ad; }

.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: 600;
  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: 600;
  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--focus .selection {
  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: #50133D;
  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 #50133D; }

.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: 600;
  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 #50133D; }

.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 #50133D; }

.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: 600;
  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 #50133D; }

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

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

select[style*="display: none"] + .select2 {
  display: none; }

.select2-small label {
  white-space: nowrap; }

.select2-small .select2-wrap form {
  padding-right: 4px;
  padding-left: 4px; }
  .select2-small .select2-wrap form .select2-container {
    border: 1px solid #dee2e6;
    padding: 3px 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .select2-small .select2-wrap 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; }
      .select2-small .select2-wrap form .select2-container .selection .select2-selection .select2-selection__rendered {
        padding-right: 1.4375rem; }

@media (max-width: 767.98px) {
  .select2-small .select2-wrap {
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px; }
    .select2-small .select2-wrap label {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: left;
      padding-bottom: 0;
      padding-right: 4px;
      padding-left: 4px; }
    .select2-small .select2-wrap form {
      flex: 0 0 50%;
      max-width: 50%; }
      .select2-small .select2-wrap form .select2-container {
        width: 100% !important; }
        .select2-small .select2-wrap form .select2-container .selection {
          padding-left: 2px !important;
          padding-right: 2px !important;
          padding-top: 5px !important;
          padding-bottom: 6px !important; }
    .select2-small .select2-wrap .form-select2 .select2-container .selection {
      font-size: 1rem !important; }
      .select2-small .select2-wrap .form-select2 .select2-container .selection .select2-selection__rendered {
        font-size: 1rem !important; } }

@media (max-width: 450px) {
  .select2-small .select2-wrap form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 355px) {
  .select2-small .select2-wrap form {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 4px 0; } }

.select2-multiline-single-selection-only + span.select2-container ul.select2-selection__rendered .select2-selection__choice {
  padding: 0;
  border: 0;
  white-space: normal;
  word-break: break-word; }

.select2-multiline-single-selection-only + span.select2-container ul.select2-selection__rendered .select2-selection__choice + .select2-search {
  display: none !important; }

.select2-selection--multiple .select2-selection__choice {
  white-space: normal;
  word-break: break-word; }

.select2-single-disable-no-wrap + span.select2-container .select2-selection--single {
  height: auto;
  min-height: 35px; }
  .select2-single-disable-no-wrap + span.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    word-break: break-word;
    line-height: 150%;
    padding-top: 6px;
    padding-bottom: 4px !important; }
    .select2-single-disable-no-wrap + span.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
      padding-left: 6px; }

.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("../../../default/assets//fonts/ionicons/ionicons.eot?v=2.0.1");
  src: url("../../../default/assets//fonts/ionicons/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../../../default/assets//fonts/ionicons/ionicons.ttf?v=2.0.1") format("truetype"), url("../../../default/assets//fonts/ionicons/ionicons.woff?v=2.0.1") format("woff"), url("../../../default/assets//fonts/ionicons/ionicons.svg?v=2.0.1#Ionicons") 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: 600;
  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: #50133D;
  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: #50133D;
  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: #50133D;
  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(../../../default/assets/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(../../../default/assets/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(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, .top-menu-category .btn-menu-dropdown {
  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: 300;
  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: 600;
  padding: 7px;
  color: #fff; }

.eupopup-body {
  color: #a2a2a2; }

.eupopup-buttons {
  padding: 7px 0 5px 0; }

.eupopup-button_1 {
  color: #f6a21d;
  font-weight: 600;
  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: #16161636 0px 0px 6px 2px;
  background-color: white;
  color: black;
  position: fixed;
  font-family: inherit;
  width: auto;
  bottom: 0px;
  right: 100px;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.slide-right-active .cookie-law-info-again {
  right: 23.125rem; }

:root {
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2)
; }

.ck5-content blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em; }

.ck5-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: 5px solid #ccc; }

.ck5-content .image-style-block-align-left, .ck5-content .image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing)); }

.ck5-content .image-style-align-left, .ck5-content .image-style-align-right {
  clear: none; }

.ck5-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%; }

.ck5-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing); }

.ck5-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto; }

.ck5-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing); }

.ck5-content .image-style-block-align-right {
  margin-left: auto;
  margin-right: 0; }

.ck5-content .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto; }

.ck5-content p + .image-style-align-left, .ck5-content p + .image-style-align-right, .ck5-content p + .image-style-side {
  margin-top: 0; }

.ck5-content .image-inline.image-style-align-left, .ck5-content .image-inline.image-style-align-right {
  margin-bottom: var(--ck-inline-image-style-spacing);
  margin-top: var(--ck-inline-image-style-spacing); }

.ck5-content .image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing); }

.ck5-content .image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing); }

.ck5-content .image {
  clear: both;
  display: table;
  margin: .9em auto;
  min-width: 50px;
  text-align: center; }

.ck5-content .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%; }

.ck5-content .image-inline {
  align-items: flex-start;
  display: inline-flex;
  max-width: 100%; }

.ck5-content .image-inline picture {
  display: flex; }

.ck5-content .image-inline img, .ck5-content .image-inline picture {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%; }

.ck5-content .image > figcaption {
  background-color: var(--ck-color-image-caption-background);
  caption-side: bottom;
  color: var(--ck-color-image-caption-text);
  display: table-caption;
  font-size: .75em;
  outline-offset: -1px;
  padding: .6em;
  word-break: break-word; }

.ck5-content .image-style-block-align-left, .ck5-content .image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing)); }

.ck5-content .image-style-align-left, .ck5-content .image-style-align-right {
  clear: none; }

.ck5-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%; }

.ck5-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing); }

.ck5-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto; }

.ck5-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing); }

.ck5-content .image-style-block-align-right {
  margin-left: auto;
  margin-right: 0; }

.ck5-content .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto; }

.ck5-content p + .image-style-align-left, .ck5-content p + .image-style-align-right, .ck5-content p + .image-style-side {
  margin-top: 0; }

.ck5-content .image-inline.image-style-align-left, .ck5-content .image-inline.image-style-align-right {
  margin-bottom: var(--ck-inline-image-style-spacing);
  margin-top: var(--ck-inline-image-style-spacing); }

.ck5-content .image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing); }

.ck5-content .image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing); }

.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 {
  max-width: 1230px; }

.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-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.prod-notes, .select2-container .prod-notes.selection {
    min-height: 100px;
    color: #000;
    resize: none;
    background: #FEFEFE;
    border-radius: 2px; }

.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-label.form-label-md {
    font-size: 0.875rem; }

.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 {
    border-color: #ced4da;
    border-right: none;
    padding-right: 0.3125rem;
    background: transparent; }
    .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; }

.d-time .form-control, .d-time .select2-container .selection, .select2-container .d-time .selection {
  width: 100%;
  font-size: 14px; }

.select-underline .select2-container--open .select2-selection {
  border-color: #50133D; }

.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: #50133D #50133D 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: #50133D !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: 0px;
  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.75rem;
  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 {
  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; }

.form-select2.error .select2-container .selection {
  border: 1px solid #f0425a !important; }

.form-group-sm {
  font-size: 14px;
  margin-bottom: .7em; }
  .form-group-sm .control-label {
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: 500; }
  .form-group-sm .form-control, .form-group-sm .select2-container .selection, .select2-container .form-group-sm .selection {
    font-size: 1em;
    line-height: 1.5;
    min-height: auto; }

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

.form-select-block.error .select2-container .selection {
  border: 1px solid #f0425a !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: 992px) {
  .table-cart .note-field-wrap .form-control, .table-cart .note-field-wrap .select2-container .selection, .select2-container .table-cart .note-field-wrap .selection {
    min-height: 50px !important;
    font-size: 14px !important;
    line-height: 140% !important; } }

@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; }
  .table-cart .form-control, .table-cart .select2-container .selection, .select2-container .table-cart .selection, .table-cart .select2-container .selection, .table-cart .select2-o .select2-container .selection {
    font-size: 14px !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: #50133D;
    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: #50133D;
      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; }

/*Fix readonly on some browsers*/
select[readonly],
input[readonly] {
  pointer-events: none; }

.form-filter-wrap-dietary-inline {
  letter-spacing: 1px; }
  .form-filter-wrap-dietary-inline .custom-control {
    display: inline-block;
    width: auto;
    letter-spacing: 0; }
    .form-filter-wrap-dietary-inline .custom-control .custom-control-description .tag-item {
      z-index: 2; }
    .form-filter-wrap-dietary-inline .custom-control .custom-control-description:after {
      content: '';
      width: 1.8125rem;
      height: 1.8125rem;
      display: block;
      position: absolute;
      z-index: 1;
      border-radius: 100%;
      top: -5px;
      left: -3px;
      border: solid 1px transparent; }
  .form-filter-wrap-dietary-inline .custom-control-input:checked ~ .custom-control-description:after {
    content: '';
    border: solid 1px #000; }

.mt-25 {
  margin-top: 25px; }

.heading-md, .heading-md-blue {
  font-size: 16px;
  font-weight: 600; }

.heading-md-blue {
  color: #3C8DBE; }

.h5-sm {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px; }

.event-summary {
  width: 100%;
  min-height: 200px;
  padding: 20px 40px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  position: relative; }
  @media (max-width: 767px) {
    .event-summary {
      padding: 15px 15px 20px 15px; } }
  .event-summary:after {
    content: "";
    width: 2px;
    height: auto;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    position: absolute;
    background: #E8E8E8; }
    @media (max-width: 767px) {
      .event-summary:after {
        display: none; } }
  .event-summary .company-event-logo {
    max-width: 300px;
    max-height: 120px;
    margin: 0 0 25px 0;
    display: block; }
  .event-summary h4 {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    letter-spacing: .5px;
    line-height: 114%; }
  .event-summary div {
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    margin-bottom: 5px; }
    .event-summary div strong, .event-summary div b {
      padding-right: 6px;
      font-weight: 600 !important; }

.event-booking-form {
  width: 100%;
  min-height: 200px;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .event-booking-form {
      padding: 20px 0 0 0;
      border-top: 2px solid #DDD; } }
  .event-booking-form .row {
    width: 100%; }
    @media (max-width: 767px) {
      .event-booking-form .row {
        width: auto; } }
  .event-booking-form label {
    font-size: 12px;
    font-weight: 500;
    color: #535050;
    letter-spacing: .5px; }
  .event-booking-form .btn {
    width: 100%;
    display: block; }
    @media (max-width: 991px) {
      .event-booking-form .btn {
        margin: 5px 0; } }

@media (max-width: 991px) {
  .mobile-stretch {
    flex: 0 0 100%;
    max-width: 100%; } }

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

.label-success {
  color: black;
  font-size: 12px;
  letter-spacing: .5px;
  padding: 4px 10px;
  border-radius: 3px; }
  .label-success.unpaid {
    background-color: #d36459; }
  .label-success.partially_paid {
    background-color: #c1c32d; }
  .label-success.booked {
    background-color: #64cfcc; }
  .label-success.tentative {
    background-color: #eeee2c; }
  .label-success.pending {
    background-color: #ad8bd8; }
  .label-success.new {
    background-color: #eeee2c; }
  .label-success.approved {
    background-color: #64cfcc; }
  .label-success.invoiced {
    background-color: #b0d776; }
  .label-success.confirmed {
    background-color: #b0d776;
    border-radius: 3px; }
  .label-success.cancelled {
    background-color: #f06a6f; }
  .label-success.not_converted {
    background-color: #f06a6f; }

.flex-label {
  height: 20px;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  position: relative; }
  .flex-label label {
    font-weight: 700; }

.myorder-grandtotal .table {
  font-size: 14px; }
  .myorder-grandtotal .table.table-total tbody tr td {
    font-size: 14px; }

.postcode-checker-toggle-wrapper {
  position: fixed;
  top: calc(50vh - 53px);
  right: 0;
  z-index: 5; }

.postcode-checker-toggle {
  width: auto;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 140%;
  letter-spacing: .5px;
  cursor: pointer;
  padding: 12px 12px 11px 15px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #dee2e6;
  border-right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: #FAFAFA; }
  .postcode-checker-toggle .delivery-icon {
    width: 80px;
    height: 40px;
    margin-bottom: 5px;
    opacity: .7;
    background: url(../../../default/assets/images/icons/icon-delivery.svg) no-repeat center center;
    background-size: 50px; }
  @media (max-width: 1400px) {
    .postcode-checker-toggle {
      font-size: 13px; }
      .postcode-checker-toggle .delivery-icon {
        height: 45px;
        background-size: 55px; } }

.postcode-checker-sidebar {
  width: 340px;
  height: auto;
  min-height: 210px;
  padding: 15px 20px 20px 20px;
  right: -350px;
  top: calc(50% - 105px);
  position: fixed;
  z-index: 1053;
  overflow: visible;
  transition: right ease .3s;
  border: 1px solid #dee2e6;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.15);
  background: #FFF; }
  .postcode-checker-sidebar.show {
    right: 0; }
  .postcode-checker-sidebar .section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 130%;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px dashed rgba(68, 68, 68, 0.45); }
  .postcode-checker-sidebar .postcode-checker-msg {
    display: flex;
    align-items: center;
    position: relative; }
    .postcode-checker-sidebar .postcode-checker-msg:before {
      font-size: 26px;
      color: inherit;
      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;
      margin-right: 8px; }
  .postcode-checker-sidebar p {
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height: 150%;
    letter-spacing: .5px; }
    .postcode-checker-sidebar p:empty {
      display: none;
      line-height: 0; }
    .postcode-checker-sidebar p.text-success, .postcode-checker-sidebar p.text-danger, .postcode-checker-sidebar p.text-warning {
      color: #FFF !important;
      font-size: 12px;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: .3px;
      padding: 6px 10px 10px 10px;
      border-radius: 4px; }
    .postcode-checker-sidebar p.text-success {
      background-color: #18bc9c; }
      .postcode-checker-sidebar p.text-success:before {
        content: "\f120"; }
    .postcode-checker-sidebar p.text-danger {
      background-color: #e74c3c; }
      .postcode-checker-sidebar p.text-danger:before {
        content: "\f128"; }
    .postcode-checker-sidebar p.text-warning {
      background-color: #f39c12; }
      .postcode-checker-sidebar p.text-warning:before {
        content: "\f100"; }
  .postcode-checker-sidebar .input-group {
    border: 2px solid #333;
    border-radius: 0;
    box-shadow: unset !important; }
    .postcode-checker-sidebar .input-group .form-control, .postcode-checker-sidebar .input-group .select2-container .selection, .select2-container .postcode-checker-sidebar .input-group .selection {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-align: center; }
    .postcode-checker-sidebar .input-group .form-control:-ms-input-placeholder, .postcode-checker-sidebar .input-group .select2-container .selection:-ms-input-placeholder, .select2-container .postcode-checker-sidebar .input-group .selection:-ms-input-placeholder {
      opacity: .5; }
    .postcode-checker-sidebar .input-group .form-control::placeholder, .postcode-checker-sidebar .input-group .select2-container .selection::placeholder, .select2-container .postcode-checker-sidebar .input-group .selection::placeholder {
      opacity: .5; }
  .postcode-checker-sidebar .input-group-append {
    margin: 0; }
    .postcode-checker-sidebar .input-group-append .btn {
      border-radius: 0;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }

.postcode-checker-close {
  font-size: 1.5rem;
  opacity: .5;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer; }
  .postcode-checker-close:hover {
    opacity: 1; }

.postcode-checker-overlay {
  width: 0;
  height: 100%;
  opacity: 0;
  top: 0;
  position: fixed;
  z-index: 1052;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  justify-content: center;
  transition: opacity 1s;
  background-color: rgba(39, 39, 39, 0.3); }
  .postcode-checker-overlay.active {
    width: 100%;
    opacity: 1; }

.store-location-switcher {
  color: #FFF;
  padding: 12px;
  background: #282829; }
  @media (max-width: 500px) {
    .store-location-switcher {
      display: none; } }

.store-location-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex; }
  .store-location-container .sl-label {
    width: auto;
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .store-location-container .sl-actions {
    width: 100%;
    flex: 1; }
  .store-location-container .sl-dropdown {
    display: flex; }
    .store-location-container .sl-dropdown .form-control, .store-location-container .sl-dropdown .select2-container .selection, .select2-container .store-location-container .sl-dropdown .selection {
      font-weight: 500;
      border-color: #343a40; }
    .store-location-container .sl-dropdown .btn {
      line-height: 36px;
      padding: 0 15px;
      margin-left: 15px;
      border-radius: 10px; }

.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 {
      float: left;
      margin: 0 0;
      padding: 0.125rem 0;
      margin-right: 0.25rem;
      position: relative;
      top: -0.125rem; }

.input-group-time {
  border-radius: 0px !important;
  border: 1px solid #DCDCDC !important; }

.select2-container--default .select2-selection--single.input-sm,
.input-group-sm .select2-container--default .select2-selection--single,
.form-group-sm .select2-container--default .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 0 !important;
  /* 2 */ }

.select2-container--default .select2-selection--single.input-sm,
.input-group-sm .select2-container--default .selection,
.form-group-sm .select2-container--default .selection {
  padding: 0 !important;
  /* 2 */ }

.select2-container--default .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px; }

.select2-container--default .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--default .select2-selection--multiple,
.form-group-sm .select2-container--default .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px; }

.select2-container--default .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--default .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5; }

.select2-container--default .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--default .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px; }

.select2-container--default .select2-selection--single.input-lg,
.input-group-lg .select2-container--default .select2-selection--single,
.form-group-lg .select2-container--default .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */ }

.select2-container--default .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 5px; }

.select2-container--default .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px; }

.select2-container--default .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--default .select2-selection--multiple,
.form-group-lg .select2-container--default .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px; }

.select2-container--default .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--default .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px; }

.select2-container--default .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333; }

.select2-container--default .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--default .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px; }

.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;
  margin-bottom: 0.5rem; }
  .radio label, .checkbox label {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0; }
  .radio input[type="radio"], .radio input[type="checkbox"], .checkbox input[type="radio"], .checkbox input[type="checkbox"] {
    display: none; }
  .radio.checkbox-selectable, .checkbox.checkbox-selectable {
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }

.radio.radio-card2 > label, .checkbox.checkbox-card2 > label {
  position: relative;
  cursor: pointer; }
  .radio.radio-card2 > label > input[type="radio"], .radio.radio-card2 > label > input[type="checkbox"], .checkbox.checkbox-card2 > label > input[type="radio"], .checkbox.checkbox-card2 > label > input[type="checkbox"] {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute; }
    .radio.radio-card2 > label > input[type="radio"] + .checkbox-text, .radio.radio-card2 > label > input[type="checkbox"] + .checkbox-text, .checkbox.checkbox-card2 > label > input[type="radio"] + .checkbox-text, .checkbox.checkbox-card2 > label > input[type="checkbox"] + .checkbox-text {
      transition: box-shadow 0.2s; }
      .radio.radio-card2 > label > input[type="radio"] + .checkbox-text:after, .radio.radio-card2 > label > input[type="checkbox"] + .checkbox-text:after, .checkbox.checkbox-card2 > label > input[type="radio"] + .checkbox-text:after, .checkbox.checkbox-card2 > label > input[type="checkbox"] + .checkbox-text:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-family: 'icomoon';
        content: "\f058";
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1em;
        margin: 7px 10px;
        color: #edeeee; }
      .radio.radio-card2 > label > input[type="radio"] + .checkbox-text:hover, .radio.radio-card2 > label > input[type="checkbox"] + .checkbox-text:hover, .checkbox.checkbox-card2 > label > input[type="radio"] + .checkbox-text:hover, .checkbox.checkbox-card2 > label > input[type="checkbox"] + .checkbox-text:hover {
        box-shadow: #9daed1 0 0 0 2px inset !important; }
        .radio.radio-card2 > label > input[type="radio"] + .checkbox-text:hover:after, .radio.radio-card2 > label > input[type="checkbox"] + .checkbox-text:hover:after, .checkbox.checkbox-card2 > label > input[type="radio"] + .checkbox-text:hover:after, .checkbox.checkbox-card2 > label > input[type="checkbox"] + .checkbox-text:hover:after {
          color: #9daed1; }
      .radio.radio-card2 > label > input[type="radio"] + .checkbox-text.active, .radio.radio-card2 > label > input[type="checkbox"] + .checkbox-text.active, .checkbox.checkbox-card2 > label > input[type="radio"] + .checkbox-text.active, .checkbox.checkbox-card2 > label > input[type="checkbox"] + .checkbox-text.active {
        opacity: .8; }
    .radio.radio-card2 > label > input[type="radio"]:checked + .checkbox-text, .radio.radio-card2 > label > input[type="checkbox"]:checked + .checkbox-text, .checkbox.checkbox-card2 > label > input[type="radio"]:checked + .checkbox-text, .checkbox.checkbox-card2 > label > input[type="checkbox"]:checked + .checkbox-text {
      box-shadow: #209eef 0 0 0 2px inset !important;
      background-color: #f5faff; }
      .radio.radio-card2 > label > input[type="radio"]:checked + .checkbox-text:after, .radio.radio-card2 > label > input[type="checkbox"]:checked + .checkbox-text:after, .checkbox.checkbox-card2 > label > input[type="radio"]:checked + .checkbox-text:after, .checkbox.checkbox-card2 > label > input[type="checkbox"]:checked + .checkbox-text:after {
        color: #209eef; }
    .radio.radio-card2 > label > input[type="radio"][disabled] + .checkbox-text, .radio.radio-card2 > label > input[type="checkbox"][disabled] + .checkbox-text, .checkbox.checkbox-card2 > label > input[type="radio"][disabled] + .checkbox-text, .checkbox.checkbox-card2 > label > input[type="checkbox"][disabled] + .checkbox-text {
      opacity: .4; }

.radio.radio-card2.checkbox-card2-lg > label > input[type="radio"], .radio.radio-card2.checkbox-card2-lg > label > input[type="checkbox"], .checkbox.checkbox-card2.checkbox-card2-lg > label > input[type="radio"], .checkbox.checkbox-card2.checkbox-card2-lg > label > input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute; }
  .radio.radio-card2.checkbox-card2-lg > label > input[type="radio"] + .checkbox-text:after, .radio.radio-card2.checkbox-card2-lg > label > input[type="checkbox"] + .checkbox-text:after, .checkbox.checkbox-card2.checkbox-card2-lg > label > input[type="radio"] + .checkbox-text:after, .checkbox.checkbox-card2.checkbox-card2-lg > label > input[type="checkbox"] + .checkbox-text:after {
    font-size: 20px; }

.checkbox.radio-icon > label,
.checkbox.checkbox-icon > label {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin: 0 !important;
  position: relative;
  cursor: pointer; }
  .checkbox.radio-icon > label > input[type="radio"], .checkbox.radio-icon > label > input[type="checkbox"],
  .checkbox.checkbox-icon > label > input[type="radio"],
  .checkbox.checkbox-icon > label > input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute; }
    .checkbox.radio-icon > label > input[type="radio"] + .checkbox-text, .checkbox.radio-icon > label > input[type="checkbox"] + .checkbox-text,
    .checkbox.checkbox-icon > label > input[type="radio"] + .checkbox-text,
    .checkbox.checkbox-icon > label > input[type="checkbox"] + .checkbox-text {
      font-size: 26px;
      opacity: .25;
      transition: opacity .5s ease; }
      .checkbox.radio-icon > label > input[type="radio"] + .checkbox-text:after, .checkbox.radio-icon > label > input[type="checkbox"] + .checkbox-text:after,
      .checkbox.checkbox-icon > label > input[type="radio"] + .checkbox-text:after,
      .checkbox.checkbox-icon > label > input[type="checkbox"] + .checkbox-text:after {
        font-family: 'icomoon';
        content: "\e90b";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        cursor: pointer;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: opacity .5s; }
      .checkbox.radio-icon > label > input[type="radio"] + .checkbox-text:hover, .checkbox.radio-icon > label > input[type="radio"] + .checkbox-text:focus, .checkbox.radio-icon > label > input[type="checkbox"] + .checkbox-text:hover, .checkbox.radio-icon > label > input[type="checkbox"] + .checkbox-text:focus,
      .checkbox.checkbox-icon > label > input[type="radio"] + .checkbox-text:hover,
      .checkbox.checkbox-icon > label > input[type="radio"] + .checkbox-text:focus,
      .checkbox.checkbox-icon > label > input[type="checkbox"] + .checkbox-text:hover,
      .checkbox.checkbox-icon > label > input[type="checkbox"] + .checkbox-text:focus {
        opacity: 1; }
        .checkbox.radio-icon > label > input[type="radio"] + .checkbox-text:hover:after, .checkbox.radio-icon > label > input[type="radio"] + .checkbox-text:focus:after, .checkbox.radio-icon > label > input[type="checkbox"] + .checkbox-text:hover:after, .checkbox.radio-icon > label > input[type="checkbox"] + .checkbox-text:focus:after,
        .checkbox.checkbox-icon > label > input[type="radio"] + .checkbox-text:hover:after,
        .checkbox.checkbox-icon > label > input[type="radio"] + .checkbox-text:focus:after,
        .checkbox.checkbox-icon > label > input[type="checkbox"] + .checkbox-text:hover:after,
        .checkbox.checkbox-icon > label > input[type="checkbox"] + .checkbox-text:focus:after {
          opacity: .45; }
    .checkbox.radio-icon > label > input[type="radio"]:checked + .checkbox-text, .checkbox.radio-icon > label > input[type="checkbox"]:checked + .checkbox-text,
    .checkbox.checkbox-icon > label > input[type="radio"]:checked + .checkbox-text,
    .checkbox.checkbox-icon > label > input[type="checkbox"]:checked + .checkbox-text {
      opacity: .95; }
      .checkbox.radio-icon > label > input[type="radio"]:checked + .checkbox-text:hover, .checkbox.radio-icon > label > input[type="radio"]:checked + .checkbox-text:focus, .checkbox.radio-icon > label > input[type="checkbox"]:checked + .checkbox-text:hover, .checkbox.radio-icon > label > input[type="checkbox"]:checked + .checkbox-text:focus,
      .checkbox.checkbox-icon > label > input[type="radio"]:checked + .checkbox-text:hover,
      .checkbox.checkbox-icon > label > input[type="radio"]:checked + .checkbox-text:focus,
      .checkbox.checkbox-icon > label > input[type="checkbox"]:checked + .checkbox-text:hover,
      .checkbox.checkbox-icon > label > input[type="checkbox"]:checked + .checkbox-text:focus {
        opacity: .95; }
      .checkbox.radio-icon > label > input[type="radio"]:checked + .checkbox-text:after, .checkbox.radio-icon > label > input[type="checkbox"]:checked + .checkbox-text:after,
      .checkbox.checkbox-icon > label > input[type="radio"]:checked + .checkbox-text:after,
      .checkbox.checkbox-icon > label > input[type="checkbox"]:checked + .checkbox-text:after {
        content: "\f004";
        color: #f14e4e;
        opacity: .95; }

.checkbox-icon-favorites > label > input[type="radio"] + .checkbox-text .tooltip, .checkbox-icon-favorites > label > input[type="checkbox"] + .checkbox-text .tooltip {
  left: 32px;
  line-height: 0;
  top: 5px;
  position: absolute;
  opacity: 1; }
  .checkbox-icon-favorites > label > input[type="radio"] + .checkbox-text .tooltip > span, .checkbox-icon-favorites > label > input[type="checkbox"] + .checkbox-text .tooltip > span {
    width: auto;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    color: #FFF;
    line-height: 120%;
    padding: 5px 12px;
    top: 0;
    left: 30px;
    white-space: nowrap;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity .5s ease;
    opacity: 0; }

.checkbox-icon-favorites > label > input[type="radio"] + .checkbox-text .tooltip-add, .checkbox-icon-favorites > label > input[type="checkbox"] + .checkbox-text .tooltip-add {
  display: block; }

.checkbox-icon-favorites > label > input[type="radio"] + .checkbox-text .tooltip-remove, .checkbox-icon-favorites > label > input[type="checkbox"] + .checkbox-text .tooltip-remove {
  display: none; }

.checkbox-icon-favorites > label > input[type="radio"] + .checkbox-text:after, .checkbox-icon-favorites > label > input[type="checkbox"] + .checkbox-text:after {
  font-family: 'icomoon';
  content: "\e90b"; }

.checkbox-icon-favorites > label > input[type="radio"] + .checkbox-text:hover .tooltip > span, .checkbox-icon-favorites > label > input[type="radio"] + .checkbox-text:focus .tooltip > span, .checkbox-icon-favorites > label > input[type="checkbox"] + .checkbox-text:hover .tooltip > span, .checkbox-icon-favorites > label > input[type="checkbox"] + .checkbox-text:focus .tooltip > span {
  opacity: 1; }

.checkbox-icon-favorites > label > input[type="radio"]:checked + .checkbox-text .tooltip-add, .checkbox-icon-favorites > label > input[type="checkbox"]:checked + .checkbox-text .tooltip-add {
  display: none; }

.checkbox-icon-favorites > label > input[type="radio"]:checked + .checkbox-text .tooltip-remove, .checkbox-icon-favorites > label > input[type="checkbox"]:checked + .checkbox-text .tooltip-remove {
  display: block; }

.checkbox-icon-favorites > label > input[type="radio"]:checked + .checkbox-text:after, .checkbox-icon-favorites > label > input[type="checkbox"]:checked + .checkbox-text:after {
  content: "\f004";
  color: #f14e4e;
  opacity: .95; }

.bootstrap-touchspin {
  background: transparent !important; }

.checkbox-payment-card-list, .radio-payment-card-list {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap; }

.radio.radio-payment-card, .checkbox.checkbox-payment-card {
  height: 100%;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
  width: 11.875rem; }
  .radio.radio-payment-card .form-group.form-cvv, .checkbox.checkbox-payment-card .form-group.form-cvv {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    margin-top: 0.75rem; }
    .radio.radio-payment-card .form-group.form-cvv .form-control, .radio.radio-payment-card .form-group.form-cvv .select2-container .selection, .select2-container .radio.radio-payment-card .form-group.form-cvv .selection, .checkbox.checkbox-payment-card .form-group.form-cvv .form-control, .checkbox.checkbox-payment-card .form-group.form-cvv .select2-container .selection, .select2-container .checkbox.checkbox-payment-card .form-group.form-cvv .selection {
      padding-right: 2.8125rem; }
    .radio.radio-payment-card .form-group.form-cvv .btn, .checkbox.checkbox-payment-card .form-group.form-cvv .btn {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0%, -50%);
      font-size: 1.1875rem;
      text-decoration: none !important; }
      .radio.radio-payment-card .form-group.form-cvv .btn .fa, .checkbox.checkbox-payment-card .form-group.form-cvv .btn .fa {
        color: #3db942; }
  .radio.radio-payment-card .remove, .checkbox.checkbox-payment-card .remove {
    background-color: #de0466;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    position: absolute;
    top: -0.375rem;
    right: -0.125rem;
    z-index: 5;
    padding: 1px 0;
    text-align: center;
    font-size: 0.8125rem;
    box-shadow: -0.1875rem 0.1875rem 0rem 0rem #0000003d; }
    .radio.radio-payment-card .remove .icon, .radio.radio-payment-card .remove .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .radio.radio-payment-card .remove .btn:before, .radio.radio-payment-card .remove .select:before, .checkbox.checkbox-payment-card .remove .icon, .checkbox.checkbox-payment-card .remove .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .checkbox.checkbox-payment-card .remove .btn:before, .checkbox.checkbox-payment-card .remove .select:before {
      color: #fff !important; }
  .radio.radio-payment-card.card-paypal .card-core, .radio.radio-payment-card.card-default .card-core, .checkbox.checkbox-payment-card.card-paypal .card-core, .checkbox.checkbox-payment-card.card-default .card-core {
    position: relative; }
    .radio.radio-payment-card.card-paypal .card-core:before, .radio.radio-payment-card.card-default .card-core:before, .checkbox.checkbox-payment-card.card-paypal .card-core:before, .checkbox.checkbox-payment-card.card-default .card-core:before {
      content: '';
      position: absolute;
      top: -0.3125rem;
      left: -0.25rem;
      width: 110%;
      height: 110%;
      -webkit-mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      -webkit-mask-size: auto;
      mask-size: auto;
      transform: scale(1.12);
      background: #00d1ff;
      background: linear-gradient(52deg, #00d1ff 0%, #eea74b 100%);
      opacity: .15; }
  .radio.radio-payment-card.card-mastercard .card-core, .checkbox.checkbox-payment-card.card-mastercard .card-core {
    position: relative; }
    .radio.radio-payment-card.card-mastercard .card-core:before, .checkbox.checkbox-payment-card.card-mastercard .card-core:before {
      content: '';
      position: absolute;
      top: -0.3125rem;
      left: -0.25rem;
      width: 110%;
      height: 110%;
      -webkit-mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      -webkit-mask-size: auto;
      mask-size: auto;
      transform: scale(1.12);
      background: #eb001b;
      background: linear-gradient(52deg, #eb001b 0%, #f79e1b 100%);
      opacity: .15; }
  .radio.radio-payment-card.card-visa .card-core, .checkbox.checkbox-payment-card.card-visa .card-core {
    position: relative; }
    .radio.radio-payment-card.card-visa .card-core:before, .checkbox.checkbox-payment-card.card-visa .card-core:before {
      content: '';
      position: absolute;
      top: -0.3125rem;
      left: -0.25rem;
      width: 110%;
      height: 110%;
      -webkit-mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      -webkit-mask-size: auto;
      mask-size: auto;
      transform: scale(1.12);
      background: #fffe00;
      background: linear-gradient(52deg, #fffe00 0%, #b1f71b 100%);
      opacity: .15; }
  .radio.radio-payment-card.card-amex .card-core, .checkbox.checkbox-payment-card.card-amex .card-core {
    position: relative; }
    .radio.radio-payment-card.card-amex .card-core:before, .checkbox.checkbox-payment-card.card-amex .card-core:before {
      content: '';
      position: absolute;
      top: -0.3125rem;
      left: -0.25rem;
      width: 110%;
      height: 110%;
      -webkit-mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      -webkit-mask-size: auto;
      mask-size: auto;
      transform: scale(1.12);
      background: deepskyblue;
      background: linear-gradient(52deg, deepskyblue 0%, #1bf7ef 100%);
      opacity: .15; }
  .radio.radio-payment-card.card-other label, .checkbox.checkbox-payment-card.card-other label {
    padding: 1.5625rem 1.5625rem 0.75rem 2.9375rem; }
  .radio.radio-payment-card.card-other .card-core, .checkbox.checkbox-payment-card.card-other .card-core {
    position: relative; }
    .radio.radio-payment-card.card-other .card-core:before, .checkbox.checkbox-payment-card.card-other .card-core:before {
      content: '';
      position: absolute;
      top: -0.3125rem;
      left: -0.25rem;
      width: 110%;
      height: 110%;
      -webkit-mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      mask: url(../../../default/assets/images/card-bg.svg) no-repeat 50% 50%;
      -webkit-mask-size: auto;
      mask-size: auto;
      transform: scale(1.12);
      background: #949494;
      background: linear-gradient(82deg, #949494 0%, #707070 100%);
      opacity: .15; }
    .radio.radio-payment-card.card-other .card-core .card-details, .checkbox.checkbox-payment-card.card-other .card-core .card-details {
      font-size: 1.0625rem;
      letter-spacing: 0.125rem;
      font-weight: 300; }
      .radio.radio-payment-card.card-other .card-core .card-details .icon, .radio.radio-payment-card.card-other .card-core .card-details .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .radio.radio-payment-card.card-other .card-core .card-details .btn:before, .radio.radio-payment-card.card-other .card-core .card-details .select:before, .radio.radio-payment-card.card-other .card-core .card-details .icon-base, .checkbox.checkbox-payment-card.card-other .card-core .card-details .icon, .checkbox.checkbox-payment-card.card-other .card-core .card-details .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .checkbox.checkbox-payment-card.card-other .card-core .card-details .btn:before, .checkbox.checkbox-payment-card.card-other .card-core .card-details .select:before, .checkbox.checkbox-payment-card.card-other .card-core .card-details .icon-base {
        color: #fff !important; }
  .radio.radio-payment-card label, .checkbox.checkbox-payment-card label {
    position: relative;
    z-index: 5;
    font-size: 1rem;
    vertical-align: middle;
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    padding-left: 2.1875rem;
    background: #2d445d;
    background-image: linear-gradient(to right, #1a2432 0%, #2d445d 50%, #1a2432 100%);
    background-size: 200% auto;
    color: #ffffffd1;
    padding: 0.9375rem 1rem 0.9375rem 0.875rem;
    border-radius: 0.4375rem;
    text-shadow: 1px 0.125rem 1px #000;
    min-height: 75px;
    transition: 0.3s; }
    .radio.radio-payment-card label:hover, .radio.radio-payment-card label:active, .radio.radio-payment-card label:focus, .radio.radio-payment-card label:active:focus, .checkbox.checkbox-payment-card label:hover, .checkbox.checkbox-payment-card label:active, .checkbox.checkbox-payment-card label:focus, .checkbox.checkbox-payment-card label:active:focus {
      background-position: right center; }
      .radio.radio-payment-card label:hover input[type="radio"] + span, .radio.radio-payment-card label:hover input[type="checkbox"] + span, .radio.radio-payment-card label:active input[type="radio"] + span, .radio.radio-payment-card label:active input[type="checkbox"] + span, .radio.radio-payment-card label:focus input[type="radio"] + span, .radio.radio-payment-card label:focus input[type="checkbox"] + span, .radio.radio-payment-card label:active:focus input[type="radio"] + span, .radio.radio-payment-card label:active:focus input[type="checkbox"] + span, .checkbox.checkbox-payment-card label:hover input[type="radio"] + span, .checkbox.checkbox-payment-card label:hover input[type="checkbox"] + span, .checkbox.checkbox-payment-card label:active input[type="radio"] + span, .checkbox.checkbox-payment-card label:active input[type="checkbox"] + span, .checkbox.checkbox-payment-card label:focus input[type="radio"] + span, .checkbox.checkbox-payment-card label:focus input[type="checkbox"] + span, .checkbox.checkbox-payment-card label:active:focus input[type="radio"] + span, .checkbox.checkbox-payment-card label:active:focus input[type="checkbox"] + span {
        background-color: transparent; }
      .radio.radio-payment-card label:hover input[type="radio"] ~ .title, .radio.radio-payment-card label:hover input[type="checkbox"] ~ .title, .radio.radio-payment-card label:active input[type="radio"] ~ .title, .radio.radio-payment-card label:active input[type="checkbox"] ~ .title, .radio.radio-payment-card label:focus input[type="radio"] ~ .title, .radio.radio-payment-card label:focus input[type="checkbox"] ~ .title, .radio.radio-payment-card label:active:focus input[type="radio"] ~ .title, .radio.radio-payment-card label:active:focus input[type="checkbox"] ~ .title, .checkbox.checkbox-payment-card label:hover input[type="radio"] ~ .title, .checkbox.checkbox-payment-card label:hover input[type="checkbox"] ~ .title, .checkbox.checkbox-payment-card label:active input[type="radio"] ~ .title, .checkbox.checkbox-payment-card label:active input[type="checkbox"] ~ .title, .checkbox.checkbox-payment-card label:focus input[type="radio"] ~ .title, .checkbox.checkbox-payment-card label:focus input[type="checkbox"] ~ .title, .checkbox.checkbox-payment-card label:active:focus input[type="radio"] ~ .title, .checkbox.checkbox-payment-card label:active:focus input[type="checkbox"] ~ .title {
        height: auto; }
    .radio.radio-payment-card label:hover input[type="radio"] + span, .radio.radio-payment-card label:hover input[type="checkbox"] + span, .checkbox.checkbox-payment-card label:hover input[type="radio"] + span, .checkbox.checkbox-payment-card label:hover input[type="checkbox"] + span {
      background-color: #f5faff; }
    .radio.radio-payment-card label:hover input[type="radio"] ~ .title, .radio.radio-payment-card label:hover input[type="checkbox"] ~ .title, .checkbox.checkbox-payment-card label:hover input[type="radio"] ~ .title, .checkbox.checkbox-payment-card label:hover input[type="checkbox"] ~ .title {
      height: auto;
      color: #50133D; }
  .radio.radio-payment-card .card-details, .checkbox.checkbox-payment-card .card-details {
    display: flex;
    align-items: center !important;
    flex-wrap: wrap; }
    .radio.radio-payment-card .card-details img, .checkbox.checkbox-payment-card .card-details img {
      height: 1.0625rem;
      margin-left: auto; }
  .radio.radio-payment-card .card-date, .checkbox.checkbox-payment-card .card-date {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left; }
  .radio.radio-payment-card input[type="radio"] + span, .radio.radio-payment-card input[type="checkbox"] + span, .checkbox.checkbox-payment-card input[type="radio"] + span, .checkbox.checkbox-payment-card input[type="checkbox"] + span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-top: 0px;
    vertical-align: middle;
    opacity: .7;
    top: 0;
    left: 0;
    border-radius: 0.4375rem;
    background-color: transparent !important;
    box-shadow: transparent 0 0 0 0.125rem inset !important;
    transition: 0.3s; }
    .radio.radio-payment-card input[type="radio"] + span:before, .radio.radio-payment-card input[type="checkbox"] + span:before, .checkbox.checkbox-payment-card input[type="radio"] + span:before, .checkbox.checkbox-payment-card input[type="checkbox"] + span:before {
      content: '';
      display: none; }
  .radio.radio-payment-card input[type="radio"]:hover + span, .radio.radio-payment-card input[type="checkbox"]:hover + span, .checkbox.checkbox-payment-card input[type="radio"]:hover + span, .checkbox.checkbox-payment-card input[type="checkbox"]:hover + span {
    background-color: transparent !important;
    opacity: 1;
    box-shadow: #209eef 0 0 0 2px inset !important; }
    .radio.radio-payment-card input[type="radio"]:hover + span + .card-details, .radio.radio-payment-card input[type="radio"]:hover + span ~ .card-date, .radio.radio-payment-card input[type="checkbox"]:hover + span + .card-details, .radio.radio-payment-card input[type="checkbox"]:hover + span ~ .card-date, .checkbox.checkbox-payment-card input[type="radio"]:hover + span + .card-details, .checkbox.checkbox-payment-card input[type="radio"]:hover + span ~ .card-date, .checkbox.checkbox-payment-card input[type="checkbox"]:hover + span + .card-details, .checkbox.checkbox-payment-card input[type="checkbox"]:hover + span ~ .card-date {
      color: #fff; }
    .radio.radio-payment-card input[type="radio"]:hover + span:after, .radio.radio-payment-card input[type="checkbox"]:hover + span:after, .checkbox.checkbox-payment-card input[type="radio"]:hover + span:after, .checkbox.checkbox-payment-card input[type="checkbox"]:hover + span:after {
      color: #dee2e6; }
    .radio.radio-payment-card input[type="radio"]:hover + span + .title, .radio.radio-payment-card input[type="checkbox"]:hover + span + .title, .checkbox.checkbox-payment-card input[type="radio"]:hover + span + .title, .checkbox.checkbox-payment-card input[type="checkbox"]:hover + span + .title {
      color: #fff; }
      .radio.radio-payment-card input[type="radio"]:hover + span + .title .right, .radio.radio-payment-card input[type="checkbox"]:hover + span + .title .right, .checkbox.checkbox-payment-card input[type="radio"]:hover + span + .title .right, .checkbox.checkbox-payment-card input[type="checkbox"]:hover + span + .title .right {
        color: #fff; }
      .radio.radio-payment-card input[type="radio"]:hover + span + .title:after, .radio.radio-payment-card input[type="checkbox"]:hover + span + .title:after, .checkbox.checkbox-payment-card input[type="radio"]:hover + span + .title:after, .checkbox.checkbox-payment-card input[type="checkbox"]:hover + span + .title:after {
        opacity: 1; }
  .radio.radio-payment-card input[type="radio"]:hover ~ .text,
  .radio.radio-payment-card input[type="radio"]:hover ~ .icon,
  .radio.radio-payment-card .form-control-inset.form-control-inset-select input[type="radio"]:hover ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-payment-card input[type="radio"]:hover ~ .btn:before,
  .radio.radio-payment-card input[type="radio"]:hover ~ .select:before, .radio.radio-payment-card input[type="checkbox"]:hover ~ .text,
  .radio.radio-payment-card input[type="checkbox"]:hover ~ .icon,
  .radio.radio-payment-card .form-control-inset.form-control-inset-select input[type="checkbox"]:hover ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-payment-card input[type="checkbox"]:hover ~ .btn:before,
  .radio.radio-payment-card input[type="checkbox"]:hover ~ .select:before, .checkbox.checkbox-payment-card input[type="radio"]:hover ~ .text,
  .checkbox.checkbox-payment-card input[type="radio"]:hover ~ .icon,
  .checkbox.checkbox-payment-card .form-control-inset.form-control-inset-select input[type="radio"]:hover ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-payment-card input[type="radio"]:hover ~ .btn:before,
  .checkbox.checkbox-payment-card input[type="radio"]:hover ~ .select:before, .checkbox.checkbox-payment-card input[type="checkbox"]:hover ~ .text,
  .checkbox.checkbox-payment-card input[type="checkbox"]:hover ~ .icon,
  .checkbox.checkbox-payment-card .form-control-inset.form-control-inset-select input[type="checkbox"]:hover ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-payment-card input[type="checkbox"]:hover ~ .btn:before,
  .checkbox.checkbox-payment-card input[type="checkbox"]:hover ~ .select:before {
    color: #fff !important; }
  .radio.radio-payment-card input[type="radio"]:checked + span, .radio.radio-payment-card input[type="checkbox"]:checked + span, .checkbox.checkbox-payment-card input[type="radio"]:checked + span, .checkbox.checkbox-payment-card input[type="checkbox"]:checked + span {
    background: #00d1ff !important;
    background: linear-gradient(52deg, #00d1ff 0%, #209eef 100%) !important;
    opacity: 1;
    box-shadow: #209eef 0 0 0 0.125rem inset !important; }
    .radio.radio-payment-card input[type="radio"]:checked + span + .card-details, .radio.radio-payment-card input[type="radio"]:checked + span ~ .card-date, .radio.radio-payment-card input[type="checkbox"]:checked + span + .card-details, .radio.radio-payment-card input[type="checkbox"]:checked + span ~ .card-date, .checkbox.checkbox-payment-card input[type="radio"]:checked + span + .card-details, .checkbox.checkbox-payment-card input[type="radio"]:checked + span ~ .card-date, .checkbox.checkbox-payment-card input[type="checkbox"]:checked + span + .card-details, .checkbox.checkbox-payment-card input[type="checkbox"]:checked + span ~ .card-date {
      text-shadow: 1px 2px 1px #0000006e; }
    .radio.radio-payment-card input[type="radio"]:checked + span:after, .radio.radio-payment-card input[type="checkbox"]:checked + span:after, .checkbox.checkbox-payment-card input[type="radio"]:checked + span:after, .checkbox.checkbox-payment-card input[type="checkbox"]:checked + span:after {
      color: #219eef; }
    .radio.radio-payment-card input[type="radio"]:checked + span + .title, .radio.radio-payment-card input[type="checkbox"]:checked + span + .title, .checkbox.checkbox-payment-card input[type="radio"]:checked + span + .title, .checkbox.checkbox-payment-card input[type="checkbox"]:checked + span + .title {
      color: #fff; }
      .radio.radio-payment-card input[type="radio"]:checked + span + .title .right, .radio.radio-payment-card input[type="checkbox"]:checked + span + .title .right, .checkbox.checkbox-payment-card input[type="radio"]:checked + span + .title .right, .checkbox.checkbox-payment-card input[type="checkbox"]:checked + span + .title .right {
        color: #fff; }
      .radio.radio-payment-card input[type="radio"]:checked + span + .title:after, .radio.radio-payment-card input[type="checkbox"]:checked + span + .title:after, .checkbox.checkbox-payment-card input[type="radio"]:checked + span + .title:after, .checkbox.checkbox-payment-card input[type="checkbox"]:checked + span + .title:after {
        opacity: 1; }
  .radio.radio-payment-card input[type="radio"]:checked ~ .text,
  .radio.radio-payment-card input[type="radio"]:checked ~ .icon,
  .radio.radio-payment-card .form-control-inset.form-control-inset-select input[type="radio"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-payment-card input[type="radio"]:checked ~ .btn:before,
  .radio.radio-payment-card input[type="radio"]:checked ~ .select:before, .radio.radio-payment-card input[type="checkbox"]:checked ~ .text,
  .radio.radio-payment-card input[type="checkbox"]:checked ~ .icon,
  .radio.radio-payment-card .form-control-inset.form-control-inset-select input[type="checkbox"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-payment-card input[type="checkbox"]:checked ~ .btn:before,
  .radio.radio-payment-card input[type="checkbox"]:checked ~ .select:before, .checkbox.checkbox-payment-card input[type="radio"]:checked ~ .text,
  .checkbox.checkbox-payment-card input[type="radio"]:checked ~ .icon,
  .checkbox.checkbox-payment-card .form-control-inset.form-control-inset-select input[type="radio"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-payment-card input[type="radio"]:checked ~ .btn:before,
  .checkbox.checkbox-payment-card input[type="radio"]:checked ~ .select:before, .checkbox.checkbox-payment-card input[type="checkbox"]:checked ~ .text,
  .checkbox.checkbox-payment-card input[type="checkbox"]:checked ~ .icon,
  .checkbox.checkbox-payment-card .form-control-inset.form-control-inset-select input[type="checkbox"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-payment-card input[type="checkbox"]:checked ~ .btn:before,
  .checkbox.checkbox-payment-card input[type="checkbox"]:checked ~ .select:before {
    color: #fff !important; }

.radio.radio-2, .checkbox.checkbox-2 {
  height: 100%;
  margin-bottom: 2px; }
  .radio.radio-2 label, .checkbox.checkbox-2 label {
    position: relative;
    padding: 0;
    z-index: 5;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    max-width: 100%;
    width: 100%; }
    .radio.radio-2 label input[type="radio"] + span, .radio.radio-2 label input[type="checkbox"] + span, .checkbox.checkbox-2 label input[type="radio"] + span, .checkbox.checkbox-2 label input[type="checkbox"] + span {
      background-color: #f5f7fc; }
    .radio.radio-2 label:hover input[type="radio"] + span, .radio.radio-2 label:hover input[type="checkbox"] + span, .checkbox.checkbox-2 label:hover input[type="radio"] + span, .checkbox.checkbox-2 label:hover input[type="checkbox"] + span {
      background-color: #f5faff; }
  .radio.radio-2 input[type="radio"] + span, .radio.radio-2 input[type="checkbox"] + span, .checkbox.checkbox-2 input[type="radio"] + span, .checkbox.checkbox-2 input[type="checkbox"] + span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: .4em .5em;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    vertical-align: middle;
    opacity: .8;
    background-color: transparent; }
    .radio.radio-2 input[type="radio"] + span:before, .radio.radio-2 input[type="checkbox"] + span:before, .checkbox.checkbox-2 input[type="radio"] + span:before, .checkbox.checkbox-2 input[type="checkbox"] + span:before {
      content: '';
      display: none; }
    .radio.radio-2 input[type="radio"] + span:after, .radio.radio-2 input[type="checkbox"] + span:after, .checkbox.checkbox-2 input[type="radio"] + span:after, .checkbox.checkbox-2 input[type="checkbox"] + 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: #dee2e6;
      right: .5em;
      top: 50%;
      font-family: 'icomoon';
      transform: translate(0, -50%);
      font-size: 20px;
      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-2 input[type="radio"]:hover + span, .radio.radio-2 input[type="checkbox"]:hover + span, .checkbox.checkbox-2 input[type="radio"]:hover + span, .checkbox.checkbox-2 input[type="checkbox"]:hover + span {
    background-color: #f5faff !important;
    opacity: 1;
    box-shadow: #dee2e6 0 0 0 2px inset !important; }
    .radio.radio-2 input[type="radio"]:hover + span:after, .radio.radio-2 input[type="checkbox"]:hover + span:after, .checkbox.checkbox-2 input[type="radio"]:hover + span:after, .checkbox.checkbox-2 input[type="checkbox"]:hover + span:after {
      color: #dee2e6; }
  .radio.radio-2 input[type="radio"]:hover ~ .text,
  .radio.radio-2 input[type="radio"]:hover ~ .icon,
  .radio.radio-2 .form-control-inset.form-control-inset-select input[type="radio"]:hover ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-2 input[type="radio"]:hover ~ .btn:before,
  .radio.radio-2 input[type="radio"]:hover ~ .select:before, .radio.radio-2 input[type="checkbox"]:hover ~ .text,
  .radio.radio-2 input[type="checkbox"]:hover ~ .icon,
  .radio.radio-2 .form-control-inset.form-control-inset-select input[type="checkbox"]:hover ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-2 input[type="checkbox"]:hover ~ .btn:before,
  .radio.radio-2 input[type="checkbox"]:hover ~ .select:before, .checkbox.checkbox-2 input[type="radio"]:hover ~ .text,
  .checkbox.checkbox-2 input[type="radio"]:hover ~ .icon,
  .checkbox.checkbox-2 .form-control-inset.form-control-inset-select input[type="radio"]:hover ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-2 input[type="radio"]:hover ~ .btn:before,
  .checkbox.checkbox-2 input[type="radio"]:hover ~ .select:before, .checkbox.checkbox-2 input[type="checkbox"]:hover ~ .text,
  .checkbox.checkbox-2 input[type="checkbox"]:hover ~ .icon,
  .checkbox.checkbox-2 .form-control-inset.form-control-inset-select input[type="checkbox"]:hover ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-2 input[type="checkbox"]:hover ~ .btn:before,
  .checkbox.checkbox-2 input[type="checkbox"]:hover ~ .select:before {
    color: #fff !important; }
  .radio.radio-2 input[type="radio"]:checked + span, .radio.radio-2 input[type="checkbox"]:checked + span, .checkbox.checkbox-2 input[type="radio"]:checked + span, .checkbox.checkbox-2 input[type="checkbox"]:checked + span {
    background-color: #f5faff !important;
    opacity: 1;
    box-shadow: #209eef 0 0 0 2px inset !important; }
    .radio.radio-2 input[type="radio"]:checked + span:after, .radio.radio-2 input[type="checkbox"]:checked + span:after, .checkbox.checkbox-2 input[type="radio"]:checked + span:after, .checkbox.checkbox-2 input[type="checkbox"]:checked + span:after {
      color: #219eef; }
  .radio.radio-2 input[type="radio"]:checked ~ .text,
  .radio.radio-2 input[type="radio"]:checked ~ .icon,
  .radio.radio-2 .form-control-inset.form-control-inset-select input[type="radio"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-2 input[type="radio"]:checked ~ .btn:before,
  .radio.radio-2 input[type="radio"]:checked ~ .select:before, .radio.radio-2 input[type="checkbox"]:checked ~ .text,
  .radio.radio-2 input[type="checkbox"]:checked ~ .icon,
  .radio.radio-2 .form-control-inset.form-control-inset-select input[type="checkbox"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .radio.radio-2 input[type="checkbox"]:checked ~ .btn:before,
  .radio.radio-2 input[type="checkbox"]:checked ~ .select:before, .checkbox.checkbox-2 input[type="radio"]:checked ~ .text,
  .checkbox.checkbox-2 input[type="radio"]:checked ~ .icon,
  .checkbox.checkbox-2 .form-control-inset.form-control-inset-select input[type="radio"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-2 input[type="radio"]:checked ~ .btn:before,
  .checkbox.checkbox-2 input[type="radio"]:checked ~ .select:before, .checkbox.checkbox-2 input[type="checkbox"]:checked ~ .text,
  .checkbox.checkbox-2 input[type="checkbox"]:checked ~ .icon,
  .checkbox.checkbox-2 .form-control-inset.form-control-inset-select input[type="checkbox"]:checked ~ .btn:before,
  .form-control-inset.form-control-inset-select .checkbox.checkbox-2 input[type="checkbox"]:checked ~ .btn:before,
  .checkbox.checkbox-2 input[type="checkbox"]:checked ~ .select:before {
    color: #fff !important; }

.alert {
  font-weight: 400; }

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

.btn {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
  padding: 0.625rem 1.25rem;
  letter-spacing: .5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0;
  text-transform: uppercase; }
  .btn.round {
    border-radius: 2px;
    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: 300;
    font-size: 0.9375rem; }
  .btn.blue {
    color: #50133D; }
  .btn.btn-cart-note {
    padding: 0.375rem 0.1875rem;
    font-size: 0.8125rem; }
  .btn.btn-mobile {
    display: none !important; }
  .btn.btn-min-width {
    min-width: 100px; }
  .btn.btn-outline {
    border: 1px solid #50133D;
    background-color: #FFF; }
    .btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:focus, .btn.btn-outline:active:focus {
      color: #FFF;
      border-color: #50133D;
      background-color: #50133D; }
  .btn .spinner-loader {
    position: relative;
    top: -2px; }

.btn-primary, .list-account-menu li.active .btn {
  border-color: #50133D;
  background-color: #50133D; }
  .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, .btn-primary:not(:disabled):not(.disabled):active, .list-account-menu li.active .btn:not(:disabled):not(.disabled):active {
    border-color: #370d2a;
    background-color: #370d2a;
    outline: none;
    box-shadow: none; }

.btn-secondary {
  border-color: #50133D;
  background-color: #50133D; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
    border-color: #370d2a;
    background-color: #370d2a;
    outline: none;
    box-shadow: none; }

.btn-subscription {
  height: 40px;
  line-height: 38px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 4px;
  position: relative;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ececec;
  background: #f5f5f5; }
  .btn-subscription:before {
    content: "\f058";
    display: inline-block;
    text-rendering: auto;
    font-family: 'icomoon';
    font-size: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .1;
    margin: 10px 6px 0 0;
    float: left;
    display: inline-block; }
  .btn-subscription.disabled {
    opacity: 1;
    border-color: #c7c7c7;
    background: #dcf5c6; }
    .btn-subscription.disabled:before {
      opacity: 1;
      color: #141414; }
  .btn-subscription:focus, .btn-subscription:active {
    outline: none !important;
    box-shadow: none !important; }

.btn-default {
  background-color: white;
  color: #50133D; }

.btn-white {
  font-weight: 600;
  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: black;
    border-color: black; }
    .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: #50133D;
    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: black;
      border-color: black; }
      .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; }

.btn:active,
.btn:focus,
.btn.active {
  outline: 0;
  box-shadow: none !important; }

.delivery_time_wrap .input-group-append {
  margin-left: 0px !important; }

.delivery_time_wrap .btn-outline-primary {
  color: #FFF !important;
  z-index: 2;
  position: relative;
  border-color: #121212 !important;
  background-color: #121212 !important; }
  .delivery_time_wrap .btn-outline-primary:hover {
    border-color: #000 !important;
    background-color: #000 !important; }

.cart-summary .input-group-append, .discount-box .input-group-append {
  margin-left: 0px !important; }
  .cart-summary .input-group-append .btn-default, .discount-box .input-group-append .btn-default {
    color: #FFF !important;
    z-index: 2;
    position: relative;
    border-color: #121212 !important;
    background-color: #121212 !important; }
    .cart-summary .input-group-append .btn-default:hover, .discount-box .input-group-append .btn-default:hover {
      border-color: #000 !important;
      background-color: #000 !important; }

.btn-actions .text-right .btn {
  border-width: 2px; }

.btn-actions .text-right .btn-link.round {
  color: #50133D;
  outline: none;
  text-decoration: none !important;
  margin-right: 6px;
  border-color: #50133D;
  background-color: #FFF; }
  .btn-actions .text-right .btn-link.round:hover, .btn-actions .text-right .btn-link.round:focus {
    color: #FFF;
    border-color: #370d2a;
    background-color: #370d2a; }

.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 .delivery-method .method div.justify-content-between .btn-primary, .delivery-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 .delivery-method .method div.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .inline-btn .delivery-method .method div.justify-content-between .btn, .delivery-method .method .inline-btn div.justify-content-between .list-account-menu li.active .btn, .list-account-menu li.active .delivery-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 .delivery-method .method div.justify-content-between a, .delivery-method .method .inline-btn div.justify-content-between a, .inline-btn .delivery-method .method .checkout-cart div.footer a, .delivery-method .method .checkout-cart .inline-btn div.footer a, .inline-btn .checkout-cart .delivery-method .method div.footer a, .checkout-cart .delivery-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: "DM Sans", sans-serif;
  font-size: 15px !important;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  line-height: 44px !important;
  padding: 0 18px !important;
  border: 2px solid #50133D;
  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 .delivery-method .method div.justify-content-between .btn-primary:hover, .delivery-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 .delivery-method .method div.justify-content-between .list-account-menu li.active .btn:hover, .list-account-menu li.active .inline-btn .delivery-method .method div.justify-content-between .btn:hover, .delivery-method .method .inline-btn div.justify-content-between .list-account-menu li.active .btn:hover, .list-account-menu li.active .delivery-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 .delivery-method .method div.justify-content-between .btn-primary:focus, .delivery-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 .delivery-method .method div.justify-content-between .list-account-menu li.active .btn:focus, .list-account-menu li.active .inline-btn .delivery-method .method div.justify-content-between .btn:focus, .delivery-method .method .inline-btn div.justify-content-between .list-account-menu li.active .btn:focus, .list-account-menu li.active .delivery-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 .delivery-method .method div.justify-content-between a:hover, .delivery-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 .delivery-method .method div.justify-content-between a:focus, .delivery-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: #370d2a; }

.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 .delivery-method .method div.justify-content-between a, .delivery-method .method .inline-btn div.justify-content-between a, .inline-btn .delivery-method .method .checkout-cart div.footer a, .delivery-method .method .checkout-cart .inline-btn div.footer a, .inline-btn .checkout-cart .delivery-method .method div.footer a, .checkout-cart .delivery-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 {
  color: #50133D;
  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 .delivery-method .method div.justify-content-between a:hover, .delivery-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 .delivery-method .method div.justify-content-between a:focus, .delivery-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: #370d2a;
    background-color: #370d2a; }

.list-account-menu li a, .list-account-menu li .btn {
  font-size: 14px; }

.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.order-details-link {
  width: 100%;
  max-width: 250px; }
  .list-inline.order-details-link > li {
    margin-bottom: 0; }

.list-inline > li {
  margin: 10px 0;
  text-align: center;
  display: inline-block; }
  .list-inline > li.item-option {
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    opacity: .45;
    display: inline-flex;
    align-items: center;
    margin-top: 0; }
    .list-inline > li.item-option:hover {
      opacity: .9; }
      .list-inline > li.item-option:hover a {
        color: #000 !important; }
    .list-inline > li.item-option:after {
      content: "|";
      display: flex;
      padding: 0 4px 0 8px;
      font-size: 12px;
      align-content: center;
      opacity: .5; }
    .list-inline > li.item-option.no-slash:after, .list-inline > li.item-option:last-child:after {
      display: none; }
    .list-inline > li.item-option.left-slash:before {
      content: "|";
      display: flex;
      padding: 0 9px 0 3px;
      font-size: 12px;
      align-content: center;
      opacity: .5; }
    .list-inline > li.item-option.left-slash:after {
      display: none; }
    .list-inline > li.item-option > a {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .5px;
      display: inline-flex;
      align-items: center; }
      .list-inline > li.item-option > a:hover, .list-inline > li.item-option > a:focus {
        color: #000 !important; }
      .list-inline > li.item-option > a .icon, .list-inline > li.item-option > a .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .list-inline > li.item-option > a .btn:before, .list-inline > li.item-option > a .select:before {
        margin-right: 4px; }
        .list-inline > li.item-option > a .icon.icon-dollar, .list-inline > li.item-option > a .form-control-inset.form-control-inset-select .icon-dollar.btn:before, .form-control-inset.form-control-inset-select .list-inline > li.item-option > a .icon-dollar.btn:before, .list-inline > li.item-option > a .icon-dollar.select:before {
          margin-right: 2px; }
  .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: #50133D; }
  .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: #50133D; }

.app-content-heading {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1199px) {
    .app-content-heading {
      flex-direction: column;
      margin-bottom: 20px; }
      .app-content-heading h1, .app-content-heading div {
        width: 100%; } }
  @media (max-width: 1199px) {
    .app-content-heading .account-header {
      width: 100%; } }
  .app-content-heading .account-header h2 {
    font-size: 1.5rem;
    margin-bottom: 0; }

.list-account-menu {
  text-align: left;
  display: flex; }
  @media (max-width: 1199px) {
    .list-account-menu {
      width: 100%;
      margin-top: 20px; } }
  .list-account-menu li {
    padding-left: 0.625rem;
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1); }
    @media (max-width: 1199px) {
      .list-account-menu li {
        padding-left: 0;
        padding-right: 0.625rem; } }
    .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: 600;
  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: 600;
    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: #50133D;
    box-shadow: 0 0 40px 5px #e9e9e9; }
    .list-grid .item:hover a {
      text-decoration: none;
      color: #50133D; }
  .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: #791d5c;
    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, .list-tag .tag-item.tag-mf {
      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, .list-tag .tag-item.tag-oz {
      background-color: #919ee4; }
    .list-tag .tag-item.tag-ef {
      background-color: #efdb2d; }
    .list-tag .tag-item:first-child {
      margin-left: 0; }
  .list-tag.sm .tag-item {
    width: 1.4375rem;
    height: 1.4375rem;
    font-size: 0.75rem;
    padding: 0.125rem 0;
    margin: 0.1875rem 0.125rem; }
  .list-tag.xs .tag-item {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.625rem;
    padding: 0.125rem 0;
    margin: 0.1875rem 0.125rem; }

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

.list-status {
  color: #333;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: none; }
  .list-status i {
    border-radius: 0.3125rem;
    display: inline-block;
    width: auto;
    color: #333;
    padding: 0.125rem 0.375rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: bolder;
    font-style: normal;
    font-size: 0.8125rem;
    background-color: #b0d776; }
    .list-status i.stat-booked {
      background-color: #8bdbd9; }
    .list-status i.stat-tentative {
      background-color: #eeee2c; }
    .list-status i.stat-pending {
      background-color: #ad8bd8; }
    .list-status i.stat-new {
      background-color: #eeee2c; }
    .list-status i.stat-approved {
      background-color: #8bdbd9; }
    .list-status i.stat-invoiced {
      background-color: #b0d776; }
    .list-status i.stat-cancelled {
      background-color: #f06a6f; }

ul.cart-item-pack-list {
  padding-left: 0;
  display: block !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5; }
  ul.cart-item-pack-list li {
    padding-left: 10px;
    display: block !important;
    width: 100%;
    position: relative; }
    ul.cart-item-pack-list li:first-child::before {
      display: none; }
    ul.cart-item-pack-list li::before {
      position: absolute;
      content: "-";
      font-size: 14px;
      opacity: .7;
      line-height: 0;
      top: 7px;
      left: 0; }
    ul.cart-item-pack-list li.prod-pack-group {
      font-size: 11px;
      font-weight: 600;
      color: #3ab3e7;
      padding-left: 0;
      line-height: 1.5em; }

.navbar-toggler {
  font-size: 25px !important;
  border: 1px solid black; }

.nav-top a {
  color: black; }
  .nav-top a:hover {
    color: #50133D; }

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

@media (max-width: 991.98px) {
  .nav-top {
    margin-right: auto !important; } }

.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: 5;
  margin: 0; }
  .nav-header .primary-menu > li {
    position: relative; }
    .nav-header .primary-menu > li > i {
      font-size: 1.125em; }
    .nav-header .primary-menu > li > a {
      color: black;
      font-weight: 600;
      font-size: 1.125em;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .nav-header .primary-menu > li > a > .expand {
        margin-left: 0.3125rem; }
    .nav-header .primary-menu > li:hover > a {
      color: #50133D; }
      .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 i,
      .nav-header .primary-menu > li .nav-link i {
        font-size: 1.125em;
        vertical-align: middle;
        position: relative;
        top: -0.125rem; }
      .nav-header .primary-menu > li a .icon-bars,
      .nav-header .primary-menu > li .nav-link .icon-bars {
        font-size: 0.9375em; }
      .nav-header .primary-menu > li a .icon-expand,
      .nav-header .primary-menu > li .nav-link .icon-expand {
        font-size: 0.8125rem;
        color: #50133D; }
    .nav-header .primary-menu > li .count {
      color: #fff;
      padding: 0.1875rem 0.625rem;
      border-radius: 3px;
      margin-right: 0.4375em;
      font-size: 0.8125rem;
      position: relative;
      font-weight: 600;
      background-color: #50133D;
      vertical-align: middle; }
    .nav-header .primary-menu > li:hover .child {
      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 .sub-menu a {
        background-color: rgba(0, 0, 0, 0.03);
        font-size: 0.875rem !important; }
    .nav-header .primary-menu > li .child {
      width: auto;
      min-width: 13.75rem;
      display: none;
      overflow: hidden;
      position: absolute;
      z-index: 5;
      border-radius: 0;
      border: 1px solid #111;
      clip: rect(0, 5000px, 5000px, -5000px);
      background: #FFF; }
      .nav-header .primary-menu > li .child li {
        display: block;
        width: 100%; }
        .nav-header .primary-menu > li .child li:hover {
          background-color: #F3F3F3; }
        .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;
          padding-right: 2.5rem; }
          .nav-header .primary-menu > li .child li.parent > a .expand {
            display: block;
            position: absolute;
            top: 0px;
            right: 0px;
            height: 100%;
            background-color: transparent;
            padding: 0.9375rem;
            cursor: pointer;
            z-index: 10;
            font-size: 1rem;
            line-height: 0px;
            text-align: center; }
            .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: #666; }
        .nav-header .primary-menu > li .child li.li-all-prod, .nav-header .primary-menu > li .child li.li-all-cat {
          background: #F9F9F9;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .nav-header .primary-menu > li .child a {
        border-bottom: 0;
        display: block;
        padding: 0.625rem 0.625rem;
        color: #666;
        text-decoration: none !important;
        font-size: 1em;
        width: 100%;
        margin-right: 0px; }
        .nav-header .primary-menu > li .child a:after {
          content: '';
          display: none; }
        .nav-header .primary-menu > li .child a:hover {
          color: #111; }
    .nav-header .primary-menu > li .text-excerpt {
      vertical-align: top; }
    .nav-header .primary-menu > li .nav-cart .nav-cart-wrap {
      position: relative;
      display: block; }
  .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.expandable-right {
    margin: 0 auto;
    position: relative; }
    .nav-header .primary-menu.expandable-right > li:hover, .nav-header .primary-menu.expandable-right > li:active, .nav-header .primary-menu.expandable-right > li:focus, .nav-header .primary-menu.expandable-right > li:active:focus {
      background-color: #50133D; }
      .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 {
        background-color: transparent;
        color: #fff; }
        .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 .child {
      padding: 0px 0px;
      overflow: visible; }
      .nav-header .primary-menu.expandable-right .child li a {
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 1px;
        white-space: nowrap;
        text-transform: uppercase;
        color: #111;
        padding: 8px 15px; }
      .nav-header .primary-menu.expandable-right .child li.parent:hover, .nav-header .primary-menu.expandable-right .child li.parent:active, .nav-header .primary-menu.expandable-right .child li.parent:focus, .nav-header .primary-menu.expandable-right .child li.parent:active:focus {
        background-color: rgba(0, 0, 0, 0.03); }
        .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: #111; }
        .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 > 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: -1px;
      left: 100.1%;
      height: auto;
      min-height: 100%;
      z-index: 100;
      background-color: #fff;
      padding: 0;
      border: 1px solid #000;
      border-left: 0px; }
      .nav-header .primary-menu.expandable-right .sub-menu li a {
        background-color: transparent;
        font-size: 0.9375rem !important; }
      .nav-header .primary-menu.expandable-right .sub-menu .sub-title {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important; }
        .nav-header .primary-menu.expandable-right .sub-menu .sub-title a {
          font-size: 11px !important;
          color: #333;
          letter-spacing: 1px;
          font-weight: 600;
          text-transform: uppercase;
          border-bottom: 1px solid #dee2e6;
          display: inline-block;
          background-color: transparent; }
          .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; }
      .nav-header .primary-menu.expandable-right .sub-menu .nav-wrap .nav li a {
        font-size: 11px !important; }
      .nav-header .primary-menu.expandable-right .sub-menu .sub-menu {
        position: relative;
        display: block;
        left: 0px;
        box-shadow: none;
        background-color: transparent;
        min-height: unset;
        margin-bottom: 0.625rem;
        padding-left: 0px;
        padding-right: 0px; }
        .nav-header .primary-menu.expandable-right .sub-menu .sub-menu a {
          color: #50133D;
          font-size: 0.8125rem !important;
          padding: 0.25rem 0.9375rem; }
        .nav-header .primary-menu.expandable-right .sub-menu .sub-menu .sub-title {
          display: none; }

.li-phone-checkout, .navbar-brand-checkout {
  display: 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: 600;
      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: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 {
    color: #FFF !important;
    font-weight: 600;
    text-decoration: none;
    background: #222; }
  .pagination .active:after {
    color: #222; }

.pagination_holder, .pagination-holder {
  width: auto;
  display: table;
  clear: both;
  padding: 0;
  margin: 30px auto 0 auto;
  position: relative; }
  .pagination_holder .content_holder, .pagination-holder .content_holder {
    width: auto;
    display: table;
    padding: 0;
    margin: 0 auto 20px auto; }
    @media (max-width: 1199px) {
      .pagination_holder .content_holder, .pagination-holder .content_holder {
        padding: 0; } }
  .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 !important;
      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: "DM Sans", sans-serif;
      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 {
  font-family: "Montserrat", sans-serif;
  list-style: none;
  background-color: transparent;
  padding: 0;
  margin: 0; }
  .breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }
  .breadcrumb li {
    font-size: 11px;
    float: left;
    margin-right: 0.5625rem;
    letter-spacing: .5px;
    color: #666;
    max-width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (max-width: 767px) {
      .breadcrumb li {
        max-width: 300px; } }
    .breadcrumb li a {
      font-size: 11px;
      font-weight: 400;
      color: #666;
      text-decoration: none; }
      .breadcrumb li a:hover {
        color: #444;
        text-decoration: none; }
    .breadcrumb li.active {
      font-weight: 400;
      color: #000; }

.table.table-noborder {
  border: none; }
  .table.table-noborder td, .table.table-noborder tr {
    border: none; }

.table tr.no-border td {
  border-top: none !important;
  padding-top: 0 !important;
  font-size: 13px; }

.table .vatop {
  vertical-align: top !important; }

.table-clean thead th {
  border-top: none;
  border-bottom: none; }

.table-clean .cart-summary {
  border: none; }

.table-no-side-padding tr th:first-child, .table-no-side-padding tr td:first-child {
  padding-left: 0; }

.table-no-side-padding tr th:last-child, .table-no-side-padding tr td:last-child {
  padding-right: 0; }

.table-breakdown {
  font-size: 0.875rem;
  font-weight: 300; }
  .table-breakdown .txt-amount {
    font-size: 1.125rem;
    font-weight: 600;
    white-space: nowrap; }
  .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-wrap.table-solid-border {
    border-radius: 0;
    box-shadow: unset;
    border: 1px solid #ced4da; }

.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-order-details tr td {
  font-weight: 400;
  padding-bottom: 0; }
  .table-order-details tr td.td-qty {
    font-size: 15px; }

.table-order-details tr.tr-heading td {
  border-bottom: 1px solid #dee2e6; }

.table-order-details tr.item td {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  padding-top: 12px;
  padding-bottom: 0.5625rem; }

.table-order-details tr.item.item-parent td {
  border-bottom: none;
  padding-bottom: 6px; }

.table-order-details tr.tr-time > td {
  padding-top: 12px; }

.table-order-details tr.tr-item-option td {
  color: #424242;
  padding-top: 4px;
  padding-bottom: 2px; }

.table-order-details tr.item-packs-space td {
  height: 0.5rem; }

.table-order-details tr.item-packs td {
  padding-bottom: 0; }

.table-order-details tr.tr-first td {
  padding-top: 3px; }

.table-order-details tr.tr-time td {
  border-top: none;
  border-bottom: none;
  padding-bottom: 0; }

.table-order-details tr.tr-time:last-child td {
  padding-bottom: 7px; }

.table-order-details tbody + tbody {
  border-top: 1px solid #dee2e6; }

.table-order-total-wrap {
  margin-top: -1px;
  border-top: 1px solid #dee2e6; }

.td-pickup-address .card-address {
  margin-bottom: 0.25rem !important; }

.table-cart td.td-time {
  min-width: 135px; }

.table-cart-responsive .mobile-th {
  display: none; }

@media only screen and (max-width: 992px) {
  .table-cart-responsive thead, .table-cart-responsive tbody, .table-cart-responsive th, .table-cart-responsive td, .table-cart-responsive tr {
    display: block; }
  .table-cart-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .table-cart-responsive tr {
    margin: 0; }
  .table-cart-responsive tr:nth-child(odd) {
    background: #f5f5f5; }
    .table-cart-responsive tr:nth-child(odd) td {
      padding: 0.75rem;
      border-bottom: 1px solid #e5e5e5; }
  .table-cart-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 140px !important; }
    .table-cart-responsive td.td-remove {
      padding-left: 0.75rem !important; } }
  @media only screen and (max-width: 992px) and (max-width: 600px) {
    .table-cart-responsive td {
      padding-left: 125px; } }

@media only screen and (max-width: 992px) {
  .table-cart-responsive td .mobile-th {
    top: 0;
    left: 6px;
    white-space: nowrap;
    width: 140px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    padding: 0.75rem;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center; }
  .table-cart-responsive td.td-time .d-time {
    max-width: 150px; }
  .table-cart-responsive td.title .mobile-th {
    align-items: flex-start; }
  .table-cart-responsive td.title img {
    margin-top: 3px; }
  .table-cart-responsive td.td-notes {
    padding-right: 30px !important; }
  .table-cart-responsive td.price {
    text-align: left !important; }
  .table-cart-responsive td.title {
    height: auto;
    overflow: hidden; }
  .table-cart-responsive td.quantity .bootstrap-touchspin {
    max-width: 120px; }
  .table-cart-responsive td .remove_cart_item {
    width: 100%;
    position: relative;
    padding: 7px 10px;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    background: #ff4868;
    opacity: .65; }
    .table-cart-responsive td .remove_cart_item:after {
      content: "Remove Product";
      font-weight: 500;
      margin-left: 5px; }
    .table-cart-responsive td .remove_cart_item:hover, .table-cart-responsive td .remove_cart_item:focus {
      opacity: 1; } }

.page-shopping-cart .input-group {
  border-radius: 0px !important;
  border: none; }
  .page-shopping-cart .input-group .form-control, .page-shopping-cart .input-group .select2-container .selection, .select2-container .page-shopping-cart .input-group .selection {
    border: 1px solid #DCDCDC; }
    .page-shopping-cart .input-group .form-control:first-child, .page-shopping-cart .input-group .select2-container .selection:first-child, .select2-container .page-shopping-cart .input-group .selection:first-child {
      border-radius: 0px !important; }

.page-shopping-cart .section .form-row {
  margin: 0 -10px 16px -10px !important; }

.bootstrap-touchspin .input-group-btn {
  z-index: 5 !important; }

body.modal-open {
  padding-right: 0px !important; }
  body.modal-open #artwork-text-modal-popup {
    padding-left: 25px !important;
    padding-right: 25px !important; }

.modal {
  overflow-y: auto;
  z-index: 1072 !important; }

.modal-backdrop {
  z-index: 1070 !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: 600; }

#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 {
    padding: 0; }
    #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 {
    padding: 0px; }
    #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: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 1.125rem !important;
    line-height: 100%;
    color: #000; }

#modal_adding_cart .cart-mobile .item-info .price {
  font-family: "Montserrat", sans-serif;
  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 {
    display: inline-block;
    width: 48%;
    float: left;
    margin: 0 3% 0 0;
    box-shadow: none;
    min-width: auto !important;
    height: 45px;
    line-height: 45px;
    padding: 0 0.75rem;
    font-size: 15px !important;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    border: none; }
    #modal_adding_cart .cart-actions .btn:last-child {
      margin-right: 0px !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: 600; }
  #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-artwork .modal-header {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0; }
  .modal-artwork .modal-header .close {
    position: absolute;
    right: -30px;
    top: -17px;
    opacity: 1;
    color: #fff; }

.modal-artwork .artwork_img {
  display: block;
  width: 100%;
  margin-top: 0px;
  height: auto; }

#productPopup .slider-single {
  height: 330px;
  min-height: unset;
  padding: 0; }
  #productPopup .slider-single.img-cover .item img {
    -o-object-fit: cover;
    object-fit: cover; }
  #productPopup .slider-single .item img {
    height: 330px;
    -o-object-fit: scale-down;
    object-fit: scale-down; }

#productPopup .slider-single-nav.img-cover .item img {
  -o-object-fit: cover;
  object-fit: cover; }

#productPopup .slider-single-nav .item img {
  height: 57px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  border: none; }

#productPopup .product-single .product-title {
  font-size: 1.75rem; }

#productPopup .product-single .price span.product_price .final-price {
  font-size: 1.4em; }

#productPopup .product-single .price .price_box span .price-suffix {
  font-size: 0.74em; }

#productPopup .product-single .product-details .actions .btn {
  width: auto; }

#productPopup .product-single .product-details .product-quantity-holder input.product-quantity.form-control, #productPopup .product-single .product-details .product-quantity-holder .select2-container input.product-quantity.selection, .select2-container #productPopup .product-single .product-details .product-quantity-holder input.product-quantity.selection {
  font-size: 1.75rem; }

#productPopup .product-single .widget-packs .product-quantity-holder input.product-quantity.form-control, #productPopup .product-single .widget-packs .product-quantity-holder .select2-container input.product-quantity.selection, .select2-container #productPopup .product-single .widget-packs .product-quantity-holder input.product-quantity.selection {
  font-size: 1.25rem; }

#productPopup .modal-body .select2-container .selection .select2-selection .select2-selection__rendered {
  min-height: 1.1875rem; }

#productPopup .container.container-single-product {
  width: 100%;
  max-width: 100%; }

#productPopup .modal-dialog {
  width: 56.25rem;
  max-width: 98%;
  margin: 1.875rem auto; }

#productPopup .modal-header {
  border-bottom: none; }

#productPopup .section-product-single {
  padding-top: 0; }

#productPopup .section,
#productPopup .js-product-info-tabs .section,
#productPopup .section-product-single {
  padding-bottom: 0 !important; }

#productPopup .close {
  z-index: 100000000;
  margin-top: -15px; }

#productPopup .container-single-product {
  padding-top: 10px;
  padding-bottom: 10px; }

#productPopup.loading .modal-content {
  background-color: transparent;
  border: none; }
  #productPopup.loading .modal-content .close {
    display: none; }

@media (max-width: 991.98px) {
  #productPopup .close {
    margin-top: 0px;
    position: absolute;
    right: 0px;
    display: block;
    float: none;
    z-index: 200;
    font-size: 25px;
    width: 28px; }
  #productPopup .slider-single {
    overflow: hidden;
    border-radius: 10px; }
  #productPopup .modal-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    #productPopup .modal-body .pl-md-3.product-details {
      padding-left: 0px !important; }
    #productPopup .modal-body .container-single-product {
      padding-top: 23px;
      padding-bottom: 12px; }
  #productPopup .product-popup-container {
    position: relative;
    z-index: 100; } }

#modal_adding_cart .loader-wrap img {
  max-height: 3.125rem;
  width: auto;
  margin: 1.25rem 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 #000; }
  .modal.show .modal-dialog .modal-content .modal-header {
    border: none; }
  .modal.show .modal-dialog .modal-content #search-field.form-control, .modal.show .modal-dialog .modal-content .select2-container #search-field.selection, .select2-container .modal.show .modal-dialog .modal-content #search-field.selection {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    border-radius: 0px;
    padding: 10px 15px;
    min-height: 40px;
    border: none !important; }

.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 .delivery-method .method div .btn, .delivery-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 .delivery-method .method div a, .delivery-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: "DM Sans", sans-serif !important;
  font-size: 14px !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 .delivery-method .method div .btn:hover, .delivery-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 .delivery-method .method div .btnfocus, .delivery-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 .delivery-method .method div a:hover, .delivery-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 .delivery-method .method div afocus, .delivery-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 .delivery-method .method div a, .delivery-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: #50133D !important;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  outline: none;
  letter-spacing: .5px;
  border: 2px solid #50133D; }
  .modal-body .d-flex a:hover, .modal-body .payment-method .method div a:hover, .payment-method .method .modal-body div a:hover, .modal-body .delivery-method .method div a:hover, .delivery-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 .delivery-method .method div afocus, .delivery-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: #50133D; }

#modal_search .input-group.input-group {
  border-radius: 40px !important;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 0 6px #37927f; }
  #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: 22%;
  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 .form-control:first-child:focus, .input-group .select2-container .selection:first-child:focus, .select2-container .input-group .selection:first-child:focus {
      box-shadow: 0 0 2px 0 #3e3e3e; }
  .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 {
      background: rgba(0, 0, 0, 0.75);
      color: #fff;
      display: block;
      padding: 0.1875rem 0.625rem;
      border-radius: 30px;
      text-align: center; }
  .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: #50133D;
    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.input-group-time-clear {
    min-height: 40px;
    border: 0;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .input-group-time.input-group-time-clear {
        min-height: 37px; } }
  .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; }
    @media (max-width: 575px) {
      .input-group-time .form-control, .input-group-time .select2-container .selection, .select2-container .input-group-time .selection {
        width: 90px; } }
  .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; }
  .input-group-time.input-group-danger {
    border: 1px solid #f0425a !important; }

.custom-control > * {
  display: inline;
  vertical-align: middle; }

.custom-checkbox {
  padding-left: 0;
  cursor: pointer;
  width: 100%; }
  .custom-checkbox:hover .custom-control-description {
    color: #50133D; }
  .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; }
  .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    border: solid black 1px;
    outline: 0; }
  .custom-checkbox .custom-control-input:disabled ~ .custom-control-indicator {
    border-color: #ced4da;
    background-color: #f3f3f3;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .custom-checkbox .custom-control-input:disabled ~ .custom-control-description {
    font-weight: 400;
    color: #adb5bd; }
    .custom-checkbox .custom-control-input:disabled ~ .custom-control-description:hover {
      color: #697582; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    border-color: #336d61;
    background-color: #336d61;
    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 {
    color: #50133D;
    font-weight: 400; }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-description:hover {
      color: #50133D; }
  .custom-checkbox .custom-control-input:checked:focus ~ .custom-control-indicator {
    border: solid #b1a3a3 1px !important;
    outline: 0; }

.category-tree {
  padding-left: 1.1875rem;
  margin-left: 0.5625rem;
  border-left: 1px solid #cfd5db; }

.card {
  border: 1px solid #dee2e6; }
  .card.card-gray {
    background-color: #f7f7f7; }
  .card.card-sm .card-body {
    padding: 0.625rem 0.9375rem; }
  .card.card-address h5 {
    font-size: 1rem;
    font-weight: 600; }
  .card.card-address address {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.3; }

.card-block {
  flex: 1 1 auto;
  padding: 2.5rem; }

.card-block-md {
  padding: 1.25rem; }

.card-wrap {
  padding: 1.125rem 1.25rem;
  border-radius: 5px;
  border: 1px solid #dee2e6; }
  .card-wrap .heading {
    font-weight: 300;
    font-size: 1.5rem;
    color: #50133D;
    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: #50133D;
    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: 300;
      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: #50133D;
    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.box-shadow {
    box-shadow: 0 0 0 1px #eee; }
  .card-post-compact .card-img {
    height: 15.625rem;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    background: #FFF; }
  .card-post-compact .card-sub-category {
    height: auto; }
  .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: #50133D; }
    .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: #50133D; }
  .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: #50133D;
        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: #5c1646;
          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); }

.flex-weekly-product {
  margin-bottom: 50px; }
  .flex-weekly-product .card {
    border-width: 1px;
    border-radius: 0;
    margin-bottom: -1px; }
    .flex-weekly-product .card:first-child {
      border-radius: 4px 4px 0 0; }
    .flex-weekly-product .card:last-child {
      border-radius: 0 0 4px 4px; }
  .flex-weekly-product .card-header {
    padding: 0;
    border: 0; }
    .flex-weekly-product .card-header .btn-link {
      width: 100%;
      font-family: "Rubik", sans-serif;
      font-size: 20px;
      font-weight: 400;
      color: #464646;
      padding: 10px 40px 10px 42px;
      border: 0;
      text-align: left;
      display: flex;
      flex-direction: row;
      align-items: center;
      text-decoration: none;
      position: relative; }
      @media (max-width: 767px) {
        .flex-weekly-product .card-header .btn-link {
          font-size: 16px;
          line-height: 130%; } }
      .flex-weekly-product .card-header .btn-link.collapsed:after {
        font-family: "Ionicons";
        content: "\f217";
        font-size: 16px;
        color: gray;
        right: 16px;
        position: absolute; }
      .flex-weekly-product .card-header .btn-link:after {
        font-family: "Ionicons";
        content: "\f208";
        font-size: 16px;
        color: gray;
        right: 16px;
        position: absolute; }
      .flex-weekly-product .card-header .btn-link:before {
        font-family: "Ionicons";
        content: "\f3f3";
        font-size: 20px;
        color: gray;
        left: 15px;
        position: absolute; }
        @media (max-width: 767px) {
          .flex-weekly-product .card-header .btn-link:before {
            margin-top: -2px; } }
  .flex-weekly-product .card-body {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    letter-spacing: .5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .flex-weekly-product .card-body.layout-2 .product .product-item {
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 0 0 1px #eee; }
    .flex-weekly-product .card-body.layout-2 .product .product-core {
      padding: 5px 15px 20px 15px; }

.card-shadow {
  box-shadow: 0 8px 6px -6px rgba(136, 136, 136, 0.15); }

.card-shadow-2 {
  box-shadow: 0 8px 6px -6px rgba(153, 153, 153, 0.35); }

.card-shadow-3 {
  position: relative; }
  .card-shadow-3:before {
    content: "";
    width: 50%;
    max-width: 300px;
    top: 80%;
    bottom: 15px;
    left: 10px;
    position: absolute;
    z-index: -1;
    transform: rotate(-3deg);
    box-shadow: 0 15px 10px #777;
    background: #777; }
  .card-shadow-3:after {
    content: "";
    width: 50%;
    max-width: 300px;
    top: 80%;
    right: 10px;
    bottom: 15px;
    left: auto;
    position: absolute;
    z-index: -1;
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
    background: #777; }

.payment-fatzebra-form {
  margin-left: -10px;
  margin-right: -10px; }
  .payment-fatzebra-form iframe {
    width: 100%;
    height: 258px;
    border: 0 solid black; }
  .payment-fatzebra-form .spinner {
    display: none;
    width: 30px;
    margin: 93px auto; }
  .payment-fatzebra-form.loading iframe {
    display: none; }
  .payment-fatzebra-form.loading .spinner {
    display: block; }

/*
    Implementation Samples for NetPay Payment Gateway demonstrate that how you can
    implement NetPay Payment Gateway into your application.
    Copyright (C) 2015,  NetPay

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
#netpay-creditcard-token-modal .modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none; }

#netpay-creditcard-token-modal .modal-content {
  background: transparent;
  border: none; }

#netpay-creditcard-token-modal iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  outline: none;
  background: transparent; }

#netpay-creditcard-token-modal-confirm {
  background: #949494; }

body {
  position: relative; }

.pagination_list li {
  list-style: none;
  float: left;
  margin: 0;
  margin: 0 2px; }
  .pagination_list li.active {
    color: #fff;
    background: #50133D; }
    .pagination_list li.active a {
      color: #fff;
      background: #50133D; }
  .pagination_list li a {
    color: #737373;
    padding: 2px 10px;
    border-radius: 4px;
    background: #ddd; }
    .pagination_list li a:hover {
      color: #fff;
      background: #50133D;
      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: #50133D;
  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 #50133D;
    position: absolute;
    content: '';
    bottom: -6px;
    right: 0; }

.div-discount-error {
  z-index: 10;
  position: absolute;
  right: 35%;
  top: 10px;
  background: #50133D;
  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 #50133D;
    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; }

.text-small-italic {
  font-size: .7em;
  font-style: italic; }

.label-title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  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: #50133D;
  padding: 15px;
  color: #fff; }

.panel .panel-body-title {
  margin-bottom: 10px; }
  .panel .panel-body-title span {
    color: #50133D; }

.panel .panel-body a:not(.btn) {
  color: #50133D; }

.panel .panel-body .copy p {
  margin-bottom: 10px; }

.link-default {
  color: #737373; }
  .link-default:hover {
    color: #50133D; }

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: #50133D;
  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: 300;
    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 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6; }

.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: 'Roboto', sans-serif;
    font-size: 18px;
    color: #a7a9ac;
    line-height: 1.6; }
  .map ul a {
    color: #a7a9ac;
    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; }
  .parsley-errors-list.parsley-errors-list-text-sm {
    font-size: 12px; }

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: #50133D; }
  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: #50133D; }
    .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: #50133D; }
    .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%);
      text-align: center;
      width: 26px;
      height: 26px;
      border: none;
      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: '';
        background-color: #50133D;
        -webkit-mask-image: url(../../../default/assets/images/icons/icon-minus.svg);
        mask-image: url(../../../default/assets/images/icons/icon-minus.svg);
        fill: #50133D;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 26px;
        height: 26px;
        display: block; }
    .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: '';
        background-color: #50133D;
        -webkit-mask-image: url(../../../default/assets/images/icons/icon-plus.svg);
        mask-image: url(../../../default/assets/images/icons/icon-plus.svg); }
  .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: 300; }
  .content-editor ul {
    padding-left: 20px;
    list-style-type: disc; }
  .content-editor ol {
    padding-left: 20px;
    list-style-type: decimal; }

.testimonial-area {
  padding-top: 10px; }
  .testimonial-area h3 {
    display: none; }
  .testimonial-area .wsite-spacer {
    height: 20px !important; }
  .testimonial-area blockquote, .testimonial-area .paragraph {
    width: 100%;
    height: auto;
    display: block;
    position: relative; }
  .testimonial-area blockquote {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    padding: 0px !important;
    margin: 0px !important; }
    .testimonial-area blockquote:before, .testimonial-area blockquote:after {
      display: none; }
    .testimonial-area blockquote em {
      width: 100%;
      padding: 0 25px;
      display: block;
      position: relative;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      color: #545454;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: .5px;
      font-style: normal; }
      .testimonial-area blockquote em:before {
        content: "";
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        position: absolute;
        display: block;
        background: url(../../../default/assets/images/left-quote.svg) no-repeat center top;
        background-size: 100%; }
      .testimonial-area blockquote em:after {
        content: "";
        width: 16px;
        height: 16px;
        right: -5px;
        bottom: 0;
        position: relative;
        display: inline-block;
        background: url(../../../default/assets/images/right-quote.svg) no-repeat center top;
        background-size: 100%; }
  .testimonial-area .paragraph {
    padding: 0 25px; }
    .testimonial-area .paragraph strong {
      font-size: 12px !important;
      font-weight: 600; }
    .testimonial-area .paragraph * {
      font-size: 12px !important;
      color: #333; }

.types {
  display: block;
  clear: both;
  width: 100%; }
  .types .type {
    color: #50133D;
    font-size: 0.8125em;
    border: 1px solid #50133D;
    border-radius: 100px;
    padding: 0.1875rem 0.75rem 0.125rem;
    display: inline-block;
    margin: 0 0.625rem 0.625rem 0;
    text-transform: uppercase;
    font-weight: 800; }
    .types .type i {
      text-transform: none;
      font-style: normal;
      font-weight: 300; }
    .types .type:hover, .types .type:active, .types .type:focus, .types .type:active:focus {
      text-decoration: none;
      border: 1px solid #50133D;
      color: #50133D; }
  .types.date-icon-bold {
    font-weight: 600 !important; }

.js-shipping-methods-container.js-shipping-methods-container-md {
  min-height: 18.5rem; }

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

.mt-offset-2 {
  margin-top: -0.7rem !important; }

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

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

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

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

.mt-offset-7 {
  margin-top: -4rem !important; }

.mt-offset-8 {
  margin-top: -5rem !important; }

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

.mb-offset-2 {
  margin-bottom: -0.7rem !important; }

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

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

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

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

.mb-offset-7 {
  margin-bottom: -4rem !important; }

.mb-offset-8 {
  margin-bottom: -5rem !important; }

.bg-gray .masterhead-banner {
  background-color: #fbfbfb; }

.date-icon {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  overflow: hidden; }
  .date-icon .month, .date-icon .date, .date-icon .day {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .date-icon .month {
    background-color: #fff;
    color: #296282;
    font-size: 0.8125rem;
    padding: 0.125rem 0.5625rem;
    font-weight: 600;
    letter-spacing: 1px; }
  .date-icon .date {
    font-size: 1.875rem;
    line-height: 1;
    padding: 0.125rem 0.3125rem 0; }
  .date-icon .day {
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding-bottom: 0.3125rem; }
  .date-icon .year {
    font-size: 0.75rem;
    letter-spacing: 3px;
    background-color: rgba(0, 0, 0, 0.09);
    padding-top: 0.1rem;
    padding-bottom: 0.1rem; }
  .date-icon.date-primary {
    background-color: #3C8DBC; }
    .date-icon.date-primary .month {
      background-color: rgba(0, 0, 0, 0.2);
      color: #fff; }

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

.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;
  color: white !important;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle; }
  .social-radial a:hover {
    background: #50133D; }

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

.page-news .show-all-link .form-group, .page-news-category .show-all-link .form-group {
  margin-bottom: 0; }

.page-news .show-all-link .input-group, .page-news-category .show-all-link .input-group {
  min-width: 295px;
  border-radius: 2px;
  border: 1px solid #ced4da; }
  .page-news .show-all-link .input-group input, .page-news-category .show-all-link .input-group input {
    height: 35px;
    min-height: 35px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0; }
    .page-news .show-all-link .input-group input:hover, .page-news .show-all-link .input-group input:focus, .page-news .show-all-link .input-group input:active, .page-news-category .show-all-link .input-group input:hover, .page-news-category .show-all-link .input-group input:focus, .page-news-category .show-all-link .input-group input:active {
      box-shadow: unset !important; }
  .page-news .show-all-link .input-group .btn-text, .page-news-category .show-all-link .input-group .btn-text {
    padding: 0 16px; }
    .page-news .show-all-link .input-group .btn-text .icon, .page-news .show-all-link .input-group .btn-text .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-news .show-all-link .input-group .btn-text .btn:before, .page-news .show-all-link .input-group .btn-text .select:before, .page-news-category .show-all-link .input-group .btn-text .icon, .page-news-category .show-all-link .input-group .btn-text .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-news-category .show-all-link .input-group .btn-text .btn:before, .page-news-category .show-all-link .input-group .btn-text .select:before {
      font-size: 20px;
      color: #343a40; }

.page-news .slider-menu-wrap.flex-grow-1, .page-news-category .slider-menu-wrap.flex-grow-1 {
  padding-left: 350px; }

.page-news .sidebar .filter-toggle .title, .page-news-category .sidebar .filter-toggle .title {
  font-size: 16px;
  font-weight: 600; }

.page-news .post-listing .container, .page-news-category .post-listing .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.page-news .post-listing .post, .page-news-category .post-listing .post {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }
  @media (max-width: 991px) {
    .page-news .post-listing .post, .page-news-category .post-listing .post {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .page-news .post-listing .post, .page-news-category .post-listing .post {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0; } }
  .page-news .post-listing .post .news-post, .page-news-category .post-listing .post .news-post {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.08) 0 5px 26px; }
    @media (max-width: 767px) {
      .page-news .post-listing .post .news-post, .page-news-category .post-listing .post .news-post {
        margin: 10px 0; } }
  .page-news .post-listing .post h3, .page-news-category .post-listing .post h3 {
    font-size: 16px;
    color: #000;
    height: 44px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .2px;
    margin-bottom: 8px;
    white-space: unset; }
  .page-news .post-listing .post .post-info, .page-news-category .post-listing .post .post-info {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .7px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-left: 21px;
    position: relative; }
    .page-news .post-listing .post .post-info:before, .page-news-category .post-listing .post .post-info:before {
      content: "\f3f3";
      font-family: "Ionicons";
      font-size: 17px;
      width: 16px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      top: 1px;
      left: 0;
      display: block;
      position: absolute; }
  .page-news .post-listing .post .image, .page-news-category .post-listing .post .image {
    flex: 1;
    max-width: 100%;
    height: 215px;
    margin: 15px 0 0 0;
    border-radius: 0;
    overflow: hidden; }
    .page-news .post-listing .post .image a, .page-news-category .post-listing .post .image a {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      .page-news .post-listing .post .image a:hover .img-overlay, .page-news .post-listing .post .image a:focus .img-overlay, .page-news-category .post-listing .post .image a:hover .img-overlay, .page-news-category .post-listing .post .image a:focus .img-overlay {
        opacity: 0; }
      .page-news .post-listing .post .image a .img-overlay, .page-news-category .post-listing .post .image a .img-overlay {
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        position: absolute;
        opacity: .15;
        background: #000;
        transition: all .6s ease; }
      .page-news .post-listing .post .image a img, .page-news-category .post-listing .post .image a img {
        width: 100%; }
  .page-news .post-listing .post .post-core, .page-news-category .post-listing .post .post-core {
    flex: 1;
    max-width: 100%;
    display: block;
    width: auto;
    padding: 14px 15px 18px 15px; }

.page-news-single .widget-aside {
  border-radius: 2px;
  border: 1px solid #DDD;
  box-shadow: none;
  padding-bottom: 17px;
  background: transparent; }
  .page-news-single .widget-aside .item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px !important; }
  .page-news-single .widget-aside .item-img {
    width: 30%;
    min-height: unset;
    float: left;
    display: inline-block;
    margin: 0; }
    .page-news-single .widget-aside .item-img img {
      width: 100%;
      height: 65px;
      display: block;
      margin-top: 5px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .page-news-single .widget-aside .item-title {
    text-align: left;
    width: auto;
    overflow: hidden;
    padding-left: 10px; }
    .page-news-single .widget-aside .item-title h4 {
      margin: 0; }
    .page-news-single .widget-aside .item-title a {
      font-size: 13px;
      line-height: 140%;
      font-weight: 500;
      text-align: left;
      padding: 0;
      margin: 0; }
  .page-news-single .widget-aside .widget-item-list .more {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-top: 10px; }

.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 .prod-desc {
    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 .post-list-info .actions .btn-more {
    margin-top: 15px !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: capitalize; }

.post-single-wrap {
  margin-bottom: 1.875rem;
  overflow: hidden; }
  .post-single-wrap .post-meta {
    padding: 20px 0;
    border: none;
    background-color: unset; }
    .post-single-wrap .post-meta .meta {
      font-size: 12px;
      font-weight: 400;
      padding: 0 15px 0 0; }
      .post-single-wrap .post-meta .meta .title, .post-single-wrap .post-meta .meta .val, .post-single-wrap .post-meta .meta a {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .7px;
        color: #000;
        text-transform: uppercase; }
      .post-single-wrap .post-meta .meta .title {
        padding-left: 20px;
        position: relative; }
        .post-single-wrap .post-meta .meta .title.ico-cat:before, .post-single-wrap .post-meta .meta .title.ico-date:before {
          content: "";
          font-family: "Ionicons";
          font-size: 17px;
          width: 16px;
          height: 16px;
          line-height: 16px;
          text-align: center;
          top: 0;
          left: 0;
          display: block;
          position: absolute; }
        .post-single-wrap .post-meta .meta .title.ico-cat:before {
          content: "\f228";
          font-weight: 600; }
        .post-single-wrap .post-meta .meta .title.ico-date:before {
          content: "\f3f3"; }
  .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;
    padding: 0;
    background: transparent; }
    .post-single-wrap .post-title h1, .post-single-wrap .post-title h2 {
      font-size: 24px;
      font-weight: 600;
      line-height: 120%;
      padding: 0;
      margin: 0; }
    .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-single-wrap .content-editor {
    padding: 20px 0; }
    .post-single-wrap .content-editor p {
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      letter-spacing: .3px;
      margin-bottom: 20px; }
      .post-single-wrap .content-editor p a {
        color: #3491E8;
        text-decoration: none; }
      .post-single-wrap .content-editor p b, .post-single-wrap .content-editor p strong {
        color: #222;
        font-weight: 600; }
    .post-single-wrap .content-editor h1, .post-single-wrap .content-editor h2, .post-single-wrap .content-editor h3 {
      margin-bottom: 20px; }
    .post-single-wrap .content-editor h4, .post-single-wrap .content-editor h5, .post-single-wrap .content-editor h6 {
      margin-bottom: 15px; }
    .post-single-wrap .content-editor h1, .post-single-wrap .content-editor h2 {
      font-size: 24px;
      font-weight: 600;
      margin-top: 28px;
      margin-bottom: 20px; }
    .post-single-wrap .content-editor h3 {
      font-size: 22px;
      font-weight: 500; }
    .post-single-wrap .content-editor h4, .post-single-wrap .content-editor h5 {
      font-size: 20px;
      font-weight: 500; }
    .post-single-wrap .content-editor h6 {
      font-size: 18px;
      font-weight: 500; }
    .post-single-wrap .content-editor p b, .post-single-wrap .content-editor p strong, .post-single-wrap .content-editor h1 b, .post-single-wrap .content-editor h1 strong, .post-single-wrap .content-editor h2 b, .post-single-wrap .content-editor h2 strong, .post-single-wrap .content-editor h3 b, .post-single-wrap .content-editor h3 strong, .post-single-wrap .content-editor h4 b, .post-single-wrap .content-editor h4 strong, .post-single-wrap .content-editor h5 b, .post-single-wrap .content-editor h5 strong, .post-single-wrap .content-editor h6 b, .post-single-wrap .content-editor h6 strong {
      font-weight: 600; }

.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: #50133D;
    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: ""; }

@media (max-width: 1024px) {
  .page-news .post-listing .post .image a img, .page-news-category .post-listing .post .image a img {
    height: 210px; }
  .page-news-single .widget-aside .widget-item-list .more {
    font-size: 14px; } }

@media (max-width: 990px) {
  .page-news .post-listing .post .image a img, .page-news-category .post-listing .post .image a img {
    height: 250px; }
  .page-news-single .widget-aside .item-img img {
    height: 110px; } }

@media (max-width: 768px) {
  .page-news-single .widget-aside .item-img img {
    height: 90px; }
  .page-news-single .widget-aside .item-title a {
    font-size: 15px; }
  .post-single-wrap .post-title h1, .post-single-wrap .post-title h2 {
    font-size: 22px; }
  .post-single-wrap .content-editor h1, .post-single-wrap .content-editor h2 {
    font-size: 20px; }
  .post-single-wrap .content-editor h3 {
    font-size: 18px; }
  .post-single-wrap .content-editor h4 {
    font-size: 16px; }
  .post-single-wrap .content-editor h5 {
    font-size: 14px; }
  .post-single-wrap .content-editor h6 {
    font-size: 12px; } }

@media (max-width: 600px) {
  .post-single-wrap .post-meta {
    width: 100%;
    padding: 15px 0 17px 0;
    display: block; }
    .post-single-wrap .post-meta .meta {
      width: 100%;
      padding: 0;
      margin-bottom: 5px;
      display: block; }
  .post-single-wrap .slider-post .slick-list {
    height: auto !important; }
  .post-single-wrap .slider-post .slides img {
    width: 100%;
    height: auto;
    max-height: 200px;
    display: block; }
  .post-single-wrap .post-title h1, .post-single-wrap .post-title h2 {
    font-size: 18px; }
  .post-single-wrap .content-editor h1, .post-single-wrap .content-editor h2 {
    font-size: 17px; }
  .post-single-wrap .content-editor h3 {
    font-size: 15px; }
  .post-single-wrap .content-editor h4 {
    font-size: 14px; }
  .post-single-wrap .content-editor h5, .post-single-wrap .content-editor h6 {
    font-size: 12px; }
  .page-news .slider-menu-wrap.flex-grow-1, .page-news-category .slider-menu-wrap.flex-grow-1 {
    padding-left: 37px; }
  .page-news .post-listing .post .image a img, .page-news-category .post-listing .post .image a img {
    height: 200px; }
  .page-news-single .widget-aside .item-img img {
    height: 70px; }
  .page-news-single .widget-aside .item-title a {
    font-size: 13px; } }

.popover {
  width: 900px;
  z-index: 1061;
  max-width: 100%; }
  .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.popover-attr {
    width: 320px;
    max-width: 100%; }

.popover-header {
  padding: 15px 15px; }

.tooltip-inner .social li a:hover .icon, .tooltip-inner .social li a:hover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .tooltip-inner .social li a:hover .btn:before, .tooltip-inner .social li a:hover .select:before, .tooltip-inner .social li a:active .icon, .tooltip-inner .social li a:active .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .tooltip-inner .social li a:active .btn:before, .tooltip-inner .social li a:active .select:before, .tooltip-inner .social li a:focus .icon, .tooltip-inner .social li a:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .tooltip-inner .social li a:focus .btn:before, .tooltip-inner .social li a:focus .select:before {
  color: #fff; }

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

.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;
    box-shadow: 0 0 0 1px #EEE; }
    .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 {
      width: auto;
      height: auto;
      inset: 0;
      position: absolute;
      background-color: transparent;
      outline: none !important;
      z-index: 2; }
    .product .image .checkbox-icon-favorites {
      top: 10px;
      left: 10px;
      position: absolute;
      z-index: 3; }
  .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 {
      margin-bottom: 0px !important;
      box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2); }
      .product .product-controls .btn ~ .btn {
        margin-top: 0.625em; }
  .product h3 {
    overflow: hidden;
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    font-weight: 600; }
    .product h3 a {
      color: #222222; }
      .product h3 a:hover, .product h3 a:active, .product h3 a:focus, .product h3 a:active:focus {
        color: #50133D;
        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-weight: 600;
    font-size: 1.25em; }
    .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 {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      width: 125px;
      max-width: 125px;
      height: 125px; }
      .product.list .image .checkbox-icon-favorites {
        top: 7px;
        left: 7px; }
        .product.list .image .checkbox-icon-favorites > label input[type="checkbox"] + .checkbox-icon {
          font-size: 20px; }
    .product.list .product-core {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 1;
      max-width: unset; }
    .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: #50133D; }
  .ratings .counter:not(:read-only):hover,
  .ratings .counter:not(:read-only) ~ .counter {
    cursor: pointer;
    color: #50133D; }

.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 {
    font-size: 14px; }
    .product.list .prod-desc br {
      display: contents; }
  .product.list .image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 !important; }
    .product.list .image img, .product.list .image .noimage {
      width: 100%;
      height: 100%;
      min-height: unset;
      position: absolute;
      top: 0;
      bottom: 0;
      -o-object-fit: scale-down;
      object-fit: scale-down;
      -o-object-position: center;
      object-position: center; }
    .product.list .image .img-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important; }
  .product.list .product-list-info .btn-click-to-order {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
    font-size: 0.75rem !important; }
  @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: 1;
    max-width: unset; }
    .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-quantity-wrapper {
    width: 8.4375rem; }
    @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 {
  padding-bottom: 100%;
  margin-bottom: 8px; }
  .product.grid .image img, .product.grid .image .noimage {
    width: 100%;
    height: 100%;
    min-height: unset;
    position: absolute;
    top: 0;
    bottom: 0;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center; }
  .product.grid .image .img-cover {
    -o-object-fit: cover;
    object-fit: cover; }

.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-info .d-flex.justify-content-between, .product.grid .product-info .payment-method .method div.justify-content-between, .payment-method .method .product.grid .product-info div.justify-content-between, .product.grid .product-info .delivery-method .method div.justify-content-between, .delivery-method .method .product.grid .product-info div.justify-content-between, .product.grid .product-info .checkout-cart .body .price, .checkout-cart .body .product.grid .product-info .price,
.product.grid .product-info .checkout-cart .body .delivery, .checkout-cart .body .product.grid .product-info .delivery, .product.grid .product-info .checkout-cart .footer, .checkout-cart .product.grid .product-info .footer {
  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: 2.5rem;
  min-width: 2.5rem;
  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.5rem;
      min-width: 2.5rem;
      min-height: 1.5rem; } }

.product.grid h3 {
  height: 2.625rem;
  font-size: 1rem;
  overflow: hidden; }
  .product.grid h3 a {
    line-height: 1.4;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; }

.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: 600;
  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.grid .list-tag.sm .tag-item {
  width: 1.3125rem;
  height: 1.3125rem;
  font-size: 0.6875em; }

.product .price {
  font-size: 1.1875em; }

.product .product-list-info .row-attr > [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 3px 5px; }

.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-size: 0.75rem;
  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;
  clear: both; }
  .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 .input-group.bootstrap-touchspin {
  border: 0;
  align-items: center;
  justify-content: start;
  flex-wrap: inherit;
  -webkit-box-align: inherit; }

.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: #222;
  font-size: 2.375em;
  font-weight: 600;
  line-height: .3;
  width: 75px;
  min-width: 75px;
  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.disabled, .product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-down.disabled {
  pointer-events: none;
  opacity: 0.5;
  background: #e9e9e9; }

.product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-up, .product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-down {
  background: white;
  border-radius: 500px !important;
  height: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-left-width: 1px !important;
  border-right: 1px #dee2e6 solid !important;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: block; }

.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: 1.25rem;
  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-size: 1em;
  font-weight: 600;
  width: 3rem;
  min-width: 3rem;
  min-height: 1.5rem; }

.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: 23px;
    width: 23px;
    font-size: .7em;
    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;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box; } }

.category-intro {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.5625rem;
  font-weight: 300;
  padding: 0 0rem; }

.page-category .page-title, .page-all-products .page-title {
  font-size: 1.5625rem; }

@media (max-width: 991.98px) {
  .product-categories-one-page .product.grid .image {
    padding-bottom: 0 !important; } }

@media (max-width: 991.98px) {
  .product-categories-one-page .top-menu-category, .product-categories-one-page .btn.toggle-cart-menu, .product-categories-one-page .btn.toggle-category-menu, .product-categories-one-page .filter-category-default {
    display: none !important; } }

@media (max-width: 767.98px) {
  .product-categories-one-page.page-category .product.grid .product-item .image, .product-categories-one-page.page-product .product.grid .product-item .image {
    height: 100px; } }

@media (max-width: 575.98px) {
  .product-categories-one-page.page-category .product.grid .product-item, .product-categories-one-page.page-product .product.grid .product-item {
    flex-wrap: unset !important; }
    .product-categories-one-page.page-category .product.grid .product-item .image, .product-categories-one-page.page-product .product.grid .product-item .image {
      flex: 0 0 24%;
      max-width: 24%;
      min-width: 80px;
      height: 100px; }
    .product-categories-one-page.page-category .product.grid .product-item .product-core, .product-categories-one-page.page-product .product.grid .product-item .product-core {
      padding-left: 10px;
      flex: 0 0 76%;
      max-width: 76%; } }

@media (max-width: 991.98px) {
  .product-categories-one-page .pagination_holder {
    margin-top: 0rem; }
  .product-categories-one-page .product.grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 0.9375rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important; }
    .product-categories-one-page .product.grid .product-item {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      margin-right: 0 !important;
      margin-left: 0 !important; }
      .product-categories-one-page .product.grid .product-item .image {
        width: 100%;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        height: 110px; }
        .product-categories-one-page .product.grid .product-item .image img {
          width: 100%;
          height: 110px;
          -o-object-fit: contain;
          object-fit: contain; }
      .product-categories-one-page .product.grid .product-item .product-core {
        position: relative;
        display: flex;
        flex-direction: column;
        padding-right: 0;
        position: relative;
        width: 100%;
        padding-left: 15px;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
        .product-categories-one-page .product.grid .product-item .product-core h3 {
          min-height: auto;
          height: auto;
          font-size: 1.0625rem;
          font-weight: 400;
          padding-right: 6.25rem; }
        .product-categories-one-page .product.grid .product-item .product-core .dietary-requirements {
          min-height: auto; }
        .product-categories-one-page .product.grid .product-item .product-core .product-list-info {
          order: 1;
          display: block;
          margin-top: 0; }
          .product-categories-one-page .product.grid .product-item .product-core .product-list-info .prod-desc {
            display: block;
            font-weight: 300;
            font-size: 1rem;
            margin-top: 0 !important; }
            .product-categories-one-page .product.grid .product-item .product-core .product-list-info .prod-desc p {
              font-size: 1rem; }
          .product-categories-one-page .product.grid .product-item .product-core .product-list-info .add-to-cart-form {
            display: none; }
        .product-categories-one-page .product.grid .product-item .product-core .product-info {
          order: 3; }
          .product-categories-one-page .product.grid .product-item .product-core .product-info .d-flex.justify-content-between, .product-categories-one-page .product.grid .product-item .product-core .product-info .payment-method .method div.justify-content-between, .payment-method .method .product-categories-one-page .product.grid .product-item .product-core .product-info div.justify-content-between, .product-categories-one-page .product.grid .product-item .product-core .product-info .delivery-method .method div.justify-content-between, .delivery-method .method .product-categories-one-page .product.grid .product-item .product-core .product-info div.justify-content-between, .product-categories-one-page .product.grid .product-item .product-core .product-info .checkout-cart .body .price, .checkout-cart .body .product-categories-one-page .product.grid .product-item .product-core .product-info .price,
          .product-categories-one-page .product.grid .product-item .product-core .product-info .checkout-cart .body .delivery, .checkout-cart .body .product-categories-one-page .product.grid .product-item .product-core .product-info .delivery, .product-categories-one-page .product.grid .product-item .product-core .product-info .checkout-cart .footer, .checkout-cart .product-categories-one-page .product.grid .product-item .product-core .product-info .footer {
            min-height: auto;
            float: right; }
          .product-categories-one-page .product.grid .product-item .product-core .product-info .price {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 1.0625rem; }
          .product-categories-one-page .product.grid .product-item .product-core .product-info .btn.btn-add-to-cart, .product-categories-one-page .product.grid .product-item .product-core .product-info .btn.btn-click-to-order {
            width: auto;
            display: inline-block;
            margin-top: 0 !important; }
    .product-categories-one-page .product.grid .badge-wrap {
      display: none; }
    .product-categories-one-page .product.grid .product-info .cart-error-message {
      display: none; }
    .product-categories-one-page .product.grid .product-controls {
      display: none; }
    .product-categories-one-page .product.grid .prod-desc br {
      display: contents; }
    .product-categories-one-page .product.grid .image {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
      .product-categories-one-page .product.grid .image img {
        height: 110px;
        max-height: 110px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center; }
      .product-categories-one-page .product.grid .image .noimage {
        height: auto;
        min-width: auto;
        margin: 0rem 0;
        width: 6.25rem; }
    .product-categories-one-page .product.grid .product-list-info .btn-click-to-order {
      padding-right: 0.9375rem !important;
      padding-left: 0.9375rem !important;
      font-size: 0.75rem !important; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .product-categories-one-page .product.grid .product-core h3 {
      float: left; }
    .product-categories-one-page .product.grid .product-core .price-list-view {
      display: block;
      float: right;
      margin-top: -0.4375rem; }
    .product-categories-one-page .product.grid .product-core .product-info .price {
      display: none !important; }
    .product-categories-one-page .product.grid .product-core .list-tag {
      float: none;
      clear: both; }
    .product-categories-one-page .product.grid .product-core .prod-desc {
      clear: both; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .product-categories-one-page .product.grid .product-core .list-tag {
      min-height: 1.8125rem; }
    .product-categories-one-page .product.grid .product-core .product-info .price {
      display: block !important; }
    .product-categories-one-page .product.grid .product-core .price-list-view {
      display: none; } }

@media (max-width: 991.98px) {
    .product-categories-one-page .product.grid .product-core {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
      .product-categories-one-page .product.grid .product-core .product-list-info .btn-order {
        display: inline-block;
        border-radius: 4px;
        padding-left: 0.625rem;
        padding-right: 0.625rem; }
    .product-categories-one-page .product.grid .product-quantity-wrapper {
      width: 8.4375rem; } }
    @media (max-width: 991.98px) and (max-width: 991px) {
      .product-categories-one-page .product.grid .product-quantity-wrapper {
        width: 100%;
        margin-right: 0;
        padding: 0; } }

@media (max-width: 991.98px) {
      .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info {
        display: flex;
        flex-wrap: wrap; }
        .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions {
          opacity: 0;
          display: flex;
          flex-wrap: wrap; } }
        @media (max-width: 991.98px) and (max-width: 991px) {
          .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions {
            display: block;
            width: 100%; } }

@media (max-width: 991.98px) {
          .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions .price {
            padding: 0.625rem 0;
            margin-right: 0.3125rem; }
          .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions .touchpin-wrap {
            width: 8.4375rem;
            margin-right: 0.3125rem; }
          .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions > form {
            order: 1;
            display: flex;
            flex-wrap: wrap; }
          .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions > .btn {
            order: 2;
            margin-left: 0.3125rem; } }
          @media (max-width: 991.98px) and (max-width: 991px) {
            .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions > .btn {
              display: block;
              margin-bottom: 0 !important;
              margin-left: 0; } }

@media (max-width: 991.98px) {
          .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions .product-quantity-wrapper {
            width: 150px;
            margin-right: 5px; } }
          @media (max-width: 991.98px) and (max-width: 1199px) {
            .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions .product-quantity-wrapper {
              width: 26%; } }
          @media (max-width: 991.98px) and (max-width: 991px) {
            .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions .product-quantity-wrapper {
              width: 100%;
              margin-right: 0;
              padding: 0; } }

@media (max-width: 991.98px) {
          .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions .attribute-wrapper {
            margin-right: 5px;
            margin-top: 7px; } }
          @media (max-width: 991.98px) and (max-width: 1199px) {
            .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions .attribute-wrapper {
              width: 35%; } }
          @media (max-width: 991.98px) and (max-width: 991px) {
            .product-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions .attribute-wrapper {
              width: 100%;
              margin: 10px 0 0;
              display: block;
              max-width: none;
              flex: none;
              padding: 0; } }

@media (max-width: 991.98px) {
            .product-categories-one-page .product.grid .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-categories-one-page .product.grid .product-quantity-wrapper .product-list-info .actions .attribute-wrapper .form-select2 .select2-container .selection .select2-selection {
              min-height: auto;
              padding: 0 0; }
    .product-categories-one-page .product.grid .product-quantity.form-control.form-control-sm, .product-categories-one-page .product.grid .select2-container .product-quantity.form-control-sm.selection, .select2-container .product-categories-one-page .product.grid .product-quantity.form-control-sm.selection {
      min-height: 2.4375rem; }
    .product-categories-one-page .product.grid .product-info {
      display: none; }
      .product-categories-one-page .product.grid .product-info .product-quantity-holder, .product-categories-one-page .product.grid .product-info form .btn-add-to-cart, .product-categories-one-page .product.grid .product-info .btn-primary.round, .product-categories-one-page .product.grid .product-info .list-account-menu li.active .round.btn, .list-account-menu li.active .product-categories-one-page .product.grid .product-info .round.btn {
        display: none; } }
    @media (max-width: 991.98px) and (max-width: 991.98px) {
      .product-categories-one-page .product.grid .product-info {
        display: block; }
        .product-categories-one-page .product.grid .product-info .btn.btn-add-to-cart, .product-categories-one-page .product.grid .product-info .btn.btn-click-to-order {
          margin-top: 0.625rem !important; }
        .product-categories-one-page .product.grid .product-info .input-group .btn {
          border-radius: 500px 500px; }
        .product-categories-one-page .product.grid .product-info .input-group.bootstrap-touchspin .input-group-btn:last-child .btn {
          border-radius: 500px; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .product-categories-one-page .product.grid h3 {
      height: 2.625rem;
      font-size: 1rem;
      overflow: hidden; }
      .product-categories-one-page .product.grid h3 a {
        line-height: 1.4;
        -webkit-line-clamp: 2;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; } }

@media (max-width: 991.98px) {
  .product-categories-one-page .product.grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex: 0 0 100%;
    max-width: 100%; }
    .product-categories-one-page .product.grid .product-item {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      flex: 0 0 100%;
      max-width: 100%; }
    .product-categories-one-page .product.grid .image {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
      .product-categories-one-page .product.grid .image img {
        height: 12.5rem; }
    .product-categories-one-page .product.grid .product-body {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .product-categories-one-page .product.grid .description {
      display: block; }
    .product-categories-one-page .product.grid .badge {
      right: auto;
      left: 1.875rem; }
    .product-categories-one-page .product.grid ~ .grid, .product-categories-one-page .product.grid ~ .list {
      padding-top: 0rem;
      border-top: none; } }

@media (max-width: 767.98px) {
  .product-categories-one-page .product.grid .image img {
    height: 100px !important; } }

.page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .category-intro {
  padding-left: 0;
  padding-right: 0; }

.page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable .right-pane {
  padding-right: 0 !important; }

.page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .masterhead-banner.masterhead-product-actions .page-btn-action {
  margin-right: 15px !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .masterhead-product-actions .container .row {
    margin-right: -5px;
    margin-left: -5px; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable {
    margin-right: 0px !important;
    margin-left: 0px !important; }
    .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable .right-pane {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .masterhead-product-actions .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (max-width: 575.98px) {
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-float_right .masterhead-product-actions .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter.top-filter-disable .right-pane {
  padding-right: 0 !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter.top-filter-disable .right-pane {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .category-intro {
  padding-left: 0;
  padding-right: 0; }

.page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable .right-pane, .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter.top-filter-disable .right-pane {
  padding-right: 3px !important; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable .right-pane .toggle-view-btn[data-value="list"], .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter.top-filter-disable .right-pane .toggle-view-btn[data-value="list"] {
    margin-right: 0; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable .right-pane .select-group form, .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter.top-filter-disable .right-pane .select-group form {
    padding-left: 0 !important;
    padding-right: 0 !important; }

@media (max-width: 1199.98px) {
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .top-filter:not(.top-filter-top) .page-count {
    font-size: 0.6875rem; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable .right-pane, .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter.top-filter-disable .right-pane {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .top-filter:not(.top-filter-top) .page-count {
    font-size: 0.9375rem; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0, .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -10px !important;
    margin-right: -10px !important; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable .right-pane, .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter.top-filter-disable .right-pane {
    padding-right: 3px !important;
    padding-left: 0px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0, .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable .right-pane, .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter.top-filter-disable .right-pane {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter.top-filter-disable .right-pane .select-group form, .page-category.product-categories-traditional.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter.top-filter-disable .right-pane .select-group form {
      padding-left: 3px !important;
      padding-right: 3px !important; } }

.page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-float_right .category-intro {
  padding-left: 0;
  padding-right: 0; }

.page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
  padding-right: 0 !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-float_right .masterhead-product-actions .col, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-float_right .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-float_right .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

.page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
  padding-right: 0 !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base {
    padding-right: 0px !important;
    padding-left: 0px !important; }
    .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
      margin-left: -10px !important;
      margin-right: -10px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base {
    padding-right: 0px !important;
    padding-left: 0px !important; }
    .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
      margin-left: -5px !important;
      margin-right: -5px !important; }
    .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .masterhead-product-actions .col, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .masterhead-product-actions .info {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

@media (max-width: 575.98px) {
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base {
    padding-right: 15px !important;
    padding-left: 15px !important; }
    .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
      margin-left: -5px !important;
      margin-right: -5px !important; }
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .masterhead-product-actions .col, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-fixed_right .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

.page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter .right-pane, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
  padding-right: 0 !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base {
    padding-right: 0px !important;
    padding-left: 0px !important; }
    .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
      margin-left: -10px !important;
      margin-right: -10px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .masterhead-product-actions .col, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base {
    padding-right: 15px !important;
    padding-left: 15px !important; }
    .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
      margin-left: -5px !important;
      margin-right: -5px !important; }
    .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter .right-pane, .page-category.product-categories-traditional.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
      padding-right: 0 !important;
      padding-left: 0 !important; } }

.page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base .top-filter .right-pane {
  padding-right: 0 !important; }

@media (min-width: 768px) {
  .page-category.product-categories-traditional.catalogue-filter-fixed_left .masterhead-product-actions .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media (max-width: 1199.98px) {
  .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-fixed_left .masterhead-product-actions .container .row {
    margin-right: -15px !important; }
  .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row {
    margin-right: -15px !important; }
    .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row .col-item.col-aside.filter-category-default {
      padding-right: 0px !important;
      padding-left: 0px !important; }
    .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base {
      padding-right: 0px;
      padding-left: 0px; }
      .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
        margin-left: -10px !important;
        margin-right: -10px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-fixed_left .masterhead-product-actions .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-traditional.catalogue-filter-fixed_left .masterhead-product-actions .col, .page-category.product-categories-traditional.catalogue-filter-fixed_left .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-traditional.catalogue-filter-fixed_left .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row .col-item.col-aside.filter-category-default {
      padding-right: 15px !important;
      padding-left: 15px !important; }
    .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base {
      padding-right: 15px;
      padding-left: 15px; }
      .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
        margin-left: -5px !important;
        margin-right: -5px !important; }
      .page-category.product-categories-traditional.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base .top-filter .right-pane {
        padding-right: 0 !important;
        padding-left: 0 !important; } }

.page-category.product-categories-traditional.catalogue-filter-fixed_left.catalogue-cart-disable .product-row .col-aside {
  padding-left: 0; }

.page-category.product-categories-traditional.catalogue-filter-fixed_left.catalogue-cart-disable .section-category-listing {
  padding-top: 1.5625rem; }
  @media (max-width: 991.98px) {
    .page-category.product-categories-traditional.catalogue-filter-fixed_left.catalogue-cart-disable .section-category-listing {
      padding-top: 0.3125rem; } }

@media (max-width: 1199.98px) {
  .page-category.product-categories-traditional.catalogue-filter-fixed_left.catalogue-cart-disable .product-row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .page-category.product-categories-traditional.catalogue-filter-fixed_left.catalogue-cart-disable .product-row .col-aside {
      padding-right: 15px;
      padding-left: 15px; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-fixed_left.catalogue-cart-disable .masterhead.masterhead-banner .container {
    padding-right: 0;
    padding-left: 0; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-fixed_left.catalogue-cart-disable .masterhead.masterhead-banner .container {
    padding-right: 15px;
    padding-left: 15px; } }

.page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
  padding-right: 5px !important; }

@media (min-width: 768px) {
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .masterhead-product-actions .container .row {
    margin-right: 0px !important; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .masterhead-product-actions .container .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .section-category.section-category-listing > .container {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .product-row .row.mlo-lg-0.mro-lg-0 {
    margin-left: -8px !important;
    margin-right: -8px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .masterhead-product-actions .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .section-category.section-category-listing > .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .section-category.section-category-listing > .container .top-menu-category {
      margin-left: -15px !important;
      margin-right: -15px !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .product-row .row.mlo-lg-0.mro-lg-0 {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

@media (max-width: 575.98px) {
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .masterhead-product-actions .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .section-category.section-category-listing > .container .top-menu-category {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-float_right .product-row .row.mlo-lg-0.mro-lg-0 {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

.page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
  padding-right: 4px !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-fixed_right .product-row .row.mlo-lg-0.mro-lg-0 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-fixed_right .product-row {
    margin-right: -12px;
    margin-left: -12px; }
    .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-fixed_right .product-row .row.mlo-lg-0.mro-lg-0 {
      margin-left: -5px !important;
      margin-right: -5px !important; } }

.page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter .right-pane, .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
  padding-right: 3px !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0, .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .row.mlo-lg-0.mro-lg-0, .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane, .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane {
    padding-right: 0 !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane, .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .left-pane .form-filter, .page-category.product-categories-traditional.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-12.col-scroll-base .scroll-base-core .top-filter.top-filter-top .left-pane .form-filter {
    padding-top: 0; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page .product-row .col-scroll-base .panel-group .alert.alert-info {
    margin-right: -15px;
    margin-left: -15px; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page .product-row .col-scroll-base.col-content .panel-group .alert.alert-info, .page-category.product-categories-one-page .product-row .col-scroll-base.col-lg-12 .panel-group .alert.alert-info {
    margin-right: -10px;
    margin-left: -10px; } }

.page-category.product-categories-one-page.catalogue-filter-disable .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

@media (min-width: 768px) {
  .page-category.product-categories-one-page.catalogue-filter-disable .masterhead-product-actions .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-disable .product-row {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media (max-width: 1199.98px) {
  .page-category.product-categories-one-page.catalogue-filter-disable .product-row .col-content.col-scroll-base {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-disable .masterhead-product-actions .container .row {
    margin-right: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-disable .masterhead-product-actions .container .row .col, .page-category.product-categories-one-page.catalogue-filter-disable .masterhead-product-actions .container .row .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-disable .masterhead-product-actions .container .row .info {
      padding-right: 15px !important;
      padding-left: 15px !important; }
  .page-category.product-categories-one-page.catalogue-filter-disable .product-row {
    margin-right: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-disable .product-row .col-item.col-aside.filter-category-default {
      padding-right: 0px !important;
      padding-left: 0px !important; }
    .page-category.product-categories-one-page.catalogue-filter-disable .product-row .col-content.col-scroll-base {
      padding-right: 0px;
      padding-left: 0px; }
      .page-category.product-categories-one-page.catalogue-filter-disable .product-row .col-content.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
        margin-left: -10px !important;
        margin-right: -10px !important; }
  .page-category.product-categories-one-page.catalogue-filter-disable .col-lg-12.col-scroll-base .top-filter .right-pane {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-disable .masterhead-product-actions .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-disable .masterhead-product-actions .col, .page-category.product-categories-one-page.catalogue-filter-disable .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-disable .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .page-category.product-categories-one-page.catalogue-filter-disable .product-row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-disable .product-row .col-item.col-aside.filter-category-default {
      padding-right: 15px !important;
      padding-left: 15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-disable .product-row .col-content.col-scroll-base {
      padding-right: 15px;
      padding-left: 15px; }
      .page-category.product-categories-one-page.catalogue-filter-disable .product-row .col-content.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
        margin-left: -10px !important;
        margin-right: -10px !important; } }

.page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

@media (min-width: 992px) {
  .page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base {
    padding-left: 0; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base {
    padding-left: 15px;
    padding-right: 15px; } }

.page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

@media (min-width: 992px) {
  .page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base {
    padding-left: 0; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base {
    padding-left: 15px;
    padding-right: 15px; }
  .page-category.product-categories-one-page.catalogue-filter-disable.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

.page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base {
    padding-left: 0px;
    padding-right: 0px; }
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media (max-width: 575.98px) {
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base {
    padding-left: 15px;
    padding-right: 15px; }
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-float_right .masterhead-product-actions .col, .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-float_right .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-float_right .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

.page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base {
    padding-left: 0;
    padding-right: 0; }
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 575.98px) {
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base {
    padding-left: 15px;
    padding-right: 15px; }
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-fixed_right .masterhead-product-actions .col, .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-fixed_right .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-fixed_right .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

.page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base {
    padding-left: 0;
    padding-right: 0; }
    .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
      padding-left: 0px !important;
      padding-right: 0px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 575.98px) {
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base {
    padding-left: 15px;
    padding-right: 15px; }
  .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-disable .masterhead-product-actions .col, .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-disable .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-float_left.catalogue-cart-disable .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

.page-category.product-categories-one-page.catalogue-filter-fixed_left .section-category-listing .filter-category-default {
  padding-left: 0; }

@media (min-width: 768px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left .masterhead-product-actions .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media (max-width: 1199.98px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base {
    padding-right: 15px;
    padding-left: 15px; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left .section-category-listing .filter-category-default {
    padding-left: 15px; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left .masterhead-product-actions .container .row {
    margin-right: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-fixed_left .masterhead-product-actions .container .row .col, .page-category.product-categories-one-page.catalogue-filter-fixed_left .masterhead-product-actions .container .row .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-fixed_left .masterhead-product-actions .container .row .info {
      padding-right: 15px !important;
      padding-left: 15px !important; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row {
    margin-right: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row .col-item.col-aside.filter-category-default {
      padding-right: 0px !important;
      padding-left: 0px !important; }
    .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base {
      padding-right: 0px;
      padding-left: 0px; }
      .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
        margin-left: -5px !important;
        margin-right: -5px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left .masterhead-product-actions .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left .masterhead-product-actions .col, .page-category.product-categories-one-page.catalogue-filter-fixed_left .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-fixed_left .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row .col-item.col-aside.filter-category-default {
      padding-right: 15px !important;
      padding-left: 15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base {
      padding-right: 15px;
      padding-left: 15px; }
      .page-category.product-categories-one-page.catalogue-filter-fixed_left .product-row .col-content.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
        margin-left: -5px !important;
        margin-right: -5px !important; } }

.page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .product-row .col-content.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

.page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .section-category-listing .filter-category-default {
  padding-left: 15px; }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .product-row .col-content.col-scroll-base {
    padding-left: 0px;
    padding-right: 0px; }
    .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .product-row .col-content.col-scroll-base .top-filter .right-pane {
      padding-left: 0px !important;
      padding-right: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .masterhead-product-actions .container .row .col, .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .masterhead-product-actions .container .row .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .masterhead-product-actions .container .row .info {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .product-row .col-content.col-scroll-base {
    padding-left: 0px;
    padding-right: 0px; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .masterhead-product-actions .container .row .col, .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .masterhead-product-actions .container .row .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .masterhead-product-actions .container .row .info {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .section.section-one-page-list {
    padding-top: 0 !important; } }

@media (max-width: 575.98px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .product-row .col-content.col-scroll-base {
    padding-left: 15px;
    padding-right: 15px; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .masterhead-product-actions .container .row .col, .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .masterhead-product-actions .container .row .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-float_right .masterhead-product-actions .container .row .info {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

.page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-disable .product-row .col-content.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

@media (max-width: 1199.98px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-disable .product-row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-disable .product-row .col-content.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-disable .masterhead.masterhead-banner .row .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-disable .product-row .col-content.col-scroll-base .top-filter .right-pane {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-disable .product-row .col-content.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-fixed_left.catalogue-cart-disable .masterhead.masterhead-banner .row .col-md-12 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.page-category.product-categories-one-page.catalogue-filter-top .product-row .col-lg-12.col-scroll-base {
  padding-right: 0; }

.page-category.product-categories-one-page.catalogue-filter-top .product-row {
  margin-left: -15px !important;
  margin-right: -15px !important; }

@media (max-width: 1199.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top .product-row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-lg-12.col-scroll-base {
      padding-right: 0px;
      padding-left: 0px; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .container .row {
    margin-right: 0px !important;
    margin-left: 0px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .container .row .col, .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .container .row .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .container .row .info {
      padding-right: 0px !important;
      padding-left: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-top .product-row {
    margin-right: -15px !important;
    margin-left: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-item.col-aside.filter-category-default {
      padding-right: 0px !important;
      padding-left: 0px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-lg-12.col-scroll-base {
      padding-right: 0px;
      padding-left: 0px; }
      .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
        margin-left: -5px !important;
        margin-right: -5px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .col, .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .page-category.product-categories-one-page.catalogue-filter-top .product-row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-item.col-aside.filter-category-default {
      padding-right: 15px !important;
      padding-left: 15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-lg-12.col-scroll-base {
      padding-right: 0px;
      padding-left: 0px; }
      .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
        margin-left: -5px !important;
        margin-right: -5px !important; } }

@media (max-width: 575.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .container {
    padding-right: 15px !important;
    padding-left: 15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .container .row {
      margin-left: 0px !important;
      margin-right: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-top .section.section-one-page-list {
    padding-top: 0; }
  .page-category.product-categories-one-page.catalogue-filter-top .product-row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-item.col-aside.filter-category-default {
      padding-right: 15px !important;
      padding-left: 15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-lg-12.col-scroll-base {
      padding-right: 15px;
      padding-left: 15px; }
      .page-category.product-categories-one-page.catalogue-filter-top .product-row .col-lg-12.col-scroll-base .row.mlo-lg-0.mro-lg-0 {
        margin-left: -5px !important;
        margin-right: -5px !important; }
  .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .col, .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top .masterhead-product-actions .info {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

.page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
  padding-right: 10px !important; }

.page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead-product-actions .container .row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .section-category-listing .product-row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .section-category-listing .top-menu-category {
  padding-left: 15px;
  padding-right: 0px; }

@media (max-width: 1199.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .section-category-listing .product-row .col-lg-12.col-scroll-base {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .section-category-listing .top-menu-category {
    padding-left: 0px;
    padding-right: 0px; }
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .col.d-flex.flex-column.py-lg-3, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .payment-method .method div.col.flex-column.py-lg-3, .payment-method .method .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner div.col.flex-column.py-lg-3, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .payment-method .method .checkout-cart .body div.flex-column.py-lg-3.info, .payment-method .method .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner div.flex-column.py-lg-3.info, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .checkout-cart .body .payment-method .method div.flex-column.py-lg-3.info, .checkout-cart .body .payment-method .method .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner div.flex-column.py-lg-3.info, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .delivery-method .method div.col.flex-column.py-lg-3, .delivery-method .method .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner div.col.flex-column.py-lg-3, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .delivery-method .method .checkout-cart .body div.flex-column.py-lg-3.info, .delivery-method .method .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner div.flex-column.py-lg-3.info, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .checkout-cart .body .delivery-method .method div.flex-column.py-lg-3.info, .checkout-cart .body .delivery-method .method .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner div.flex-column.py-lg-3.info, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .checkout-cart .body .d-flex.flex-column.py-lg-3.info, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .d-flex.flex-column.py-lg-3.info, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .checkout-cart .body .flex-column.py-lg-3.info.price, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .flex-column.py-lg-3.info.price,
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .checkout-cart .body .flex-column.py-lg-3.info.delivery, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .flex-column.py-lg-3.info.delivery, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .checkout-cart .body .flex-column.py-lg-3.info.footer, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .flex-column.py-lg-3.info.footer, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .checkout-cart .body .col.flex-column.py-lg-3.price, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .col.flex-column.py-lg-3.price,
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .checkout-cart .body .col.flex-column.py-lg-3.delivery, .checkout-cart .body .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .col.flex-column.py-lg-3.delivery, .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .checkout-cart .col.flex-column.py-lg-3.footer, .checkout-cart .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead.masterhead-banner .col.flex-column.py-lg-3.footer {
    padding-left: 0px; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead-product-actions .container .row {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
    padding-right: 3px !important;
    padding-left: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .section-category-listing .product-row {
    margin-right: -15px !important;
    margin-left: -15px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .masterhead-product-actions .container .row {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .section-category-listing .product-row {
    margin-right: -15px !important;
    margin-left: -15px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .section-category-listing .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
      padding-right: 0px !important;
      padding-left: 0px !important; } }

@media (max-width: 575.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .section-category-listing .product-row {
    margin-right: 0px !important;
    margin-left: 0px !important; }
    .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-float_right .section-category-listing .product-row .col-lg-12.col-scroll-base .top-filter .right-pane {
      padding-right: 0px !important;
      padding-left: 0px !important; } }

.page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

@media (max-width: 1199.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-fixed_right .product-row {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media (max-width: 991.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
    padding-right: 5px !important; } }

@media (max-width: 767.98px) {
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-fixed_right .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
  padding-right: 0px !important; }

@media (min-width: 992px) {
  .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base {
    padding-left: 15px; }
    .page-category.product-categories-one-page.catalogue-filter-top.catalogue-cart-disable .product-row .col-lg-8.col-scroll-base .top-filter .right-pane {
      padding-right: 0px !important;
      padding-left: 0px !important; } }

@media (max-width: 991.98px) {
  .product-categories-one-page .section.section-featured.prod-featured .product.grid {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-top: 0;
    border-top: none !important;
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
    margin-bottom: 1.5625rem !important; }
    .product-categories-one-page .section.section-featured.prod-featured .product.grid .image {
      flex: 0 0 100%;
      max-width: 100%;
      height: auto; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .image img {
        height: 14.0625rem !important;
        max-height: none; }
    .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core h3 {
        height: 2.625rem;
        font-size: 1rem;
        overflow: hidden;
        padding-right: 0; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-list-info {
        display: none; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .price-list-view {
        display: none; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .list-tag {
        min-height: 1.8125rem !important; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .btn-primary, .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .list-account-menu li.active .btn, .list-account-menu li.active .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .btn {
        margin-top: 0.625rem; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .d-flex.justify-content-between, .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .payment-method .method div.justify-content-between, .payment-method .method .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info div.justify-content-between, .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .delivery-method .method div.justify-content-between, .delivery-method .method .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info div.justify-content-between, .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .checkout-cart .body .price, .checkout-cart .body .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .price,
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .checkout-cart .body .delivery, .checkout-cart .body .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .delivery, .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .checkout-cart .footer, .checkout-cart .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .footer {
        min-height: 1.8125rem;
        float: none !important; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .price {
        position: relative;
        right: 0;
        top: 0;
        font-size: 1.25em;
        float: none; }
        .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .price .product-info {
          order: 3; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .btn.btn-add-to-cart, .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .btn.btn-click-to-order {
        width: auto;
        display: block;
        margin-top: 0.625rem !important; }
      .product-categories-one-page .section.section-featured.prod-featured .product.grid .product-core .product-info .product-quantity-holder {
        display: block; } }

.top-filter .page-count {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .2px;
  opacity: .54;
  padding-top: 15px;
  display: block; }

.list-img-round .product.list .image {
  border-radius: 50%;
  box-shadow: none;
  background-color: #F5F5F5; }
  @media (max-width: 991px) {
    .list-img-round .product.list .image {
      border-radius: 0; } }
  .list-img-round .product.list .image .product-img {
    -o-object-fit: cover;
    object-fit: cover; }

.list-img-round .product.list .product-core {
  flex: 1;
  max-width: unset;
  padding-left: 25px;
  padding-right: 0; }

.product-list-2-small-image, .product-list-3-no-image {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .product-list-2-small-image .product.list, .product-list-3-no-image .product.list {
      margin-bottom: 20px; } }
  @media (max-width: 600px) {
    .product-list-2-small-image .product.list, .product-list-3-no-image .product.list {
      flex: 0 0 100% !important;
      max-width: 100% !important; } }
  .product-list-2-small-image .product.list .product-item, .product-list-3-no-image .product.list .product-item {
    position: relative; }
  .product-list-2-small-image .product.list .image, .product-list-3-no-image .product.list .image {
    max-width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 0; }
    @media (max-width: 600px) {
      .product-list-2-small-image .product.list .image, .product-list-3-no-image .product.list .image {
        height: auto !important;
        padding-bottom: 60% !important; } }
  .product-list-2-small-image .product.list .product-core, .product-list-3-no-image .product.list .product-core {
    flex: 1;
    padding: 0;
    position: relative; }
    @media (max-width: 600px) {
      .product-list-2-small-image .product.list .product-core .list-tag, .product-list-3-no-image .product.list .product-core .list-tag {
        min-height: unset; } }
    .product-list-2-small-image .product.list .product-core .price-list-view, .product-list-3-no-image .product.list .product-core .price-list-view {
      font-size: 16px;
      right: 245px;
      margin-top: -4px;
      position: absolute; }
      @media (max-width: 1199px) {
        .product-list-2-small-image .product.list .product-core .price-list-view, .product-list-3-no-image .product.list .product-core .price-list-view {
          right: 255px; } }
    .product-list-2-small-image .product.list .product-core .prod-desc, .product-list-3-no-image .product.list .product-core .prod-desc {
      margin: 0 !important; }
    .product-list-2-small-image .product.list .product-core h3, .product-list-3-no-image .product.list .product-core h3 {
      width: 100%;
      max-width: 100%;
      padding-right: 330px;
      font-weight: 500;
      line-height: 135%;
      margin: -2px 0 0 0; }
      @media (max-width: 1199px) {
        .product-list-2-small-image .product.list .product-core h3, .product-list-3-no-image .product.list .product-core h3 {
          padding-right: 345px; } }
      @media (max-width: 991px) {
        .product-list-2-small-image .product.list .product-core h3, .product-list-3-no-image .product.list .product-core h3 {
          padding: 0;
          margin: 0 0 6px 0; } }
      @media (max-width: 600px) {
        .product-list-2-small-image .product.list .product-core h3, .product-list-3-no-image .product.list .product-core h3 {
          height: auto !important;
          font-size: 16px; } }
  .product-list-2-small-image .product.list .product-list-info .prod-desc, .product-list-3-no-image .product.list .product-list-info .prod-desc {
    display: none; }
  .product-list-2-small-image .product.list .product-list-info .actions .btn, .product-list-3-no-image .product.list .product-list-info .actions .btn {
    min-width: 115px;
    font-weight: 400;
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 3px; }
  .product-list-2-small-image .product.list .product-list-info .btn-click-to-order, .product-list-3-no-image .product.list .product-list-info .btn-click-to-order {
    min-width: 115px;
    font-weight: 400;
    height: 34px;
    line-height: 32px;
    padding: 0 10px !important;
    margin-right: -10px;
    border-radius: 3px; }
  .product-list-2-small-image .product.list .product-quantity-wrapper, .product-list-3-no-image .product.list .product-quantity-wrapper {
    width: auto;
    max-width: 115px !important; }
    .product-list-2-small-image .product.list .product-quantity-wrapper .input-group, .product-list-3-no-image .product.list .product-quantity-wrapper .input-group {
      width: 105px !important;
      border-color: transparent;
      border-radius: 0 !important; }
      .product-list-2-small-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .bootstrap-touchspin-down, .product-list-3-no-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .bootstrap-touchspin-down {
        width: 22px;
        height: 22px;
        margin-top: 5px;
        color: #FFF !important;
        border-radius: 50% !important;
        border-color: #969696 !important;
        background: #969696; }
        .product-list-2-small-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .bootstrap-touchspin-down i, .product-list-3-no-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .bootstrap-touchspin-down i {
          font-weight: 600; }
      .product-list-2-small-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .bootstrap-touchspin-up, .product-list-3-no-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .bootstrap-touchspin-up {
        width: 22px;
        height: 22px;
        margin-top: 5px;
        color: #FFF !important;
        border-radius: 50% !important;
        border-color: #0c0c0c !important;
        background: #0c0c0c; }
        .product-list-2-small-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .bootstrap-touchspin-up i, .product-list-3-no-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .bootstrap-touchspin-up i {
          font-weight: 600; }
      .product-list-2-small-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .form-control.product-quantity, .product-list-2-small-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .select2-container .product-quantity.selection, .select2-container .product-list-2-small-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .product-quantity.selection, .product-list-3-no-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .form-control.product-quantity, .product-list-3-no-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .select2-container .product-quantity.selection, .select2-container .product-list-3-no-image .product.list .product-quantity-wrapper .input-group.bootstrap-touchspin .product-quantity.selection {
        width: 40px !important;
        max-width: 40px !important;
        min-height: 34px;
        padding: 0 5px;
        text-align: center;
        border-radius: 0 !important;
        border: 1px solid #d8d8d8;
        background: #FFF; }
  .product-list-2-small-image .product.list .add-to-cart-form, .product-list-3-no-image .product.list .add-to-cart-form {
    width: 220px;
    top: -11px;
    right: 15px;
    position: absolute; }
    @media (max-width: 1199px) {
      .product-list-2-small-image .product.list .add-to-cart-form, .product-list-3-no-image .product.list .add-to-cart-form {
        width: 240px; } }
    @media (max-width: 991px) {
      .product-list-2-small-image .product.list .add-to-cart-form, .product-list-3-no-image .product.list .add-to-cart-form {
        width: 100%;
        top: unset;
        right: unset;
        position: relative; } }
    @media (max-width: 991px) {
      .product-list-2-small-image .product.list .add-to-cart-form .btn.btn-primary, .product-list-2-small-image .product.list .add-to-cart-form .list-account-menu li.active .btn, .list-account-menu li.active .product-list-2-small-image .product.list .add-to-cart-form .btn, .product-list-3-no-image .product.list .add-to-cart-form .btn.btn-primary, .product-list-3-no-image .product.list .add-to-cart-form .list-account-menu li.active .btn, .list-account-menu li.active .product-list-3-no-image .product.list .add-to-cart-form .btn {
        font-weight: 400;
        height: 34px;
        line-height: 32px;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 3px !important; } }
  .product-list-2-small-image .product.list .prod-list-control, .product-list-3-no-image .product.list .prod-list-control {
    height: 34px;
    margin: 0 5px; }
  .product-list-2-small-image .product.list .prod-list-control-btn, .product-list-3-no-image .product.list .prod-list-control-btn {
    padding: 0 !important;
    margin: 0 !important; }
  .product-list-2-small-image .product.list .prod-list-control-btn-order, .product-list-3-no-image .product.list .prod-list-control-btn-order {
    padding: 0 !important;
    margin: 0 -10px 0 0 !important; }
    @media (max-width: 1199px) {
      .product-list-2-small-image .product.list .prod-list-control-btn-order, .product-list-3-no-image .product.list .prod-list-control-btn-order {
        margin: 0 !important; } }
    .product-list-2-small-image .product.list .prod-list-control-btn-order .btn-click-to-order, .product-list-3-no-image .product.list .prod-list-control-btn-order .btn-click-to-order {
      float: right;
      margin-right: 0; }

.product-list-2-small-image .product.list .add-to-cart-form {
  top: 19px;
  line-height: 0; }
  @media (max-width: 991px) {
    .product-list-2-small-image .product.list .add-to-cart-form {
      top: unset;
      line-height: inherit; } }

.product-list-2-small-image .product.list .product-core {
  display: flex;
  flex-wrap: wrap;
  align-content: center; }
  @media (max-width: 991px) {
    .product-list-2-small-image .product.list .product-core {
      display: block;
      flex-wrap: unset;
      align-content: unset; } }
  .product-list-2-small-image .product.list .product-core .price-list-view {
    margin-top: 39px;
    line-height: 0; }
  .product-list-2-small-image .product.list .product-core h3 {
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; }

.product-list-2-small-image .list .image .checkbox-icon-favorites {
  top: 6px;
  left: unset;
  right: 6px; }
  .product-list-2-small-image .list .image .checkbox-icon-favorites > label input[type="checkbox"] + .checkbox-text {
    font-size: 16px; }

.product-list-3-no-image .product.list {
  min-height: 34px; }
  .product-list-3-no-image .product.list .product-item {
    padding-left: 5px;
    position: relative; }
    @media (max-width: 1199px) {
      .product-list-3-no-image .product.list .product-item {
        padding-left: 0; } }
  .product-list-3-no-image .product.list .image {
    display: none; }
  .product-list-3-no-image .product.list .product-core {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (max-width: 600px) {
      .product-list-3-no-image .product.list .product-core h3 {
        height: auto;
        font-size: 16px;
        margin-bottom: 2px; } }

.product-list-4-2-column {
  margin-left: -10px;
  margin-right: -10px; }
  .product-list-4-2-column.list-img-round .product.list .image {
    border-radius: 50%; }
  .product-list-4-2-column .product.list {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .product-list-4-2-column .product.list {
        flex: 0 0 50% !important;
        max-width: 50% !important; } }
    @media (max-width: 767px) {
      .product-list-4-2-column .product.list {
        flex: 0 0 100% !important;
        max-width: 100% !important; } }
    .product-list-4-2-column .product.list .product-item {
      min-height: 195px;
      padding: 15px;
      border-radius: 2px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      background: #F5F5F5; }
      @media (max-width: 767px) {
        .product-list-4-2-column .product.list .product-item {
          min-height: 120px; } }
    .product-list-4-2-column .product.list .image {
      flex: 0 0 80px;
      max-width: unset;
      height: 80px !important;
      border-radius: 2px;
      margin-bottom: 0 !important;
      box-shadow: none !important; }
      @media (max-width: 991px) {
        .product-list-4-2-column .product.list .image {
          flex: 0 0 65px !important;
          height: 65px !important; } }
      @media (max-width: 767px) {
        .product-list-4-2-column .product.list .image {
          flex: 0 0 85px !important;
          height: 85px !important; } }
      @media (max-width: 600px) {
        .product-list-4-2-column .product.list .image {
          flex: 0 0 80px !important;
          height: 80px !important; } }
      @media (max-width: 500px) {
        .product-list-4-2-column .product.list .image {
          flex: 0 0 100% !important;
          height: 200px !important; } }
      .product-list-4-2-column .product.list .image .product-img, .product-list-4-2-column .product.list .image .noimage {
        border-radius: 0;
        background-color: #FFF; }
    @media (max-width: 991px) {
      .product-list-4-2-column .product.list .product-info {
        display: none !important; } }
    .product-list-4-2-column .product.list .product-list-info {
      margin-top: 0;
      display: block !important; }
      @media (max-width: 1199px) {
        .product-list-4-2-column .product.list .product-list-info .row-attr > [class*="col-"] {
          padding: 0 0 0 10px !important;
          margin: 3px 0 !important;
          background: transparent; } }
      @media (max-width: 767px) {
        .product-list-4-2-column .product.list .product-list-info .row-attr > [class*="col-"] {
          padding: 0 10px 0 0  !important; } }
      .product-list-4-2-column .product.list .product-list-info .prod-desc {
        display: block !important;
        margin: 0 !important; }
      @media (max-width: 991px) {
        .product-list-4-2-column .product.list .product-list-info .actions .btn {
          font-weight: 400;
          height: 34px !important;
          line-height: 32px !important;
          font-size: 12px !important;
          padding: 0 15px !important;
          border-radius: 3px !important; } }
      @media (max-width: 991px) {
        .product-list-4-2-column .product.list .product-list-info .btn.btn-click-to-order {
          width: auto;
          display: inline-block !important;
          font-weight: 400;
          height: 34px !important;
          line-height: 32px !important;
          font-size: 12px !important;
          padding: 0 15px !important;
          border-radius: 3px !important; } }
    .product-list-4-2-column .product.list .product-core {
      flex: 1 !important;
      max-width: unset !important;
      padding: 0 0 0 15px !important; }
      @media (max-width: 767px) {
        .product-list-4-2-column .product.list .product-core {
          flex: 1;
          max-width: unset; } }
      @media (max-width: 500px) {
        .product-list-4-2-column .product.list .product-core {
          padding: 15px 0 0 0 !important;
          flex: 0 0 100% !important; } }
      @media (max-width: 991px) {
        .product-list-4-2-column .product.list .product-core .list-tag {
          min-height: unset; } }
      .product-list-4-2-column .product.list .product-core h3 {
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        padding-right: 75px;
        line-height: 130%;
        margin-top: -5px;
        -webkit-line-clamp: 2;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; }
        @media (max-width: 991px) {
          .product-list-4-2-column .product.list .product-core h3 {
            height: auto !important;
            font-weight: 500; } }
      .product-list-4-2-column .product.list .product-core .price {
        font-size: 15px;
        font-weight: 400;
        right: 0;
        top: 3px;
        position: absolute; }
        @media (max-width: 991px) {
          .product-list-4-2-column .product.list .product-core .price {
            top: -5px;
            display: block; } }
        @media (max-width: 500px) {
          .product-list-4-2-column .product.list .product-core .price {
            top: 10px; } }
      .product-list-4-2-column .product.list .product-core p {
        font-size: 13px;
        font-weight: 400;
        line-height: 155%;
        -webkit-line-clamp: 2;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; }
    .product-list-4-2-column .product.list .add-to-cart-form {
      padding-top: 10px;
      z-index: 2;
      bottom: 0;
      right: 0;
      position: absolute; }
      .product-list-4-2-column .product.list .add-to-cart-form .prod-list-control-btn-order {
        bottom: 5px;
        position: relative; }
        @media (max-width: 767px) {
          .product-list-4-2-column .product.list .add-to-cart-form .prod-list-control-btn-order {
            left: unset;
            bottom: unset; } }
      @media (max-width: 767px) {
        .product-list-4-2-column .product.list .add-to-cart-form {
          bottom: unset;
          position: relative; } }
      .product-list-4-2-column .product.list .add-to-cart-form .product-quantity-wrapper {
        width: 112px; }
        @media (max-width: 991px) {
          .product-list-4-2-column .product.list .add-to-cart-form .product-quantity-wrapper {
            flex: 0 0 112px !important;
            max-width: unset !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin: 4px 5px 4px -5px !important;
            overflow: hidden;
            background: #FFF; } }
        .product-list-4-2-column .product.list .add-to-cart-form .product-quantity-wrapper .product-quantity {
          max-width: 40px;
          min-height: 34px !important;
          padding: 0 5px !important;
          text-align: center; }
        .product-list-4-2-column .product.list .add-to-cart-form .product-quantity-wrapper .input-group {
          border-radius: 3px !important; }
      .product-list-4-2-column .product.list .add-to-cart-form .prod-list-control-btn {
        margin-left: 0 !important; }
        @media (max-width: 991px) {
          .product-list-4-2-column .product.list .add-to-cart-form .prod-list-control-btn {
            width: auto !important;
            flex: initial !important;
            max-width: unset !important; } }
      .product-list-4-2-column .product.list .add-to-cart-form .btn.btn-primary, .product-list-4-2-column .product.list .add-to-cart-form .list-account-menu li.active .btn, .list-account-menu li.active .product-list-4-2-column .product.list .add-to-cart-form .btn {
        width: auto !important;
        font-weight: 400;
        height: 34px !important;
        line-height: 32px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-radius: 3px !important; }
  .product-list-4-2-column .list .image .checkbox-icon-favorites {
    top: 6px;
    left: unset;
    right: 6px; }
    .product-list-4-2-column .list .image .checkbox-icon-favorites > label input[type="checkbox"] + .checkbox-text {
      font-size: 16px; }

@media (max-width: 1199.98px) {
  .sub-category-row {
    margin-left: 0;
    margin-right: 0; } }

.sidebar .aside-title {
  border-bottom: 2px solid #dee2e6; }
  .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: #50133D; }

.sidebar .filter-toggle {
  display: none !important; }

.sidebar .panel {
  margin-bottom: 1.875rem; }
  .sidebar .panel .panel-title {
    font-size: 16px;
    line-height: 100%;
    padding-top: 4px;
    font-weight: 700;
    margin-bottom: 1.25rem; }
    .sidebar .panel .panel-title::after {
      display: block;
      clear: both;
      content: ""; }
    .sidebar .panel .panel-title .reset {
      font-size: 0.75em;
      color: #444;
      float: right;
      line-height: 95%;
      cursor: pointer;
      background: transparent;
      border: 0;
      outline: 0; }
      .sidebar .panel .panel-title .reset:hover {
        color: #000; }
      .sidebar .panel .panel-title .reset:active {
        color: #ffc107; }
  .sidebar .panel .panel-body {
    padding-top: 6px; }
  .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: "Montserrat", sans-serif;
    font-size: 12px;
    padding: 0 0 0.125rem 0;
    color: #666;
    letter-spacing: .3px; }

@media (max-width: 1199.98px) {
  .section-category-listing .sidebar .filter-toggle {
    margin-bottom: 0.625rem !important; } }

@media (max-width: 1199.98px) {
  .section-category-listing .sidebar .form-filter-wrap-category .panel-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .section-category-listing .sidebar .form-filter-wrap-category .panel-title span {
      opacity: 0;
      color: #fff; } }

@media (max-width: 1199.98px) {
  .sidebar .filter-toggle {
    font-size: 16px;
    font-weight: 600; }
  .page-news .sidebar .form-filter-wrap .panel-title, .page-news-category .sidebar .form-filter-wrap .panel-title {
    display: none; } }

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

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

.location-card {
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .location-card.disable-btns .location-actions {
    display: none; }
  .location-card .location-details {
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: .3px;
    display: flex;
    flex: 1;
    align-items: flex-start;
    flex-direction: row;
    padding-right: 15px;
    justify-content: flex-start; }
    .location-card .location-details .location-name {
      font-size: 17px;
      font-weight: 600;
      color: #141414;
      padding: 0;
      margin: 0 0 12px 0;
      text-overflow: ellipsis;
      overflow: hidden; }
    .location-card .location-details .store-location {
      display: flex;
      flex: 2;
      flex-direction: column;
      white-space: nowrap;
      max-width: 100%; }
    .location-card .location-details .opening-hours {
      min-width: 280px;
      display: flex;
      flex: 1;
      justify-content: flex-start; }
    .location-card .location-details .location-address, .location-card .location-details .location-phone {
      font-size: 13px;
      font-weight: 500;
      line-height: 150%;
      color: #696969;
      padding: 0;
      margin: 0; }
    .location-card .location-details .location-phone {
      padding-top: 5px; }
  .location-card .location-actions {
    padding-left: 20px;
    border-left: 1px solid #e5e5e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }

.card-map-left.disable-map .card-thumbnail {
  display: none; }

.card-map-left .card-content {
  display: flex; }

.card-map-left .card-thumbnail {
  width: 160px;
  position: relative;
  background: #DADADA; }
  .card-map-left .card-thumbnail img {
    width: 160px;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .card-map-left .card-thumbnail .no-photo {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important; }

.card-map-left .card-body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
  padding: 16px 20px 20px 20px; }

.card-map-top.disable-map .card-thumbnail {
  display: none; }

.card-map-top .card-content {
  height: auto;
  display: flex;
  flex-direction: column; }

.card-map-top .card-thumbnail {
  width: 100%;
  position: relative;
  background: #DADADA; }
  .card-map-top .card-thumbnail img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block; }
  .card-map-top .card-thumbnail .no-photo {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important; }

.card-map-top .card-body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
  padding: 16px 20px 20px 20px; }

.btn-location-delivery, .btn-location-pickup {
  min-width: 180px;
  height: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 5px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  background-color: #000;
  transition: all .6s ease; }

.card-list-view .location-details .opening-hours {
  min-width: 290px;
  font-size: 12px;
  font-weight: 700;
  align-items: flex-start;
  justify-content: flex-end; }

.card-list-view .location-actions .btn + .btn {
  margin-top: 10px; }

.card-list-split-view .card-thumbnail {
  width: 200px;
  background: #DADADA; }
  .card-list-split-view .card-thumbnail img {
    width: 100%;
    border-right: 1px solid rgba(221, 221, 221, 0.5); }

.card-list-split-view .card-body {
  flex-direction: column; }

.card-list-split-view .location-details {
  flex-direction: column;
  padding-right: 0; }
  .card-list-split-view .location-details .location-name {
    font-size: 14px;
    margin-bottom: 5px; }
  .card-list-split-view .location-details .location-address, .card-list-split-view .location-details .location-phone {
    font-size: 12px; }
  .card-list-split-view .location-details .location-phone {
    padding-top: 0; }
  .card-list-split-view .location-details .opening-hours {
    padding-top: 2px; }

.card-list-split-view .location-actions {
  padding-top: 12px;
  padding-left: 0;
  border-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.card-list-split-view .btn-location-delivery, .card-list-split-view .btn-location-pickup {
  width: auto;
  min-width: unset;
  height: 30px;
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 3px; }

.card-list-split-view .btn-location-delivery {
  margin-right: 10px; }

.card-list-modern-split-view {
  border-radius: 16px; }
  .card-list-modern-split-view.disable-map .card-body {
    padding: 0 5px 5px 5px; }
  .card-list-modern-split-view .card-content {
    padding: 12px; }
  .card-list-modern-split-view .card-thumbnail {
    width: 200px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(221, 221, 221, 0.6); }
    .card-list-modern-split-view .card-thumbnail img {
      width: 100%; }
  .card-list-modern-split-view .card-body {
    padding: 0 0 0 20px;
    flex-direction: column; }
  .card-list-modern-split-view .location-details {
    flex-direction: column;
    padding-right: 0; }
    .card-list-modern-split-view .location-details .location-name {
      font-size: 15px;
      margin-bottom: 8px;
      line-height: 150%; }
    .card-list-modern-split-view .location-details .location-address, .card-list-modern-split-view .location-details .location-phone {
      font-size: 12px; }
    .card-list-modern-split-view .location-details .location-phone {
      padding-top: 0; }
    .card-list-modern-split-view .location-details .opening-hours {
      width: 100%;
      padding-top: 5px;
      justify-content: flex-start; }
  .card-list-modern-split-view .location-actions {
    padding-top: 10px;
    padding-left: 0;
    border-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .card-list-modern-split-view .btn-location-delivery, .card-list-modern-split-view .btn-location-pickup {
    min-width: 120px;
    height: 35px;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0 30px;
    border-radius: 20px; }
  .card-list-modern-split-view .btn-location-delivery {
    margin-right: 10px; }

.card-grid-view.disable-map .card-body {
  padding-top: 12px; }

.card-grid-view .card-content {
  padding: 0; }

.card-grid-view .card-body {
  padding: 20px;
  flex-direction: column; }

.card-grid-view .location-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 0; }
  .card-grid-view .location-details .location-name {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 140%; }
  .card-grid-view .location-details .location-phone {
    padding-top: 2px; }
  .card-grid-view .location-details .opening-hours {
    padding-top: 4px;
    justify-content: flex-start; }

.card-grid-view .location-actions {
  padding: 16px 0 0 0;
  border: 0;
  flex-direction: row;
  justify-content: space-between; }

.card-grid-view .btn-location-delivery, .card-grid-view .btn-location-pickup {
  min-width: 145px;
  height: 38px;
  font-size: 12px;
  padding: 0 30px;
  border-radius: 3px;
  letter-spacing: 1.5px; }

.card-grid-view-modern {
  border-radius: 16px; }
  .card-grid-view-modern .card-content {
    padding: 12px 12px 20px 12px; }
  .card-grid-view-modern .card-thumbnail {
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden; }
    .card-grid-view-modern .card-thumbnail img {
      width: 100%; }
  .card-grid-view-modern .card-body {
    padding: 0;
    flex-direction: column; }
  .card-grid-view-modern .location-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 0; }
    .card-grid-view-modern .location-details .location-name {
      font-size: 16px;
      margin-bottom: 8px;
      line-height: 140%; }
    .card-grid-view-modern .location-details .location-phone {
      padding-top: 2px; }
    .card-grid-view-modern .location-details .opening-hours {
      padding-top: 5px;
      justify-content: flex-start; }
  .card-grid-view-modern .location-actions {
    padding: 16px 0 0 0;
    border: 0;
    flex-direction: row;
    justify-content: space-between; }
  .card-grid-view-modern .btn-location-delivery, .card-grid-view-modern .btn-location-pickup {
    min-width: 145px;
    height: 38px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 30px;
    border-radius: 20px; }

.card-shadow-left:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #777;
  background: #777; }

.card-shadow-right:after {
  content: "";
  width: 50%;
  max-width: 300px;
  top: 80%;
  right: 10px;
  bottom: 15px;
  left: auto;
  position: absolute;
  z-index: -1;
  box-shadow: 0 15px 10px #777;
  transform: rotate(3deg);
  background: #777; }

.opening-hours {
  font-size: 12px;
  font-weight: 700; }
  .opening-hours strong {
    font-weight: 700; }
  .opening-hours .opening-hours-expander {
    font-size: 12px;
    font-weight: 500; }
  .opening-hours .opening-hours-more-info table {
    font-weight: 500;
    font-size: 11px;
    line-height: 140%; }

@media (max-width: 1199px) {
  .card-map-top.card-grid-view .label-hours, .card-map-top.card-grid-view-modern .label-hours {
    display: none; }
  .card-map-top.card-grid-view .location-actions, .card-map-top.card-grid-view-modern .location-actions {
    display: flex;
    flex-direction: column; }
    .card-map-top.card-grid-view .location-actions .btn, .card-map-top.card-grid-view-modern .location-actions .btn {
      width: 100%; }
      .card-map-top.card-grid-view .location-actions .btn + .btn, .card-map-top.card-grid-view-modern .location-actions .btn + .btn {
        margin-top: 8px; } }

@media (max-width: 992px) {
  .card-list-view .location-name {
    margin-bottom: 6px; }
  .card-list-view .location-details {
    flex-direction: column; }
    .card-list-view .location-details .opening-hours {
      padding-top: 2px;
      justify-content: flex-start; } }

@media (max-width: 767px) {
  .card-list-view .card-thumbnail {
    display: none; }
  .card-list-view .btn-location-delivery, .card-list-view .btn-location-pickup {
    min-width: 160px; }
  .card-list-split-view .location-details .opening-hours .label-hours {
    display: none; }
  .card-map-top.card-grid-view .label-hours, .card-map-top.card-grid-view-modern .label-hours {
    display: block; }
  .card-map-top.card-grid-view .card-thumbnail img, .card-map-top.card-grid-view-modern .card-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover; }
  .card-map-top.card-grid-view .location-actions, .card-map-top.card-grid-view-modern .location-actions {
    flex-direction: row; }
    .card-map-top.card-grid-view .location-actions .btn + .btn, .card-map-top.card-grid-view-modern .location-actions .btn + .btn {
      margin-top: 0;
      margin-left: 10px; } }

@media (max-width: 750px) {
  .card-map-left .card-body {
    flex-direction: column; }
  .card-list-view .location-actions {
    padding-top: 10px;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-left: 0; }
    .card-list-view .location-actions .btn + .btn {
      margin-top: 0;
      margin-left: 10px; } }

@media (max-width: 425px) {
  .card-list-modern-split-view .card-content {
    padding: 15px 20px 20px 20px; }
  .card-list-modern-split-view .card-body {
    padding-left: 0; }
  .card-list-modern-split-view .card-thumbnail {
    display: none; } }

@media (max-width: 400px) {
  .card-list-view .location-actions {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start; }
    .card-list-view .location-actions .btn + .btn {
      margin-top: 10px;
      margin-left: 0; }
  .card-list-split-view .card-thumbnail {
    display: none; } }

@media (max-width: 375px) {
  .card-map-top.card-grid-view .location-actions, .card-map-top.card-grid-view-modern .location-actions {
    display: flex;
    flex-direction: column; }
    .card-map-top.card-grid-view .location-actions .btn, .card-map-top.card-grid-view-modern .location-actions .btn {
      width: 100%; }
      .card-map-top.card-grid-view .location-actions .btn + .btn, .card-map-top.card-grid-view-modern .location-actions .btn + .btn {
        margin-top: 8px;
        margin-left: 0; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../default/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: #50133D;
  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: 2.75rem; }
  .slider.slider-main .item .slide-copy p {
    margin-bottom: 0; }
  .slider.slider-main .item .container.container-plain {
    -ms-grid-row-align: flex-end;
    align-self: flex-end; }
    .slider.slider-main .item .container.container-plain .slide-content {
      padding: 0rem 0rem;
      background-color: transparent;
      text-align: center;
      margin: auto;
      margin-bottom: 1.25rem; }
  @media (max-width: 991.98px) {
    .slider.slider-main .item {
      height: 21.25rem;
      max-height: 21.25rem; } }
  @media (max-width: 767.98px) {
    .slider.slider-main .item {
      height: 18.75rem;
      max-height: 18.75rem; }
      .slider.slider-main .item .slide-title-sm {
        font-size: 1.0625rem; }
      .slider.slider-main .item .slide-title {
        font-size: 1.1875rem;
        margin-bottom: 0 !important; }
      .slider.slider-main .item .slide-content {
        margin-bottom: 0 !important;
        padding: 5px 5px 0; }
      .slider.slider-main .item .btn.btn-lg, .slider.slider-main .item .btn-group-lg > .btn, .slider.slider-main .item .btn {
        font-size: 0.875em;
        padding: 0.25rem 0.75rem; } }
  @media (max-width: 885px) {
    .slider.slider-main .item {
      height: 20.625rem;
      max-height: 20.625rem; }
      .slider.slider-main .item .slide-content .slide-copy p {
        font-size: 0.875rem; } }
  @media (max-width: 745px) {
    .slider.slider-main .item {
      height: 15.9375rem;
      max-height: 15.9375rem; } }
  @media (max-width: 575.98px) {
    .slider.slider-main .item {
      height: 15.625rem;
      max-height: 15.625rem; } }

.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: 600;
  position: relative;
  padding: 5em 0; }
  .slider .item .slide-title {
    font-weight: 600;
    font-size: 4.375rem; }
  .slider .item .t-script {
    font-size: 2.25em; }
  .slider .item .slide-content {
    font-weight: 600;
    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: #50133D; }
  .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: #50133D; }
  .slider-products .product {
    padding: 0 10px;
    width: 25%;
    float: left; }
    .slider-products .product .image {
      margin-top: 2px; }
    .slider-products .product .badge-wrap {
      margin: 0 8px; }
  .slider-products .slick-next {
    right: -30px; }
  .slider-products .slick-prev {
    left: -30px; }

.modal-content .slider-products .image {
  padding: 0 0 100% 0;
  border: none; }

.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: #50133D;
      border: 3px solid rgba(255, 255, 255, 0.3); }

.slider-texts {
  padding-bottom: 1.25rem; }
  .slider-texts .slick-dots {
    bottom: -1.5625rem; }

.page-product .product-single {
  margin-bottom: 0;
  padding-bottom: 100%;
  border: none;
  box-shadow: 0 0 0 1px #e9eaea; }
  .page-product .product-single .slider-single {
    min-height: 443px; }
    .page-product .product-single .slider-single.img-cover .item img {
      -o-object-fit: cover;
      object-fit: cover; }
    .page-product .product-single .slider-single .item img {
      height: 443px; }
    .page-product .product-single .slider-single .slides.slick-initialized .slick-slide {
      width: 100%;
      height: 100%;
      min-height: unset;
      position: absolute;
      padding: 0;
      top: 0;
      bottom: 0;
      -o-object-fit: scale-down;
      object-fit: scale-down;
      -o-object-position: center;
      object-position: center; }

.page-product .slider-products .product .image {
  position: relative;
  padding: 0;
  padding-bottom: 100%;
  margin-bottom: 6px; }

.page-product .slider-single-nav.img-cover .item img {
  -o-object-fit: cover;
  object-fit: cover; }

.page-product .slider-single-nav .slick-track {
  padding: 1px 0; }

.page-product .slider-single-nav .item {
  min-height: 81px;
  padding: 0;
  border: none;
  box-shadow: 0 0 0 1px #eaeaea; }
  .page-product .slider-single-nav .item img {
    width: 100%;
    height: 100%;
    min-height: unset;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center; }

.top-filter {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -5px;
  margin-bottom: 0.9375rem; }
  .top-filter::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .top-filter {
      display: block; } }
  .top-filter .left-pane,
  .top-filter .right-pane {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .top-filter .left-pane,
      .top-filter .right-pane {
        flex: 0 0 50%;
        max-width: 50%; } }
  @media (max-width: 991.98px) {
    .top-filter {
      margin-right: 0px !important;
      margin-left: 0px !important; }
      .top-filter .right-pane {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-right: 0 !important;
        margin-left: 0 !important; } }
  .top-filter .right-pane {
    text-align: right; }
    .top-filter .right-pane .form-select2 .select2-container .selection {
      font-size: 12px !important; }
      .top-filter .right-pane .form-select2 .select2-container .selection .select2-selection__rendered {
        font-size: 12px !important; }
    .top-filter .right-pane .select-group form {
      display: flex; }
      .top-filter .right-pane .select-group form .toggle-nav-category-menu {
        display: none;
        border: 1px solid #dee2e6; }
        @media (min-width: 768px) {
          .top-filter .right-pane .select-group form .toggle-nav-category-menu {
            border: 0;
            padding: 6px 0;
            height: auto;
            width: 38px;
            float: none;
            margin-top: auto;
            line-height: 0;
            margin-bottom: auto;
            margin-right: 4px !important; } }
        @media (max-width: 767.98px) {
          .top-filter .right-pane .select-group form .toggle-nav-category-menu {
            display: block;
            height: 40px;
            padding: 5px 0; } }
        .top-filter .right-pane .select-group form .toggle-nav-category-menu.btn-primary, .top-filter .right-pane .select-group form .list-account-menu li.active .toggle-nav-category-menu.btn, .list-account-menu li.active .top-filter .right-pane .select-group form .toggle-nav-category-menu.btn {
          display: block;
          border: 0;
          padding: 15px 10px;
          height: auto;
          width: auto;
          float: none;
          margin-top: auto;
          line-height: 0;
          margin-bottom: auto;
          margin-right: 5px !important;
          font-size: 12px;
          color: #fff;
          border-radius: 2px; }
          @media (max-width: 767.98px) {
            .top-filter .right-pane .select-group form .toggle-nav-category-menu.btn-primary, .top-filter .right-pane .select-group form .list-account-menu li.active .toggle-nav-category-menu.btn, .list-account-menu li.active .top-filter .right-pane .select-group form .toggle-nav-category-menu.btn {
              display: none !important; } }
      .top-filter .right-pane .select-group form .form-select2 {
        margin-top: auto;
        margin-bottom: auto; }
        @media (max-width: 991.98px) {
          .top-filter .right-pane .select-group form .form-select2.form-select2-sm .select2-container .selection .select2-selection {
            min-height: 25px;
            padding: 6px 5px; } }
        @media (max-width: 767.98px) {
          .top-filter .right-pane .select-group form .form-select2 {
            flex-grow: 1; } }
  .top-filter:not(.top-filter-top) {
    margin-right: 0 !important;
    margin-left: 0 !important; }
    .top-filter:not(.top-filter-top) .left-pane, .top-filter:not(.top-filter-top) .right-pane {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .top-filter:not(.top-filter-top) .right-pane {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .top-filter:not(.top-filter-top) .sort .select-group {
      margin-right: -4px;
      margin-left: -4px; }
  .top-filter .sort label {
    white-space: nowrap; }
  .top-filter .sort .select-group form {
    padding-right: 4px;
    padding-left: 4px; }
    .top-filter .sort .select-group form .select2-container {
      border: 1px solid #dee2e6;
      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 {
          padding-right: 26px; }
  @media (max-width: 991.98px) {
    .top-filter .sort .select-group {
      margin-right: -9px;
      margin-left: -9px; } }
  @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 100%;
        max-width: 100%; }
        .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; } }
  .top-filter.top-filter-top, .top-filter.top-filter-float_left, .top-filter.top-filter-fixed_left, .top-filter.top-filter-disable {
    justify-content: space-between !important; }
    .top-filter.top-filter-top .left-pane, .top-filter.top-filter-top .right-pane, .top-filter.top-filter-float_left .left-pane, .top-filter.top-filter-float_left .right-pane, .top-filter.top-filter-fixed_left .left-pane, .top-filter.top-filter-fixed_left .right-pane, .top-filter.top-filter-disable .left-pane, .top-filter.top-filter-disable .right-pane {
      flex: auto;
      width: auto;
      max-width: -webkit-min-content;
      max-width: -moz-min-content;
      max-width: min-content; }
      .top-filter.top-filter-top .left-pane.left-pane-auto, .top-filter.top-filter-top .right-pane.left-pane-auto, .top-filter.top-filter-float_left .left-pane.left-pane-auto, .top-filter.top-filter-float_left .right-pane.left-pane-auto, .top-filter.top-filter-fixed_left .left-pane.left-pane-auto, .top-filter.top-filter-fixed_left .right-pane.left-pane-auto, .top-filter.top-filter-disable .left-pane.left-pane-auto, .top-filter.top-filter-disable .right-pane.left-pane-auto {
        max-width: none; }
      @media (max-width: 991.98px) {
        .top-filter.top-filter-top .left-pane, .top-filter.top-filter-top .right-pane, .top-filter.top-filter-float_left .left-pane, .top-filter.top-filter-float_left .right-pane, .top-filter.top-filter-fixed_left .left-pane, .top-filter.top-filter-fixed_left .right-pane, .top-filter.top-filter-disable .left-pane, .top-filter.top-filter-disable .right-pane {
          max-width: none; } }
    .top-filter.top-filter-top .left-pane .form-filter, .top-filter.top-filter-float_left .left-pane .form-filter, .top-filter.top-filter-fixed_left .left-pane .form-filter, .top-filter.top-filter-disable .left-pane .form-filter {
      margin-top: 0 !important;
      padding-top: 0.625rem;
      white-space: nowrap; }
    @media (max-width: 991.98px) {
      .top-filter.top-filter-top .left-pane, .top-filter.top-filter-float_left .left-pane, .top-filter.top-filter-fixed_left .left-pane, .top-filter.top-filter-disable .left-pane {
        padding-right: 0px !important;
        padding-left: 0px !important; } }
    .top-filter.top-filter-top .right-pane, .top-filter.top-filter-float_left .right-pane, .top-filter.top-filter-fixed_left .right-pane, .top-filter.top-filter-disable .right-pane {
      padding-left: 0 !important;
      margin-left: auto;
      padding-right: 10px !important;
      padding-left: 10px !important; }
      .top-filter.top-filter-top .right-pane form, .top-filter.top-filter-float_left .right-pane form, .top-filter.top-filter-fixed_left .right-pane form, .top-filter.top-filter-disable .right-pane form {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin-right: 0; }
      @media (max-width: 991.98px) {
        .top-filter.top-filter-top .right-pane, .top-filter.top-filter-float_left .right-pane, .top-filter.top-filter-fixed_left .right-pane, .top-filter.top-filter-disable .right-pane {
          padding-right: 10px !important;
          padding-left: 10px !important; }
          .top-filter.top-filter-top .right-pane .select-group, .top-filter.top-filter-float_left .right-pane .select-group, .top-filter.top-filter-fixed_left .right-pane .select-group, .top-filter.top-filter-disable .right-pane .select-group {
            justify-content: flex-end !important; } }
    @media (max-width: 767.98px) {
      .top-filter.top-filter-top, .top-filter.top-filter-float_left, .top-filter.top-filter-fixed_left, .top-filter.top-filter-disable {
        padding-right: 0px !important;
        padding-left: 0px !important; } }

.toggle-view-btn {
  font-size: 1.125em;
  margin-right: 0.625em;
  color: #495057;
  opacity: .5; }
  .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; }
  .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; }

.category-tree-filter .form-filter-wrap-category .toggle-expand {
  display: none;
  margin-left: auto;
  padding: 0.1875rem 0.3125rem; }

.category-tree-filter .form-filter-wrap-category .custom-control-wrap .custom-control {
  display: flex; }

.category-tree-filter .form-filter-wrap-category .category-tree {
  display: none;
  transition: max-height .3s ease-in-out,margin-bottom .1s .2s; }
  .category-tree-filter .form-filter-wrap-category .category-tree.active {
    display: block; }

.category-tree-filter .custom-checkbox .custom-control-indicator {
  min-width: 1.1875rem; }

@media (max-width: 991.98px) {
  .product-categories-one-page .top-filter .right-pane {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .product-categories-one-page .top-filter.top-filter-top .right-pane {
    padding-left: 0px !important;
    padding-right: 5px !important; } }

@media (max-width: 767.98px) {
  .product-categories-one-page .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.sort .select2-container {
  min-width: 150px !important; }

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

.tax-exempt {
  top: 17px;
  right: 20px;
  position: absolute; }
  .tax-exempt:before {
    content: "";
    width: 20px;
    height: 20px;
    margin: 1px 0 0 -26px;
    float: left;
    display: inline-block;
    position: absolute;
    background: url(../../../default/assets/images/icon-check.svg) no-repeat center center;
    background-size: 100%; }

.address-wrap {
  padding: 1.125rem 1.25rem;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  position: relative; }
  .address-wrap address {
    margin-bottom: 0rem; }
  .address-wrap .title {
    font-weight: 300;
    font-size: 1.5rem;
    color: #50133D;
    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 {
  height: auto;
  position: absolute;
  z-index: 10;
  text-align: center;
  overflow: visible;
  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.83); }

iframe {
  max-width: 100%; }

.grecaptcha-badge {
  height: 49px; }

[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: 600;
    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; }

@media (max-width: 767.98px) {
  .google-review-float {
    display: none !important; }
  .page-home .google-review-float {
    display: block !important; } }

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

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

@keyframes spinerloader {
  to {
    -webkit-transform: rotate(360deg); } }

.spinner-loader {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spinerloader 1s ease-in-out infinite;
  -webkit-animation: spinerloader 1s ease-in-out infinite; }

.loading-loader, .loading-loader-inline {
  display: none; }

.loading .loading-loader {
  display: block; }

.loading .loading-loader-inline {
  display: inline-block; }

.loading .loading-loader-hidden {
  display: none; }

.modal .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.modal .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }

.modal .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px; }

.modal .lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.modal .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.modal .lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.modal .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.modal .lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.modal .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.modal .lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.modal .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.modal .lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.modal .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.modal .lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.modal .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.modal .lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.modal .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.modal .lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.modal .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.app-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh; }
  .app-wrap.show-nav {
    z-index: 6; }
    .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: 10; }

.show-nav .app-menu {
  padding: 25px 25px 40px 25px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000; }
  .show-nav .app-menu .menu-nav > li a {
    font-family: "DM Sans", sans-serif !important;
    font-size: 14px;
    font-weight: 600; }
  .show-nav .app-menu .btn-block {
    font-family: "DM Sans", sans-serif;
    font-size: 18px !important;
    font-weight: 600 !important;
    height: 44px;
    line-height: 44px;
    padding: 0 25px !important;
    border: none !important;
    border-radius: 4px;
    color: #FFF !important;
    background: #50133D !important; }
    .show-nav .app-menu .btn-block:hover, .show-nav .app-menu .btn-block:focus {
      color: #FFF !important;
      background: #370d2a !important; }

.app-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100vh; }

.app-menu {
  display: none;
  width: 530px;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -300px;
  padding: 0.9375rem 1.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000;
  background: #F2F1F1;
  z-index: 205; }
  .app-menu .menu-nav:last-child {
    margin-bottom: 3.4375rem; }
  .app-menu .menu-nav > li:nth-last-child(2) {
    border-top: none !important;
    border-bottom: none !important; }
  .app-menu .menu-nav > li:last-child {
    border-top: none !important;
    border-bottom: none !important; }
  .app-menu .menu-nav > li .nav-item-store-location-sub-menu li:last-child {
    display: none !important; }
  .app-menu .menu-search .input-group.input-group-bold {
    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;
    background-color: rgba(0, 0, 0, 0.2); }
  .app-menu .cart-mobile .item a {
    color: #fff; }
  .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 {
    padding: 0 0;
    line-height: .7; }
  .app-menu .cart-mobile .subtotal {
    border-top: none;
    border-bottom: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left; }
    .app-menu .cart-mobile .subtotal .price {
      color: #fff; }
  .app-menu .cart-mobile .cart-actions .btn-secondary {
    background-color: #fff;
    color: #343a40; }
  .app-menu .menu-icons a[title="Checkout"] {
    display: none; }

.show-nav .app-menu {
  display: block; }

.menu-header {
  position: relative; }
  .menu-header .close {
    position: absolute;
    text-decoration: none;
    top: -5px;
    right: -10px;
    border: none;
    color: #FFF;
    border-radius: 50% !important;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: .6;
    background: #0e0e0e; }
    .menu-header .close:hover {
      opacity: .95; }

.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: #FFF;
    background: #50133D; }
    .menu-icons a:hover, .menu-icons a:active, .menu-icons a:focus, .menu-icons a:active:focus {
      color: #FFF;
      background: #6b6767; }
    .menu-icons a span {
      display: inline-block;
      vertical-align: top; }
    .menu-icons a .count {
      font-family: "DM Sans", sans-serif;
      color: #FFF;
      font-size: 10px;
      font-weight: 500;
      border-radius: 50%;
      position: absolute;
      top: -6px;
      right: -6px;
      display: block;
      width: 18px;
      height: 18px;
      line-height: 1.375rem;
      padding: 0;
      text-align: center;
      background-color: #000; }
  .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; }
    .menu-nav .nav-item.btn-sm, .menu-nav .btn-group-sm > .nav-item.btn {
      padding: 0.625rem 0.625rem; }
  .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-size: 20px;
      padding: 11px 0;
      color: #000;
      display: block;
      z-index: 1;
      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: 14px;
      color: #000;
      display: none; }
      .menu-nav > li .icon.icon-phone, .menu-nav > li .form-control-inset.form-control-inset-select .icon-phone.btn:before, .form-control-inset.form-control-inset-select .menu-nav > li .icon-phone.btn:before, .menu-nav > li .icon-phone.select:before {
        display: inline-block;
        font-size: 20px;
        color: #FFF;
        font-weight: 400;
        position: absolute;
        margin: 13px 0 0 -26px; }
    .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: 0px;
      width: 2.8125rem;
      height: 100%;
      padding: 0.625rem;
      text-align: right;
      z-index: 5; }
    .menu-nav > li .sub-menu {
      display: none;
      padding: 8px 15px;
      background: rgba(80, 19, 61, 0.09); }
      .menu-nav > li .sub-menu li {
        display: block;
        width: 100%; }
        .menu-nav > li .sub-menu li .icon-circle:before {
          display: none !important; }
      .menu-nav > li .sub-menu a {
        display: block;
        font-size: 1.0625rem;
        padding: 0.5rem 0; }

.toggle-nav {
  width: 22px;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  display: none;
  overflow: hidden;
  position: relative;
  border-radius: 0px !important; }
  .toggle-nav .bar {
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
    width: 22px;
    height: 2px;
    clear: both;
    display: block;
    margin: 0px 0 5px 0;
    border-radius: 0px !important;
    background-color: #000; }
    .toggle-nav .bar.half {
      width: 22px; }
  .toggle-nav .text {
    font-size: 0;
    width: 22px;
    height: 2px;
    clear: both;
    display: block;
    margin: 0px;
    border-radius: 0px !important;
    background-color: #000; }
  .toggle-nav:hover .bar, .toggle-nav:active .bar, .toggle-nav:focus .bar, .toggle-nav:active:focus .bar {
    background-color: #000; }

.toggle-nav-cart-menu, .toggle-nav-cart-menu-page, .toggle-nav-category-menu {
  display: none;
  position: relative;
  border: 2px solid #f3f3f3;
  width: 3.4375rem;
  height: 3.125rem;
  padding: 0.4375rem 0.125rem;
  border-radius: 0 0;
  color: #545454;
  font-size: 1.375rem;
  margin-left: auto; }
  .toggle-nav-cart-menu span, .toggle-nav-cart-menu i, .toggle-nav-cart-menu-page span, .toggle-nav-cart-menu-page i, .toggle-nav-category-menu span, .toggle-nav-category-menu i {
    color: #545454; }
  .toggle-nav-cart-menu .count, .toggle-nav-cart-menu-page .count, .toggle-nav-category-menu .count {
    background-color: #50133D;
    color: #fff;
    font-size: 0.5rem;
    border-radius: 3px;
    position: absolute;
    top: -2px;
    right: -1px;
    display: block;
    height: 0.75rem;
    line-height: 1em;
    min-width: 0.875rem;
    padding: 2px 0;
    text-align: center; }
  .toggle-nav-cart-menu:hover span, .toggle-nav-cart-menu:hover i, .toggle-nav-cart-menu:active span, .toggle-nav-cart-menu:active i, .toggle-nav-cart-menu:focus span, .toggle-nav-cart-menu:focus i, .toggle-nav-cart-menu:active:focus span, .toggle-nav-cart-menu:active:focus i, .toggle-nav-cart-menu-page:hover span, .toggle-nav-cart-menu-page:hover i, .toggle-nav-cart-menu-page:active span, .toggle-nav-cart-menu-page:active i, .toggle-nav-cart-menu-page:focus span, .toggle-nav-cart-menu-page:focus i, .toggle-nav-cart-menu-page:active:focus span, .toggle-nav-cart-menu-page:active:focus i, .toggle-nav-category-menu:hover span, .toggle-nav-category-menu:hover i, .toggle-nav-category-menu:active span, .toggle-nav-category-menu:active i, .toggle-nav-category-menu:focus span, .toggle-nav-category-menu:focus i, .toggle-nav-category-menu:active:focus span, .toggle-nav-category-menu:active:focus i {
    color: #50133D; }
  .toggle-nav-cart-menu:hover .count, .toggle-nav-cart-menu:active .count, .toggle-nav-cart-menu:focus .count, .toggle-nav-cart-menu:active:focus .count, .toggle-nav-cart-menu-page:hover .count, .toggle-nav-cart-menu-page:active .count, .toggle-nav-cart-menu-page:focus .count, .toggle-nav-cart-menu-page:active:focus .count, .toggle-nav-category-menu:hover .count, .toggle-nav-category-menu:active .count, .toggle-nav-category-menu:focus .count, .toggle-nav-category-menu:active:focus .count {
    color: #fff; }
  @media only screen and (max-width: 375px) {
    .toggle-nav-cart-menu, .toggle-nav-cart-menu-page, .toggle-nav-category-menu {
      width: 2.8125rem;
      height: 2.8125rem;
      font-size: 1.25rem;
      padding: 5px 0; } }

@media only screen and (max-width: 375px) {
  .toggle-nav {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1.25rem;
    padding: 9px 4px; } }

@media (max-width: 991.98px) {
  .page-category .toggle-nav-cart-menu, .page-category .toggle-nav-cart-menu-page, .page-category .toggle-nav-category-menu {
    display: block; }
  .toggle-nav-cart-menu-page {
    height: 40px;
    display: block; }
  .toggle-nav-cart-menu, .toggle-nav-cart-menu-page {
    height: 40px; }
  .product-categories-one-page.page-category .toggle-nav-cart-menu, .product-categories-traditional.page-category .toggle-nav-cart-menu {
    display: block !important; }
    .product-categories-one-page.page-category .toggle-nav-cart-menu + .toggle-nav-cart-menu-page, .product-categories-traditional.page-category .toggle-nav-cart-menu + .toggle-nav-cart-menu-page {
      display: none !important; }
  .masterhead-product-actions .col, .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .masterhead-product-actions .info {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .masterhead-product-actions .top-menu-category, .masterhead-product-actions .btn.toggle-cart-menu, .masterhead-product-actions .btn.toggle-category-menu, .masterhead-product-actions .filter-category-default {
    display: none !important; } }

@media (max-width: 767.98px) {
  .masterhead-product-actions .container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 991.98px) {
  .app-canvas {
    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-menu, .app-wrap .app-core .overlay {
    display: none !important; }
  .app-wrap.show-nav .app-core {
    max-height: 100%;
    overflow: visible; } }

.menu-nav > li .icon.icon-angle-down, .menu-nav > li .form-control-inset.form-control-inset-select .icon-angle-down.btn:before, .form-control-inset.form-control-inset-select .menu-nav > li .icon-angle-down.btn:before, .menu-nav > li .icon-angle-down.select:before {
  display: block !important; }

.section-instagram {
  text-align: center; }
  .section-instagram .visit-link {
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 30px; }
  .section-instagram .container.fullwidth {
    max-width: 100%;
    padding: 0;
    margin: 0; }
  .section-instagram .instagram-gallery a {
    width: 25%;
    height: 100%;
    position: relative;
    display: inline-block; }
    .section-instagram .instagram-gallery a img {
      width: 100%;
      max-width: 100%; }
  .section-instagram .display-4-1 .instagram-img, .section-instagram .display-8-2 .instagram-img, .section-instagram .display-12-3 .instagram-img {
    width: 25%; }
  .section-instagram .display-5-1 .instagram-img, .section-instagram .display-10-2 .instagram-img {
    width: 20%; }
  .section-instagram .display-6-1 .instagram-img, .section-instagram .display-12-2 .instagram-img {
    width: 16.666666666666668%; }
  .section-instagram .margin-0 .instagram-img {
    padding: 0; }
  .section-instagram .margin-5 .instagram-img {
    padding: 2.5px; }
  .section-instagram .margin-10 .instagram-img {
    padding: 5px; }
  .section-instagram .margin-15 .instagram-img {
    padding: 7.5px; }
  .section-instagram .margin-20 .instagram-img {
    padding: 10px; }
  .section-instagram .margin-25 .instagram-img {
    padding: 12.5px; }
  .section-instagram .margin-30 .instagram-img {
    padding: 15px; }
  .section-instagram .fullwidth.margin-0 .instagram-gallery {
    margin-left: 0;
    margin-right: 0; }
  .section-instagram .fullwidth.margin-5 .instagram-gallery {
    margin-left: -2.5px;
    margin-right: -2.5px; }
  .section-instagram .fullwidth.margin-10 .instagram-gallery {
    margin-left: -5px;
    margin-right: -5px; }
  .section-instagram .fullwidth.margin-15 .instagram-gallery {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .section-instagram .fullwidth.margin-20 .instagram-gallery {
    margin-left: -10px;
    margin-right: -10px; }
  .section-instagram .fullwidth.margin-25 .instagram-gallery {
    margin-left: -12.5px;
    margin-right: -12.5px; }
  .section-instagram .fullwidth.margin-30 .instagram-gallery {
    margin-left: -15px;
    margin-right: -15px; }
  .section-instagram .img-round .instagram-img img {
    border-radius: 50%; }

@media (max-width: 992px) {
  .section-instagram .margin-10 .instagram-img, .section-instagram .margin-15 .instagram-img, .section-instagram .margin-20 .instagram-img, .section-instagram .margin-25 .instagram-img, .section-instagram .margin-30 .instagram-img {
    padding: 7.5px; } }

@media (max-width: 767px) {
  .section-instagram .display-5-1 .instagram-img, .section-instagram .display-10-2 .instagram-img, .section-instagram .display-6-1 .instagram-img, .section-instagram .display-12-2 .instagram-img {
    width: 25%; }
  .section-instagram .margin-10 .instagram-img, .section-instagram .margin-15 .instagram-img, .section-instagram .margin-20 .instagram-img, .section-instagram .margin-25 .instagram-img, .section-instagram .margin-30 .instagram-img {
    padding: 5px; } }

.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 $input-border-color;*/
    /*border-bottom: 1px solid $input-border-color;*/
    padding: 0rem 0.625rem 0.9375rem !important;
    flex: 0 0 50%;
    max-width: 50%; }
    .widget-aside .item .badge {
      background-color: #50133D;
      font-size: 0.6875rem;
      border-radius: 100%;
      width: 2.125rem;
      height: 2.125rem;
      position: absolute;
      top: 0.0625rem;
      right: 0.6875rem;
      color: #fff;
      padding: 0.625rem 0;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.5); }
    .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: 0rem !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;
      display: none; }
    @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; } }
    .widget-packs .item-pack-right.meal-quantity .price-label {
      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%; }
      .widget-packs .item-pack-footer .pack-attribute .form-select2.form-select2-sm .select2-container .selection .select2-selection {
        min-height: 1.625rem;
        height: 1.625rem; }
        .widget-packs .item-pack-footer .pack-attribute .form-select2.form-select2-sm .select2-container .selection .select2-selection .select2-selection__rendered {
          min-height: 1.125rem; } }

.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: 0.9375rem; }
  .widget-packs .desc-attr {
    font-size: .85em;
    margin-bottom: .2em; }
  .widget-packs .desc {
    padding-right: 0.9375rem; }
  .widget-packs .desc-except {
    padding-right: 0.9375rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9375rem; }
    .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-size: 1.125rem;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: normal; }
  .widget-packs .widget-desc {
    font-size: 0.9375rem;
    margin-bottom: 0rem;
    line-height: 1.5em; }
  .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; }
      @media (max-width: 991.98px) {
        .widget-packs .item-pack .product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-up, .widget-packs .item-pack .product-quantity-holder .bootstrap-touchspin .bootstrap-touchspin-down {
          width: 1.5rem;
          height: 1.5rem;
          padding: 0; } }
    .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: 70px;
      min-width: 70px;
      height: 70px;
      margin: 0 !important;
      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 #e6e6e6;
        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; } }
      @media (max-width: 767.98px) {
        .widget-packs .item-pack-meal .item-img {
          width: 50px;
          min-width: 50px;
          height: 50px; } }
    .widget-packs .item-pack-meal .desc {
      display: block; }
    .widget-packs .item-pack-meal .title.text {
      display: block;
      font-weight: 400;
      font-size: 1.125rem;
      line-height: normal;
      margin-bottom: 5px;
      position: relative;
      padding-right: 111px; }
      .widget-packs .item-pack-meal .title.text .text-danger {
        font-weight: 300; }
      .widget-packs .item-pack-meal .title.text .extra-price {
        position: absolute;
        right: 38px;
        color: black;
        top: 1px;
        font-weight: 600; }
      @media (max-width: 767.98px) {
        .widget-packs .item-pack-meal .title.text {
          padding-right: 80px; }
          .widget-packs .item-pack-meal .title.text .extra-price {
            right: 20px;
            font-size: .85em; } }
  .widget-packs .pack-label {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 0.9375rem; }
  .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-weight: 300; }

.widget-packed-meal .pack-item-qty .meal-quantity:before {
  content: '';
  display: none !important; }

.widget-packed-meal .meal-details .title {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  margin-bottom: 5px; }

.widget-packed-meal .meal-content {
  display: flex;
  width: 100%; }

@media (max-width: 991.98px) {
  .widget-packed-meal .meal-content {
    display: block; }
  .widget-packed-meal .meal-quantity {
    padding: 0;
    margin-left: 0;
    width: 100%; }
    .widget-packed-meal .meal-quantity:before {
      display: none; }
  .widget-packed-meal .product-quantity-holder {
    margin-right: 1.5em; }
  .widget-packed-meal .price-container, .widget-packed-meal .qty-container {
    text-align: left; }
    .widget-packed-meal .price-container .price-value, .widget-packed-meal .price-container .price-label, .widget-packed-meal .price-container .qty-value, .widget-packed-meal .price-container .qty-label, .widget-packed-meal .qty-container .price-value, .widget-packed-meal .qty-container .price-label, .widget-packed-meal .qty-container .qty-value, .widget-packed-meal .qty-container .qty-label {
      display: inline-block; } }

@media (max-width: 575.98px) {
  .widget-packed-meal .item-pack-meal label {
    display: block; }
  .widget-packed-meal .item-pack-meal .item-img {
    width: 100%;
    height: auto !important; }
  .widget-packed-meal .item-pack-meal .meal-details {
    padding-top: 20px; }
  .widget-packed-meal .item-pack-meal .meal-quantity {
    margin-right: 20px;
    margin-left: 0; }
  .widget-packed-meal .form-row div[class*=col-] {
    margin-bottom: 30px; } }

.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: #50133D;
  font-weight: 600;
  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: 1.25rem;
    margin-left: 1.25rem; } }

.price-container, .qty-container {
  min-width: 4.6875rem;
  margin-left: 1.875rem; }
  .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-size: 1.25rem;
    font-weight: 600;
    color: #222;
    white-space: nowrap; }
  .price-container .price-label, .price-container .qty-label, .qty-container .price-label, .qty-container .qty-label {
    font-size: 0.875rem; }
  @media (max-width: 767.98px) {
    .price-container, .qty-container {
      margin-left: 0;
      text-align: center; }
      .price-container .price-value, .price-container .qty-value, .qty-container .price-value, .qty-container .qty-value {
        font-size: 1.1875rem; } }

.qty-container {
  min-width: 55px;
  margin-left: 0px;
  text-align: center; }

@media (max-width: 767.98px) {
  .item-meal.checkbox-card > label {
    display: flex; }
    .item-meal.checkbox-card > label .item-img {
      width: 10%;
      height: 90px;
      margin-bottom: 0 !important;
      margin-right: 10px !important; }
      .item-meal.checkbox-card > label .item-img.no-image {
        min-height: 5.9375rem; }
  .item-meal.checkbox-card .item-pack-footer .pack-attribute {
    flex: 0 0 50%;
    max-width: 50%; }
  .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 {
    z-index: 10;
    position: relative;
    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%; } }

.irs-bar {
  background: #50133D; }

.irs-line {
  background: #eee;
  border-radius: 10px;
  height: 0.4375rem; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  display: none; }

.irs-slider {
  background: #50133D;
  border-radius: 100%;
  cursor: pointer;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 1.375rem; }
  .irs-slider:active {
    background: #12040e; }

.irs-from, .irs-to, .irs-single {
  background: #50133D; }

/****** Style Star Rating Widget *****/
.rating {
  border: none;
  display: inline-block; }
  .rating fieldset, .rating label {
    margin: 0;
    padding: 0; }
  .rating > input {
    /*opacity instead of display none to work with parsley.*/
    opacity: 0;
    position: absolute;
    left: -100000px; }
  .rating > label {
    color: #ddd;
    float: right; }
    .rating > label:before {
      margin: 5px;
      font-size: 25px;
      font-family: FontAwesome;
      display: inline-block;
      content: '★ '; }

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFD700; }

/*        hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ead662; }

.review-question .rating {
  margin-left: -8px; }

.section-combo-options {
  margin-bottom: 1em; }

.combo-option {
  margin-bottom: 2em;
  /*when combo option is extra, then hide the extra price and show the actual product price*/ }
  .combo-option .combo-option-item-product-price {
    display: none; }
  .combo-option .combo-option-header {
    margin-bottom: 1em; }
    .combo-option .combo-option-header h6 {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      font-size: 1.25rem;
      color: #252525;
      font-weight: 600;
      line-height: 1.4em; }
      .combo-option .combo-option-header h6 .badge-light {
        font-size: 13px;
        font-weight: 500;
        padding: 3px 8px;
        margin-left: 10px;
        border-radius: 10px;
        background-color: #DDD;
        display: none; }
      .combo-option .combo-option-header h6 .text-danger {
        margin-left: 5px; }
    .combo-option .combo-option-header .badge-light {
      color: #545454;
      font-weight: 500;
      font-size: .8em;
      padding: 4px 8px;
      display: flex;
      align-items: center;
      border-radius: 10px;
      background-color: #DDD; }
    .combo-option .combo-option-header .combo-option-description,
    .combo-option .combo-option-header .combo-option-error-message {
      margin-top: .3em;
      margin-bottom: 0;
      line-height: 1.4em; }
  .combo-option .combo-option-item {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px; }
    .combo-option .combo-option-item:nth-child(2n) {
      background-color: #fbfbfb; }
    .combo-option .combo-option-item .combo-option-item-inner {
      display: flex;
      margin-bottom: 2px;
      align-items: flex-start;
      padding: 0.7rem 30px 0.7rem 0.7rem; }
    .combo-option .combo-option-item .combo-option-media {
      flex-shrink: 0; }
      .combo-option .combo-option-item .combo-option-media img {
        width: 46px;
        height: 46px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: .7em;
        border-radius: 50rem !important;
        box-shadow: inset 0 0 0 1px #eaeaea; }
    .combo-option .combo-option-item .combo-option-body {
      width: 100%;
      position: relative; }
      .combo-option .combo-option-item .combo-option-body h6 {
        min-height: 24px;
        padding-right: 115px;
        margin-bottom: 2px;
        line-height: 120%; }
      .combo-option .combo-option-item .combo-option-body p {
        margin-bottom: 0; }
      .combo-option .combo-option-item .combo-option-body .desc-except {
        font-size: 13px;
        font-weight: 500;
        opacity: .65; }
      .combo-option .combo-option-item .combo-option-body .price {
        font-size: .9em;
        color: #555;
        font-weight: 500; }
    .combo-option .combo-option-item .combo-option-attributes {
      display: inline-flex;
      flex-wrap: wrap;
      margin-bottom: .4em;
      margin-top: 0.2em;
      margin-left: -12px;
      margin-right: -12px; }
      .combo-option .combo-option-item .combo-option-attributes > * {
        margin: 0 12px .5em 12px; }
      .combo-option .combo-option-item .combo-option-attributes .form-group-sm .control-label {
        font-size: 12px;
        opacity: .75;
        font-weight: 600; }
      .combo-option .combo-option-item .combo-option-attributes .form-group-sm .form-control, .combo-option .combo-option-item .combo-option-attributes .form-group-sm .select2-container .selection, .select2-container .combo-option .combo-option-item .combo-option-attributes .form-group-sm .selection {
        font-size: 12px;
        font-weight: 400;
        border-radius: 0;
        padding: 5px 10px;
        border: 1px solid #ddd; }
      .combo-option .combo-option-item .combo-option-attributes .form-select-control .form-control, .combo-option .combo-option-item .combo-option-attributes .form-select-control .select2-container .selection, .select2-container .combo-option .combo-option-item .combo-option-attributes .form-select-control .selection {
        opacity: 1 !important; }
    .combo-option .combo-option-item .combo-option-action {
      width: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
      .combo-option .combo-option-item .combo-option-action .combo-option-action-inner {
        display: flex;
        align-items: center; }
      .combo-option .combo-option-item .combo-option-action .combo-option-pack-quantity {
        font-size: 1rem;
        font-weight: 500; }
      .combo-option .combo-option-item .combo-option-action .product-quantity-holder {
        padding: 0 10px 0 0;
        display: none; }
    .combo-option .combo-option-item .checkbox-label > input[type="checkbox"] + .checkbox-text:after {
      height: auto;
      top: 12px;
      position: absolute;
      right: 10px;
      margin: 0;
      display: flex;
      align-items: center; }
  .combo-option:last-child {
    margin-bottom: 0; }
  .combo-option.combo-option-hide-images .combo-option-media {
    display: none; }
  .combo-option.combo-option-option-type-pack .product-quantity-holder {
    display: none; }
  .combo-option.combo-option-option-type-pack .combo-option-item,
  .combo-option.combo-option-option-type-pack .combo-option-item > label {
    cursor: default; }
  .combo-option .checkbox.checkbox-card.checkbox-card-lg > label > input[type="checkbox"] + .checkbox-text:after {
    top: 5px; }
  .combo-option.combo-option-sm .combo-option-header {
    margin-bottom: 10px; }
    .combo-option.combo-option-sm .combo-option-header h6 {
      font-size: 18px; }
  .combo-option.combo-option-xs .combo-option-header {
    margin-bottom: 10px; }
    .combo-option.combo-option-xs .combo-option-header h6 {
      font-size: 16px; }
  .combo-option.combo-option-xs .combo-option-body h6 {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 5px; }
  .combo-option.combo-option-xs .combo-option-item-inner .product-quantity-holder input.product-quantity.form-control, .combo-option.combo-option-xs .combo-option-item-inner .product-quantity-holder .select2-container input.product-quantity.selection, .select2-container .combo-option.combo-option-xs .combo-option-item-inner .product-quantity-holder input.product-quantity.selection {
    font-size: 1em !important; }
  .combo-option.combo-option-xs .combo-option-item .combo-option-action .combo-option-pack-quantity {
    font-size: 15px;
    color: #949494;
    line-height: 120%; }
  .combo-option.combo-option-option-type-extras .combo-option-item-product-price {
    display: inline-block; }
  .combo-option.combo-option-option-type-extras .combo-option-item-extra-price {
    display: none; }
  .combo-option.combo-option-template-compact_list .combo-option-item-inner, .combo-option.combo-option-template-tag_list .combo-option-item-inner {
    display: flex;
    flex-direction: row; }
    .combo-option.combo-option-template-compact_list .combo-option-item-inner .combo-option-media,
    .combo-option.combo-option-template-compact_list .combo-option-item-inner .desc, .combo-option.combo-option-template-tag_list .combo-option-item-inner .combo-option-media,
    .combo-option.combo-option-template-tag_list .combo-option-item-inner .desc {
      display: none; }
    .combo-option.combo-option-template-compact_list .combo-option-item-inner .combo-option-body, .combo-option.combo-option-template-tag_list .combo-option-item-inner .combo-option-body {
      width: 100%;
      min-height: 30px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column; }
    .combo-option.combo-option-template-compact_list .combo-option-item-inner h6, .combo-option.combo-option-template-tag_list .combo-option-item-inner h6 {
      flex: 1;
      font-size: 15px;
      font-weight: 500;
      line-height: 135%;
      margin: 0; }
    .combo-option.combo-option-template-compact_list .combo-option-item-inner .price, .combo-option.combo-option-template-tag_list .combo-option-item-inner .price {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 3px 5px 0 0; }
    .combo-option.combo-option-template-compact_list .combo-option-item-inner .desc-attributes, .combo-option.combo-option-template-tag_list .combo-option-item-inner .desc-attributes {
      font-size: 14px;
      font-weight: 400;
      opacity: .75; }
    .combo-option.combo-option-template-compact_list .combo-option-item-inner .dietary-requirements, .combo-option.combo-option-template-tag_list .combo-option-item-inner .dietary-requirements {
      display: none !important; }
  .combo-option.combo-option-template-compact_list .checkbox-label > input[type="checkbox"] + .checkbox-text:after, .combo-option.combo-option-template-tag_list .checkbox-label > input[type="checkbox"] + .checkbox-text:after {
    height: auto;
    top: 12px;
    position: absolute;
    right: 10px;
    margin: 0;
    display: flex;
    align-items: center; }
  .combo-option.combo-option-template-compact_list .combo-option-item-inner {
    align-items: center; }
  .combo-option.combo-option-template-compact_list .combo-option-attributes .form-group-sm .control-label {
    font-size: 12px;
    opacity: .75; }
  .combo-option.combo-option-template-compact_list .combo-option-attributes .form-group-sm .form-control, .combo-option.combo-option-template-compact_list .combo-option-attributes .form-group-sm .select2-container .selection, .select2-container .combo-option.combo-option-template-compact_list .combo-option-attributes .form-group-sm .selection {
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    padding: 5px 10px;
    border: 1px solid #ddd; }
  .combo-option.combo-option-template-compact_list .combo-option-attributes .form-select-control .form-control, .combo-option.combo-option-template-compact_list .combo-option-attributes .form-select-control .select2-container .selection, .select2-container .combo-option.combo-option-template-compact_list .combo-option-attributes .form-select-control .selection {
    opacity: 1 !important; }
  .combo-option.combo-option-template-compact_list.combo-option-xs .combo-option-action {
    height: 18px;
    margin-top: -1px; }
  .combo-option.combo-option-template-compact_list.combo-option-xs .combo-option-body {
    min-height: unset; }
  .combo-option.combo-option-template-compact_list.combo-option-xs .combo-option-item-inner h6 {
    font-size: 14px; }
  .combo-option.combo-option-template-compact_list .combo-option-pack-quantity {
    font-size: 15px;
    margin-right: -20px; }
  .combo-option.combo-option-template-tag_list .combo-option-header h6 .badge-light {
    display: block; }
  .combo-option.combo-option-template-tag_list .combo-option-header .badge-light {
    display: none; }
  .combo-option.combo-option-template-tag_list .combo-option-items {
    overflow: hidden; }
  .combo-option.combo-option-template-tag_list .combo-option-item {
    width: auto;
    min-width: 110px;
    display: inline-block;
    border-radius: 20px;
    margin: 0 6px 8px 0; }
    .combo-option.combo-option-template-tag_list .combo-option-item:nth-child(2n) {
      background-color: #FFF; }
  .combo-option.combo-option-template-tag_list .combo-option-item-inner {
    color: #676767;
    padding: 10px 14px 10px 20px;
    display: flex;
    align-items: flex-start;
    border-radius: 50px;
    box-shadow: 0 0 0 1px inset #e9e9e9; }
    .combo-option.combo-option-template-tag_list .combo-option-item-inner h6 {
      min-height: 24px;
      line-height: unset;
      padding-right: 0;
      margin: 0;
      order: 1; }
    .combo-option.combo-option-template-tag_list .combo-option-item-inner .price {
      font-size: 14px;
      font-weight: 500;
      line-height: 100%;
      color: #4a4a4a;
      opacity: .65;
      padding: 0 0 3px 0;
      order: 3;
      display: flex;
      flex-wrap: wrap;
      flex: 0 0 100%;
      text-align: left;
      justify-content: flex-start; }
    .combo-option.combo-option-template-tag_list .combo-option-item-inner .combo-option-body {
      min-height: unset;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .combo-option.combo-option-template-tag_list .combo-option-item-inner .combo-option-body .combo-option-attributes {
        display: none !important; }
    .combo-option.combo-option-template-tag_list .combo-option-item-inner .desc-attributes {
      display: none; }
  .combo-option.combo-option-template-tag_list .checkbox-card > label > input[type="checkbox"]:checked + .checkbox-text {
    box-shadow: 0 0 0 1px #209eef inset !important; }
  .combo-option.combo-option-template-tag_list .checkbox-card > label > input[type="checkbox"] + .checkbox-text {
    box-shadow: 0 0 0 1px inset #e9e9e9; }
    .combo-option.combo-option-template-tag_list .checkbox-card > label > input[type="checkbox"] + .checkbox-text:after {
      opacity: 0; }
    .combo-option.combo-option-template-tag_list .checkbox-card > label > input[type="checkbox"] + .checkbox-text:hover {
      box-shadow: 0 0 0 1px inset #9daed1 !important; }
  .combo-option.combo-option-template-tag_list .checkbox-label > input[type="checkbox"] + .checkbox-text:after {
    display: none !important; }
  .combo-option.combo-option-template-tag_list .combo-option-action {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    padding-left: 10px;
    order: 2; }
    .combo-option.combo-option-template-tag_list .combo-option-action .product-quantity-holder {
      padding-right: 0; }
    .combo-option.combo-option-template-tag_list .combo-option-action .combo-option-pack-quantity {
      font-size: 15px;
      color: #4a4a4a;
      opacity: .75; }
  .combo-option.combo-option-template-tag_list.combo-option-xs .combo-option-header {
    margin-bottom: 12px; }
  .combo-option.combo-option-template-tag_list.combo-option-xs .combo-option-item {
    margin: 0 10px 8px 0; }
  .combo-option.combo-option-template-tag_list.combo-option-xs .combo-option-item-inner {
    padding: 10px 18px; }
    .combo-option.combo-option-template-tag_list.combo-option-xs .combo-option-item-inner h6 {
      padding-right: 0; }
    .combo-option.combo-option-template-tag_list.combo-option-xs .combo-option-item-inner .price {
      min-width: unset; }
    .combo-option.combo-option-template-tag_list.combo-option-xs .combo-option-item-inner h6, .combo-option.combo-option-template-tag_list.combo-option-xs .combo-option-item-inner .price {
      font-size: 13px; }
  .combo-option.combo-option-template-tag_list .product-quantity-holder.xs input.product-quantity.form-control, .combo-option.combo-option-template-tag_list .product-quantity-holder.xs .select2-container input.product-quantity.selection, .select2-container .combo-option.combo-option-template-tag_list .product-quantity-holder.xs input.product-quantity.selection {
    width: 2.375rem;
    min-width: 2.375rem; }
  .combo-option.combo-option-template-grid_view .combo-option-header .badge-light {
    font-size: .75em;
    font-weight: 500;
    padding: 4px 13px;
    margin-left: 10px;
    border-radius: 20px;
    background-color: #e4e4e4; }
  .combo-option.combo-option-template-grid_view .combo-option-header .justify-content-between, .combo-option.combo-option-template-grid_view .combo-option-header .checkout-cart .body .price, .checkout-cart .body .combo-option.combo-option-template-grid_view .combo-option-header .price,
  .combo-option.combo-option-template-grid_view .combo-option-header .checkout-cart .body .delivery, .checkout-cart .body .combo-option.combo-option-template-grid_view .combo-option-header .delivery, .combo-option.combo-option-template-grid_view .combo-option-header .checkout-cart .footer, .checkout-cart .combo-option.combo-option-template-grid_view .combo-option-header .footer {
    justify-content: flex-start !important; }
  .combo-option.combo-option-template-grid_view .combo-option-items {
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 992px) {
      .combo-option.combo-option-template-grid_view .combo-option-items {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 767px) {
      .combo-option.combo-option-template-grid_view .combo-option-items {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 500px) {
      .combo-option.combo-option-template-grid_view .combo-option-items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
  .combo-option.combo-option-template-grid_view .combo-option-item {
    min-width: 0;
    min-height: 0;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 10px;
    margin-bottom: 2px;
    background: #FFF !important; }
    .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-body {
      order: 3; }
    .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-action {
      width: 100%;
      height: 32px;
      padding: 0;
      margin: -32px auto 0 auto;
      order: -1; }
      .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-action .combo-option-pack-quantity {
        font-size: 13px;
        font-weight: 600;
        padding: 3px 5px;
        margin: 0 6px 0 auto;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.7); }
      .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-action .product-quantity-holder {
        padding: 0;
        margin: 0 auto;
        position: relative; }
        .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-action .product-quantity-holder:before {
          content: "";
          width: auto;
          height: auto;
          inset: -3px;
          position: absolute;
          border-radius: 3px;
          background: rgba(255, 255, 255, 0.45); }
    .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-attributes {
      display: none; }
    .combo-option.combo-option-template-grid_view .combo-option-item .checkbox-label {
      position: relative;
      cursor: pointer; }
    .combo-option.combo-option-template-grid_view .combo-option-item .checkbox-label > input[type="checkbox"] + .checkbox-text:after {
      top: 7px;
      right: 8px;
      margin: 0; }
    .combo-option.combo-option-template-grid_view .combo-option-item .checkbox-label > input[type="checkbox"]:checked + .checkbox-text,
    .combo-option.combo-option-template-grid_view .combo-option-item .checkbox-label > input[type="checkbox"] + .checkbox-text:hover {
      box-shadow: none !important;
      background-color: unset; }
    .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-body {
      font-weight: 500;
      display: flex;
      flex-direction: column;
      width: 100%;
      position: relative; }
      .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-body h6 {
        width: 100%;
        font-size: 13px;
        padding: 10px 0 6px 0;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block !important; }
        @media (max-width: 1023px) {
          .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-body h6 {
            font-size: 13px; } }
      .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-body .price {
        opacity: .95; }
      .combo-option.combo-option-template-grid_view .combo-option-item .combo-option-body .desc {
        display: none !important; }
  .combo-option.combo-option-template-grid_view .combo-option-item-inner {
    display: flex;
    flex-direction: column;
    padding: 0; }
  .combo-option.combo-option-template-grid_view .combo-option-media {
    width: 100%;
    height: 100%;
    flex-shrink: unset;
    padding-bottom: 100%;
    position: relative; }
    .combo-option.combo-option-template-grid_view .combo-option-media img {
      width: 100%;
      height: 100%;
      position: absolute;
      padding: 0;
      border-radius: 0 !important;
      margin: 0;
      background: #F6F7F7;
      inset: 0;
      box-shadow: 0 0 0 1px rgba(234, 234, 234, 0.6); }
  .combo-option.combo-option-template-grid_view.combo-option-xs .combo-option-items {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 992px) {
      .combo-option.combo-option-template-grid_view.combo-option-xs .combo-option-items {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
  .combo-option.combo-option-template-card_view .combo-option-header .badge-light {
    font-size: .75em;
    font-weight: 500;
    padding: 4px 13px;
    margin-left: 10px;
    border-radius: 20px;
    background-color: #e4e4e4; }
  .combo-option.combo-option-template-card_view .combo-option-header .justify-content-between, .combo-option.combo-option-template-card_view .combo-option-header .checkout-cart .body .price, .checkout-cart .body .combo-option.combo-option-template-card_view .combo-option-header .price,
  .combo-option.combo-option-template-card_view .combo-option-header .checkout-cart .body .delivery, .checkout-cart .body .combo-option.combo-option-template-card_view .combo-option-header .delivery, .combo-option.combo-option-template-card_view .combo-option-header .checkout-cart .footer, .checkout-cart .combo-option.combo-option-template-card_view .combo-option-header .footer {
    justify-content: flex-start !important; }
  .combo-option.combo-option-template-card_view .combo-option-items {
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 992px) {
      .combo-option.combo-option-template-card_view .combo-option-items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .combo-option.combo-option-template-card_view .combo-option-items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }
  .combo-option.combo-option-template-card_view .combo-option-item {
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 10px;
    background: #FFF !important; }
    .combo-option.combo-option-template-card_view .combo-option-item .combo-option-action {
      position: relative;
      top: unset;
      right: unset;
      bottom: unset;
      flex: 1 0 100%;
      padding: 0;
      margin: 0; }
      .combo-option.combo-option-template-card_view .combo-option-item .combo-option-action .combo-option-pack-quantity {
        font-size: 14px;
        letter-spacing: .5px; }
      .combo-option.combo-option-template-card_view .combo-option-item .combo-option-action .product-quantity-holder {
        padding: 2px 0 0 0;
        margin: 0; }
    .combo-option.combo-option-template-card_view .combo-option-item .combo-option-attributes {
      display: none !important; }
      .combo-option.combo-option-template-card_view .combo-option-item .combo-option-attributes .form-group-sm {
        width: 100%; }
        .combo-option.combo-option-template-card_view .combo-option-item .combo-option-attributes .form-group-sm .control-label {
          font-size: 12px;
          opacity: .75; }
        .combo-option.combo-option-template-card_view .combo-option-item .combo-option-attributes .form-group-sm .form-control, .combo-option.combo-option-template-card_view .combo-option-item .combo-option-attributes .form-group-sm .select2-container .selection, .select2-container .combo-option.combo-option-template-card_view .combo-option-item .combo-option-attributes .form-group-sm .selection {
          font-size: 12px;
          font-weight: 400;
          border-radius: 0;
          padding: 5px 10px;
          border: 1px solid #ebf3fa; }
      .combo-option.combo-option-template-card_view .combo-option-item .combo-option-attributes .form-select-control .form-control, .combo-option.combo-option-template-card_view .combo-option-item .combo-option-attributes .form-select-control .select2-container .selection, .select2-container .combo-option.combo-option-template-card_view .combo-option-item .combo-option-attributes .form-select-control .selection {
        opacity: 1 !important; }
    .combo-option.combo-option-template-card_view .combo-option-item .combo-option-body {
      font-weight: 500;
      flex: 1;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center; }
      .combo-option.combo-option-template-card_view .combo-option-item .combo-option-body h6 {
        height: auto;
        font-size: 13px;
        font-weight: 600;
        line-height: 140%;
        padding: 0 25px 5px 0;
        margin: 0; }
        @media (max-width: 767px) {
          .combo-option.combo-option-template-card_view .combo-option-item .combo-option-body h6 {
            font-size: 14px;
            margin: 0; } }
    .combo-option.combo-option-template-card_view .combo-option-item .desc-except {
      font-size: 11px;
      -webkit-line-clamp: 1;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box; }
      @media (max-width: 767px) {
        .combo-option.combo-option-template-card_view .combo-option-item .desc-except {
          -webkit-line-clamp: 4; } }
  .combo-option.combo-option-template-card_view .combo-option-item-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #ebf3fa; }
  .combo-option.combo-option-template-card_view .combo-option-media {
    height: auto;
    position: relative; }
    .combo-option.combo-option-template-card_view .combo-option-media img {
      width: 55px;
      height: 55px;
      border-radius: 0 !important;
      background: #F6F7F7; }
  .combo-option.combo-option-template-card_view .checkbox-label > input[type="checkbox"]:checked + .checkbox-text {
    border-radius: 5px; }
  .combo-option.combo-option-template-card_view .checkbox-label > input[type="checkbox"] + .checkbox-text:after {
    top: 8px;
    margin: 0; }
  .combo-option.combo-option-template-card_view.combo-option-xs .combo-option-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .combo-option.combo-option-template-card_view.combo-option-xs .combo-option-item .combo-option-action .combo-option-pack-quantity {
    font-size: 13px;
    color: #888;
    margin-top: -2px; }
  .combo-option.combo-option-template-card_view.combo-option-xs .combo-option-item .combo-option-media img {
    width: 50px;
    height: 50px; }

html {
  font-size: 16px; }
  @media (max-width: 991.98px) {
    html {
      font-size: 14px; } }

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
  font-weight: 300; }
  @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(80, 19, 61, 0.2); }

-moz::selection {
  text-shadow: none;
  background-color: rgba(80, 19, 61, 0.2); }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

#header {
  background: #FFF; }
  #header .navbar {
    position: relative; }
    #header .navbar .container {
      width: 100%;
      max-width: 1200px;
      display: block;
      margin: 0 auto;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
      #header .navbar .container .navbar-nav .nav-item:hover, #header .navbar .container .navbar-nav .nav-item:focus {
        border: none;
        background: none; }
        #header .navbar .container .navbar-nav .nav-item:hover .nav-link span:after, #header .navbar .container .navbar-nav .nav-item:focus .nav-link span:after {
          opacity: 1;
          transition: opacity .5s; }
      #header .navbar .container .navbar-nav .nav-link {
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: 400;
        color: #333;
        letter-spacing: 2px;
        padding: 23px 27px;
        text-transform: uppercase; }
        #header .navbar .container .navbar-nav .nav-link:hover, #header .navbar .container .navbar-nav .nav-link:focus {
          color: #111; }
        #header .navbar .container .navbar-nav .nav-link:after {
          display: none; }
        #header .navbar .container .navbar-nav .nav-link span {
          position: relative; }
        #header .navbar .container .navbar-nav .nav-link .icon-bars, #header .navbar .container .navbar-nav .nav-link .expand {
          display: none; }
        #header .navbar .container .navbar-nav .nav-link.icon-search {
          padding: 25px 27px 10px 27px; }
  #header .header-section {
    padding: 20px 0; }
    #header .header-section .container {
      width: 100%;
      max-width: 1200px;
      padding: 0;
      display: block;
      position: relative; }
      #header .header-section .container::after {
        display: block;
        clear: both;
        content: ""; }
      #header .header-section .container .navbar-brand {
        width: 100%;
        max-width: 340px;
        height: auto;
        padding: 0px;
        margin: 0 auto;
        display: block; }
      #header .header-section .container .tagline {
        width: 100%;
        text-align: center;
        margin: 15px 0; }
        #header .header-section .container .tagline p {
          width: auto;
          font-family: "Caveat", cursive;
          font-size: 18px;
          line-height: 20px;
          color: #646464;
          margin: 0 auto;
          padding: 0 28px;
          position: relative;
          display: table;
          text-transform: lowercase;
          letter-spacing: 1px; }
          #header .header-section .container .tagline p:before, #header .header-section .container .tagline p:after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: 0px;
            width: 20px;
            height: 4px;
            border-top: 1px solid #c4c4c4;
            border-bottom: 1px solid #c4c4c4; }
          #header .header-section .container .tagline p:after {
            left: unset;
            right: 0; }
      #header .header-section .container #top-menu-list {
        width: auto;
        top: 0;
        right: 0;
        position: absolute;
        display: flex;
        align-items: center; }
        #header .header-section .container #top-menu-list #account-info {
          flex-direction: row !important; }
        #header .header-section .container #top-menu-list .social-media-search {
          width: auto;
          display: inline-block;
          padding: 32px 13px 0 0;
          margin: 0; }
          #header .header-section .container #top-menu-list .social-media-search li {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            padding: 0;
            margin: 0 2px;
            float: left;
            display: inline-block; }
            #header .header-section .container #top-menu-list .social-media-search li a {
              font-size: 25px;
              color: #000;
              outline: none;
              text-decoration: none;
              box-shadow: none;
              margin: 0;
              display: inline-block;
              opacity: 1; }
              #header .header-section .container #top-menu-list .social-media-search li a.icon-search {
                margin: -11px 0 0 8px;
                color: #444; }
              #header .header-section .container #top-menu-list .social-media-search li a:hover {
                opacity: .75; }
        #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper, #header .header-section .container #top-menu-list #account-info #my-account {
          padding: 0; }
          #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .nav-link, #header .header-section .container #top-menu-list #account-info #my-account .nav-link {
            height: 40px;
            line-height: 40px;
            font-family: "Montserrat", sans-serif;
            font-size: 11px;
            font-weight: 400;
            color: #50133D;
            letter-spacing: .5px;
            text-transform: uppercase;
            padding: 0;
            margin: 0; }
            #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .nav-link:after, #header .header-section .container #top-menu-list #account-info #my-account .nav-link:after {
              content: "";
              display: none; }
            #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .nav-link .expand, #header .header-section .container #top-menu-list #account-info #my-account .nav-link .expand {
              display: none; }
            #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .nav-link .ion-person, #header .header-section .container #top-menu-list #account-info #my-account .nav-link .ion-person {
              font-size: 18px;
              top: -3px;
              left: 2px;
              margin-right: 3px;
              color: #50133D; }
            #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .nav-link .ion-bag, #header .header-section .container #top-menu-list #account-info #my-account .nav-link .ion-bag {
              display: inline-block;
              font-size: 18px;
              margin-top: -1px;
              margin-right: 2px;
              color: #50133D; }
            #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .nav-link .count, #header .header-section .container #top-menu-list #account-info #my-account .nav-link .count {
              width: auto;
              min-width: 18px;
              height: 18px;
              line-height: 18px;
              text-align: center;
              border-radius: 50%;
              position: absolute;
              font-family: "DM Sans", sans-serif;
              font-size: 12px;
              font-weight: 400;
              padding: 0 2px;
              margin: 0;
              letter-spacing: 0px;
              top: 10px;
              right: -20px;
              background: #336d61; }
        #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .nav-link {
          padding-right: 28px;
          margin-right: 2px; }
        #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .cart-mini {
          font-family: "DM Sans", sans-serif;
          min-width: 300px;
          padding: 10px 14px 13px 14px;
          border-radius: 0;
          border: 1px solid #222;
          clip: rect(0, 5000px, 5000px, -5000px);
          background: #FFF; }
          #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .cart-mini .item-name {
            font-family: "DM Sans", sans-serif;
            font-size: 12px;
            font-weight: 500;
            text-decoration: none !important; }
            #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .cart-mini .item-name:before, #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .cart-mini .item-name:after {
              display: none; }
            #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .cart-mini .item-name:hover, #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .cart-mini .item-name:focus {
              text-decoration: none !important; }
            #header .header-section .container #top-menu-list #account-info #cart-mini-wrapper .cart-mini .item-name a {
              color: #222 !important; }
        #header .header-section .container #top-menu-list #account-info #my-account .child {
          min-width: 120px;
          position: absolute;
          left: 0;
          text-align: left;
          padding-bottom: 0;
          outline: none;
          overflow: visible;
          z-index: 5;
          border-radius: 0;
          border: 1px solid #222;
          clip: rect(0, 5000px, 5000px, -5000px);
          background: #FFF; }
          #header .header-section .container #top-menu-list #account-info #my-account .child li {
            width: 100%;
            display: block; }
            #header .header-section .container #top-menu-list #account-info #my-account .child li a {
              font-size: 12px;
              padding: 6.5px 15px;
              color: #666;
              text-transform: uppercase;
              letter-spacing: .5px;
              border: none;
              box-shadow: none; }
  #header .mobile-nav {
    display: block; }
    #header .mobile-nav .toggle-nav {
      display: inline-block;
      margin: 10px 0 0 13px;
      padding-top: 0;
      height: auto; }

.mobile-nav-area {
  width: 100%;
  max-width: 1200px;
  padding: 8px 0 0 0;
  margin: 0 auto;
  height: 32px;
  display: none; }

.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 a:hover, .header-top .header-menu .nav .li-search a:active, .header-top .header-menu .nav .li-search a:focus, .header-top .header-menu .nav .li-search a.active:focus {
          color: #fff; }
      .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: "" !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: #50133D;
        text-decoration: none;
        background-color: transparent; }

.mini-products-list .container-compact-sm .form-row {
  display: flex;
  align-items: center;
  color: #000; }

.mini-products-list .container-compact-sm .item-details.form-row {
  margin-left: -20px; }

.cart-mini .subtotal span {
  font-size: 14px; }

.cart-mini .subtotal .price {
  color: #FFF !important;
  font-weight: 400;
  text-decoration: none;
  margin-left: 5px;
  padding: 0 7px 0 7px;
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: -2px;
  display: inline-block;
  height: 24px;
  line-height: 23px;
  background: #1a1c1c; }

.masterhead {
  width: 100%;
  padding: 0.3125rem 0 0.4375rem; }
  .masterhead::after {
    display: block;
    clear: both;
    content: ""; }
  .masterhead h1 {
    font-size: 1.5625em;
    font-weight: 600;
    margin-bottom: 0.3125rem; }
  .masterhead .btn {
    min-width: 200px;
    padding: 0.9375rem 0.625rem;
    font-weight: 600; }
  .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:not(.masterhead-banner) + .section-category-listing {
    padding-top: 1.5625rem; }
  @media (max-width: 991.98px) {
    .masterhead:not(.masterhead-banner) {
      border-bottom: 0px; }
      .masterhead:not(.masterhead-banner) + .section-category-listing {
        padding-top: 0.3125rem; } }
  .masterhead:not(.masterhead-banner) + .section-category-listing .show-category-icon-sm {
    margin-top: -1.5625rem; }
    .masterhead:not(.masterhead-banner) + .section-category-listing .show-category-icon-sm:before, .masterhead:not(.masterhead-banner) + .section-category-listing .show-category-icon-sm:after {
      border-top: 0; }

@media (max-width: 991.98px) {
  .page-product .masterhead {
    border-bottom: none !important; } }

body.is-sticky-header {
  overflow: visible !important; }
  body.is-sticky-header .app-wrap {
    overflow: visible !important; }
  body.is-sticky-header .header-section {
    background: #FFF; }
  body.is-sticky-header.page-home .header-transparent {
    position: fixed; }
  body.is-sticky-header .header-default {
    background: #FFF; }

body:not(.page-product) .masterhead.masterhead-lg, body:not(.page-product) .masterhead.masterhead-banner {
  border-bottom: none;
  padding-top: 15px; }
  body:not(.page-product) .masterhead.masterhead-lg .page-title, body:not(.page-product) .masterhead.masterhead-banner .page-title {
    font-size: 2.5rem; }
    @media (max-width: 991.98px) {
      body:not(.page-product) .masterhead.masterhead-lg .page-title, body:not(.page-product) .masterhead.masterhead-banner .page-title {
        font-size: 2.375rem; } }
    @media (max-width: 767.98px) {
      body:not(.page-product) .masterhead.masterhead-lg .page-title, body:not(.page-product) .masterhead.masterhead-banner .page-title {
        font-size: 1.875rem; } }

.header-message {
  padding: 0.3125rem 0;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: .2px;
  text-align: center;
  background: #E0E0E0;
  transition: all .2s linear; }
  .header-message .header-menu {
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: .4px;
    display: flex; }
    @media (min-width: 992px) {
      .header-message .header-menu {
        padding: 0rem 0.5rem; } }
    .header-message .header-menu span {
      width: 100%;
      margin-top: auto;
      margin-bottom: auto;
      transition: all .2s linear; }
      .header-message .header-menu span h1, .header-message .header-menu span h2, .header-message .header-menu span h3, .header-message .header-menu span h4, .header-message .header-menu span h5, .header-message .header-menu span h6 {
        line-height: 120%;
        margin-bottom: 0;
        transition: all .6s ease; }
      .header-message .header-menu span p {
        margin-bottom: 0;
        transition: none; }
    .header-message .header-menu h1 {
      font-size: 1.5rem; }
    .header-message .header-menu h2 {
      font-size: 1.375rem; }
    .header-message .header-menu h3 {
      font-size: 1.25rem; }
    .header-message .header-menu h4 {
      font-size: 1.125rem; }
    .header-message .header-menu h5 {
      font-size: 1rem; }
    .header-message .header-menu h6 {
      font-size: 0.875rem; }
    .header-message .header-menu b, .header-message .header-menu strong {
      font-weight: 600; }
  .header-message .container {
    padding-right: 0;
    padding-left: 0; }
    @media (max-width: 575.98px) {
      .header-message .container {
        padding-right: 15px;
        padding-left: 15px; } }

#header {
  transition: all .2s linear; }

.header-modern .navbar-brand img {
  width: 100%;
  height: auto;
  max-height: 60px;
  transition: all .2s linear; }

.header-modern .li-phone-checkout, .header-modern .navbar-brand-checkout {
  display: none !important; }

.header-section {
  width: 100%;
  min-height: 80px;
  height: auto;
  padding: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  transition: all .2s linear; }
  .header-section > .container {
    max-width: 1240px;
    display: flex;
    align-items: center;
    position: relative; }
  .header-section .mobile-nav {
    right: 15px;
    position: absolute;
    z-index: 50;
    transition: all .2s linear;
    display: none; }
  .header-section .header-logo .navbar-brand {
    padding: 0;
    margin: 0; }
  .header-section .header-logo img {
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 60px;
    display: block;
    transition: all .2s linear; }
    .header-section .header-logo img.logo-svg {
      width: 100%; }
  .header-section .header-menu {
    flex: 1; }
    .header-section .header-menu .icon-bars {
      display: none; }
    .header-section .header-menu .primary-menu > li .child {
      padding-bottom: 0; }
    .header-section .header-menu .sub-menu .sub-menu {
      opacity: .75;
      margin-bottom: 0.3125rem;
      padding-bottom: 0; }
  .header-section .nav-link:after, .header-section .nav-link .expand {
    display: none !important; }
  .header-section i {
    color: inherit; }
  .header-section .modal-search .icon, .header-section .modal-search .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-section .modal-search .btn:before, .header-section .modal-search .select:before {
    font-size: 22px !important; }
  .header-section .header-account .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .header-section .header-account .modal-search .nav-link:after, .header-section .header-account .shopping-cart .nav-link:after {
    display: none; }
  .header-section .header-account .my-account .nav-link {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .header-section .header-account .my-account .child {
    min-width: 150px;
    left: unset;
    right: 0; }
  .header-section .header-account .header-phone .nav-header-phone {
    display: flex;
    align-items: center; }
  .header-section .header-account .header-phone .icon, .header-section .header-account .header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-section .header-account .header-phone .btn:before, .header-section .header-account .header-phone .select:before {
    font-size: 20px;
    margin-top: -0.125rem; }
  .header-section .nav-header {
    margin: 0; }
    .header-section .nav-header .primary-menu > li > a {
      font-size: 0.875rem;
      font-weight: 500; }
    .header-section .nav-header .primary-menu > li .child a {
      font-size: 0.875rem !important;
      font-weight: 500; }
    .header-section .nav-header .primary-menu > li .sub-menu .sub-menu a {
      font-size: 75% !important; }
    .header-section .nav-header.header-account .primary-menu > li > a {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
  @media (max-width: 1200px) {
    .header-section .header-account .primary-menu > li > a {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    .header-section .header-logo img {
      max-width: 220px;
      max-height: 50px; } }
  @media (max-width: 991.98px) {
    .header-section .header-account, .header-section .form-search.form-search-full {
      display: none !important; }
    .header-section .mobile-nav {
      display: flex; } }
  @media (max-width: 767.98px) {
    .header-section {
      min-height: 60px;
      padding: 10px 0; } }

.header-top-bottom .header-section {
  width: 100%;
  height: auto;
  min-height: unset;
  padding: 0;
  z-index: 5;
  flex-direction: column; }

.header-top-bottom .container-top {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  justify-content: space-between;
  transition: all .2s linear; }

.header-top-bottom .container-bottom {
  width: 100%;
  max-width: 100%;
  padding: 0;
  z-index: 2;
  position: relative;
  background: #FFF;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2); }
  .header-top-bottom .container-bottom .header-menu nav {
    padding: 0; }

.header-top-bottom .header-searchbar {
  font-family: "DM Sans", sans-serif;
  flex: 1;
  padding: 0 20px;
  display: none; }
  @media (max-width: 1300px) {
    .header-top-bottom .header-searchbar {
      padding: 0 15px 0 25px; } }
  .header-top-bottom .header-searchbar .input-group.input-group-round {
    border-radius: 2px; }
  .header-top-bottom .header-searchbar .form-control, .header-top-bottom .header-searchbar .select2-container .selection, .select2-container .header-top-bottom .header-searchbar .selection {
    padding-left: 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none; }
  .header-top-bottom .header-searchbar .input-group-prepend .btn {
    width: 60px;
    padding: 0;
    text-align: center;
    border-left: 1px solid #E9E9E9;
    transition: all .6s ease;
    background: #F1F1F1; }
    .header-top-bottom .header-searchbar .input-group-prepend .btn:hover, .header-top-bottom .header-searchbar .input-group-prepend .btn:focus {
      background: #EDEDED; }
  .header-top-bottom .header-searchbar .input-group-prepend .icon, .header-top-bottom .header-searchbar .input-group-prepend .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-top-bottom .header-searchbar .input-group-prepend .btn:before, .header-top-bottom .header-searchbar .input-group-prepend .select:before {
    font-size: 28px; }

.header-top-bottom .header-menu {
  width: 100%;
  max-width: 1240px;
  padding: 0;
  margin: 0 auto; }
  .header-top-bottom .header-menu nav {
    padding-left: 15px;
    padding-right: 15px; }
  .header-top-bottom .header-menu .primary-menu > li:hover, .header-top-bottom .header-menu .primary-menu > li:active, .header-top-bottom .header-menu .primary-menu > li:focus, .header-top-bottom .header-menu .primary-menu > li:active:focus {
    background-color: transparent; }
    .header-top-bottom .header-menu .primary-menu > li:hover > a, .header-top-bottom .header-menu .primary-menu > li:active > a, .header-top-bottom .header-menu .primary-menu > li:focus > a, .header-top-bottom .header-menu .primary-menu > li:active:focus > a {
      color: #252525;
      background-color: transparent; }
      .header-top-bottom .header-menu .primary-menu > li:hover > a .icon-base, .header-top-bottom .header-menu .primary-menu > li:active > a .icon-base, .header-top-bottom .header-menu .primary-menu > li:focus > a .icon-base, .header-top-bottom .header-menu .primary-menu > li:active:focus > a .icon-base {
        color: #252525; }
  .header-top-bottom .header-menu .primary-menu > li > a {
    padding: 12px 16px; }
    .header-top-bottom .header-menu .primary-menu > li > a:after {
      display: none !important; }

.header-top-bottom.header-logo-position-left .header-account .primary-menu > li:last-child > a {
  padding-right: 0; }

.header-top-bottom.header-logo-position-center .header-account .primary-menu > li:last-child > a {
  padding-right: 16px; }

.header-center-logo .header-section {
  padding: 40px 0 10px 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start; }

.header-center-logo .header-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  z-index: 10; }

.header-center-logo .header-logo {
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  margin: 0 30px;
  transition: all .2s linear; }
  .header-center-logo .header-logo .navbar-brand {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0 auto;
    align-items: center; }
    .header-center-logo .header-logo .navbar-brand img {
      width: 100%;
      max-height: 60px;
      display: block; }

.header-center-logo .header-menu-left {
  min-width: 0;
  max-width: 100%;
  flex: 1 1 0px;
  display: flex;
  justify-content: flex-start; }
  .header-center-logo .header-menu-left nav {
    flex: initial;
    padding: 0; }
  .header-center-logo .header-menu-left .primary-menu > li {
    display: none; }
  .header-center-logo .header-menu-left .primary-menu > li:nth-child(1), .header-center-logo .header-menu-left .primary-menu > li:nth-child(2), .header-center-logo .header-menu-left .primary-menu > li:nth-child(3) {
    display: block; }

.header-center-logo .header-menu-right {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex: 1 1 0px;
  text-align: left;
  justify-content: flex-end; }
  .header-center-logo .header-menu-right nav {
    flex: initial;
    padding: 0; }
  .header-center-logo .header-menu-right .primary-menu > li {
    display: block; }
  .header-center-logo .header-menu-right .primary-menu > li:nth-child(1), .header-center-logo .header-menu-right .primary-menu > li:nth-child(2), .header-center-logo .header-menu-right .primary-menu > li:nth-child(3) {
    display: none; }

.header-center-logo .nav-header .primary-menu > li:hover, .header-center-logo .nav-header .primary-menu > li:active, .header-center-logo .nav-header .primary-menu > li:focus, .header-center-logo .nav-header .primary-menu > li:active:focus {
  background-color: transparent; }
  .header-center-logo .nav-header .primary-menu > li:hover > a, .header-center-logo .nav-header .primary-menu > li:active > a, .header-center-logo .nav-header .primary-menu > li:focus > a, .header-center-logo .nav-header .primary-menu > li:active:focus > a {
    color: #252525;
    background-color: transparent; }
    .header-center-logo .nav-header .primary-menu > li:hover > a .icon-base, .header-center-logo .nav-header .primary-menu > li:active > a .icon-base, .header-center-logo .nav-header .primary-menu > li:focus > a .icon-base, .header-center-logo .nav-header .primary-menu > li:active:focus > a .icon-base {
      color: #252525; }

.header-center-logo .nav-header .primary-menu > li > a:after {
  display: none !important; }

.header-center-logo.header-phone-style-button-outline .header-account .header-phone .nav-header-phone {
  padding: 4px 12px !important; }

.header-center-logo.header-phone-style-button .header-phone:hover > a, .header-center-logo.header-phone-style-button .header-phone:active > a, .header-center-logo.header-phone-style-button .header-phone:focus > a, .header-center-logo.header-phone-style-button .header-phone:active:focus > a {
  color: #FFF !important;
  background: #0d0d0d !important; }

.header-center-logo.header-phone-style-button.header-transparent-bg-light .header-phone > a {
  background: #000 !important; }

.header-center-logo.header-phone-style-button.header-transparent-bg-dark .header-phone:hover > a, .header-center-logo.header-phone-style-button.header-transparent-bg-dark .header-phone:active > a, .header-center-logo.header-phone-style-button.header-transparent-bg-dark .header-phone:focus > a, .header-center-logo.header-phone-style-button.header-transparent-bg-dark .header-phone:active:focus > a {
  color: #50133D;
  background: #242424; }

.header-center-logo.header-phone-style-button.header-transparent-bg-dark .header-phone > a {
  background: #0d0d0d; }

.header-center-logo.header-phone-style-button.header-transparent-bg-dark.sticky-header .header-account .header-phone .nav-header-phone {
  color: #000 !important;
  background: #FFF !important; }
  .header-center-logo.header-phone-style-button.header-transparent-bg-dark.sticky-header .header-account .header-phone .nav-header-phone .icon, .header-center-logo.header-phone-style-button.header-transparent-bg-dark.sticky-header .header-account .header-phone .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-center-logo.header-phone-style-button.header-transparent-bg-dark.sticky-header .header-account .header-phone .nav-header-phone .btn:before, .header-center-logo.header-phone-style-button.header-transparent-bg-dark.sticky-header .header-account .header-phone .nav-header-phone .select:before {
    color: #000 !important; }

.header-center-logo.header-phone-style-button-outline:not(.header-transparent) .header-phone > a {
  background: #FFF !important; }

.header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone {
  font-weight: 400;
  letter-spacing: .4px;
  box-shadow: 0 0 0 1px #000; }
  .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone .icon, .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone .btn:before, .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone .select:before {
    position: absolute; }

@media (max-width: 1600px) {
  .header-center-logo.header-fullwidth.header-actions-position-inline .header-account .nav-cart-wrap {
    font-size: 0;
    display: flex !important;
    flex-direction: row-reverse; }
    .header-center-logo.header-fullwidth.header-actions-position-inline .header-account .nav-cart-wrap .count {
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-family: "Rubik", sans-serif;
      font-size: 10px;
      font-weight: 400;
      text-align: center;
      display: inline-block;
      border-radius: 50%;
      padding: 0;
      margin: 0;
      top: unset;
      color: #FFF;
      vertical-align: middle;
      background: rgba(80, 19, 61, 0.75); }
    .header-center-logo.header-fullwidth.header-actions-position-inline .header-account .nav-cart-wrap .ion-bag:before {
      content: "\f370";
      font-size: 22px;
      margin-right: 2px; }
  .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-link .header-account .my-account .nav-link, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-link .header-account .header-phone .nav-link {
    font-size: 0; }
  .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button .header-account .my-account .nav-link, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button .header-account .header-phone .nav-link, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button-outline .header-account .my-account .nav-link, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button-outline .header-account .header-phone .nav-link {
    font-size: 0; }
  .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button .header-account .header-phone .nav-header-phone, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button-outline .header-account .header-phone .nav-header-phone {
    width: 22px;
    height: 22px;
    padding: 0 !important;
    margin-top: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: unset; }
  .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button .header-account .header-phone .icon, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button .header-account .header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button .header-account .header-phone .btn:before, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button .header-account .header-phone .select:before, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button-outline .header-account .header-phone .icon, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button-outline .header-account .header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button-outline .header-account .header-phone .btn:before, .header-center-logo.header-fullwidth.header-actions-position-inline.header-phone-style-button-outline .header-account .header-phone .select:before {
    font-size: 14px !important;
    margin: 0 !important;
    position: absolute; } }

@media (max-width: 991.98px) {
  .header-center-logo {
    justify-content: center; }
    .header-center-logo .header-section {
      padding-top: 10px; } }

@media (max-width: 767.98px) {
  .header-center-logo .header-menu-left, .header-center-logo .header-menu-right {
    display: none; }
  .header-center-logo .header-logo {
    margin: 0;
    display: flex;
    justify-content: flex-start; } }

.sticky-header {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1061; }
  .sticky-header .header-message {
    font-size: 0.75rem; }
    .sticky-header .header-message h1 {
      font-size: 1.375rem; }
    .sticky-header .header-message h2 {
      font-size: 1.25rem; }
    .sticky-header .header-message h3 {
      font-size: 1.125rem; }
    .sticky-header .header-message h4 {
      font-size: 1rem; }
    .sticky-header .header-message h5 {
      font-size: 0.875rem; }
    .sticky-header .header-message h6 {
      font-size: 0.8125rem; }
  .sticky-header .header-section {
    min-height: unset;
    padding: 10px 0;
    box-shadow: 0 10px 12px -10px rgba(17, 17, 17, 0.1); }
  .sticky-header.header-center-logo {
    padding-top: 0; }
    .sticky-header.header-center-logo .header-account {
      top: -10px; }
    .sticky-header.header-center-logo .header-account-inline {
      top: unset; }
  .sticky-header.header-top-bottom .header-section {
    padding: 0; }
  .sticky-header.header-top-bottom .container-top {
    padding-top: 10px;
    padding-bottom: 10px; }
  .sticky-header.header-top-bottom .navbar-brand img {
    max-height: inherit; }
  .sticky-header.cart-inline .header-account {
    top: unset; }
  .sticky-header.header-center-logo.header-actions-position-top .header-wrapper {
    padding-top: 10px;
    align-items: flex-end; }
  .sticky-header.header-center-logo.header-phone-style-button.header-actions-position-top .header-wrapper, .sticky-header.header-center-logo.header-phone-style-button-outline.header-actions-position-top .header-wrapper {
    padding-top: 25px;
    align-items: flex-end; }
  .sticky-header.header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark .header-phone .nav-header-phone {
    box-shadow: 0 0 0 1px #FFF; }

.page-home .header-transparent {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 100;
  background: linear-gradient(rgba(0, 0, 0, 0.45), transparent); }
  .page-home .header-transparent + #main .slider-main .item {
    height: 80vh; }
  .page-home .header-transparent .header-section {
    box-shadow: none;
    background: transparent; }
  .page-home .header-transparent.header-phone-style-button .nav-header-phone:hover .icon, .page-home .header-transparent.header-phone-style-button .nav-header-phone:hover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-transparent.header-phone-style-button .nav-header-phone:hover .btn:before, .page-home .header-transparent.header-phone-style-button .nav-header-phone:hover .select:before, .page-home .header-transparent.header-phone-style-button .nav-header-phone:active .icon, .page-home .header-transparent.header-phone-style-button .nav-header-phone:active .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-transparent.header-phone-style-button .nav-header-phone:active .btn:before, .page-home .header-transparent.header-phone-style-button .nav-header-phone:active .select:before, .page-home .header-transparent.header-phone-style-button .nav-header-phone:focus .icon, .page-home .header-transparent.header-phone-style-button .nav-header-phone:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-transparent.header-phone-style-button .nav-header-phone:focus .btn:before, .page-home .header-transparent.header-phone-style-button .nav-header-phone:focus .select:before, .page-home .header-transparent.header-phone-style-button .nav-header-phone:active:focus .icon, .page-home .header-transparent.header-phone-style-button .nav-header-phone:active:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-transparent.header-phone-style-button .nav-header-phone:active:focus .btn:before, .page-home .header-transparent.header-phone-style-button .nav-header-phone:active:focus .select:before {
    color: #FFF !important; }

.page-home .header-transparent-bg-light {
  background: none; }
  .page-home .header-transparent-bg-light .header-section {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)); }

.page-home .header-transparent-bg-dark {
  background: none; }
  .page-home .header-transparent-bg-dark .toggle-nav-cart-menu-page i {
    color: #FFF; }
  .page-home .header-transparent-bg-dark .toggle-nav .bar {
    background-color: #FFF; }
  .page-home .header-transparent-bg-dark .toggle-nav-cart-menu:hover i, .page-home .header-transparent-bg-dark .toggle-nav-cart-menu:active i, .page-home .header-transparent-bg-dark .toggle-nav-cart-menu:focus i, .page-home .header-transparent-bg-dark .toggle-nav-cart-menu:active:focus i, .page-home .header-transparent-bg-dark .toggle-nav-cart-menu-page:hover i, .page-home .header-transparent-bg-dark .toggle-nav-cart-menu-page:active i, .page-home .header-transparent-bg-dark .toggle-nav-cart-menu-page:focus i, .page-home .header-transparent-bg-dark .toggle-nav-cart-menu-page:active:focus i {
    color: #FFF !important; }
  .page-home .header-transparent-bg-dark .header-message {
    color: #FFF;
    font-weight: 400;
    background: #1a1b1c; }
  .page-home .header-transparent-bg-dark .cart-mini *, .page-home .header-transparent-bg-dark .cart-mobile * {
    color: #50133D; }
  .page-home .header-transparent-bg-dark .cart-mini .btn, .page-home .header-transparent-bg-dark .cart-mini .icon-close2, .page-home .header-transparent-bg-dark .cart-mobile .btn, .page-home .header-transparent-bg-dark .cart-mobile .icon-close2 {
    color: #FFF; }
  .page-home .header-transparent-bg-dark .header-section {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
  .page-home .header-transparent-bg-dark .nav-header .primary-menu > li:hover > a, .page-home .header-transparent-bg-dark .nav-header .primary-menu > li:active > a, .page-home .header-transparent-bg-dark .nav-header .primary-menu > li:focus > a, .page-home .header-transparent-bg-dark .nav-header .primary-menu > li:active:focus > a {
    color: #EEE !important; }
  .page-home .header-transparent-bg-dark .nav-header .primary-menu > li > a {
    color: #FFF;
    font-weight: 400;
    letter-spacing: .4px; }

.page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:hover .nav-header-phone, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active .nav-header-phone, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:focus .nav-header-phone, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active:focus .nav-header-phone {
  color: #0D0D0D !important; }
  .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:hover .nav-header-phone .icon, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:hover .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:hover .nav-header-phone .btn:before, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:hover .nav-header-phone .select:before, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active .nav-header-phone .icon, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active .nav-header-phone .btn:before, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active .nav-header-phone .select:before, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:focus .nav-header-phone .icon, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:focus .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:focus .nav-header-phone .btn:before, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:focus .nav-header-phone .select:before, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active:focus .nav-header-phone .icon, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active:focus .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active:focus .nav-header-phone .btn:before, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark:active:focus .nav-header-phone .select:before {
    color: #0D0D0D !important; }

.page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark .nav-header-phone {
  color: #0D0D0D !important;
  background: #FFF !important;
  transition: none; }
  .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark .nav-header-phone .icon, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark .nav-header-phone .btn:before, .page-home .header-center-logo.header-phone-style-button.header-transparent-bg-dark .nav-header-phone .select:before {
    color: #0D0D0D; }

.page-home .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone {
  box-shadow: 0 0 0 1px #FFF; }
  .page-home .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone .icon, .page-home .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone .btn:before, .page-home .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .nav-header-phone .select:before {
    position: absolute; }

.page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone {
  background: #FFF; }
  .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone .icon, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone .btn:before, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone .select:before {
    color: #000; }
  .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:hover .icon, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:hover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:hover .btn:before, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:hover .select:before, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:active .icon, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:active .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:active .btn:before, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:active .select:before, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:focus .icon, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:focus .btn:before, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:focus .select:before, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:active:focus .icon, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:active:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:active:focus .btn:before, .page-home .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone:active:focus .select:before {
    color: #000 !important; }

.page-home .header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone {
  box-shadow: 0 0 0 1px #FFF; }

.page-home .header-center-logo.header-phone-style-button-outline.header-transparent-bg-dark .header-phone .nav-header-phone {
  box-shadow: 0 0 0 1px #FFF; }

.header-transparent .header-section .nav-header .primary-menu > li > a {
  font-weight: 400;
  letter-spacing: .4px; }

.header-default.sticky-header {
  box-shadow: 0 10px 12px -10px rgba(17, 17, 17, 0.1); }

.header-transparent-bg-default.sticky-header .header-section {
  box-shadow: 0 10px 12px -10px rgba(17, 17, 17, 0.1);
  background: #FFF; }

.header-transparent-bg-light.sticky-header .header-section {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.25); }

.header-transparent-bg-dark .header-message {
  color: #FFF;
  font-weight: 400;
  background: #1a1b1c; }
  .header-transparent-bg-dark .header-message b, .header-transparent-bg-dark .header-message strong {
    color: #E5E5E5; }
  .header-transparent-bg-dark .header-message a {
    color: inherit; }

.header-transparent-bg-dark.sticky-header .toggle-nav-cart-menu-page i {
  color: #FFF; }

.header-transparent-bg-dark.sticky-header .toggle-nav .bar {
  background-color: #FFF; }

.header-transparent-bg-dark.sticky-header .toggle-nav-cart-menu:hover i, .header-transparent-bg-dark.sticky-header .toggle-nav-cart-menu:active i, .header-transparent-bg-dark.sticky-header .toggle-nav-cart-menu:focus i, .header-transparent-bg-dark.sticky-header .toggle-nav-cart-menu:active:focus i {
  color: #FFF !important; }

.header-transparent-bg-dark.sticky-header .header-section {
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(4, 4, 4, 0.75); }

.header-transparent-bg-dark.sticky-header .nav-header .primary-menu > li:hover > a, .header-transparent-bg-dark.sticky-header .nav-header .primary-menu > li:active > a, .header-transparent-bg-dark.sticky-header .nav-header .primary-menu > li:focus > a, .header-transparent-bg-dark.sticky-header .nav-header .primary-menu > li:active:focus > a {
  color: #EEE !important; }

.header-transparent-bg-dark.sticky-header .nav-header .primary-menu > li > a {
  color: #FFF;
  font-weight: 400;
  letter-spacing: .4px; }

.header-transparent-bg-dark + #main .slider-main .item:before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15); }

.header-transparent-bg-dark + #main .slider-main .item .container {
  z-index: 2;
  position: relative; }

.header-fullwidth .header-section > .container, .header-fullwidth .container-top {
  max-width: 100%; }

.header-fullwidth .container-bottom .header-menu {
  max-width: 100%; }
  .header-fullwidth .container-bottom .header-menu nav {
    padding: 0; }

.header-fullwidth.header-nav-position-center .header-menu {
  flex: 3; }

.header-fullwidth.header-search-inline-fullwidth .header-logo {
  flex: 1; }

.header-fullwidth.header-search-inline-fullwidth .header-searchbar {
  flex: 2; }

.header-fullwidth.header-search-inline-fullwidth .header-account {
  flex: 1;
  display: flex;
  justify-content: flex-end; }

.header-search-inline .header-searchbar {
  display: block; }

.header-search-inline .modal-search {
  display: none; }

.header-search-inline .my-account {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2); }

.header-search-inline .container-top {
  justify-content: space-around; }

.header-search-inline .header-account {
  position: relative !important; }

.header-search-inline.header-top-background-color-white .my-account {
  border-left: 1px solid #e6e6e6; }

.header-search-inline-fullwidth .header-searchbar {
  width: 100%;
  max-width: 850px;
  padding-left: 0;
  padding-right: 0; }

.header-search-inline-center .header-logo {
  flex: 1; }

.header-search-inline-center .header-searchbar {
  flex: 2; }

.header-search-inline-center .header-account {
  display: flex;
  flex: 1;
  justify-content: flex-end; }

.header-search-inline-center .form-search.form-search-full {
  width: 100%;
  max-width: 600px;
  min-width: unset;
  margin: 0 auto; }

.header-search-inline-left .header-account {
  display: flex;
  justify-content: flex-end; }

.header-search-inline-left .header-searchbar {
  padding: 0 20px; }

.header-search-inline-left .form-search.form-search-full {
  width: 100%;
  max-width: 400px;
  min-width: unset;
  margin-left: 0;
  margin-right: auto; }

.header-search-inline-right .header-account {
  display: flex;
  justify-content: flex-end;
  flex: unset; }

.header-search-inline-right .header-searchbar {
  padding: 0 10px; }

.header-search-inline-right .form-search.form-search-full {
  width: 100%;
  max-width: 400px;
  min-width: unset;
  margin-left: auto;
  margin-right: 0; }

.header-nav-position-center .header-menu {
  flex: 2;
  text-align: center; }

.header-nav-position-center .header-account {
  display: flex;
  justify-content: flex-end; }

.header-nav-position-center .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.header-nav-position-center .navbar-main {
  justify-content: center; }

.header-nav-position-center.header-search-inline-left .header-logo {
  flex: unset; }

.header-nav-position-center.header-search-inline-right .header-account {
  flex: unset; }

.header-nav-position-right .header-menu {
  display: flex;
  justify-content: flex-end; }

.header-nav-position-right .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.header-nav-position-left .header-menu-left .primary-menu > li {
  display: block !important; }

.header-nav-position-left .header-menu-right {
  justify-content: flex-end !important; }
  .header-nav-position-left .header-menu-right .navbar {
    display: none; }

.header-actions-layout-default .ion-bag {
  font-size: 18px !important; }

.header-actions-layout-default .ion-person {
  font-size: 20px !important; }

.header-actions-layout-compress .header-account .nav-cart-wrap, .header-actions-layout-icons-only .header-account .nav-cart-wrap {
  font-size: 0;
  display: flex !important;
  flex-direction: row-reverse; }
  .header-actions-layout-compress .header-account .nav-cart-wrap .count, .header-actions-layout-icons-only .header-account .nav-cart-wrap .count {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-family: "Rubik", sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    top: unset;
    color: #FFF;
    vertical-align: middle;
    background: rgba(80, 19, 61, 0.75); }
  .header-actions-layout-compress .header-account .nav-cart-wrap .ion-bag:before, .header-actions-layout-icons-only .header-account .nav-cart-wrap .ion-bag:before {
    content: "\f370";
    font-size: 22px;
    margin-right: 2px; }

.header-actions-layout-compress .ion-person, .header-actions-layout-icons-only .ion-person {
  font-size: 22px !important; }

.header-actions-layout-icons-only .header-account .my-account .nav-link, .header-actions-layout-icons-only .header-account .header-phone .nav-link {
  font-size: 0; }

.header-actions-position-top .header-account {
  top: -40px;
  right: 13px;
  position: absolute;
  transition: top .2s linear; }
  .header-actions-position-top .header-account .primary-menu > li {
    display: block !important; }

.header-actions-position-top .header-account-inline {
  display: none; }

.header-actions-position-inline.sticky-header .header-section {
  padding: 8px 0; }

.header-actions-position-inline .header-section {
  padding: 10px 0; }

.header-actions-position-inline .header-account {
  display: none; }

.header-actions-position-inline .header-account-inline {
  display: block;
  top: unset;
  right: unset;
  position: relative; }
  .header-actions-position-inline .header-account-inline .primary-menu > li {
    display: block !important; }

.header-phone-style-button .nav-header-phone {
  color: #FFF !important;
  padding: 6px 14px !important;
  border-radius: 50px;
  background: #333; }
  .header-phone-style-button .nav-header-phone:hover, .header-phone-style-button .nav-header-phone:active, .header-phone-style-button .nav-header-phone:focus, .header-phone-style-button .nav-header-phone:active:focus {
    background: #0d0d0d; }

.header-phone-style-button.header-actions-layout-icons-only.header-actions-position-top .nav-header-phone {
  background: #000; }
  .header-phone-style-button.header-actions-layout-icons-only.header-actions-position-top .nav-header-phone:hover, .header-phone-style-button.header-actions-layout-icons-only.header-actions-position-top .nav-header-phone:active, .header-phone-style-button.header-actions-layout-icons-only.header-actions-position-top .nav-header-phone:focus, .header-phone-style-button.header-actions-layout-icons-only.header-actions-position-top .nav-header-phone:active:focus {
    background: #1a1a1a; }
  .header-phone-style-button.header-actions-layout-icons-only.header-actions-position-top .nav-header-phone .icon, .header-phone-style-button.header-actions-layout-icons-only.header-actions-position-top .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-phone-style-button.header-actions-layout-icons-only.header-actions-position-top .nav-header-phone .btn:before, .header-phone-style-button.header-actions-layout-icons-only.header-actions-position-top .nav-header-phone .select:before {
    font-size: 14px !important;
    position: absolute; }

.header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone {
  background: #000; }
  .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone .icon, .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone .btn:before, .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone .select:before {
    color: #FFF; }

.header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only.sticky-header .header-account .header-phone .nav-header-phone {
  background: #FFF; }
  .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only.sticky-header .header-account .header-phone .nav-header-phone .icon, .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only.sticky-header .header-account .header-phone .nav-header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only.sticky-header .header-account .header-phone .nav-header-phone .btn:before, .header-phone-style-button.header-transparent-bg-dark.header-actions-layout-icons-only.sticky-header .header-account .header-phone .nav-header-phone .select:before {
    color: #000; }

.header-phone-style-button-outline .nav-header-phone {
  padding: 6px 14px !important;
  border-radius: 50px;
  box-shadow: 0 0 0 1px #333; }

.header-phone-style-button .header-account .header-phone, .header-phone-style-button-outline .header-account .header-phone {
  padding-left: 0.5rem; }

.header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone, .header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone {
  width: 22px;
  height: 22px;
  padding: 0 !important;
  margin-top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: unset; }

.header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone .icon, .header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone .btn:before, .header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone .select:before, .header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone .icon, .header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone .btn:before, .header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone .select:before {
  font-size: 14px !important;
  margin: 0 !important;
  position: absolute; }

.header-phone-style-button.header-logo-position-center .header-account, .header-phone-style-button-outline.header-logo-position-center .header-account {
  right: 14px; }

.header-phone-style-button.header-actions-position-top .header-account, .header-phone-style-button-outline.header-actions-position-top .header-account {
  right: 22px; }

.header-phone-style-button.header-actions-position-top .header-phone, .header-phone-style-button-outline.header-actions-position-top .header-phone {
  padding-left: 8px; }

.header-phone-style-button .header-phone .icon, .header-phone-style-button .header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-phone-style-button .header-phone .btn:before, .header-phone-style-button .header-phone .select:before, .header-phone-style-button-outline .header-phone .icon, .header-phone-style-button-outline .header-phone .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-phone-style-button-outline .header-phone .btn:before, .header-phone-style-button-outline .header-phone .select:before {
  font-size: 16px !important;
  margin-top: 0 !important;
  margin-right: 7px !important; }

.header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone:hover .nav-header-phone, .header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone:active .nav-header-phone, .header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone:focus .nav-header-phone, .header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone:active:focus .nav-header-phone {
  background: #333; }

.header-phone-style-button.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone {
  background: #000; }

.header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone:hover .nav-header-phone, .header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone:active .nav-header-phone, .header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone:focus .nav-header-phone, .header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone:active:focus .nav-header-phone {
  box-shadow: 0 0 0 1px #333; }

.header-phone-style-button-outline.header-actions-layout-icons-only .header-account .header-phone .nav-header-phone {
  box-shadow: 0 0 0 1px #000; }

.header-phone-style-button-outline.header-transparent-bg-dark.header-actions-layout-icons-only.sticky-header .header-account .header-phone .nav-header-phone {
  box-shadow: 0 0 0 1px #FFF; }

.header-phone-style-link.header-search-inline .nav-header .my-account, .header-phone-style-button.header-search-inline .nav-header .my-account, .header-phone-style-button-outline.header-search-inline .nav-header .my-account {
  padding-left: 5px;
  margin-left: 5px; }

@media (max-width: 1650px) {
  .header-phone-style-link .header-account, .header-phone-style-button .header-account, .header-phone-style-button-outline .header-account {
    flex: unset; } }

.header-logo-position-center .container-top {
  justify-content: space-around; }

.header-logo-position-center .header-logo {
  display: flex;
  justify-content: center; }

.header-logo-position-center .header-account {
  top: 0;
  right: 0;
  position: absolute; }

.header-top-background-color-white .header-section .form-search-full .input-group-prepend .btn {
  background: #353535; }

.header-top-background-color-white .header-section .form-search-full .input-group-prepend .icon, .header-top-background-color-white .header-section .form-search-full .input-group-prepend .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-top-background-color-white .header-section .form-search-full .input-group-prepend .btn:before, .header-top-background-color-white .header-section .form-search-full .input-group-prepend .select:before {
  color: #FFF; }

.header-top-background-color-white .header-section .input-group.input-group-round, .header-top-background-color-white .header-section .toggle-nav-cart-menu-page, .header-top-background-color-white .header-section .toggle-nav {
  border-color: #353535; }

.header-top-background-color-white .container-bottom {
  box-shadow: 0px -1px 0px #e6e6e6; }

.header-top-background-color-gray .header-message {
  background: #C9C9C9; }

.header-top-background-color-gray .header-section {
  background: #E6E6E6 !important; }
  .header-top-background-color-gray .header-section .form-search-full .input-group-prepend .btn {
    background: #353535; }
  .header-top-background-color-gray .header-section .form-search-full .input-group-prepend .icon, .header-top-background-color-gray .header-section .form-search-full .input-group-prepend .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-top-background-color-gray .header-section .form-search-full .input-group-prepend .btn:before, .header-top-background-color-gray .header-section .form-search-full .input-group-prepend .select:before {
    color: #FFF; }
  .header-top-background-color-gray .header-section .input-group.input-group-round, .header-top-background-color-gray .header-section .toggle-nav-cart-menu-page, .header-top-background-color-gray .header-section .toggle-nav {
    border-color: #353535; }

.header-top-background-color-black .header-message {
  color: #FFF;
  font-weight: 400;
  background: #1a1b1c; }
  .header-top-background-color-black .header-message .header-menu b, .header-top-background-color-black .header-message .header-menu strong {
    color: #E5E5E5; }
  .header-top-background-color-black .header-message .header-menu a {
    color: inherit; }

.header-top-background-color-black .header-section {
  background: #000 !important; }
  .header-top-background-color-black .header-section .input-group.input-group-round {
    border-color: #000; }

.header-top-background-color-black .form-search-full .input-group-prepend .btn {
  background: #E5E5E5; }
  .header-top-background-color-black .form-search-full .input-group-prepend .btn:hover, .header-top-background-color-black .form-search-full .input-group-prepend .btn:focus {
    background: #CCC; }

.header-top-background-color-black.header-search-inline .my-account {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.header-top-background-color-black #my-account .nav-link, .header-top-background-color-black #my-account .icon, .header-top-background-color-black #my-account .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .header-top-background-color-black #my-account .btn:before, .header-top-background-color-black #my-account .select:before {
  color: #FFF; }

.header-top-background-color-black #my-account .count {
  background: rgba(255, 255, 255, 0.25); }

.header-top-background-color-black .nav-cart-wrap .count {
  background: rgba(255, 255, 255, 0.4); }

.header-top-background-color-black .input-group.input-group-round {
  border: 0; }

.header-top-background-color-black .toggle-nav-cart-menu-page, .header-top-background-color-black .toggle-nav {
  border-color: #FFF; }

.header-top-background-color-black .ion-bag {
  color: #FFF; }

.header-top-background-color-black .toggle-nav span {
  background-color: #FFF; }

.header-custom-logo-height .section-header, .header-custom-logo-height .header-logo img {
  min-height: unset;
  max-height: unset; }

.header-alignment-middle .header-menu-left {
  justify-content: flex-end; }

.header-alignment-middle .header-menu-right {
  justify-content: flex-start; }

.header-alignment-stretch .header-menu-left {
  justify-content: flex-start; }

.header-alignment-stretch .header-menu-right {
  justify-content: flex-end; }

.header-nav-count-show-3 .header-menu-left .primary-menu > li:nth-child(1), .header-nav-count-show-3 .header-menu-left .primary-menu > li:nth-child(2), .header-nav-count-show-3 .header-menu-left .primary-menu > li:nth-child(3) {
  display: block; }

.header-nav-count-show-3 .header-menu-right .primary-menu > li:nth-child(1), .header-nav-count-show-3 .header-menu-right .primary-menu > li:nth-child(2), .header-nav-count-show-3 .header-menu-right .primary-menu > li:nth-child(3) {
  display: none; }

.header-nav-count-show-4 .header-menu-left .primary-menu > li:nth-child(1), .header-nav-count-show-4 .header-menu-left .primary-menu > li:nth-child(2), .header-nav-count-show-4 .header-menu-left .primary-menu > li:nth-child(3), .header-nav-count-show-4 .header-menu-left .primary-menu > li:nth-child(4) {
  display: block; }

.header-nav-count-show-4 .header-menu-right .primary-menu > li:nth-child(1), .header-nav-count-show-4 .header-menu-right .primary-menu > li:nth-child(2), .header-nav-count-show-4 .header-menu-right .primary-menu > li:nth-child(3), .header-nav-count-show-4 .header-menu-right .primary-menu > li:nth-child(4) {
  display: none; }

.header-nav-count-show-5 .header-menu-left .primary-menu > li:nth-child(1), .header-nav-count-show-5 .header-menu-left .primary-menu > li:nth-child(2), .header-nav-count-show-5 .header-menu-left .primary-menu > li:nth-child(3), .header-nav-count-show-5 .header-menu-left .primary-menu > li:nth-child(4), .header-nav-count-show-5 .header-menu-left .primary-menu > li:nth-child(5) {
  display: block; }

.header-nav-count-show-5 .header-menu-right .primary-menu > li:nth-child(1), .header-nav-count-show-5 .header-menu-right .primary-menu > li:nth-child(2), .header-nav-count-show-5 .header-menu-right .primary-menu > li:nth-child(3), .header-nav-count-show-5 .header-menu-right .primary-menu > li:nth-child(4), .header-nav-count-show-5 .header-menu-right .primary-menu > li:nth-child(5) {
  display: none; }

.header-nav-count-show-6 .header-menu-left .primary-menu > li:nth-child(1), .header-nav-count-show-6 .header-menu-left .primary-menu > li:nth-child(2), .header-nav-count-show-6 .header-menu-left .primary-menu > li:nth-child(3), .header-nav-count-show-6 .header-menu-left .primary-menu > li:nth-child(4), .header-nav-count-show-6 .header-menu-left .primary-menu > li:nth-child(5), .header-nav-count-show-6 .header-menu-left .primary-menu > li:nth-child(6) {
  display: block; }

.header-nav-count-show-6 .header-menu-right .primary-menu > li:nth-child(1), .header-nav-count-show-6 .header-menu-right .primary-menu > li:nth-child(2), .header-nav-count-show-6 .header-menu-right .primary-menu > li:nth-child(3), .header-nav-count-show-6 .header-menu-right .primary-menu > li:nth-child(4), .header-nav-count-show-6 .header-menu-right .primary-menu > li:nth-child(5), .header-nav-count-show-6 .header-menu-right .primary-menu > li:nth-child(6) {
  display: none; }

@media (max-width: 1650px) {
  .header-fullwidth.header-top-bottom.header-phone-style-link.header-search-inline-fullwidth .my-account .nav-link, .header-fullwidth.header-top-bottom.header-phone-style-button.header-search-inline-fullwidth .my-account .nav-link, .header-fullwidth.header-top-bottom.header-phone-style-button-outline.header-search-inline-fullwidth .my-account .nav-link {
    font-size: 0; } }

@media (max-width: 1400px) {
  .header-fullwidth.header-nav-position-center .header-menu {
    flex: 2; } }

@media (max-width: 1270px) {
  .header-fullwidth.header-top-bottom.header-phone-style-link.header-search-inline-fullwidth:not(.header-actions-layout-icons-only) .header-searchbar, .header-fullwidth.header-top-bottom.header-phone-style-button.header-search-inline-fullwidth:not(.header-actions-layout-icons-only) .header-searchbar, .header-fullwidth.header-top-bottom.header-phone-style-button-outline.header-search-inline-fullwidth:not(.header-actions-layout-icons-only) .header-searchbar {
    flex: 1; } }

#modal_search.header-modern .input-group.input-group {
  border-radius: 1px !important;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 0 5px #481137; }
  #modal_search.header-modern .input-group.input-group .btn-primary, #modal_search.header-modern .input-group.input-group .list-account-menu li.active .btn, .list-account-menu li.active #modal_search.header-modern .input-group.input-group .btn {
    padding-left: 20px;
    padding-right: 15px;
    outline: none;
    border: none;
    box-shadow: none;
    color: #000;
    background: #FFF; }
  #modal_search.header-modern .input-group.input-group .form-control, #modal_search.header-modern .input-group.input-group .select2-container .selection, .select2-container #modal_search.header-modern .input-group.input-group .selection {
    padding-left: 0px;
    border-radius: 1px !important;
    background: #FFF; }

#modal_search.header-modern .modal-dialog {
  width: 100%;
  max-width: 540px !important;
  margin-top: 22%;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0em 0.15em 2em 0em rgba(0, 0, 0, 0); }
  #modal_search.header-modern .modal-dialog .modal-content {
    padding: 0px;
    box-shadow: none;
    border: none;
    background: none; }
    #modal_search.header-modern .modal-dialog .modal-content .modal-header {
      display: none; }

.information .box {
  line-height: 2; }
  .information .box i {
    margin-bottom: 0.3125rem;
    color: #50133D;
    font-size: 2.5em; }
  .information .box h3 {
    font-weight: 600;
    color: #50133D;
    margin-bottom: 0.625rem;
    font-size: 1.125rem; }
  .information .box p {
    font-size: 0.875em; }

.app-footer {
  padding: 3.75rem 0 0;
  background: #F9F9F9; }
  .app-footer a {
    color: black;
    text-decoration: none !important; }
    .app-footer a:hover {
      color: #50133D; }
  .app-footer .list {
    margin-bottom: 30px; }
    .app-footer .list .li-title {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #212529;
      letter-spacing: .5px; }
    .app-footer .list li a, .app-footer .list li p {
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: .5px;
      color: #000; }
    .app-footer .list li a {
      color: #000; }
      .app-footer .list li a:hover {
        color: #5c1646; }
    .app-footer .list li p {
      font-size: 15px;
      letter-spacing: .3px; }
      .app-footer .list li p .footer-logo {
        width: auto;
        height: auto;
        max-height: 120px;
        margin: 10px 15px 0 0;
        float: left;
        display: inline-block; }

.social-flat {
  width: auto;
  display: table; }
  .social-flat li {
    width: auto;
    display: inline-block;
    margin: -5px 10px 0 0; }
    .social-flat li a {
      font-size: 24px !important;
      width: 34px;
      height: 34px;
      line-height: 34px !important;
      text-align: center;
      border-radius: 4px;
      padding: 0;
      margin: 0;
      display: block; }
      .social-flat li a:hover, .social-flat li a:focus {
        opacity: .9;
        color: #FFF !important; }
        .social-flat li a:hover i, .social-flat li a:focus i {
          color: #FFF !important; }
      .social-flat li a i {
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center; }
      .social-flat li a.social-fb {
        color: #FFF;
        background: #486BA4; }
        .social-flat li a.social-fb i {
          line-height: 36px; }
      .social-flat li a.social-instagram {
        color: #FFF;
        background: #f09433;
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }

.copyright {
  text-align: center;
  font-size: 0.75em;
  margin-top: 1.5625rem;
  padding: 0.8125rem 0;
  background: #292929; }
  .copyright p {
    font-size: 12px;
    color: #AFAFAF;
    letter-spacing: .3px;
    margin-bottom: 0; }
    .copyright p a {
      color: inherit; }
      .copyright p a:hover, .copyright p a:focus {
        color: #FFF; }

.scroll-top-top {
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #000;
  padding: 0;
  text-align: center;
  position: fixed;
  right: 1.25rem;
  bottom: 4.0625rem;
  border-radius: 0px;
  text-decoration: none !important;
  transition: all .3s ease;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4.375rem); }
  .scroll-top-top .icon, .scroll-top-top .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .scroll-top-top .btn:before, .scroll-top-top .select:before {
    height: 30px;
    line-height: 28px; }
  .scroll-top-top:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.2); }
  .scroll-top-top.show {
    transform: translateX(0); }

.in-here-please {
  display: inline-block;
  transition: transform .3s ease-out; }
  .in-here-please.in {
    transform: scale(1.04); }

.page-uri-0-user .inline-option-details > .list-inline-item {
  margin-top: 0; }
  .page-uri-0-user .inline-option-details > .list-inline-item a {
    font-size: 14px;
    font-weight: 500;
    padding: 2px;
    color: #a1a0a0 !important; }
    .page-uri-0-user .inline-option-details > .list-inline-item a:hover, .page-uri-0-user .inline-option-details > .list-inline-item a:focus {
      color: #000 !important; }

.page-uri-0-user .link-icon {
  padding-left: 6px;
  position: relative; }
  .page-uri-0-user .link-icon .icon, .page-uri-0-user .link-icon .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .page-uri-0-user .link-icon .btn:before, .page-uri-0-user .link-icon .select:before {
    float: left;
    display: inline-block;
    margin: 5px 5px 0 0;
    color: inherit !important; }

.page-uri-0-user .app-content-heading h1 {
  font-size: 2rem;
  margin: 4px 0; }

.page-uri-0-user.page-uri-1-subscriptions .btn-subscription-cancel {
  vertical-align: top;
  padding-top: 14px;
  display: inline-block;
  padding-left: 10px; }

.navbar-nav .nav-item-store-location a {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.navbar-nav .nav-item-store-location ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.navbar-nav .nav-item-store-location ul li:last-child {
  display: none; }

.homepage-banner .slick-dots {
  height: 35px; }

.homepage-banner.slider .item {
  min-height: 450px; }

.homepage-content.home-testimonials {
  background-color: #d9e4f5;
  background-image: linear-gradient(315deg, #d9e4f5 0%, #f5e3e6 74%); }
  .homepage-content.home-testimonials .section-testimonials {
    padding: 0;
    margin: 0px !important; }

.homepage-content .category-content {
  padding-top: 10px; }

.homepage-content h3.tagline {
  text-align: center;
  font-size: 12px;
  margin: -11px 0 28px 0;
  opacity: .6; }

.homepage-content h1, .homepage-content h2, .homepage-content h3, .homepage-content h4, .homepage-content h5, .homepage-content h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: .5px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase; }

.homepage-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 0; }
  .homepage-content p:not(:last-child) {
    margin-bottom: 10px; }
  .homepage-content p a {
    color: #336d61;
    text-decoration: none; }
    .homepage-content p a:hover, .homepage-content p a:focus {
      color: #50133D; }

.homepage-content .featured-post {
  padding-top: 15px; }
  .homepage-content .featured-post .post {
    margin: 0 0 15px 0; }
    .homepage-content .featured-post .post .post-core h3 {
      font-size: 14px;
      font-weight: 400;
      color: #444;
      letter-spacing: .5px;
      margin-bottom: 16px; }
    .homepage-content .featured-post .post .image {
      margin-bottom: 25px; }
      .homepage-content .featured-post .post .image img {
        width: 100%;
        height: 200px;
        opacity: 1; }
        .homepage-content .featured-post .post .image img:hover, .homepage-content .featured-post .post .image img:focus {
          opacity: .85; }
    .homepage-content .featured-post .post .post-desc {
      font-size: 14px;
      letter-spacing: 0;
      color: #555;
      padding: 0;
      border: none;
      background: none; }

.homepage-content .block-title.centered {
  width: auto;
  display: table;
  padding: 0 30px;
  line-height: 20px;
  margin: 0 auto 20px auto;
  position: relative; }
  .homepage-content .block-title.centered:before, .homepage-content .block-title.centered:after {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    margin-top: 0px;
    width: 20px;
    height: 4px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4; }
  .homepage-content .block-title.centered:after {
    left: unset;
    right: 0; }

.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: 2px solid #DDD;
    margin-left: 0.625rem;
    padding-left: 0.625rem; }

.prod-featured .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #DDD;
  font-weight: 400;
  padding: 0;
  line-height: 1; }
  .prod-featured .nav-link.active {
    color: #000; }
  .prod-featured .nav-link:hover {
    color: #222; }

.home-prod-featured .tablist {
  font-family: "Montserrat", sans-serif; }
  .home-prod-featured .tablist .nav-link {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400; }

#post_excerpt-2 {
  padding: 0;
  background: none; }

.invoice-header-template {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #FFF;
  border-bottom: 1px solid #bfc8d1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
  .invoice-header-template .row {
    width: 100%;
    margin: 0; }
    .invoice-header-template .row .col-md-6 {
      padding: 0; }
  .invoice-header-template .container {
    padding: 0 6%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .invoice-header-template .d-flex, .invoice-header-template .payment-method .method div, .payment-method .method .invoice-header-template div, .invoice-header-template .delivery-method .method div, .delivery-method .method .invoice-header-template div, .invoice-header-template .checkout-cart .body .price, .checkout-cart .body .invoice-header-template .price,
  .invoice-header-template .checkout-cart .body .delivery, .checkout-cart .body .invoice-header-template .delivery, .invoice-header-template .checkout-cart .footer, .checkout-cart .invoice-header-template .footer {
    width: 100%;
    display: flex;
    align-items: center; }
  .invoice-header-template .top-bar {
    display: flex;
    height: 40px;
    color: #FFF;
    background: #3C8DBC; }
    .invoice-header-template .top-bar a {
      font-size: 14px;
      color: #FFF;
      font-weight: 700;
      text-decoration: none; }
      .invoice-header-template .top-bar a:hover, .invoice-header-template .top-bar a:focus {
        opacity: .8; }
  .invoice-header-template .payment-bar {
    width: 100%;
    padding: 18px 0;
    display: flex;
    align-items: center;
    color: #7e90a2;
    background: #FFF; }
    .invoice-header-template .payment-bar .btn {
      min-height: 34px;
      line-height: 34px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13px;
      font-weight: 400;
      padding-top: 0;
      outline: none;
      box-shadow: none;
      padding-bottom: 0;
      border-radius: 3px; }
      .invoice-header-template .payment-bar .btn.btn-paynow {
        font-size: 15px;
        min-width: 150px;
        margin-right: 8px; }
      .invoice-header-template .payment-bar .btn.btn-success {
        background: #57c40a;
        border-color: #57c40a; }
        .invoice-header-template .payment-bar .btn.btn-success:hover, .invoice-header-template .payment-bar .btn.btn-success:focus {
          background: #4cac09;
          border-color: #4cac09; }
      .invoice-header-template .payment-bar .btn.btn-light {
        font-size: 13px;
        margin-left: 8px;
        border-radius: 3px;
        outline: none;
        box-shadow: none;
        border: 1px solid #BFC8D1;
        color: #2baaed;
        background: #FFF; }
        .invoice-header-template .payment-bar .btn.btn-light:hover, .invoice-header-template .payment-bar .btn.btn-light:focus {
          color: #14a0eb !important;
          border-color: #9FACBA;
          background: #EFF1F3; }
        .invoice-header-template .payment-bar .btn.btn-light.pdf-download {
          padding: 0 10px 0 32px;
          position: relative; }
          .invoice-header-template .payment-bar .btn.btn-light.pdf-download:before {
            content: '';
            width: 18px;
            height: 18px;
            top: 7px;
            left: 10px;
            display: block;
            position: absolute;
            background: url(../../../default/assets/images/icon-pdf.svg) no-repeat center center;
            background-size: cover; }
    .invoice-header-template .payment-bar .amount {
      height: 36px;
      line-height: 36px;
      font-size: 26px;
      display: flex;
      white-space: nowrap;
      font-weight: 700;
      color: #000; }
      .invoice-header-template .payment-bar .amount .currency {
        font-size: 20px;
        font-weight: 400;
        color: #7e90a2;
        padding-left: 6px; }

.invoice-template {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding: 0;
  margin: 0;
  background: #EFF1F3; }
  .invoice-template a {
    color: #2baaed; }
    .invoice-template a:hover, .invoice-template a:focus {
      color: #14a0eb; }
  .invoice-template .section {
    padding-bottom: 0rem; }
  .invoice-template .table {
    color: #000; }
  .invoice-template .container {
    padding: 0 6%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto; }
  .invoice-template .page-header {
    background: #FFF;
    border-bottom: 1px solid #bfc8d1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
    .invoice-template .page-header .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .invoice-template .page-header .top-bar {
      display: flex;
      height: 40px;
      color: #FFF;
      background: #2AABE2; }
      .invoice-template .page-header .top-bar a {
        font-size: 14px;
        color: #FFF;
        text-decoration: none; }
        .invoice-template .page-header .top-bar a:hover, .invoice-template .page-header .top-bar a:focus {
          opacity: .8; }
    .invoice-template .page-header .payment-bar {
      width: 100%;
      padding: 18px 0;
      display: flex;
      align-items: center;
      color: #7e90a2;
      background: #FFF; }
      .invoice-template .page-header .payment-bar .row {
        width: 100%; }
        .invoice-template .page-header .payment-bar .row .d-flex, .invoice-template .page-header .payment-bar .row .payment-method .method div, .payment-method .method .invoice-template .page-header .payment-bar .row div, .invoice-template .page-header .payment-bar .row .delivery-method .method div, .delivery-method .method .invoice-template .page-header .payment-bar .row div, .invoice-template .page-header .payment-bar .row .checkout-cart .body .price, .checkout-cart .body .invoice-template .page-header .payment-bar .row .price,
        .invoice-template .page-header .payment-bar .row .checkout-cart .body .delivery, .checkout-cart .body .invoice-template .page-header .payment-bar .row .delivery, .invoice-template .page-header .payment-bar .row .checkout-cart .footer, .checkout-cart .invoice-template .page-header .payment-bar .row .footer {
          width: 100%;
          display: flex;
          align-items: center; }
      .invoice-template .page-header .payment-bar .label {
        height: 34px;
        line-height: 34px;
        padding-right: 6px; }
      .invoice-template .page-header .payment-bar .btn {
        height: 34px;
        line-height: 34px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 15px;
        outline: none !important;
        box-shadow: none !important; }
        .invoice-template .page-header .payment-bar .btn.btn-green {
          min-width: 150px;
          margin-right: 8px;
          background: #57c40a;
          border-color: #57c40a; }
          .invoice-template .page-header .payment-bar .btn.btn-green:hover, .invoice-template .page-header .payment-bar .btn.btn-green:focus {
            background: #4cac09;
            border-color: #4cac09; }
        .invoice-template .page-header .payment-bar .btn.btn-light {
          font-size: 13px;
          border-radius: 3px;
          border: 1px solid #BFC8D1;
          color: #2baaed;
          background: #FFF; }
          .invoice-template .page-header .payment-bar .btn.btn-light:hover, .invoice-template .page-header .payment-bar .btn.btn-light:focus {
            color: #14a0eb !important;
            border-color: #9FACBA;
            background: #EFF1F3; }
      .invoice-template .page-header .payment-bar .amount {
        font-size: 26px;
        display: flex;
        flex-direction: column;
        white-space: nowrap;
        font-weight: 700;
        color: #000; }
        .invoice-template .page-header .payment-bar .amount .currency {
          font-size: 20px;
          font-weight: 400;
          color: #7e90a2; }
  .invoice-template .card {
    padding: 4%;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #bfc8d1;
    margin-top: -1px; }
    .invoice-template .card.drop-shadow {
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }
    .invoice-template .card.invoice-header {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-top: 0; }
      .invoice-template .card.invoice-header h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 0;
        margin: 0; }
      .invoice-template .card.invoice-header h4 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0.9375rem; }
      .invoice-template .card.invoice-header .invoice-logo {
        pointer-events: none; }
        .invoice-template .card.invoice-header .invoice-logo img {
          width: auto;
          max-width: 200px;
          max-height: 50px; }
    .invoice-template .card.invoice-details h4, .invoice-template .card.terms-and-payment h4 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0;
      margin-bottom: 0.9375rem; }
    .invoice-template .card .table-order-total-wrap .col-md-11 {
      flex: 0 0 100%;
      max-width: 100%; }
    .invoice-template .card .checkout-panel {
      margin-bottom: 15px; }
      .invoice-template .card .checkout-panel label {
        font-size: 14px; }
      .invoice-template .card .checkout-panel h4 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 0;
        margin-bottom: 1.875rem; }
    .invoice-template .card .flex-wrap {
      display: flex;
      flex-wrap: wrap;
      align-content: center; }
    .invoice-template .card .logo-right {
      justify-content: flex-end; }
      .invoice-template .card .logo-right img {
        float: right; }
    .invoice-template .card.section-payment {
      margin-top: -1px;
      background: #F4F7F7; }
      .invoice-template .card.section-payment .checkout-panel h4 {
        margin-top: 0; }
  .invoice-template #place-order-button {
    min-width: 170px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    outline: none;
    box-shadow: none; }

.invoice-footer .copyright {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  letter-spacing: .3px;
  color: #7e90a2;
  background: #EFF1F3; }
  .invoice-footer .copyright a {
    color: #7e90a2;
    text-decoration: none !important; }

.page-uri-1-feedback {
  background: #EFF1F3; }

.order-feedback-template {
  min-height: calc(100vh - 47px);
  overflow-x: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #313131;
  padding: 0;
  margin: 0;
  letter-spacing: .2px; }
  .order-feedback-template .container {
    max-width: 750px; }
    @media (max-width: 600px) {
      .order-feedback-template .container {
        max-width: 94%;
        margin: 0 auto; } }
  .order-feedback-template .company-logo {
    max-width: 150px;
    height: auto;
    max-height: 100px;
    margin: 0 auto 30px auto;
    display: block; }
  .order-feedback-template .card {
    padding: 4%;
    border-radius: 0;
    border: 1px solid #bfc8d1;
    margin-top: -1px;
    background-color: #FFF; }
    .order-feedback-template .card.drop-shadow {
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }
    @media (max-width: 600px) {
      .order-feedback-template .card {
        padding: 5%; } }
  .order-feedback-template .card-title {
    font-size: 26px;
    margin-bottom: 2px;
    letter-spacing: .4px; }
    @media (max-width: 600px) {
      .order-feedback-template .card-title {
        font-size: 20px;
        line-height: 140%; } }
  .order-feedback-template .dd {
    font-size: 16px;
    font-style: italic;
    letter-spacing: .2px;
    margin-bottom: 30px; }
  .order-feedback-template .review-question .label-question {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2px;
    display: block; }
    @media (max-width: 600px) {
      .order-feedback-template .review-question .label-question {
        font-size: 15px; } }
  .order-feedback-template .review-question .label-description {
    margin-bottom: 5px;
    color: #7f7f7f; }
    @media (max-width: 600px) {
      .order-feedback-template .review-question .label-description {
        font-size: 13px; } }
  .order-feedback-template .btn {
    min-width: 120px; }
  .order-feedback-template .rating > label:before {
    font-size: 30px; }

@media (max-width: 768px) {
  .invoice-header-template .col-md-6, .invoice-template .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .checkout-panel .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%; }
  .card.invoice-details .col-md-4 {
    padding-bottom: 20px; }
    .card.invoice-details .col-md-4.pb0 {
      padding-bottom: 0; } }

@media (max-width: 540px) {
  .invoice-template .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%; }
  .invoice-header-template .payment-bar .label {
    display: none; }
  .invoice-header-template .top-bar .nav li .nav-item {
    display: none; }
    .invoice-header-template .top-bar .nav li .nav-item.nav-logout {
      display: block; }
  .invoice-template .card.invoice-header h2 {
    width: 100%;
    text-align: center; }
  .invoice-template .card .logo-right {
    padding-top: 15px;
    justify-content: center; }
  .invoice-template #place-order-button {
    margin: 0 auto 20px auto;
    display: block; } }

.product-single {
  padding-bottom: 15px; }
  .product-single label {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #000; }
  .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 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    color: #111; }
  .product-single .product-quantity {
    font-weight: 300; }
    .product-single .product-quantity .input-group-btn .btn {
      border-left-width: 1px !important;
      border-right: 1px #dee2e6 solid !important;
      font-weight: 600;
      font-size: 16px;
      min-width: 30px;
      text-align: center;
      display: block; }
      .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 .cart-error-message {
    font-size: 0.875rem; }
  .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 {
    min-height: unset;
    border: 1px solid #e9eaea;
    position: relative; }
    .product-single .slider-single .checkbox-icon-favorites {
      top: 10px;
      left: 10px;
      position: absolute;
      z-index: 3; }
    .product-single .slider-single .item img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .product-single .slider-single .slick-arrow {
      display: block;
      background-color: #ffffffa6;
      padding: 0px 0.625rem 0px 0.375rem;
      height: 2.3125rem;
      width: 2.3125rem;
      z-index: 10; }
      .product-single .slider-single .slick-arrow.slick-prev {
        left: 0; }
      .product-single .slider-single .slick-arrow.slick-next {
        right: 0; }
    .product-single .slider-single .slick-dots li button::before {
      color: #fff; }
  @media (max-width: 991.98px) {
    .product-single .slider-single-nav {
      display: none !important; } }
  .product-single .product-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2.125em;
    margin-bottom: 0.9375rem; }
  .product-single .types {
    display: block;
    clear: both;
    width: 100%; }
  .product-single .single-product-status {
    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 {
    height: 26px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #941d6f;
    border: 1px solid #941d6f;
    border-radius: 100px;
    display: inline-block;
    padding: 0 14px;
    margin: 0 0.625rem 0.625rem 0;
    text-transform: uppercase;
    font-weight: 600; }
    .product-single .type:hover, .product-single .type:active, .product-single .type:focus, .product-single .type:active:focus {
      text-decoration: none;
      border: 1px solid #50133D;
      color: #50133D; }
  .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 ul.social {
      float: right;
      color: #adb5bd;
      margin-bottom: 0.625rem;
      text-decoration: none;
      font-size: 0.9375em;
      margin-left: 0.625rem; }
      .product-single .info ul.social:hover {
        color: #50133D; }
      .product-single .info ul.social i {
        font-size: 1.1875em;
        display: inline-block;
        vertical-align: middle; }
    .product-single .info .social-radial {
      line-height: 1;
      letter-spacing: 5px; }
      .product-single .info .social-radial a {
        letter-spacing: 0;
        line-height: 1 !important;
        padding: 9px 0 !important;
        display: block !important;
        float: none !important;
        width: 1.875rem !important;
        height: 1.875rem !important; }
  .product-single .price span.product_price {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    color: #222222;
    font-weight: 600; }
    .product-single .price span.product_price .final-price {
      font-size: 2.125em; }
  .product-single .price .price_box {
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-single .price .price_box span {
      width: 100%; }
      .product-single .price .price_box span .price-suffix {
        font-size: 0.4em;
        display: block;
        margin-top: 0.375rem;
        line-height: 1.5;
        padding-bottom: 1.25rem; }
      .product-single .price .price_box span .price-units-x-qty-suffix {
        font-size: .8em;
        position: relative;
        top: -4px; }
  .product-single .price.price-with-out-sale {
    padding-top: 32px; }
    .product-single .price.price-with-out-sale .sale-price {
      display: none; }
  .product-single .price.price-is-zero.price-with-zero-hide {
    display: none; }
  .product-single .cart-option-inputs-container {
    margin-top: 1.5625rem; }
  .product-single .cart-option-inputs {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px; }
    .product-single .cart-option-inputs > * {
      margin: 0 12px .5em 12px; }
    .product-single .cart-option-inputs.cart-option-inputs-inline {
      display: inline-flex; }
      .product-single .cart-option-inputs.cart-option-inputs-inline > * {
        min-width: 220px; }
  .product-single .actions {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%; }
    .product-single .actions .btn {
      display: block;
      width: 40%;
      margin-bottom: 0.625rem;
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      font-weight: 600; }
  @media (max-width: 991.98px) {
    .product-single .actions {
      margin-top: 0.3125rem; }
    .product-single .dietary-info-share {
      padding-bottom: 0.4375rem; }
    .product-single .cart-option-inputs {
      margin-top: 0rem; }
    .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; }
    .product-single .product-title {
      font-size: 1.9375em; } }
  @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-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; }
    .product-single .product-title {
      font-size: 1.8125em; } }
  @media (max-width: 575.98px) {
    .product-single .details .input-group {
      width: 114px; }
    .product-single .price span.product_price .final-price {
      font-size: 1.5rem; }
    .product-single .price.price-with-out-sale {
      padding-top: 30px; }
    .product-single .price.price-with-please-call span.product_price .final-price {
      font-size: 1.4375em; }
    .product-single .product-title {
      font-size: 1.75em; } }
  .product-single .info-tabs .tab-content {
    font-size: 0.9375rem; }
    .product-single .info-tabs .tab-content p {
      font-size: 0.9375rem; }
  .product-single .info-tabs .section-accordions .panel.panel-item .panel-heading {
    display: none; }
  .product-single .info-tabs .section-accordions .panel.panel-item .panel-collapse.collapse:not(.show) {
    display: block; }
  .product-single .info-tabs .section-accordions .accordion-accordion {
    border-bottom: none; }
  @media (max-width: 991.98px) {
    .product-single .info-tabs .nav-tabs {
      display: none; }
    .product-single .info-tabs .tab-content > .tab-pane {
      display: block;
      opacity: 1; }
    .product-single .info-tabs .section-accordions .panel.panel-item .panel-heading {
      display: block; }
    .product-single .info-tabs .section-accordions .panel.panel-item .panel-collapse.collapse:not(.show) {
      display: none; }
    .product-single .info-tabs .section-accordions .accordion-accordion {
      border-bottom: 1px solid #dee2e6; }
    .product-single .info-tabs #info-tab-accordion {
      display: flex;
      flex-direction: column; }
      .product-single .info-tabs #info-tab-accordion .tab-pane {
        display: flex;
        order: 2;
        flex-direction: column; }
        .product-single .info-tabs #info-tab-accordion .tab-pane#infotab-description {
          order: 0; } }

.plates {
  white-space: nowrap; }
  .plates input {
    display: none; }
  .plates input:checked + label {
    border-color: #50133D;
    background: #50133D;
    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: 600;
    cursor: pointer; }
    .plates label:hover {
      background: #50133D;
      color: white; }

.info-tabs .nav-tabs {
  align-items: baseline;
  border-color: #eaeaea;
  margin-bottom: 18px; }
  .info-tabs .nav-tabs > .nav-item {
    display: block; }
    .info-tabs .nav-tabs > .nav-item a {
      display: block;
      font-size: 1.25em;
      font-weight: 600;
      color: #adb5bd;
      border: none;
      padding: 0.75rem 0;
      margin-right: 1.875rem;
      text-decoration: none !important;
      transition: all .2s; }
      .info-tabs .nav-tabs > .nav-item a:hover {
        color: #495057;
        background-color: transparent; }
      .info-tabs .nav-tabs > .nav-item a.active {
        color: #50133D;
        background-color: transparent;
        border-bottom: 2px solid #50133D; }

.product-single .tab-content #infotab-description {
  font-size: 12px;
  line-height: 24px;
  color: #545454; }
  .product-single .tab-content #infotab-description p {
    margin-bottom: 0; }
    .product-single .tab-content #infotab-description p:not(:last-child) {
      margin-bottom: 10px; }

.dietary-info-share {
  height: auto;
  min-height: 2.25rem;
  padding-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; }
  @media (max-width: 767.98px) {
    .dietary-info-share {
      display: block;
      padding-bottom: 1.875rem !important; } }
  @media (max-width: 575.98px) {
    .dietary-info-share {
      flex-direction: column !important; } }

.more-info-file-attachment {
  display: flex;
  flex-wrap: wrap; }
  .more-info-file-attachment .file-item {
    width: 100%;
    max-width: 130px;
    margin: 10px 5px 10px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .more-info-file-attachment .file-item {
        max-width: 100px; } }
  .more-info-file-attachment a {
    text-decoration: none; }
  .more-info-file-attachment img {
    width: 100%;
    max-width: 85px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .more-info-file-attachment img {
        max-width: 50px; } }
  .more-info-file-attachment .file-title {
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    padding: 0 5px;
    word-break: break-word; }
    @media (max-width: 767px) {
      .more-info-file-attachment .file-title {
        font-size: 10px; } }

.table-cart th {
  font-size: 0.875em;
  font-weight: 500;
  text-align: left;
  padding: 0.9375rem 0.5rem;
  background: #f8f9fa; }
  .table-cart th.th-delivery-time {
    min-width: 7.8125rem;
    padding-left: 0.75rem;
    padding-right: 0; }
  .table-cart th.th-note {
    padding-left: 0;
    padding-right: 0; }
  .table-cart th.th-product {
    padding-left: 0.875rem;
    padding-right: 0.375rem; }
  .table-cart th.th-unit-price, .table-cart th.th-total-price, .table-cart th.th-tax {
    text-align: right; }
  .table-cart th.th-quantity {
    text-align: center; }

.table-cart a {
  color: #333; }
  .table-cart a span {
    color: #333; }
  .table-cart a.remove_cart_item {
    text-decoration: none; }

.table-cart td {
  vertical-align: top;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .table-cart td.td-time {
    padding-left: 0.75rem;
    padding-right: 0; }
  .table-cart td.quantity {
    padding-left: 1.25rem; }
  .table-cart td.title {
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.75rem 0.375rem 0.75rem 0.875rem; }
    .table-cart td.title img {
      min-width: 60px;
      height: 60px;
      float: left;
      margin-right: 0.75rem;
      box-shadow: inset 0 0 0 1px #EEE;
      background-color: #FFF;
      -o-object-fit: scale-down;
      object-fit: scale-down;
      -o-object-position: center;
      object-position: center; }
      .table-cart td.title img.img-cover {
        -o-object-fit: cover;
        object-fit: cover; }
    .table-cart td.title small {
      font-size: 0.75em;
      font-weight: 600; }
    .table-cart td.title .item-img {
      width: 100%;
      display: flex;
      flex-direction: row;
      text-decoration: none;
      align-items: flex-start; }
      @media (max-width: 992px) {
        .table-cart td.title .item-img {
          align-items: flex-start; } }
    .table-cart td.title .prod-info {
      width: 100%;
      line-height: 120%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .table-cart td.title .product-details {
      padding: 1px 0;
      line-height: 1.4;
      font-size: 11px;
      font-weight: 600; }
      .table-cart td.title .product-details .product-main-options {
        margin-top: 6px; }
      .table-cart td.title .product-details .cart-item-pack-list-wrapper {
        margin-top: 6px; }
        .table-cart td.title .product-details .cart-item-pack-list-wrapper ul.cart-item-pack-list {
          margin-bottom: 5px;
          font-weight: 600; }
  .table-cart td.item-img {
    display: block;
    width: 13.4375rem; }
  .table-cart td.price, .table-cart td.total-price, .table-cart td.product-gst {
    font-size: 0.875em;
    font-weight: 500;
    text-align: right;
    padding-top: 0.875rem; }
  .table-cart td.td-remove {
    padding-top: 0.875rem; }
  .table-cart td.total-price, .table-cart td.product-gst {
    text-align: right;
    padding-top: 0.875rem; }
  .table-cart td.td-notes {
    min-width: 9.0625rem;
    padding-left: 0;
    padding-right: 0; }
  .table-cart td.quantity .bootstrap-touchspin {
    width: 90px; }
  .table-cart td.quantity .product-quantity {
    max-width: 55px !important; }
  .table-cart td.quantity .input-group-btn:last-child .btn {
    border-radius: 50% !important; }
  .table-cart td small {
    font-size: 80%; }

.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 {
    font-size: 0.8125rem;
    line-height: 120%;
    border-radius: 2px;
    resize: none;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: 4px 6px 0 6px; }
    @media (max-width: 575.98px) {
      .table-cart .note-field-wrap .form-control, .table-cart .note-field-wrap .select2-container .selection, .select2-container .table-cart .note-field-wrap .selection {
        min-height: 2.8125rem;
        font-size: 0.875rem !important; } }
  .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; }
    @media (max-width: 992px) {
      .table-cart .note-field-wrap .close {
        right: -1.3125rem; } }

.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 {
    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: 600;
      color: #50133D; }

.cart-mini {
  border: 1px solid #dee2e6; }

.cart-mini, .cart-mobile {
  position: absolute;
  display: none;
  right: 0px;
  top: 100%;
  z-index: 100;
  min-width: 19.6875rem;
  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; }
  .cart-mini .item, .cart-mobile .item {
    padding: 0.5em 0; }
    .cart-mini .item ~ .item, .cart-mobile .item ~ .item {
      border-top: 1px solid #dee2e6; }
  .cart-mini .close, .cart-mobile .close {
    color: #f0425a !important; }
  .cart-mini .cart-title, .cart-mobile .cart-title {
    font-size: 0.9375rem;
    margin-bottom: 0px; }
  .cart-mini .item-img, .cart-mobile .item-img {
    margin-right: 10px;
    border: 1px solid #dee2e6;
    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%; }
    .cart-mini .item-img:hover, .cart-mini .item-img:active, .cart-mini .item-img:focus, .cart-mini .item-img:active:focus, .cart-mobile .item-img:hover, .cart-mobile .item-img:active, .cart-mobile .item-img:focus, .cart-mobile .item-img:active:focus {
      text-decoration: none;
      outline: none; }
    .cart-mini .item-img img, .cart-mobile .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, .cart-mobile .item-name {
    line-height: 1em;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600; }
    .cart-mini .item-name a, .cart-mobile .item-name a {
      color: #343a40; }
  .cart-mini .item-info, .cart-mobile .item-info {
    font-size: 0.8125rem;
    letter-spacing: 0.625rem; }
    .cart-mini .item-info .qty, .cart-mini .item-info .price, .cart-mobile .item-info .qty, .cart-mobile .item-info .price {
      display: inline-block;
      letter-spacing: 0px; }
  .cart-mini .no-image, .cart-mobile .no-image {
    padding: 0.625rem 0;
    background-color: #f3f3f3; }
    .cart-mini .no-image .icon-image, .cart-mobile .no-image .icon-image {
      color: #ced4da;
      font-size: 1.25rem; }
  .cart-mini .item-actions, .cart-mobile .item-actions {
    float: none;
    clear: both;
    font-size: 0.5625rem;
    text-align: center; }
    .cart-mini .item-actions .remove, .cart-mobile .item-actions .remove {
      color: #fff !important;
      border-radius: 100%;
      background-color: #f0425a;
      width: 0.9375rem;
      height: 0.9375rem;
      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, .cart-mobile .item-actions .remove:hover, .cart-mobile .item-actions .remove:active, .cart-mobile .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, .cart-mobile .item-actions .remove:hover .icon, .cart-mobile .item-actions .remove:hover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .cart-mobile .item-actions .remove:hover .btn:before, .cart-mobile .item-actions .remove:hover .select:before, .cart-mobile .item-actions .remove:active .icon, .cart-mobile .item-actions .remove:active .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .cart-mobile .item-actions .remove:active .btn:before, .cart-mobile .item-actions .remove:active .select:before, .cart-mobile .item-actions .remove:focus .icon, .cart-mobile .item-actions .remove:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .cart-mobile .item-actions .remove:focus .btn:before, .cart-mobile .item-actions .remove:focus .select:before {
          color: #fff; }
  .cart-mini .subtotal, .cart-mobile .subtotal {
    float: none;
    clear: both;
    display: block;
    text-align: center;
    font-size: 1.0625rem;
    padding: 0.625rem 0;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.625rem; }
    .cart-mini .subtotal::after, .cart-mobile .subtotal::after {
      display: block;
      clear: both;
      content: ""; }
    .cart-mini .subtotal .price, .cart-mobile .subtotal .price {
      color: #343a40;
      font-weight: 600; }
  .cart-mini .cart-actions .btn, .cart-mobile .cart-actions .btn {
    font-size: 14px;
    letter-spacing: .5px;
    padding: 0.3125rem 0.625rem;
    text-align: center;
    min-height: 1.875rem; }

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

.cart-delivery-info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: .4px; }
  .cart-delivery-info p.first-delivery-date {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    border: none;
    padding: 3px 14px 3px 50px;
    margin: 6px 0 15px 0;
    border-radius: 10px 3px 3px 10px;
    display: inline-block;
    position: relative;
    background: #efefef; }
    .cart-delivery-info p.first-delivery-date:before {
      content: "";
      width: 40px;
      height: 40px;
      top: -6px;
      left: 0;
      position: absolute;
      display: block;
      border-radius: 50%;
      background: url(../../../default/assets/images/icon-delivery-box-white.svg) no-repeat center center/60%;
      background-color: #84bd74; }
    .cart-delivery-info p.first-delivery-date b, .cart-delivery-info p.first-delivery-date strong {
      font-weight: 600;
      color: #000; }

.page-uri-0-order .table-cart .item .title .item-img span.text {
  display: flex;
  flex-wrap: wrap;
  align-content: center; }

.page-uri-0-order .navbar-nav .nav-item-store-location:hover {
  cursor: default; }
  .page-uri-0-order .navbar-nav .nav-item-store-location:hover .child li {
    display: none; }
  .page-uri-0-order .navbar-nav .nav-item-store-location:hover .child li:last-child {
    display: initial !important; }

.page-uri-0-order .app-menu .menu-nav > li .nav-item-store-location-sub-menu li {
  display: none !important; }

.page-uri-0-order .app-menu .menu-nav > li .nav-item-store-location-sub-menu li:last-child {
  display: initial !important; }

.page-shopping-cart .section.cart .form-control.order_prod_notes, .page-shopping-cart .section.cart .select2-container .order_prod_notes.selection, .select2-container .page-shopping-cart .section.cart .order_prod_notes.selection {
  border-radius: 0px; }

.page-shopping-cart .section.cart a.remove_cart_item:hover, .page-shopping-cart .section.cart a.remove_cart_item:focus {
  text-decoration: none !important; }

.page-shopping-cart .section.cart .table-cart td.title .info-middle .item-img {
  display: flex; }
  .page-shopping-cart .section.cart .table-cart td.title .info-middle .item-img .column {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin: 0; }
    .page-shopping-cart .section.cart .table-cart td.title .info-middle .item-img .column.img-thumb {
      flex: 0 0 68px; }
    .page-shopping-cart .section.cart .table-cart td.title .info-middle .item-img .column .row {
      display: flex;
      flex-direction: row;
      width: 100%;
      margin: 0; }
      .page-shopping-cart .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; }

.page-shopping-cart .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; }

.page-shopping-cart .section.cart .table-cart td.title a:hover, .page-shopping-cart .section.cart .table-cart td.title a:focus {
  text-decoration: none !important; }

.page-shopping-cart .section.cart .table-cart td.title img {
  width: 58px !important;
  height: 40px !important;
  border: 1px solid #cfd5db;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.page-shopping-cart .section.cart .table-cart td.title span.text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; }

.page-shopping-cart #item_list_table .input-group.bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down, .page-shopping-cart #item_list_table .input-group.bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  border-top: 1px solid #cfd5db !important;
  border-bottom: 1px solid #cfd5db !important; }

.page-shopping-cart #item_list_table .input-group.bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  border-right: 1px solid #cfd5db !important; }

.page-shopping-cart .cart-summary #cart-totals {
  font-weight: 400 !important; }

@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-auto {
    margin-top: auto !important; }
  .mto-xl-0 {
    margin-top: 0 !important; }
  .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-auto {
    margin-bottom: auto !important; }
  .mbo-xl-0 {
    margin-bottom: 0 !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; }
  .mro-xl-auto {
    margin-right: auto !important; }
  .mro-xl-0 {
    margin-right: 0 !important; }
  .mro-xl-1 {
    margin-right: 0.25rem !important; }
  .mro-xl-2 {
    margin-right: 0.5rem !important; }
  .mro-xl-3 {
    margin-right: 1rem !important; }
  .mro-xl-4 {
    margin-right: 2rem !important; }
  .mlo-xl-auto {
    margin-left: auto !important; }
  .mlo-xl-0 {
    margin-left: 0 !important; }
  .mlo-xl-1 {
    margin-left: 0.25rem !important; }
  .mlo-xl-2 {
    margin-left: 0.5rem !important; }
  .mlo-xl-3 {
    margin-left: 1rem !important; }
  .mlo-xl-4 {
    margin-left: 2rem !important; }
  .pto-xl-auto {
    padding-top: auto !important; }
  .pto-xl-0 {
    padding-top: 0 !important; }
  .pto-xl-1 {
    padding-top: 0.25rem !important; }
  .pto-xl-2 {
    padding-top: 0.5rem !important; }
  .pto-xl-3 {
    padding-top: 1rem !important; }
  .pto-xl-4 {
    padding-top: 2rem !important; }
  .pbo-xl-auto {
    padding-bottom: auto !important; }
  .pbo-xl-0 {
    padding-bottom: 0 !important; }
  .pbo-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pbo-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pbo-xl-3 {
    padding-bottom: 1rem !important; }
  .pbo-xl-4 {
    padding-bottom: 2rem !important; }
  .pro-xl-auto {
    padding-right: auto !important; }
  .pro-xl-0 {
    padding-right: 0 !important; }
  .pro-xl-1 {
    padding-right: 0.25rem !important; }
  .pro-xl-2 {
    padding-right: 0.5rem !important; }
  .pro-xl-3 {
    padding-right: 1rem !important; }
  .pro-xl-4 {
    padding-right: 2rem !important; }
  .plo-xl-auto {
    padding-left: auto !important; }
  .plo-xl-0 {
    padding-left: 0 !important; }
  .plo-xl-1 {
    padding-left: 0.25rem !important; }
  .plo-xl-2 {
    padding-left: 0.5rem !important; }
  .plo-xl-3 {
    padding-left: 1rem !important; }
  .plo-xl-4 {
    padding-left: 2rem !important; } }

@media (max-width: 991.98px) {
  .slider-main .item .slide-title {
    font-size: 3.125rem; }
  .toggle-nav {
    display: inline-block; }
  .sort .toggle-view {
    display: none; }
  .mobile-nav-area {
    padding: 8px 25px 0 25px;
    margin: 15px 0 10px 0;
    display: block; }
  #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;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .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 .add-to-cart-form, .product-row .product.list .post-core .add-to-cart-form, .product-row .post.list .product-core .add-to-cart-form, .product-row .post.list .post-core .add-to-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; }
  .form-control.prod-notes, .select2-container .prod-notes.selection {
    margin-bottom: 15px; }
  .mto-lg-auto {
    margin-top: auto !important; }
  .mto-lg-0 {
    margin-top: 0 !important; }
  .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-auto {
    margin-bottom: auto !important; }
  .mbo-lg-0 {
    margin-bottom: 0 !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; }
  .mro-lg-auto {
    margin-right: auto !important; }
  .mro-lg-0 {
    margin-right: 0 !important; }
  .mro-lg-1 {
    margin-right: 0.25rem !important; }
  .mro-lg-2 {
    margin-right: 0.5rem !important; }
  .mro-lg-3 {
    margin-right: 1rem !important; }
  .mro-lg-4 {
    margin-right: 2rem !important; }
  .mlo-lg-auto {
    margin-left: auto !important; }
  .mlo-lg-0 {
    margin-left: 0 !important; }
  .mlo-lg-1 {
    margin-left: 0.25rem !important; }
  .mlo-lg-2 {
    margin-left: 0.5rem !important; }
  .mlo-lg-3 {
    margin-left: 1rem !important; }
  .mlo-lg-4 {
    margin-left: 2rem !important; }
  .pto-lg-auto {
    padding-top: auto !important; }
  .pto-lg-0 {
    padding-top: 0 !important; }
  .pto-lg-1 {
    padding-top: 0.25rem !important; }
  .pto-lg-2 {
    padding-top: 0.5rem !important; }
  .pto-lg-3 {
    padding-top: 1rem !important; }
  .pto-lg-4 {
    padding-top: 2rem !important; }
  .pbo-lg-auto {
    padding-bottom: auto !important; }
  .pbo-lg-0 {
    padding-bottom: 0 !important; }
  .pbo-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pbo-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pbo-lg-3 {
    padding-bottom: 1rem !important; }
  .pbo-lg-4 {
    padding-bottom: 2rem !important; }
  .pro-lg-auto {
    padding-right: auto !important; }
  .pro-lg-0 {
    padding-right: 0 !important; }
  .pro-lg-1 {
    padding-right: 0.25rem !important; }
  .pro-lg-2 {
    padding-right: 0.5rem !important; }
  .pro-lg-3 {
    padding-right: 1rem !important; }
  .pro-lg-4 {
    padding-right: 2rem !important; }
  .plo-lg-auto {
    padding-left: auto !important; }
  .plo-lg-0 {
    padding-left: 0 !important; }
  .plo-lg-1 {
    padding-left: 0.25rem !important; }
  .plo-lg-2 {
    padding-left: 0.5rem !important; }
  .plo-lg-3 {
    padding-left: 1rem !important; }
  .plo-lg-4 {
    padding-left: 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: #f6f6f6; }
    .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 .add-to-cart-form, .product.list .product-list-info .actions .add-to-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 #27091e;
          border-radius: 0px;
          margin-top: 0px !important;
          margin-bottom: 0px !important;
          box-shadow: none;
          min-width: auto !important;
          padding: 0.75rem 0;
          background-color: #50133D;
          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 0rem; }
  .prod-featured .product.grid {
    padding-left: 5px;
    padding-right: 5px; }
  #header > .nav-top > .navbar.navbar-expand-lg {
    padding-bottom: 0.5rem !important; }
  .col-scroll-aside.fixed .aside-flex {
    width: 100% !important; }
  .hidden-md-mobile {
    display: none !important; }
  .btn.btn-mobile {
    display: block !important; }
  .breadcrumb {
    display: none !important; } }

@media (max-width: 767.98px) {
  .slider-main .item .slide-title {
    font-size: 1.875rem; }
  .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;
    padding-right: 5px;
    padding-left: 5px; }
  .text-rmd-center {
    text-align: center; }
  .app-footer {
    border-top: 1px solid #dee2e6;
    padding: 3.125rem 0rem 0; }
  .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-0 {
    margin-top: 0 !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-0 {
    margin-bottom: 0 !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; }
  .mro-md-auto {
    margin-right: auto !important; }
  .mro-md-0 {
    margin-right: 0 !important; }
  .mro-md-1 {
    margin-right: 0.25rem !important; }
  .mro-md-2 {
    margin-right: 0.5rem !important; }
  .mro-md-3 {
    margin-right: 1rem !important; }
  .mro-md-4 {
    margin-right: 2rem !important; }
  .mlo-md-auto {
    margin-left: auto !important; }
  .mlo-md-0 {
    margin-left: 0 !important; }
  .mlo-md-1 {
    margin-left: 0.25rem !important; }
  .mlo-md-2 {
    margin-left: 0.5rem !important; }
  .mlo-md-3 {
    margin-left: 1rem !important; }
  .mlo-md-4 {
    margin-left: 2rem !important; }
  .pto-md-0 {
    padding-top: 0 !important; }
  .pto-md-1 {
    padding-top: 0.25rem !important; }
  .pto-md-2 {
    padding-top: 0.5rem !important; }
  .pto-md-3 {
    padding-top: 1rem !important; }
  .pto-md-4 {
    padding-top: 2rem !important; }
  .pbo-md-0 {
    padding-bottom: 0 !important; }
  .pbo-md-1 {
    padding-bottom: 0.25rem !important; }
  .pbo-md-2 {
    padding-bottom: 0.5rem !important; }
  .pbo-md-3 {
    padding-bottom: 1rem !important; }
  .pbo-md-4 {
    padding-bottom: 2rem !important; }
  .pro-md-0 {
    padding-right: 0 !important; }
  .pro-md-1 {
    padding-right: 0.25rem !important; }
  .pro-md-2 {
    padding-right: 0.5rem !important; }
  .pro-md-3 {
    padding-right: 1rem !important; }
  .pro-md-4 {
    padding-right: 2rem !important; }
  .plo-md-0 {
    padding-left: 0 !important; }
  .plo-md-1 {
    padding-left: 0.25rem !important; }
  .plo-md-2 {
    padding-left: 0.5rem !important; }
  .plo-md-3 {
    padding-left: 1rem !important; }
  .plo-md-4 {
    padding-left: 2rem !important; }
  .prod-featured .tablist {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 1.875rem; }
    .prod-featured .tablist .nav-item a {
      font-size: 1.375rem; }
    .prod-featured .tablist .nav-item ~ .nav-item {
      margin-left: 1rem;
      padding-left: 1rem; }
  .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; }
      .app-content-heading .list-account-menu > li {
        padding-left: 0;
        padding-bottom: 1rem; }
  .masterhead-product-actions .row {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .masterhead-product-actions .col, .masterhead-product-actions .checkout-cart .body .info, .checkout-cart .body .masterhead-product-actions .info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .masterhead-product-actions .col.page-btn-action, .masterhead-product-actions .checkout-cart .body .page-btn-action.info, .checkout-cart .body .masterhead-product-actions .page-btn-action.info {
      min-width: auto !important;
      max-width: 100% !important;
      width: 100%;
      margin-top: 10px !important;
      margin-right: 0px !important;
      margin-left: 0px !important; }
  .section-menu-tabs .form-row {
    margin-right: 0 !important;
    margin-left: 0 !important; } }

@media (max-width: 575.98px) {
  .navbar-brand {
    margin-right: 0rem;
    width: 13.125rem; }
  .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-auto {
    margin-top: auto !important; }
  .mto-sm-0 {
    margin-top: 0 !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-auto {
    margin-bottom: auto !important; }
  .mbo-sm-0 {
    margin-bottom: 0 !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; }
  .mro-sm-auto {
    margin-right: auto !important; }
  .mro-sm-0 {
    margin-right: 0 !important; }
  .mro-sm-1 {
    margin-right: 0.25rem !important; }
  .mro-sm-2 {
    margin-right: 0.5rem !important; }
  .mro-sm-3 {
    margin-right: 1rem !important; }
  .mro-sm-4 {
    margin-right: 2rem !important; }
  .mlo-sm-0 {
    margin-left: 0 !important; }
  .mlo-sm-1 {
    margin-left: 0.25rem !important; }
  .mlo-sm-2 {
    margin-left: 0.5rem !important; }
  .mlo-sm-3 {
    margin-left: 1rem !important; }
  .mlo-sm-4 {
    margin-left: 2rem !important; }
  .pto-sm-0 {
    padding-top: 0 !important; }
  .pto-sm-1 {
    padding-top: 0.25rem !important; }
  .pto-sm-2 {
    padding-top: 0.5rem !important; }
  .pto-sm-3 {
    padding-top: 1rem !important; }
  .pto-sm-4 {
    padding-top: 2rem !important; }
  .pbo-sm-0 {
    padding-bottom: 0 !important; }
  .pbo-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pbo-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pbo-sm-3 {
    padding-bottom: 1rem !important; }
  .pbo-sm-4 {
    padding-bottom: 2rem !important; }
  .pro-sm-0 {
    padding-right: 0 !important; }
  .pro-sm-1 {
    padding-right: 0.25rem !important; }
  .pro-sm-2 {
    padding-right: 0.5rem !important; }
  .pro-sm-3 {
    padding-right: 1rem !important; }
  .pro-sm-4 {
    padding-right: 2rem !important; }
  .plo-sm-0 {
    padding-left: 0 !important; }
  .plo-sm-1 {
    padding-left: 0.25rem !important; }
  .plo-sm-2 {
    padding-left: 0.5rem !important; }
  .plo-sm-3 {
    padding-left: 1rem !important; }
  .plo-sm-4 {
    padding-left: 2rem !important; }
  .pagination {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
    .pagination > li:first-child, .pagination > li:last-child {
      float: none;
      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) {
  .navbar-dropdown li.active .dropdown-section {
    display: block !important; } }

@media (max-width: 1400px) {
  #header .header-section {
    padding: 10px 0 0 0; }
    #header .header-section .container .navbar-brand {
      max-width: 300px; }
    #header .header-section .container .tagline {
      margin: 8px 0 22px 0; }
      #header .header-section .container .tagline p {
        letter-spacing: .5px; }
  #header .navbar .container .navbar-nav .nav-link {
    padding: 20px 27px; }
    #header .navbar .container .navbar-nav .nav-link.icon-search {
      padding-top: 22px; }
  .homepage-banner.slider .item {
    min-height: 410px; } }

@media (max-width: 1200px) {
  #header .navbar {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  #header .header-section .container #top-menu-list #account-info {
    padding-right: 20px; } }

@media (max-width: 1024px) {
  #header .navbar .container .navbar-nav .nav-link {
    padding: 16px 14px; }
    #header .navbar .container .navbar-nav .nav-link.icon-search {
      padding-top: 18px; } }

@media (max-width: 990px) {
  #header .header-section .container #top-menu-list {
    display: none; }
  #header .navbar {
    padding: 0; }
  #header .mobile-nav {
    display: flex;
    float: right;
    align-content: center; }
  .mobile-nav-area {
    height: auto;
    padding: 0 20px;
    margin: 10px 0 6px 0;
    overflow: hidden;
    position: relative;
    display: inline-block; } }

@media (max-width: 768px) {
  #header .header-section .container .navbar-brand {
    max-width: 200px; }
  .homepage-content .featured-post .post .post-core h3 {
    text-align: center; } }

@media (max-width: 760px) {
  #header .header-section .container .tagline p {
    letter-spacing: 0; }
  .homepage-banner.slider .item {
    min-height: unset; }
  .app-content .container {
    width: 100%;
    max-width: 100%; }
  .product-row {
    margin: 0; }
  .custom-catering-menu .category-block img {
    -o-object-fit: cover;
    object-fit: cover; }
  .info-tabs .nav-tabs {
    margin: 0 0 20px 0; }
  .product-single {
    padding-left: 10px;
    padding-right: 10px; }
    .product-single .slider-single {
      margin-bottom: 20px; }
    .product-single .product-title {
      font-size: 22px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: .5px;
      margin-bottom: 10px; } }

@media (min-width: 500px) and (max-width: 100px) {
  #main .container {
    max-width: 100% !important; } }

@media (max-width: 480px) {
  #header .header-section .container .navbar-brand {
    max-width: 180px; }
  .section-breadcrumb {
    padding-left: 0px;
    padding-right: 0px; }
  .section-category .container {
    padding: 0 5px; }
  .custom-catering-menu .category-block .category-title {
    font-size: 22px;
    letter-spacing: 1px; }
  .app-footer .mb-4 {
    margin-bottom: 0px !important; }
  .app-footer .container .footer-col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0 10px 0; }
    .app-footer .container .footer-col p .footer-logo {
      margin: 10px 15px 10px 10px !important; } }

@media (max-width: 375px) {
  #header .header-section .container .navbar-brand {
    max-width: 160px; }
  #header .header-section .container .tagline p:before, #header .header-section .container .tagline p:after {
    display: none; }
  .mobile-nav-area {
    padding: 0 5px; } }

.checkout-panel {
  margin-bottom: 1.875rem; }
  .checkout-panel::after {
    display: block;
    clear: both;
    content: ""; }
  .checkout-panel h4 {
    font-weight: 600;
    margin: 2.1875rem 0 1.25rem; }
    .checkout-panel h4 a {
      font-size: .7em;
      font-weight: normal; }
  .checkout-panel label {
    font-family: "DM Sans", sans-serif;
    font-size: 15px; }
  .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, .delivery-method {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1.25rem; }
  .payment-method .method, .delivery-method .method {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.75rem;
    font-weight: 500; }
    .payment-method .method input, .delivery-method .method input {
      display: none; }
      .payment-method .method input:checked + div, .delivery-method .method input:checked + div {
        border-color: #50133D;
        border-radius: 4px;
        background: white;
        color: #50133D; }
    .payment-method .method div, .delivery-method .method div {
      cursor: pointer;
      background: #eff0f4;
      text-align: center;
      height: 5rem;
      border: 2px solid transparent; }
      .payment-method .method div:hover, .delivery-method .method div:hover {
        border-color: #50133D; }
      .payment-method .method div span i, .delivery-method .method div span i {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.625rem;
        color: #50133D;
        font-size: 0.9375rem; }
        .payment-method .method div span i.icon-delivery, .payment-method .method div span i.icon-pickup, .delivery-method .method div span i.icon-delivery, .delivery-method .method div span i.icon-pickup {
          margin-bottom: 0.375rem; }

.delivery-method .method div span i {
  margin-top: 6px;
  margin-bottom: 6px !important; }
  .delivery-method .method div span i.icon-pickup {
    margin-top: 5px;
    margin-bottom: 7px !important;
    margin-left: 13px; }

.delivery-method h6 {
  font-size: 12px; }

.icon-cc {
  background: url(../../../default/assets/images/payment-method.png) no-repeat left center;
  width: 30px;
  height: 20px; }

.icon-gc {
  background: url(../../../default/assets/images/payment-method.png) no-repeat -101px center;
  width: 31px;
  height: 20px; }

.icon-pp {
  background: url(../../../default/assets/images/payment-method.png) no-repeat right center;
  width: 20px;
  height: 20px; }

.icon-delivery {
  width: 24px;
  height: 24px;
  background: url(../../../default/assets/images/icon-delivery.svg) no-repeat center center;
  background-size: 100%; }

.icon-pickup {
  width: 24px;
  height: 24px;
  background: url(../../../default/assets/images/icon-pickup.svg) no-repeat center center;
  background-size: 100%; }

.checkout-cart {
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: white;
  margin-bottom: 1.5625rem; }
  .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;
      position: relative; }
    .checkout-cart .heading h4 {
      font-size: 1.375rem;
      font-weight: 600;
      margin: 0; }
    .checkout-cart .heading .recurring-order-icon {
      width: 24px;
      height: 24px;
      top: 13px;
      right: 12px;
      position: absolute;
      display: block;
      background: url(../../../default/assets/images/icon-recurring.svg) no-repeat center center/100%; }
  .checkout-cart .order-date {
    padding: 0.375rem 0.9375rem;
    border-bottom: 1px solid #ced4da;
    font-size: 0.875rem;
    font-weight: bold; }
  .checkout-cart .item {
    padding: 10px 15px;
    border-bottom: 1px solid #ced4da; }
    .checkout-cart .item .title {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      letter-spacing: 0px;
      font-weight: 400;
      margin-bottom: 6px;
      margin-top: -2px;
      position: relative;
      padding-right: 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .checkout-cart .item .remove {
      float: right;
      color: #f0425a;
      font-size: 0.875rem;
      font-weight: 600;
      cursor: pointer; }
  .checkout-cart .body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .checkout-cart .body .image img {
      width: 65px;
      height: 60px;
      object-fit: scale-down;
      -o-object-fit: scale-down; }
      .checkout-cart .body .image img.img-cover {
        -o-object-fit: cover;
        object-fit: cover; }
    .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-size: 16px; }
    .checkout-cart .body .delivery {
      font-size: 14px;
      letter-spacing: .5px; }
    .checkout-cart .body .select {
      font-weight: 700; }
      .checkout-cart .body .select select {
        border: 0;
        outline: 0;
        font-weight: 700; }
  .checkout-cart .computation {
    /*padding: rem(15px);*/ }
  .checkout-cart .footer {
    font-size: 1.0625rem; }
    .checkout-cart .footer .value {
      font-size: 1.375rem;
      font-weight: bold;
      color: #50133D; }

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

.page-checkout .form-control, .page-checkout .select2-container .selection, .select2-container .page-checkout .selection, .page-checkout .select2-container .selection, .page-checkout .select2-o .select2-container .selection {
  border-radius: 2px;
  border-color: #DCDCDC; }

.page-checkout .li-phone-checkout, .page-checkout .navbar-brand-checkout {
  display: initial !important; }

.page-checkout .header-actions-position-top, .page-checkout .header-account .header-phone {
  display: none !important; }

.page-checkout .nav-top .navbar-expand-lg, .page-checkout .header-account .modal-search, .page-checkout .form-search.form-search-full {
  display: none !important; }

.page-checkout .nav-header .primary-menu.navbar-nav.expandable-right .nav-item {
  display: none !important; }

.page-checkout .nav-header.header-menu-left .primary-menu.navbar-nav.expandable-right .nav-item-store-location {
  display: none !important; }

.page-checkout .nav-header .primary-menu.navbar-nav.expandable-right .nav-item-store-location {
  display: initial !important; }

.page-checkout .nav-header {
  margin-bottom: 0; }

.page-checkout #header {
  position: relative; }
  .page-checkout #header .nav-top {
    padding-top: 0rem; }
  .page-checkout #header .navbar .container {
    border: none; }
  .page-checkout #header small {
    font-size: 80%; }

.page-checkout .header-transparent-bg-dark.sticky-header .header-section {
  background: #FFF; }

@media (max-width: 991.98px) {
  .page-checkout .nav-top .navbar-expand-lg {
    display: flex !important; } }

.list-selection {
  display: flex;
  width: 100%; }
  .list-selection .list-item {
    font-size: 0.875rem;
    font-weight: 500;
    height: 100%;
    display: flex; }
    .list-selection .list-item input {
      display: none; }
      .list-selection .list-item input:checked + div {
        box-shadow: 0px 0px 0px 1px #50133D;
        background: white;
        color: #50133D;
        z-index: 100;
        position: relative; }
    .list-selection .list-item div {
      cursor: pointer;
      text-align: center;
      padding: 7px 9px;
      background-color: #fff;
      box-shadow: 0px 0px 0px 1px #ced4da;
      width: 100%; }
      .list-selection .list-item div:hover {
        box-shadow: 0px 0px 0px 1px #50133D;
        z-index: 100;
        position: relative; }
      @media (max-width: 1024px) {
        .list-selection .list-item div span {
          font-size: 12px; } }
      .list-selection .list-item div span i {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.625rem;
        color: #50133D;
        font-size: 0.9375rem; }
    .list-selection .list-item.list-item-btn a {
      cursor: pointer;
      text-align: center;
      padding: 7px 10px;
      text-decoration: none;
      background-color: #fff;
      box-shadow: 0px 0px 0px 1px #ced4da;
      display: block;
      width: 100%; }
    .list-selection .list-item.list-item-btn.active a, .list-selection .list-item.list-item-btn:hover a {
      box-shadow: 0px 0px 0px 1px #50133D;
      z-index: 100;
      position: relative; }

.tip-input, .form-control-addon, .service-fee-input {
  position: relative;
  display: none; }
  .tip-input .form-control, .tip-input .select2-container .selection, .select2-container .tip-input .selection, .form-control-addon .form-control, .form-control-addon .select2-container .selection, .select2-container .form-control-addon .selection, .service-fee-input .form-control, .service-fee-input .select2-container .selection, .select2-container .service-fee-input .selection {
    padding-right: 1.5625rem !important; }
  .tip-input .close, .form-control-addon .close, .service-fee-input .close {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0.5rem;
    color: #f0425a !important;
    font-size: 0.9375rem; }

.checkout-cart .heading .input-group.date {
  border: none;
  width: 8.4375rem;
  background-color: #f3f3f3;
  border-radius: 15px; }
  .checkout-cart .heading .input-group.date .form-control, .checkout-cart .heading .input-group.date .select2-container .selection, .select2-container .checkout-cart .heading .input-group.date .selection {
    background-color: transparent;
    min-height: 0.625rem;
    padding: 3px 14px;
    padding-right: 0px; }
  .checkout-cart .heading .input-group.date .input-group-append .btn {
    padding-left: 4px;
    padding-right: 12px; }
    .checkout-cart .heading .input-group.date .input-group-append .btn:hover, .checkout-cart .heading .input-group.date .input-group-append .btn:active, .checkout-cart .heading .input-group.date .input-group-append .btn:focus, .checkout-cart .heading .input-group.date .input-group-append .btn:active:focus {
      background-color: transparent;
      color: #222222; }

.checkout-cart .product-quantity-holder .input-group-btn .btn {
  border-radius: 100% !important; }

.checkout-cart .btn-cart-note {
  text-decoration: none;
  font-size: 13px;
  padding: 1px 0; }
  .checkout-cart .btn-cart-note:hover, .checkout-cart .btn-cart-note:active, .checkout-cart .btn-cart-note:focus, .checkout-cart .btn-cart-note:active:focus {
    text-decoration: none; }

.checkout-cart .select2-wrap-time .select2-container .selection {
  min-height: auto !important;
  padding: 0 0 !important;
  background-color: #f3f3f3;
  border-radius: 15px; }
  .checkout-cart .select2-wrap-time .select2-container .selection .select2-selection {
    padding: 4px 11px 0 13px; }
    .checkout-cart .select2-wrap-time .select2-container .selection .select2-selection .select2-selection__arrow b {
      height: 7px !important;
      width: 7px !important;
      border-width: 2px 2px 0 0 !important;
      margin-left: -1px;
      margin-top: -5px; }

.checkout-cart .select2-wrap-time.error .select2-container .selection {
  border: 1px solid #f0425a !important; }

.checkout-cart .drop-popover-item-info {
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  vertical-align: middle;
  display: inline;
  margin-top: 0.125rem;
  cursor: pointer; }
  .checkout-cart .drop-popover-item-info.icon-calendar {
    font-size: .999rem; }
  @media (max-width: 575.98px) {
    .checkout-cart .drop-popover-item-info {
      margin-left: 0.625rem;
      font-size: 1.25rem;
      line-height: 1.3;
      vertical-align: middle;
      display: inline;
      margin-top: -0.0625rem;
      cursor: pointer;
      width: 30px;
      text-align: center; } }

.checkout-cart .calendar-wrap .drop-popover-item-info {
  margin-left: 0.2rem;
  line-height: 0; }

.checkout-cart .title-options {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 0.875rem;
  flex: 0 0 100%;
  max-width: 100%; }

.aside-flex.checkout-cart .item .title {
  margin-bottom: 0 !important; }

.aside-flex.checkout-cart .item .title-options-wrapper {
  margin-bottom: 0.625rem; }

.aside-flex.checkout-cart .item .remove_cart_item {
  padding-top: 0.1875rem; }

.subscription-btn-wrapper {
  display: flex !important; }
  .subscription-btn-wrapper button {
    flex: 1; }
    .subscription-btn-wrapper button:first-child {
      margin-right: 16px !important; }
  @media screen and (max-width: 520px) {
    .subscription-btn-wrapper {
      display: block !important; }
      .subscription-btn-wrapper button {
        display: block;
        width: 100%; }
        .subscription-btn-wrapper button:first-child {
          margin-bottom: 10px;
          margin-right: 0 !important; } }

.delivery-option.delivery-option-sm {
  padding-bottom: 5px;
  margin: 0; }
  .delivery-option.delivery-option-sm h4 {
    font-size: 14px;
    margin: 0; }
  .delivery-option.delivery-option-sm .delivery-method {
    width: 100%;
    margin: 0; }
    .delivery-option.delivery-option-sm .delivery-method input:checked + div {
      border-color: #c7c7c7; }
    .delivery-option.delivery-option-sm .delivery-method label {
      padding: 0;
      margin-bottom: 0; }
      .delivery-option.delivery-option-sm .delivery-method label:first-child {
        margin-right: 16px; }
    .delivery-option.delivery-option-sm .delivery-method div {
      height: 40px;
      line-height: 40px;
      border-radius: 4px;
      border: 1px solid #ececec;
      background: #f5f5f5; }
      .delivery-option.delivery-option-sm .delivery-method div:hover, .delivery-option.delivery-option-sm .delivery-method div:focus {
        border-color: #d6d6d6; }
      .delivery-option.delivery-option-sm .delivery-method div span i {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 8px;
        margin: 0 !important; }
      .delivery-option.delivery-option-sm .delivery-method div span h6 {
        padding-left: 30px;
        margin: 0; }

.delivery-option.delivery-option-cart {
  padding-bottom: 0; }
  .delivery-option.delivery-option-cart input:checked + div {
    border-color: #dcf5c6;
    background: #dcf5c6; }
  .delivery-option.delivery-option-cart div {
    border-color: #E4E4E4;
    background: #FEFEFE; }
    .delivery-option.delivery-option-cart div:hover, .delivery-option.delivery-option-cart div:focus {
      border-color: #E4E4E4; }

.minmax-258 {
  min-width: 258px;
  max-width: 258px; }

@media (min-width: 768px) and (max-width: 991px) {
  .col-12-tablet {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px !important; }
  .mb-3-tablet {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .minmax-258 {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 15px; } }

.checkout-cart .item .title a.remove_cart_item {
  position: absolute;
  right: 0;
  top: -1px; }

.app-content-heading h1 {
  font-size: 34px;
  font-weight: 600;
  margin: 0; }

.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: #a2277c;
    text-decoration-color: #a2277c; }

.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: none; }
  .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: #50133D;
        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: #50133D;
      font-weight: 600; }
      .prod-deal-info .price .value span {
        font-size: 1.5625rem;
        color: #50133D; }

.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.9375rem;
  padding-top: 0;
  /*border-top: 1px solid $border-color;*/
  /*background-color: lighten($gray, 2%);*/ }
  .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-values .types .type {
    font-weight: 600;
    font-size: 1rem; }

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

.btn-dropdown {
  position: relative;
  padding: 7px 18px; }
  .btn-dropdown:hover, .btn-dropdown:active, .btn-dropdown:focus, .btn-dropdown:active:focus, .btn-dropdown.active {
    background-color: #50133D !important; }
    .btn-dropdown:hover .dropdown-link, .btn-dropdown:active .dropdown-link, .btn-dropdown:focus .dropdown-link, .btn-dropdown:active:focus .dropdown-link, .btn-dropdown.active .dropdown-link {
      color: #fff; }
    .btn-dropdown:hover .drop-toggle .icon-angle-down, .btn-dropdown:hover .drop-popover .icon-angle-down, .btn-dropdown:active .drop-toggle .icon-angle-down, .btn-dropdown:active .drop-popover .icon-angle-down, .btn-dropdown:focus .drop-toggle .icon-angle-down, .btn-dropdown:focus .drop-popover .icon-angle-down, .btn-dropdown:active:focus .drop-toggle .icon-angle-down, .btn-dropdown:active:focus .drop-popover .icon-angle-down, .btn-dropdown.active .drop-toggle .icon-angle-down, .btn-dropdown.active .drop-popover .icon-angle-down {
      color: #fff; }
    .btn-dropdown:hover .drop-body, .btn-dropdown:active .drop-body, .btn-dropdown:focus .drop-body, .btn-dropdown:active:focus .drop-body, .btn-dropdown.active .drop-body {
      display: block; }
  .btn-dropdown .dropdown-link:hover, .btn-dropdown .dropdown-link:active, .btn-dropdown .dropdown-link:focus, .btn-dropdown .dropdown-link:active:focus {
    text-decoration: none; }
  .btn-dropdown .drop-body {
    display: none;
    position: absolute;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    background: white;
    min-width: 13.75rem;
    width: auto;
    border: 1px solid #dee2e6;
    z-index: 100;
    top: 100%;
    left: 0; }
    .btn-dropdown .drop-body.category-tree-filter .form-filter-wrap {
      display: block !important; }

.top-menu-category .btn-dropdown {
  position: relative;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 20px;
  font-size: 0.875em;
  padding: 0 0; }
  .top-menu-category .btn-dropdown.btn-dropdown-parent > .dropdown-link {
    outline: none !important;
    padding: 0.4375rem 2rem 0.4375rem 1.125rem;
    display: inline-block; }
  .top-menu-category .btn-dropdown > .dropdown-link {
    outline: none !important;
    padding: 0.4375rem 1.125rem 0.4375rem 1.125rem;
    display: inline-block; }
  .top-menu-category .btn-dropdown .drop-popover, .top-menu-category .btn-dropdown .drop-toggle {
    position: absolute;
    right: 0;
    padding: 0.5rem 0.75rem 0.4375rem 0.5rem;
    border-radius: 0 100% 100% 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 1; }

.top-menu-category.show-category-icon .show-all-link, .top-menu-category.show-category-icon-sm .show-all-link {
  display: none !important; }

.top-menu-category.show-category-icon .slider-menu-wrap, .top-menu-category.show-category-icon-sm .slider-menu-wrap {
  padding: 0 !important; }

.top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow {
  background: unset !important; }
  .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:before, .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:after, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:before, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:after {
    background: unset !important; }
  .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:hover:before, .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:hover:after, .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:active:before, .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:active:after, .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:focus:before, .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:focus:after, .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:active:focus:before, .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow:active:focus:after, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:hover:before, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:hover:after, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:active:before, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:active:after, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:focus:before, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:focus:after, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:active:focus:before, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow:active:focus:after {
    color: #000 !important; }
  .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow.slick-prev, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow.slick-prev {
    left: -2.5rem; }
  .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow.slick-next, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow.slick-next {
    right: -1.875rem; }

.top-menu-category.show-category-icon .slick-list, .top-menu-category.show-category-icon-sm .slick-list {
  position: relative; }
  .top-menu-category.show-category-icon .slick-list:after, .top-menu-category.show-category-icon-sm .slick-list:after {
    content: "";
    width: 20px;
    height: auto;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87437) 50%, #FFF 100%); }

.top-menu-category.show-category-icon .btn-dropdown, .top-menu-category.show-category-icon-sm .btn-dropdown {
  border: 0; }

.top-menu-category.show-category-icon .slider-menu .slide-item, .top-menu-category.show-category-icon-sm .slider-menu .slide-item {
  padding: 4px 9px; }

.top-menu-category.show-category-icon .btn-dropdown, .top-menu-category.show-category-icon-sm .btn-dropdown {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.08); }
  .top-menu-category.show-category-icon .btn-dropdown > .dropdown-link, .top-menu-category.show-category-icon-sm .btn-dropdown > .dropdown-link {
    min-width: 165px;
    padding: 0.625rem 0.9375rem; }
  .top-menu-category.show-category-icon .btn-dropdown:hover, .top-menu-category.show-category-icon .btn-dropdown.active, .top-menu-category.show-category-icon .btn-dropdown:active, .top-menu-category.show-category-icon .btn-dropdown:focus, .top-menu-category.show-category-icon .btn-dropdown:active:focus, .top-menu-category.show-category-icon-sm .btn-dropdown:hover, .top-menu-category.show-category-icon-sm .btn-dropdown.active, .top-menu-category.show-category-icon-sm .btn-dropdown:active, .top-menu-category.show-category-icon-sm .btn-dropdown:focus, .top-menu-category.show-category-icon-sm .btn-dropdown:active:focus {
    background-color: unset !important; }
    .top-menu-category.show-category-icon .btn-dropdown:hover .dropdown-link, .top-menu-category.show-category-icon .btn-dropdown:hover figcaption, .top-menu-category.show-category-icon .btn-dropdown.active .dropdown-link, .top-menu-category.show-category-icon .btn-dropdown.active figcaption, .top-menu-category.show-category-icon .btn-dropdown:active .dropdown-link, .top-menu-category.show-category-icon .btn-dropdown:active figcaption, .top-menu-category.show-category-icon .btn-dropdown:focus .dropdown-link, .top-menu-category.show-category-icon .btn-dropdown:focus figcaption, .top-menu-category.show-category-icon .btn-dropdown:active:focus .dropdown-link, .top-menu-category.show-category-icon .btn-dropdown:active:focus figcaption, .top-menu-category.show-category-icon-sm .btn-dropdown:hover .dropdown-link, .top-menu-category.show-category-icon-sm .btn-dropdown:hover figcaption, .top-menu-category.show-category-icon-sm .btn-dropdown.active .dropdown-link, .top-menu-category.show-category-icon-sm .btn-dropdown.active figcaption, .top-menu-category.show-category-icon-sm .btn-dropdown:active .dropdown-link, .top-menu-category.show-category-icon-sm .btn-dropdown:active figcaption, .top-menu-category.show-category-icon-sm .btn-dropdown:focus .dropdown-link, .top-menu-category.show-category-icon-sm .btn-dropdown:focus figcaption, .top-menu-category.show-category-icon-sm .btn-dropdown:active:focus .dropdown-link, .top-menu-category.show-category-icon-sm .btn-dropdown:active:focus figcaption {
      color: #000; }
    .top-menu-category.show-category-icon .btn-dropdown:hover .category-icon-hover, .top-menu-category.show-category-icon .btn-dropdown.active .category-icon-hover, .top-menu-category.show-category-icon .btn-dropdown:active .category-icon-hover, .top-menu-category.show-category-icon .btn-dropdown:focus .category-icon-hover, .top-menu-category.show-category-icon .btn-dropdown:active:focus .category-icon-hover, .top-menu-category.show-category-icon-sm .btn-dropdown:hover .category-icon-hover, .top-menu-category.show-category-icon-sm .btn-dropdown.active .category-icon-hover, .top-menu-category.show-category-icon-sm .btn-dropdown:active .category-icon-hover, .top-menu-category.show-category-icon-sm .btn-dropdown:focus .category-icon-hover, .top-menu-category.show-category-icon-sm .btn-dropdown:active:focus .category-icon-hover {
      opacity: 1; }
  .top-menu-category.show-category-icon .btn-dropdown.active .dropdown-link, .top-menu-category.show-category-icon .btn-dropdown.active figcaption, .top-menu-category.show-category-icon-sm .btn-dropdown.active .dropdown-link, .top-menu-category.show-category-icon-sm .btn-dropdown.active figcaption {
    font-weight: 500; }
  .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent figcaption, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent figcaption {
    padding-right: 10px; }
  .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent .drop-popover, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent .drop-popover {
    padding: 0 6px;
    right: 2px;
    bottom: 10px;
    position: absolute;
    border-radius: 2px 2px 9px 2px; }
    .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent .drop-popover .icon, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent .drop-popover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent .drop-popover .btn:before, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent .drop-popover .select:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent .drop-popover .icon, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent .drop-popover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent .drop-popover .btn:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent .drop-popover .select:before {
      opacity: .3;
      color: #000 !important; }
  .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:hover .icon, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:hover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:hover .btn:before, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:hover .select:before, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:active .icon, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:active .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:active .btn:before, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:active .select:before, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:focus .icon, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:focus .btn:before, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:focus .select:before, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:active:focus .icon, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:active:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:active:focus .btn:before, .top-menu-category.show-category-icon .btn-dropdown.btn-dropdown-parent:active:focus .select:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:hover .icon, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:hover .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:hover .btn:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:hover .select:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:active .icon, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:active .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:active .btn:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:active .select:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:focus .icon, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:focus .btn:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:focus .select:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:active:focus .icon, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:active:focus .form-control-inset.form-control-inset-select .btn:before, .form-control-inset.form-control-inset-select .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:active:focus .btn:before, .top-menu-category.show-category-icon-sm .btn-dropdown.btn-dropdown-parent:active:focus .select:before {
    opacity: .7; }

.top-menu-category.show-category-icon figure, .top-menu-category.show-category-icon-sm figure {
  text-align: center;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
  position: relative; }
  .top-menu-category.show-category-icon figure.hover-state:hover .category-icon, .top-menu-category.show-category-icon figure.hover-state.active .category-icon, .top-menu-category.show-category-icon figure.hover-state:active .category-icon, .top-menu-category.show-category-icon figure.hover-state:focus .category-icon, .top-menu-category.show-category-icon figure.hover-state:active:focus .category-icon, .top-menu-category.show-category-icon-sm figure.hover-state:hover .category-icon, .top-menu-category.show-category-icon-sm figure.hover-state.active .category-icon, .top-menu-category.show-category-icon-sm figure.hover-state:active .category-icon, .top-menu-category.show-category-icon-sm figure.hover-state:focus .category-icon, .top-menu-category.show-category-icon-sm figure.hover-state:active:focus .category-icon {
    opacity: 0; }
  .top-menu-category.show-category-icon figure.hover-state:hover .category-icon-hover, .top-menu-category.show-category-icon figure.hover-state.active .category-icon-hover, .top-menu-category.show-category-icon figure.hover-state:active .category-icon-hover, .top-menu-category.show-category-icon figure.hover-state:focus .category-icon-hover, .top-menu-category.show-category-icon figure.hover-state:active:focus .category-icon-hover, .top-menu-category.show-category-icon-sm figure.hover-state:hover .category-icon-hover, .top-menu-category.show-category-icon-sm figure.hover-state.active .category-icon-hover, .top-menu-category.show-category-icon-sm figure.hover-state:active .category-icon-hover, .top-menu-category.show-category-icon-sm figure.hover-state:focus .category-icon-hover, .top-menu-category.show-category-icon-sm figure.hover-state:active:focus .category-icon-hover {
    opacity: 1; }
  .top-menu-category.show-category-icon figure .category-icon, .top-menu-category.show-category-icon figure .category-icon-hover, .top-menu-category.show-category-icon-sm figure .category-icon, .top-menu-category.show-category-icon-sm figure .category-icon-hover {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
    transition: all .5s ease; }
  .top-menu-category.show-category-icon figure .category-icon-hover, .top-menu-category.show-category-icon-sm figure .category-icon-hover {
    inset: 0;
    position: absolute;
    z-index: 1;
    opacity: 0; }
  .top-menu-category.show-category-icon figure figcaption, .top-menu-category.show-category-icon-sm figure figcaption {
    color: #444;
    padding-top: 10px; }

@media (max-width: 575.98px) {
  .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow.slick-prev, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow.slick-prev {
    left: -12px !important; }
  .top-menu-category.show-category-icon .slider-menu-wrap .slick-arrow.slick-next, .top-menu-category.show-category-icon-sm .slider-menu-wrap .slick-arrow.slick-next {
    right: -12px !important; } }

.top-menu-category.show-category-icon-sm {
  position: relative; }
  .top-menu-category.show-category-icon-sm:before, .top-menu-category.show-category-icon-sm:after {
    content: "";
    width: 200%;
    height: auto;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    position: absolute;
    border-top: 1px solid #F2F4F5;
    border-bottom: 1px solid #F2F4F5; }
  .top-menu-category.show-category-icon-sm:after {
    left: unset;
    right: -100%; }
  .top-menu-category.show-category-icon-sm .slick-list:after {
    content: "";
    width: 30px;
    right: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87437) 75%, #FFF 100%); }
  .top-menu-category.show-category-icon-sm .slider-menu .slide-item {
    padding: 1px 2px; }
  .top-menu-category.show-category-icon-sm .btn-dropdown {
    box-shadow: none !important; }
    .top-menu-category.show-category-icon-sm .btn-dropdown > .dropdown-link {
      min-width: 110px; }
  .top-menu-category.show-category-icon-sm figure {
    position: relative; }
    .top-menu-category.show-category-icon-sm figure .category-icon, .top-menu-category.show-category-icon-sm figure .category-icon-hover {
      width: 60px;
      height: 60px;
      border-radius: 7px;
      margin: 0 auto 5px auto; }
    .top-menu-category.show-category-icon-sm figure .category-icon-hover {
      inset: 0;
      position: absolute;
      z-index: 1;
      opacity: 0;
      transition: all .5s ease; }
    .top-menu-category.show-category-icon-sm figure figcaption {
      font-size: 12px;
      font-weight: 400; }
  @media (max-width: 575.98px) {
    .top-menu-category.show-category-icon-sm .slick-prev, .top-menu-category.show-category-icon-sm .slick-next {
      top: 35%; } }

.top-menu-category .show-all-link {
  position: relative;
  z-index: 5;
  min-width: 7.0625rem; }

.top-menu-category .slider-menu-wrap {
  position: relative;
  z-index: 4;
  padding-left: 10.3125rem;
  padding-right: 1.25rem; }
  .top-menu-category .slider-menu-wrap .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.5; }
  @media (max-width: 575.98px) {
    .top-menu-category .slider-menu-wrap {
      padding-top: 0.9375rem;
      padding-right: 37px;
      padding-left: 37px; } }
  @media (max-width: 575.98px) and (max-width: 575.98px) {
    .top-menu-category .slider-menu-wrap .slick-arrow.slick-prev {
      left: -37px !important; } }
  @media (max-width: 575.98px) and (max-width: 575.98px) {
    .top-menu-category .slider-menu-wrap .slick-arrow.slick-next {
      right: -37px !important; } }
  .top-menu-category .slider-menu-wrap.slider-menu-wrap-no-nav {
    padding-left: 0rem;
    padding-right: 0rem; }
    .top-menu-category .slider-menu-wrap.slider-menu-wrap-no-nav .slick-list {
      padding-left: 0.3125rem;
      padding-right: 0rem; }
    @media (max-width: 575.98px) {
      .top-menu-category .slider-menu-wrap.slider-menu-wrap-no-nav {
        padding-top: 0.9375rem;
        padding-right: 0rem;
        padding-left: 0rem;
        margin-right: -0.1875rem;
        margin-left: -0.1875rem; }
        .top-menu-category .slider-menu-wrap.slider-menu-wrap-no-nav .slick-list {
          padding-left: 0rem;
          padding-right: 0rem; } }
  .top-menu-category .slider-menu-wrap .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    text-align: center;
    background: #f3f3f3; }
    .top-menu-category .slider-menu-wrap .slick-arrow:hover, .top-menu-category .slider-menu-wrap .slick-arrow:active, .top-menu-category .slider-menu-wrap .slick-arrow:focus, .top-menu-category .slider-menu-wrap .slick-arrow:active:focus {
      color: #fff;
      background: #50133D; }
      .top-menu-category .slider-menu-wrap .slick-arrow:hover::before, .top-menu-category .slider-menu-wrap .slick-arrow:active::before, .top-menu-category .slider-menu-wrap .slick-arrow:focus::before, .top-menu-category .slider-menu-wrap .slick-arrow:active:focus::before {
        color: #fff; }
    .top-menu-category .slider-menu-wrap .slick-arrow.slick-prev {
      left: -2.75rem; }
      @media (max-width: 575.98px) {
        .top-menu-category .slider-menu-wrap .slick-arrow.slick-prev {
          z-index: 2;
          margin-top: -1px; } }
    .top-menu-category .slider-menu-wrap .slick-arrow.slick-next {
      right: -1.25rem; }
      .top-menu-category .slider-menu-wrap .slick-arrow.slick-next:before {
        background-color: #f3f3f3;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1.5;
        text-align: center;
        z-index: 2; }
      .top-menu-category .slider-menu-wrap .slick-arrow.slick-next:after {
        content: '';
        width: 5rem;
        height: 2.5rem;
        position: absolute;
        right: 0%;
        top: 0;
        background: white;
        background: linear-gradient(82deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87437) 35%, white 100%);
        z-index: 1; }
      .top-menu-category .slider-menu-wrap .slick-arrow.slick-next:hover::before, .top-menu-category .slider-menu-wrap .slick-arrow.slick-next:active::before, .top-menu-category .slider-menu-wrap .slick-arrow.slick-next:focus::before, .top-menu-category .slider-menu-wrap .slick-arrow.slick-next:active:focus::before {
        color: #fff;
        background: #50133D; }
      @media (max-width: 575.98px) {
        .top-menu-category .slider-menu-wrap .slick-arrow.slick-next {
          z-index: 2;
          margin-top: -1px; } }

.top-menu-category .slider-menu {
  position: relative; }
  .top-menu-category .slider-menu .slide-item {
    float: left;
    display: none;
    padding: 0 3px; }
  .top-menu-category .slider-menu.slick-initialized .slide-item, .top-menu-category .slider-menu.slick-initialized .slick-slide {
    display: block; }

.top-menu-category .btn-menu-dropdown {
  display: block; }
  .top-menu-category .btn-menu-dropdown .show-all-link {
    float: left; }
    @media (max-width: 575.98px) {
      .top-menu-category .btn-menu-dropdown .show-all-link {
        float: none;
        display: none; } }
    .top-menu-category .btn-menu-dropdown .show-all-link .drop-body.category-tree-filter {
      width: 98%; }

.popover.popover-menu {
  width: auto;
  min-width: 6.875rem; }
  .popover.popover-menu .popover-body {
    padding: 0 0; }
  .popover.popover-menu .popover-menu-list li a {
    padding: 0.5625rem 0.625rem;
    display: block;
    width: 100%; }
    .popover.popover-menu .popover-menu-list li a:hover, .popover.popover-menu .popover-menu-list li a:active, .popover.popover-menu .popover-menu-list li a:focus, .popover.popover-menu .popover-menu-list li a:active:focus {
      text-decoration: none;
      background-color: #f3f3f3; }
  .popover.popover-menu .popover-menu-list li ul a {
    padding: 0.25rem 0.625rem 0.25rem 0.875rem; }
  .popover.popover-menu .popover-menu-list li .drop-popover {
    width: 1.25rem;
    display: inline-block;
    text-align: center;
    margin-right: -rem(8px); }

.section-aside-slide.show-aside {
  position: relative;
  z-index: 1061; }

.section-category-slide .col-aside-float, .section-aside-slide .col-aside-float {
  position: absolute;
  background: #fff;
  z-index: 100;
  left: 0;
  width: 16.25rem;
  height: auto;
  padding: 1.25rem;
  overflow-x: visible;
  overflow-y: auto;
  max-height: 100%;
  max-width: 100%;
  transform: translateX(-300px);
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #ebeef0;
  border-radius: 4px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.06);
  background: white;
  margin-bottom: 1.5625rem; }
  .section-category-slide .col-aside-float .toggle-category-menu.close, .section-aside-slide .col-aside-float .toggle-category-menu.close {
    position: relative;
    top: -3px;
    right: -6px;
    z-index: 999; }
  .section-category-slide .col-aside-float.aside-right, .section-aside-slide .col-aside-float.aside-right {
    left: auto;
    right: 0;
    transform: translateX(670px); }
    .section-category-slide .col-aside-float.aside-right .toggle-category-menu.close, .section-aside-slide .col-aside-float.aside-right .toggle-category-menu.close {
      top: 5px;
      right: 6px; }
  .section-category-slide .col-aside-float.md, .section-aside-slide .col-aside-float.md {
    width: 26.875rem !important; }
  .section-category-slide .col-aside-float.aside-reset, .section-aside-slide .col-aside-float.aside-reset {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    padding: 0 0; }

.section-category-slide.show-aside.showleft .col-aside-float.aside-category, .section-aside-slide.show-aside.showleft .col-aside-float.aside-category {
  transform: translateX(0);
  z-index: 100; }

.section-category-slide.show-aside.showright .col-aside-float.aside-right, .section-aside-slide.show-aside.showright .col-aside-float.aside-right {
  transform: translateX(0);
  z-index: 100; }

.section-category-slide.showright:after, .section-aside-slide.showright:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: gray;
  opacity: 0.3; }

.section-aside-slide.show-aside .col-scroll-aside.fixed .col-aside-float {
  height: auto;
  overflow-x: visible;
  overflow-y: auto;
  z-index: 200; }

.masterhead-product-actions .btn.page-btn-action {
  min-width: 8.75rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
  margin-right: 0.9375rem; }
  .masterhead-product-actions .btn.page-btn-action .icon-bars {
    font-size: 0.75rem; }

.aside-flex .aside-flex {
  position: static !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important; }

.aside-cart .col-aside-float.aside-right {
  border: 1px solid #ebeef0;
  background-color: #fff;
  padding-bottom: 20px; }
  .aside-cart .col-aside-float.aside-right .checkout-cart .heading .input-group.date {
    width: 100%; }
  .aside-cart .col-aside-float.aside-right .checkout-cart .btn-actions {
    padding: 0 0.625rem; }

.aside-cart .col-aside-float.aside-right, .aside-category {
  position: fixed !important;
  top: 0px !important;
  bottom: 0;
  min-height: 100%;
  height: 100%;
  border-radius: 0 0;
  margin-bottom: 100%; }
  .aside-cart .col-aside-float.aside-right .checkout-cart, .aside-category .checkout-cart {
    margin-bottom: 0;
    box-shadow: none;
    border: none; }
  .aside-cart .col-aside-float.aside-right .form-filter-wrap, .aside-category .form-filter-wrap {
    display: block !important; }
  .aside-cart .col-aside-float.aside-right .aside-title.filter-toggle, .aside-category .aside-title.filter-toggle {
    display: none !important; }
  .aside-cart .col-aside-float.aside-right .list-selection .list-item, .aside-category .list-selection .list-item {
    font-size: 0.8125rem; }

.cart-sidebar-wrapper .checkout-cart {
  font-size: 1em; }
  .cart-sidebar-wrapper .checkout-cart .side-btns > .btn {
    width: 100%;
    margin-bottom: 10px; }
  .cart-sidebar-wrapper .checkout-cart .input-group-time {
    padding-right: 5px;
    padding-left: 5px; }
    .cart-sidebar-wrapper .checkout-cart .input-group-time .form-control, .cart-sidebar-wrapper .checkout-cart .input-group-time .select2-container .selection, .select2-container .cart-sidebar-wrapper .checkout-cart .input-group-time .selection, .cart-sidebar-wrapper .checkout-cart .input-group-time .select2-container .selection, .cart-sidebar-wrapper .checkout-cart .input-group-time .select2-container .selection {
      width: 4.375rem;
      font-size: 0.8125rem;
      padding-right: 2px; }
    .cart-sidebar-wrapper .checkout-cart .input-group-time .time-holder {
      margin-right: -10px; }
    .cart-sidebar-wrapper .checkout-cart .input-group-time .additional-time-group.time-item {
      padding-left: 0;
      margin-right: 2px; }
    .cart-sidebar-wrapper .checkout-cart .input-group-time.time-format-24 .form-control, .cart-sidebar-wrapper .checkout-cart .input-group-time.time-format-24 .select2-container .selection, .select2-container .cart-sidebar-wrapper .checkout-cart .input-group-time.time-format-24 .selection, .cart-sidebar-wrapper .checkout-cart .input-group-time.time-format-24 .select2-container .selection, .cart-sidebar-wrapper .checkout-cart .input-group-time.time-format-24 .select2-container .selection {
      width: 3.125rem;
      font-size: 0.8125rem; }
    .cart-sidebar-wrapper .checkout-cart .input-group-time.input-group-danger {
      border: 1px solid #f0425a !important; }
  .cart-sidebar-wrapper .checkout-cart .body {
    font-size: 1em; }
    .cart-sidebar-wrapper .checkout-cart .body .total, .cart-sidebar-wrapper .checkout-cart .body .price {
      font-size: 1em;
      font-weight: 300; }
    .cart-sidebar-wrapper .checkout-cart .body .info > .d-flex, .cart-sidebar-wrapper .checkout-cart .body .payment-method .method .info > div, .payment-method .method .cart-sidebar-wrapper .checkout-cart .body .info > div, .cart-sidebar-wrapper .checkout-cart .body .delivery-method .method .info > div, .delivery-method .method .cart-sidebar-wrapper .checkout-cart .body .info > div, .cart-sidebar-wrapper .checkout-cart .body .info > .price,
    .cart-sidebar-wrapper .checkout-cart .body .info > .delivery, .cart-sidebar-wrapper .checkout-cart .body .info > .footer {
      flex-wrap: wrap; }

.show-aside .aside-cart, .show-aside .aside-category {
  z-index: 100; }

.top-filter .form-filter-wrap {
  display: block !important; }

.cart-sidebar-wrapper .calendar-wrap.d-flex, .cart-sidebar-wrapper .payment-method .method div.calendar-wrap, .payment-method .method .cart-sidebar-wrapper div.calendar-wrap, .cart-sidebar-wrapper .delivery-method .method div.calendar-wrap, .delivery-method .method .cart-sidebar-wrapper div.calendar-wrap, .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.price, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.price,
.cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.delivery, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.delivery, .cart-sidebar-wrapper .checkout-cart .calendar-wrap.footer, .checkout-cart .cart-sidebar-wrapper .calendar-wrap.footer {
  display: block !important; }
  .cart-sidebar-wrapper .calendar-wrap.d-flex .form-label, .cart-sidebar-wrapper .payment-method .method div.calendar-wrap .form-label, .payment-method .method .cart-sidebar-wrapper div.calendar-wrap .form-label, .cart-sidebar-wrapper .delivery-method .method div.calendar-wrap .form-label, .delivery-method .method .cart-sidebar-wrapper div.calendar-wrap .form-label, .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.price .form-label, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.price .form-label, .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.delivery .form-label, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.delivery .form-label, .cart-sidebar-wrapper .checkout-cart .calendar-wrap.footer .form-label, .checkout-cart .cart-sidebar-wrapper .calendar-wrap.footer .form-label {
    width: 100%;
    margin-bottom: 0.3125rem !important;
    display: block; }
  .cart-sidebar-wrapper .calendar-wrap.d-flex .input-group.date, .cart-sidebar-wrapper .payment-method .method div.calendar-wrap .input-group.date, .payment-method .method .cart-sidebar-wrapper div.calendar-wrap .input-group.date, .cart-sidebar-wrapper .delivery-method .method div.calendar-wrap .input-group.date, .delivery-method .method .cart-sidebar-wrapper div.calendar-wrap .input-group.date, .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.price .input-group.date, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.price .input-group.date, .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.delivery .input-group.date, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.delivery .input-group.date, .cart-sidebar-wrapper .checkout-cart .calendar-wrap.footer .input-group.date, .checkout-cart .cart-sidebar-wrapper .calendar-wrap.footer .input-group.date {
    width: 100%;
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ced4da; }
    .cart-sidebar-wrapper .calendar-wrap.d-flex .input-group.date .form-control, .cart-sidebar-wrapper .payment-method .method div.calendar-wrap .input-group.date .form-control, .payment-method .method .cart-sidebar-wrapper div.calendar-wrap .input-group.date .form-control, .cart-sidebar-wrapper .delivery-method .method div.calendar-wrap .input-group.date .form-control, .delivery-method .method .cart-sidebar-wrapper div.calendar-wrap .input-group.date .form-control, .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.price .input-group.date .form-control, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.price .input-group.date .form-control, .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.delivery .input-group.date .form-control, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.delivery .input-group.date .form-control, .cart-sidebar-wrapper .checkout-cart .calendar-wrap.footer .input-group.date .form-control, .checkout-cart .cart-sidebar-wrapper .calendar-wrap.footer .input-group.date .form-control, .cart-sidebar-wrapper .calendar-wrap.d-flex .input-group.date .select2-container .selection, .select2-container .cart-sidebar-wrapper .calendar-wrap.d-flex .input-group.date .selection, .cart-sidebar-wrapper .payment-method .method div.calendar-wrap .input-group.date .select2-container .selection, .select2-container .cart-sidebar-wrapper .payment-method .method div.calendar-wrap .input-group.date .selection, .payment-method .method .cart-sidebar-wrapper div.calendar-wrap .input-group.date .select2-container .selection, .select2-container .payment-method .method .cart-sidebar-wrapper div.calendar-wrap .input-group.date .selection, .cart-sidebar-wrapper .delivery-method .method div.calendar-wrap .input-group.date .select2-container .selection, .select2-container .cart-sidebar-wrapper .delivery-method .method div.calendar-wrap .input-group.date .selection, .delivery-method .method .cart-sidebar-wrapper div.calendar-wrap .input-group.date .select2-container .selection, .select2-container .delivery-method .method .cart-sidebar-wrapper div.calendar-wrap .input-group.date .selection, .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.price .input-group.date .select2-container .selection, .select2-container .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.price .input-group.date .selection, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.price .input-group.date .select2-container .selection, .select2-container .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.price .input-group.date .selection, .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.delivery .input-group.date .select2-container .selection, .select2-container .cart-sidebar-wrapper .checkout-cart .body .calendar-wrap.delivery .input-group.date .selection, .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.delivery .input-group.date .select2-container .selection, .select2-container .checkout-cart .body .cart-sidebar-wrapper .calendar-wrap.delivery .input-group.date .selection, .cart-sidebar-wrapper .checkout-cart .calendar-wrap.footer .input-group.date .select2-container .selection, .select2-container .cart-sidebar-wrapper .checkout-cart .calendar-wrap.footer .input-group.date .selection, .checkout-cart .cart-sidebar-wrapper .calendar-wrap.footer .input-group.date .select2-container .selection, .select2-container .checkout-cart .cart-sidebar-wrapper .calendar-wrap.footer .input-group.date .selection {
      height: 2.625rem;
      font-size: 0.875rem; }

.product-row .filter-category-mobile {
  display: none !important; }

@media (max-width: 991.98px) {
  .product-row .col-scroll-aside.cart-sidebar-wrapper {
    display: none !important; }
  .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane {
    padding-left: 0 !important;
    margin-left: auto; } }
  @media (max-width: 991.98px) and (max-width: 1199.98px) {
    .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane {
      margin-left: 0; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane {
      padding-right: 7px !important;
      padding-left: 7px !important;
      margin-left: auto; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane {
      margin-right: auto;
      margin-left: auto; } }

@media (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .justify-content-end {
    justify-content: start !important; } }

@media (max-width: 991.98px) {
  body:not(.product-categories-one-page) .col-lg-8.col-scroll-base .scroll-base-core .top-filter.top-filter-top .right-pane {
    padding-right: 10px !important;
    padding-left: 10px !important; } }

/*# sourceMappingURL=styles.css.map */
