@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue|Roboto:100,300,400,500,700,900|Sacramento&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{background: #fff url(c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;}
/* Icons */
@font-face{font-family: 'slick';font-weight: normal;font-style: normal;src: url(ced611daf7709cc778da928fec876475.eot);
src: url(ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');}
/* Arrows */
.slick-prev,.slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;
    height: 20px;padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);
    cursor: pointer;color: transparent;border: none;outline: none;background: transparent;}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;background: 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: .25;}
.slick-prev:before,.slick-next:before{font-family: 'slick';font-size: 20px;line-height: 1;opacity: .75;color: white;
    -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev{left: -25px;}
[dir='rtl'] .slick-prev{right: -25px;left: auto;}
.slick-prev:before{content: '←';}
[dir='rtl'] .slick-prev:before{content: '→';}
.slick-next{right: -25px;}
[dir='rtl'] .slick-next{right: auto;left: -25px;}
.slick-next:before{content: '→';}
[dir='rtl'] .slick-next:before{content: '←';}
/* Dots */
.slick-dotted.slick-slider{margin-bottom: 30px;}
.slick-dots{position: absolute;bottom: -25px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;
text-align: center;}
.slick-dots li{position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;}
.slick-dots li button{font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;
color: transparent;border: 0;outline: none;background: transparent;}
.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{font-family: 'slick';font-size: 6px;line-height: 20px;position: absolute;top: 0;
    left: 0;width: 20px;height: 20px;content: '•';text-align: center;opacity: .25;color: black;
-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-dots li.slick-active button:before{opacity: .75;color: black;}
@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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; }

*,
*::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", "Liberation 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: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):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;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input, .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group textarea,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input, .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group textarea {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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"], .ecard-info-page .ecard-section-form .form-group select[type="radio"], .ecard-info-page .ecard-section-form .form-group textarea[type="radio"],
input[type="checkbox"],
.ecard-info-page .ecard-section-form .form-group select[type="checkbox"],
.ecard-info-page .ecard-section-form .form-group textarea[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

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

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,
.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,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

.col {
  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 {
  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: #b8daff; }

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

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

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

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

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

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

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

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

.table-info,
.table-info > 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: #f5c6cb; }

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

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

.table-light,
.table-light > 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: #e9ecef;
  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 {
  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 {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control, .ecard-info-page .ecard-section-form .form-group select[type="date"].form-control, .ecard-info-page .ecard-section-form .form-group textarea[type="date"].form-control,
input[type="time"].form-control,
.ecard-info-page .ecard-section-form .form-group select[type="time"].form-control,
.ecard-info-page .ecard-section-form .form-group textarea[type="time"].form-control,
input[type="datetime-local"].form-control,
.ecard-info-page .ecard-section-form .form-group select[type="datetime-local"].form-control,
.ecard-info-page .ecard-section-form .form-group textarea[type="datetime-local"].form-control,
input[type="month"].form-control,
.ecard-info-page .ecard-section-form .form-group select[type="month"].form-control,
.ecard-info-page .ecard-section-form .form-group textarea[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

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

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

.col-form-label {
  padding-top: calc(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], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.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, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 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, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  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: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.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: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

.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(40, 167, 69, 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: #28a745; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.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, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' 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, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  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: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.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: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

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

.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(220, 53, 69, 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: #dc3545; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
      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;
  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(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    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: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    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: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    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, .ecard-info-page .ecard-section-form .form-group select[type="submit"].btn-block, .ecard-info-page .ecard-section-form .form-group textarea[type="submit"].btn-block,
input[type="reset"].btn-block,
.ecard-info-page .ecard-section-form .form-group select[type="reset"].btn-block,
.ecard-info-page .ecard-section-form .form-group textarea[type="reset"].btn-block,
input[type="button"].btn-block,
.ecard-info-page .ecard-section-form .form-group select[type="button"].btn-block,
.ecard-info-page .ecard-section-form .form-group textarea[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 #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    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: #6c757d;
  white-space: nowrap; }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 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 .ecard-info-page .ecard-section-form .form-group select[type="radio"], .ecard-info-page .ecard-section-form .form-group .btn-group-toggle > .btn select[type="radio"], .btn-group-toggle > .btn .ecard-info-page .ecard-section-form .form-group textarea[type="radio"], .ecard-info-page .ecard-section-form .form-group .btn-group-toggle > .btn textarea[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn .ecard-info-page .ecard-section-form .form-group select[type="checkbox"],
  .ecard-info-page .ecard-section-form .form-group .btn-group-toggle > .btn select[type="checkbox"],
  .btn-group-toggle > .btn .ecard-info-page .ecard-section-form .form-group textarea[type="checkbox"],
  .ecard-info-page .ecard-section-form .form-group .btn-group-toggle > .btn textarea[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn .ecard-info-page .ecard-section-form .form-group select[type="radio"],
  .ecard-info-page .ecard-section-form .form-group .btn-group-toggle > .btn-group > .btn select[type="radio"],
  .btn-group-toggle > .btn-group > .btn .ecard-info-page .ecard-section-form .form-group textarea[type="radio"],
  .ecard-info-page .ecard-section-form .form-group .btn-group-toggle > .btn-group > .btn textarea[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn .ecard-info-page .ecard-section-form .form-group select[type="checkbox"],
  .ecard-info-page .ecard-section-form .form-group .btn-group-toggle > .btn-group > .btn select[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn .ecard-info-page .ecard-section-form .form-group textarea[type="checkbox"],
  .ecard-info-page .ecard-section-form .form-group .btn-group-toggle > .btn-group > .btn textarea[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,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control: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(: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:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-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: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"], .input-group-text .ecard-info-page .ecard-section-form .form-group select[type="radio"], .ecard-info-page .ecard-section-form .form-group .input-group-text select[type="radio"], .input-group-text .ecard-info-page .ecard-section-form .form-group textarea[type="radio"], .ecard-info-page .ecard-section-form .form-group .input-group-text textarea[type="radio"],
  .input-group-text input[type="checkbox"],
  .input-group-text .ecard-info-page .ecard-section-form .form-group select[type="checkbox"],
  .ecard-info-page .ecard-section-form .form-group .input-group-text select[type="checkbox"],
  .input-group-text .ecard-info-page .ecard-section-form .form-group textarea[type="checkbox"],
  .ecard-info-page .ecard-section-form .form-group .input-group-text textarea[type="checkbox"] {
    margin-top: 0; }

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

.input-group-lg > .form-control,
.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),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.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: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 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: 50% / 50% 50% no-repeat; }

.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: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 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(0, 123, 255, 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") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .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;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  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: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    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::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    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::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    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: #b3d7ff; }
  .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: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    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: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #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: #007bff; }

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

.nav-justified > .nav-link,
.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: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@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-nav-scroll {
      overflow: visible; }
    .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-nav-scroll {
      overflow: visible; }
    .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-nav-scroll {
      overflow: visible; }
    .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-nav-scroll {
      overflow: visible; }
    .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-nav-scroll {
    overflow: visible; }
  .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%280, 0, 0, 0.5%29' 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%28255, 255, 255, 0.5%29' 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 {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.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-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;
  border-radius: calc(0.25rem - 1px); }

.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 {
  overflow-anchor: none; }
  .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: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

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

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

.breadcrumb-item.active {
  color: #6c757d; }

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 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: #007bff;
  border-color: #007bff; }

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

.pagination-lg .page-link {
  padding: 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: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info: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: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light: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: #e9ecef;
  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;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

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

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  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: #007bff;
  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: 1s linear infinite progress-bar-stripes; }
  @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;
  border-radius: 0.25rem; }

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

.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: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-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 {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

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

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action: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: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action: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; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 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);
    height: min-content;
    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);
      height: min-content; }
  .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", "Liberation 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", "Liberation 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%;
  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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 50% / 100% 100% no-repeat; }

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

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

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

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

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

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

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

.bg-success {
  background-color: #28a745 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #007bff !important; }

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

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

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

.rounded-circle {
  border-radius: 50% !important; }

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: 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 {
  justify-content: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: 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: sticky !important; }

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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; }

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

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

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

.text-primary {
  color: #007bff !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !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: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !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;
  word-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  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; } }

.header {
  position: fixed;
  top: 0;
  transition: all 0.6s ease;
  width: 100%;
  z-index: 9999999; }
  .header.is-fixed {
    top: -96px;
    box-shadow: 0px 0px 0.9375rem 0px rgba(0, 0, 0, 0.5); }
    @media (max-width: 991.98px) {
      .header.is-fixed {
        top: 0; } }
    .header.is-fixed .header-nav-toggle {
      top: 132px; }
      @media (max-width: 767.98px) {
        .header.is-fixed .header-nav-toggle {
          top: 157px; } }
    @media (max-width: 767.98px) {
      .header.is-fixed .header-panel {
        padding: 0px 15px !important;
        height: 43px; } }
    @media (max-width: 767.98px) {
      .header.is-fixed .header-panel .header-mobile {
        transform: translate(0, -8px); } }
    @media (max-width: 767.98px) {
      .header.is-fixed .header-panel .search {
        position: relative;
        width: 100%; } }
    .header.is-fixed .header-panel .logo {
      font-size: 55px;
      transform: translate(-35px, 45px) scale(0.8);
      height: 91px;
      overflow: hidden;
      transform: translate(-35px, 65px) scale(0.6);
      transform: translate(-35px, 47px) scale(0.6); }
      @media (max-width: 991.98px) {
        .header.is-fixed .header-panel .logo {
          height: auto;
          transform: translate(-10px, 0px) scale(0.8); } }
      @media (max-width: 767.98px) {
        .header.is-fixed .header-panel .logo {
          transform: translate(-10px, -9px) scale(0.8); } }
    @media (max-width: 767.98px) {
      .header.is-fixed .header-left {
        height: 28px; } }
    .header.is-fixed .nav-item-link--search {
      display: block; }
    .header.is-fixed .nav-item-link--cart {
      display: block; }
    .header.is-fixed .header-logo {
      margin-top: 20px; }
      @media (max-width: 767.98px) {
        .header.is-fixed .header-logo {
          margin-top: 0px; } }
    .header.is-fixed .header-links-qty {
      right: 0; }

.header-panel {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0px 44px 4px;
  position: relative; }
  @media (max-width: 991.98px) {
    .header-panel {
      padding: 5px 15px !important; } }
  @media (max-width: 767.98px) {
    .header-panel {
      padding: 5px 15px !important; } }
  .header-panel .header-mobile {
    display: none; }
    @media (max-width: 991.98px) {
      .header-panel .header-mobile {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        transform: translate(10px, -10px); } }
    .header-panel .header-mobile .header-icon-search {
      width: 23px; }
      @media (max-width: 991.98px) {
        .header-panel .header-mobile .header-icon-search {
          line-height: 0; } }
    .header-panel .header-mobile .header-links-item {
      padding-left: 35px;
      padding-top: 10px;
      padding-left: 15px; }
      @media (max-width: 991.98px) {
        .header-panel .header-mobile .header-links-item {
          padding-left: 15px; } }
    .header-panel .header-mobile .header-links-icon {
      height: 23px; }
      @media (max-width: 991.98px) {
        .header-panel .header-mobile .header-links-icon {
          height: 26px;
          width: 26px;
          max-width: 26px; } }
    .header-panel .header-mobile .header-nav-toggle {
      margin-left: 35px;
      position: static;
      margin-left: 15px; }
  .header-panel .header-search {
    flex-grow: 1;
    max-width: 100%;
    position: relative; }
    @media (max-width: 991.98px) {
      .header-panel .header-search {
        bottom: -4px;
        left: 0;
        opacity: 0;
        position: absolute;
        transform: translateY(0%);
        visibility: hidden;
        width: calc(100% - 4px);
        margin-left: auto;
        margin-right: auto;
        right: 0; } }
    .header-panel .header-search.is-show {
      opacity: 1;
      transform: translateY(100%);
      visibility: visible; }
    .header-panel .header-search .header-nav-toggle {
      display: none; }
  .header-panel .header-logo {
    align-self: flex-start;
    flex-basis: 255px;
    flex-grow: 0;
    margin-left: 0;
    margin-top: 8px;
    text-align: left; }
    @media (max-width: 1240px) {
      .header-panel .header-logo {
        flex-basis: 245px;
        margin-left: 0; } }
    @media (max-width: 1100px) {
      .header-panel .header-logo {
        flex-basis: 170px; } }
    @media (max-width: 991.98px) {
      .header-panel .header-logo {
        align-items: center;
        display: block;
        flex-basis: auto;
        width: 170px;
        margin-top: 0px; } }
    .header-panel .header-logo .logo {
      color: #fff;
      display: block;
      font-family: "The Bredan Demo", sans-serif;
      font-size: 70px;
      font-weight: 500;
      line-height: 0;
      margin: 0 auto;
      margin: 0;
      max-width: 100%;
      max-width: 100%;
      transition: all 0.6s ease;
      width: 230px;
      transform: translate(31px, 3px); }
      @media (max-width: 991.98px) {
        .header-panel .header-logo .logo {
          align-items: center;
          display: flex;
          height: auto;
          width: 100%; } }
      @media (max-width: 991.98px) {
        .header-panel .header-logo .logo {
          height: auto;
          transform: translate(0, 8px) scale(1); } }
      .header-panel .header-logo .logo img {
        width: 100%; }
        @media (max-width: 991.98px) {
          .header-panel .header-logo .logo img {
            height: auto; } }
  .header-panel .header-left {
    flex-grow: 1; }
  .header-panel .header-top {
    display: flex;
    padding-top: 15px; }
  .header-panel .header-actions {
    align-items: flex-end;
    align-self: flex-start;
    display: flex;
    flex-basis: 340px;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0; }
    @media (max-width: 1199.98px) {
      .header-panel .header-actions {
        flex-basis: 275px; } }
    @media (max-width: 991.98px) {
      .header-panel .header-actions {
        display: none; } }
  .header-panel .header-links {
    display: flex;
    height: 50px;
    justify-content: space-evenly;
    margin: 0;
    padding-left: 10px;
    text-align: left;
    width: 100%; }
    @media (max-width: 991.98px) {
      .header-panel .header-links {
        justify-content: flex-end; } }
    .header-panel .header-links-item {
      align-items: center;
      display: flex;
      padding-bottom: 5px;
      padding-left: 15px;
      padding-top: 5px;
      text-align: left;
      flex-basis: -moz-fit-content;
      -webkit-flex-basis: -moz-fit-content; }
      @media (max-width: 767.98px) {
        .header-panel .header-links-item {
          padding-left: 5px;
          padding-right: 5px; } }
    .header-panel .header-links-icon {
      align-items: center;
      display: flex;
      flex-grow: 0;
      flex-shrink: 0;
      height: 18px;
      margin-right: 0;
      max-width: 100%;
      justify-content: center;
      position: relative; }
      @media (max-width: 1199.98px) {
        .header-panel .header-links-icon {
          margin-bottom: 6px; } }
      .header-panel .header-links-icon img {
        height: 100%;
        width: auto; }
      .header-panel .header-links-icon .select {
        color: #fff; }
      .header-panel .header-links-icon select option {
        color: #000; }
      .header-panel .header-links-icon select {
        background: transparent;
        border: 0;
        font-size: 13.5px;
        padding: 0 7px; }
        .header-panel .header-links-icon select:focus {
          outline: transparent; }
    .header-panel .header-links-qty {
      align-items: center;
      background: #cc4f5b;
      border-radius: 50%;
      color: #fff;
      display: flex;
      flex-basis: 17px;
      font-family: 'Roboto', sans-serif;
      font-size: 13px;
      height: 17px;
      justify-content: center;
      position: absolute;
      right: -6px;
      top: 0;
      transform: translate(50%, -40%);
      width: 17px; }
      .header-panel .header-links-qty-fix {
        padding-left: 1px; }
    .header-panel .header-links-link {
      align-items: center;
      color: #000;
      display: flex;
      font-size: 10px;
      text-decoration: none;
      text-transform: uppercase; }
      @media (max-width: 1199.98px) {
        .header-panel .header-links-link {
          flex-direction: column; } }
      .header-panel .header-links-link-ship {
        margin-top: 17px; }
    .header-panel .header-links-text {
      align-items: center;
      border-radius: 50%;
      color: #fff;
      display: block;
      font-size: 13.5px;
      height: auto;
      width: auto;
      justify-content: center;
      left: 0;
      line-height: 1;
      padding-left: 5%;
      position: static;
      top: 0;
      white-space: nowrap; }
  .header-panel .header-btns {
    display: flex;
    justify-content: flex-end; }
  .header-panel .header-btn {
    padding-left: 40px; }
    .header-panel .header-btn-icon {
      font-weight: 300;
      margin: 0 auto 3px;
      width: 30px; }
    .header-panel .header-btn-text {
      color: #000;
      display: block;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.03125em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
  .header-panel .search {
    position: relative;
    width: 100%; }
    .header-panel .search-input {
      background: #fff;
      border: 1px solid #d19557;
      font-size: 18px;
      height: 50px;
      outline: 0;
      padding: 3px 10px;
      padding-right: 90px;
      width: 100%;
      border-radius: 5px;
      background-clip: padding-box; }
      .header-panel .search-input::placeholder {
        color: #d19557;
        opacity: 1; }
      .header-panel .search-input:input-placeholder {
        color: #d19557; }
      .header-panel .search-input::input-placeholder {
        color: #d19557; }
    .header-panel .search-submit {
      background: #fff;
      border: none;
      color: #fff;
      height: 100%;
      padding-right: 10px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 42px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      padding-left: 10px;
      border-left: 1px solid #d19557;
      height: 95%; }
      .header-panel .search-submit img {
        width: 100%; }
      .header-panel .search-submit.btn-clear-search {
        display: none;
        padding-right: 7px;
        position: absolute;
        right: 46px;
        background: transparent;
        border-left-color: #fff; }
        @media (max-width: 991.98px) {
          .header-panel .search-submit.btn-clear-search {
            right: 40px;
            display: block !important;
            padding-right: 10px; } }
        .header-panel .search-submit.btn-clear-search img {
          width: 58%; }
          @media (max-width: 991.98px) {
            .header-panel .search-submit.btn-clear-search img {
              width: 71%;
              top: 1px;
              position: relative; } }
        .header-panel .search-submit.btn-clear-search::after {
          background: #d19557;
          content: '';
          display: block;
          height: 90%;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 1px; }

@media (max-width: 767.98px) {
  .gift {
    left: 0;
    margin-bottom: 5px;
    width: 100%; } }

.gift-items {
  display: flex;
  justify-content: center;
  margin-left: 25%;
  margin-top: 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .gift-items {
      margin-left: 0;
      width: 100%; } }

.gift-item {
  flex-basis: 20%;
  flex-basis: 17%;
  margin-left: -12px;
  transform: rotate(-18deg) scale(1);
  transition: all 0.6s ease; }
  @media (max-width: 767.98px) {
    .gift-item {
      flex-basis: 19%;
      margin-left: 2px;
      margin-top: -10px;
      transform: rotate(0deg) scale(1); } }
  .gift-item:hover {
    transform: rotate(0) scale(1.1);
    z-index: 3; }

.header-nav {
  justify-content: space-around;
  margin-top: 0px;
  padding: 0px 0; }
  @media (max-width: 991.98px) {
    .header-nav {
      background: #fff;
      display: flex;
      flex-direction: column;
      left: 0;
      margin-top: 0;
      max-width: 450px;
      min-height: 100vh;
      padding: 20px;
      position: fixed;
      top: 0;
      transform: translateX(-100%);
      transition: all 0.6s ease;
      width: 100%; } }
  @media (max-width: 360px) {
    .header-nav {
      padding: 20px 3px; } }
  .header-nav.is-visible {
    transform: translateX(0%);
    z-index: 100; }
  .header-nav-toggle {
    display: none;
    transition: all 0.6s ease; }
    @media (max-width: 991.98px) {
      .header-nav-toggle {
        cursor: pointer;
        display: block;
        height: 30px;
        position: static;
        right: 20px;
        top: 26px;
        width: 24px; }
        .header-nav-toggle img {
          width: 100%; } }
  .header-nav-close {
    display: none; }
    @media (max-width: 991.98px) {
      .header-nav-close {
        cursor: pointer;
        display: block;
        height: 25px;
        position: absolute;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 25px; }
        .header-nav-close img {
          height: 100%;
          width: 100%; } }
  .header-nav-inner {
    align-items: center;
    display: flex;
    margin-top: 0;
    padding: 0;
    width: 100%; }
    @media (max-width: 991.98px) {
      .header-nav-inner {
        align-items: flex-start;
        border: none;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 100%;
        justify-content: flex-start; } }
    .header-nav-inner .header-cart-icon {
      display: none;
      margin-left: 40px;
      position: relative;
      width: 22px; }
      @media (max-width: 991.98px) {
        .header-nav-inner .header-cart-icon {
          display: none; } }
    .header-nav-inner .header-logo {
      display: none;
      font-family: "The Bredan Demo", sans-serif;
      font-size: 49px;
      margin-right: 10px;
      width: 200px; }
      @media (max-width: 767.98px) {
        .header-nav-inner .header-logo {
          display: block;
          margin: 0;
          text-align: center;
          width: 100%; } }
      @media (max-width: 767.98px) {
        .header-nav-inner .header-logo img {
          margin: 0 auto;
          max-width: 200px; } }
  .header-nav-btns {
    display: none;
    margin-top: 40px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .header-nav-btns {
        display: block; } }
  .header-nav .header-links {
    justify-content: space-around;
    padding: 0; }
  .header-nav .header-links-text {
    background: none;
    color: #3D3A39;
    font-size: 16px; }

.nav {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding: 12px 0; }
  @media (max-width: 991.98px) {
    .nav {
      align-items: flex-start;
      flex-direction: column;
      flex-grow: 0;
      justify-content: flex-start;
      padding: 30px 0;
      text-align: left;
      width: 100%; } }
  .nav-item {
    text-align: center; }
    @media (max-width: 991.98px) {
      .nav-item {
        border-bottom: 1px dashed #e7e6e4;
        margin: 0;
        padding: 12px 0;
        text-align: center;
        width: 100%; } }
    .nav-item-link {
      color: #fff;
      cursor: pointer;
      font-family: "Opininon", sans-serif;
      font-size: 15.3px;
      font-weight: 600;
      letter-spacing: 1px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .nav-item-link {
          color: #d19557;
          font-size: 15px; } }
      @media (max-width: 767.98px) {
        .nav-item-link {
          display: block; } }
      .nav-item-link--search {
        display: none; }
        .nav-item-link--search svg {
          width: 20px; }
      .nav-item-link--cart {
        display: none; }

.header-cart-qwt, .header-cart-qwt {
  align-items: center;
  background: #d19557;
  border-radius: 50%;
  color: #fff;
  display: block;
  display: flex;
  font-size: 10px;
  height: 16px;
  justify-content: center;
  left: -10px;
  line-height: 1;
  position: absolute;
  top: 10px;
  width: 16px; }

.submenu {
  display: none; }

.ui-autocomplete .btn {
  align-items: center;
  color: #d19557;
  display: flex;
  font-family: 'Roboto';
  font-size: 12px;
  -webkit-font-smoothing: auto;
  justify-content: center;
  line-height: 0;
  margin-bottom: 0;
  margin-top: 10px;
  min-height: 28px;
  min-width: 94px;
  padding: 0; }
  .ui-autocomplete .btn:hover {
    color: #fff; }

.header-panel .header-links-link {
  flex-flow: column;
  width: 10px; }

@media (max-width: 991.98px) {
  .header.is-fixed .header-panel .logo {
    height: auto; } }

.header-panel .search-submit.btn-clear-search::after {
  background: transparent; }

.tout-grid {
  grid-template-columns: repeat(3, 1fr) !important; }

.header-panel .header-logo .logo img {
  height: 60px; }

.header-top-bar-wrap {
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  padding: 3px 3px;
  position: relative;
  z-index: 2;
  max-height: 27px; }
  @media (max-width: 991.98px) {
    .header-top-bar-wrap {
      height: 38px;
      max-height: inherit; } }
  .header-top-bar-wrap .header-top-bar {
    line-height: 1.2;
    font-weight: 350;
    font-size: 16px; }
    @media (max-width: 991.98px) {
      .header-top-bar-wrap .header-top-bar {
        font-size: 15px;
        text-align: center;
        width: 100%;
        line-height: normal; } }

@media (max-width: 991.98px) {
  .header-actions-custom {
    display: none; } }

.header-actions-custom .header-links-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain; }

.header-actions-custom .header-links {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .header-actions-custom .header-links .header-links-item {
    border-right: 0;
    padding-left: 5px;
    padding-right: 5px; }
    .header-actions-custom .header-links .header-links-item a {
      display: flex;
      align-items: center;
      font-weight: 400;
      font-size: 15px;
      color: #3D3A39;
      gap: 4px;
      position: relative; }
      .header-actions-custom .header-links .header-links-item a:hover, .header-actions-custom .header-links .header-links-item a:active, .header-actions-custom .header-links .header-links-item a:focus, .header-actions-custom .header-links .header-links-item a:focus-visible {
        color: #cc4f5b; }
        .header-actions-custom .header-links .header-links-item a:hover .header-links-icon img, .header-actions-custom .header-links .header-links-item a:active .header-links-icon img, .header-actions-custom .header-links .header-links-item a:focus .header-links-icon img, .header-actions-custom .header-links .header-links-item a:focus-visible .header-links-icon img {
          filter: drop-shadow(0px 100px 0 #cc4f5b);
          transform: translateY(-100px); }
    .header-actions-custom .header-links .header-links-item a.active {
      color: #cc4f5b !important; }
      .header-actions-custom .header-links .header-links-item a.active .header-links-icon img {
        filter: drop-shadow(0px 100px 0 #cc4f5b);
        transform: translateY(-100px); }
    .header-actions-custom .header-links .header-links-item .header-links-link-ship {
      display: flex; }
      .header-actions-custom .header-links .header-links-item .header-links-link-ship select {
        border: 0;
        background: transparent;
        font-size: 15px;
        color: #3D3A39;
        box-shadow: none;
        outline: none !important; }
        .header-actions-custom .header-links .header-links-item .header-links-link-ship select option {
          color: #000;
          font-weight: normal;
          font-family: "Opininon", sans-serif, sans-serif; }
      .header-actions-custom .header-links .header-links-item .header-links-link-ship:hover select {
        color: #cc4f5b; }
      .header-actions-custom .header-links .header-links-item .header-links-link-ship:hover .header-links-icon img {
        filter: drop-shadow(0px 100px 0 #cc4f5b);
        transform: translateY(-100px); }
    .header-actions-custom .header-links .header-links-item.header-links-logout .header-links-icon img {
      height: 18px;
      width: 18px;
      position: relative;
      top: 1px; }

.header-panel-middel .header-logo {
  flex-basis: inherit;
  margin: 0; }
  @media (max-width: 991.98px) {
    .header-panel-middel .header-logo .logo {
      height: auto;
      transform: translate(0px, 8px) scale(1);
      width: 160px; } }
  .header-panel-middel .header-logo .logo img {
    height: 46px;
    width: auto; }
    @media (max-width: 991.98px) {
      .header-panel-middel .header-logo .logo img {
        height: 35px; } }
  .header-panel-middel .header-logo .logo .brand-owner-logo {
    height: 60px; }

.header-panel-middel {
  padding: 10px 10px 9px;
  position: relative;
  z-index: 1;
  overflow: inherit; }
  @media (max-width: 991.98px) {
    .header-panel-middel {
      overflow: inherit; } }
  .header-panel-middel .header-left {
    max-width: 520px;
    flex-grow: inherit;
    width: 100%; }
    .header-panel-middel .header-left .header-top {
      padding-top: 0;
      flex-direction: row-reverse; }
      .header-panel-middel .header-left .header-top .header-search {
        z-index: 1;
        margin-right: 2px; }
        .header-panel-middel .header-left .header-top .header-search .search-input {
          background: #fff;
          border: 1px solid #d19557;
          font-size: 18px;
          height: 40px;
          border-radius: 2px; }
          @media (max-width: 991.98px) {
            .header-panel-middel .header-left .header-top .header-search .search-input {
              border: 1px solid #d19557; } }

.header-panel button + button.search-submit {
  background: #fff;
  border-radius: 0;
  height: 38px;
  right: 0.2px;
  top: 1px;
  transform: none; }
  @media (max-width: 991.98px) {
    .header-panel button + button.search-submit {
      right: 40px;
      border-right: 1px solid #d19557; } }

.header-custom-menu {
  background: #000000; }
  .header-custom-menu .nav {
    padding: 0 0;
    justify-content: flex-start; }
    @media (max-width: 991.98px) {
      .header-custom-menu .nav {
        margin-top: 10px;
        background: transparent;
        overflow-y: scroll;
        max-height: calc(100vh - 210px);
        flex-direction: row;
        overflow-x: hidden; } }
    .header-custom-menu .nav .nav-item {
      text-align: center;
      border-right: 1px solid #c09859;
      padding-right: 7.5px;
      padding-left: 7.5px; }
      @media (max-width: 991.98px) {
        .header-custom-menu .nav .nav-item {
          border-right: 0;
          padding-right: 0;
          padding-left: 0;
          padding-bottom: 2.5px;
          padding-top: 2.5px;
          border-bottom: 0; } }
      .header-custom-menu .nav .nav-item .nav-item-link {
        font-weight: 400;
        font-size: 18px;
        font-family: "Bebas Neue", cursive; }
        @media (max-width: 991.98px) {
          .header-custom-menu .nav .nav-item .nav-item-link svg {
            display: none; } }

.nav-item-link--cart .header-links-icon {
  align-items: center;
  display: flex; }
  .nav-item-link--cart .header-links-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px; }

.header.is-fixed .header-panel.header-panel-middel .logo {
  transform: translate(0, 41px) scale(0.7); }
  @media (max-width: 991.98px) {
    .header.is-fixed .header-panel.header-panel-middel .logo {
      transform: translate(-20px, -4px) scale(0.8); } }
  @media (max-width: 767.98px) {
    .header.is-fixed .header-panel.header-panel-middel .logo {
      transform: translate(-20px, 2px) scale(0.8); } }

@media (max-width: 991.98px) {
  .header.is-fixed .header-panel.header-panel-middel .header-logo {
    margin-top: 14px; } }

@media (max-width: 767.98px) {
  .header.is-fixed .header-panel.header-panel-middel .header-logo {
    margin-top: 2px; } }

.header.is-fixed .header-panel.header-panel-middel .header-logo .logo img {
  height: 50px; }
  @media (max-width: 991.98px) {
    .header.is-fixed .header-panel.header-panel-middel .header-logo .logo img {
      height: 35px; } }

.header.is-fixed .header-panel.header-panel-middel .header-left .header-top {
  display: none; }
  @media (max-width: 991.98px) {
    .header.is-fixed .header-panel.header-panel-middel .header-left .header-top {
      display: block; } }

.header .nav-item-link--cart .header-links-qty {
  position: absolute;
  background: #cc4f5b;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: -4px;
  right: 3px;
  font-family: roboto, sans-serif;
  font-size: 13px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 15px;
  letter-spacing: 0;
  color: #fff; }

.header .header-links-item-cart .header-links-qty {
  position: absolute;
  background: #cc4f5b;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: -1px;
  right: -3px;
  font-family: roboto, sans-serif;
  font-size: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  @media (max-width: 991.98px) {
    .header .header-links-item-cart .header-links-qty {
      top: 3px;
      right: 2px;
      width: 12px;
      height: 12px;
      font-size: 8px; } }

@media (max-width: 991.98px) {
  .header-panel .header-mobile {
    transform: translate(0, 0); } }

@media (max-width: 991.98px) {
  .header-nav li.nav-item.hide-mobile {
    display: none; } }

.header-panel-middel-main:after {
  content: '';
  background: #000;
  filter: blur(100px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  display: none; }
  @media (max-width: 991.98px) {
    .header-panel-middel-main:after {
      display: none; } }

.is-fixed .header-panel-middel-main:after {
  display: none; }

.header-top-bar-wrap-main {
  background: #779089; }
  .header-top-bar-wrap-main .header-top-bar-wrap {
    background: transparent; }
    .header-top-bar-wrap-main .header-top-bar-wrap .header-top-bar {
      background: transparent;
      color: #3D3A39; }

ul.hover-advance {
  position: absolute;
  text-align: left;
  top: calc(100% + 2px);
  left: 15px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #fbe4ca;
  padding: 0;
  background: #fff;
  border-top: 0;
  min-width: 170px; }
  @media (max-width: 991.98px) {
    ul.hover-advance {
      display: none;
      visibility: visible;
      opacity: 1;
      position: relative;
      border: 0;
      left: 0; } }
  ul.hover-advance li {
    border-bottom: 1px solid #fbe4ca; }
    @media (max-width: 991.98px) {
      ul.hover-advance li {
        border-right: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        text-align: left;
        border-bottom: 1px solid #e0dacb; } }
    ul.hover-advance li:last-child {
      border-bottom: 0; }
    ul.hover-advance li a {
      white-space: nowrap;
      padding: 6px 12px;
      display: inline-block;
      width: 100%;
      font-size: 15px; }
      ul.hover-advance li a:hover {
        background: #fffaf5;
        color: #c07135; }
        @media (max-width: 991.98px) {
          ul.hover-advance li a:hover {
            background: transparent;
            color: #3D3A39; } }
      ul.hover-advance li a:focus {
        color: #3D3A39; }
      @media (max-width: 991.98px) {
        ul.hover-advance li a {
          color: #3D3A39;
          padding-top: 15px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
          font-weight: 400;
          font-size: 16px;
          font-family: "Bebas Neue", cursive !important;
          letter-spacing: 1px;
          position: relative;
          text-decoration: none;
          text-transform: uppercase; } }

.custom-advance-first {
  padding: 0; }

.custom-advance-first:hover ul.hover-advance {
  opacity: 1;
  visibility: visible; }

@media (max-width: 991.98px) {
  .header-custom-menu .nav .nav-item .nav-item-link:focus {
    color: #d19557 !important; } }

@media (max-width: 991.98px) {
  ul.hover-advance li a:focus {
    color: #d19557 !important; } }

@media (max-width: 991.98px) {
  ul.hover-advance li a:hover {
    color: #d19557 !important; } }

@media (max-width: 991.98px) {
  .header-custom-menu .nav .nav-item .nav-item-link:hover {
    color: #d19557 !important; } }

@media (max-width: 991.98px) {
  .header-custom-menu .nav .nav-item .nav-item-link:focus {
    color: #d19557 !important; } }

.header .header-custom-menu .nav .nav-item:nth-child(18):after {
  opacity: 0; }

.header.is-fixed .header-custom-menu .nav .nav-item:nth-child(18):after {
  opacity: 1; }

#foot-cart {
  align-items: center;
  background-color: #d19557;
  border: 0;
  border-radius: 4px;
  bottom: 132px;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 50px;
  z-index: 1000; }
  #foot-cart > .header-links-icon {
    width: 60%;
    height: auto;
    line-height: inherit; }
    #foot-cart > .header-links-icon > span {
      align-items: center;
      background: #cc4f5b;
      border-radius: 50%;
      color: #fff;
      display: flex;
      flex-basis: 17px;
      font-family: 'Roboto', sans-serif;
      font-size: 13px;
      height: 17px;
      justify-content: center;
      position: absolute;
      right: 12px;
      top: 12px;
      transform: translate(50%, -40%);
      width: 17px; }
  #foot-cart.show {
    visibility: visible;
    opacity: 1; }

.footer-icon {
  font-size: 14px;
  align-items: center;
  background-color: #d19557;
  border: 0;
  border-radius: 4px;
  bottom: 81px;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 50px;
  z-index: 1000; }
  .footer-icon > .header-links-icon {
    width: 60%; }
    .footer-icon > .header-links-icon > span {
      align-items: center;
      background: #cc4f5b;
      border-radius: 50%;
      color: #fff;
      display: flex;
      flex-basis: 17px;
      font-family: 'Roboto', sans-serif;
      font-size: 13px;
      height: 17px;
      justify-content: center;
      position: absolute;
      right: 12px;
      top: 12px;
      transform: translate(50%, -40%);
      width: 17px; }
  .footer-icon.show {
    visibility: visible;
    opacity: 1; }

.join-the-club-btn-wrp {
  display: flex;
  max-width: 600px !important; }

.join-the-club-btn-wrp .header-top {
  width: 100%; }

.join-the-club-btn {
  background: #f2f0ef;
  margin-left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content; }

.join-the-club-btn a {
  background: #000;
  color: #3D3A39;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 17px;
  padding: 13px 14px;
  height: auto;
  line-height: 13px;
  display: inline-block;
  white-space: nowrap;
  background: transparent;
  position: relative;
  top: 1px; }

.header.is-fixed .header-panel.header-panel-middel .header-left .join-the-club-btn {
  display: none; }

@media screen and (min-width: 992px) {
  .header-custom-menu .nav .nav-item .nav-item-link.nav-item-link--search {
    top: 0; }
  .header-panel-middel-main .header-panel-middel {
    position: inherit; }
  .header-panel-middel-main {
    z-index: 0;
    overflow: hidden;
    position: relative; }
  .header-panel-middel {
    max-width: 1366px;
    margin: auto; }
  .header-top-bar-wrap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .header-nav {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .header-top-bar-wrap-main {
    background: #fff; }
  .header-custom-menu .nav {
    justify-content: space-between;
    flex-wrap: nowrap; }
  .header-custom-menu .nav .nav-item {
    border-right: 0;
    position: relative;
    flex: 1; }
  .header-custom-menu .nav .nav-item:after {
    background: #c09859;
    height: 100%;
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    right: 0; }
  .header-custom-menu .nav .nav-item .nav-item-link {
    font-size: 16px; }
  .header-custom-menu .nav .nav-item.hide-mobile {
    display: none; }
  .header.is-fixed .header-custom-menu .nav .nav-item.hide-mobile {
    display: block; }
  .header.is-fixed .header-custom-menu .nav .nav-item .nav-item-link {
    letter-spacing: 0.4px; }
  .header.is-fixed .header-custom-menu .nav .nav-item .nav-item-link.nav-item-link--cart {
    width: 32px; }
  .header-custom-menu .nav .nav-item .fa-bars {
    position: relative;
    top: -1px; } }

@media (min-width: 992px) {
  .show-on-desktop {
    display: block; }
  .show-on-mobile {
    display: none; } }

@media (max-width: 991px) {
  .show-on-mobile {
    display: block; }
  .show-on-desktop {
    display: none; } }

@media screen and (min-width: 1301px) {
  .header.is-fixed .header-custom-menu .nav .nav-item .nav-item-link {
    letter-spacing: 1px; } }

@media (max-width: 400px) {
  .header-custom-menu .nav {
    top: 230px; } }

@media (max-width: 350px) {
  .header-custom-menu .nav {
    top: 220px; } }

@media (min-width: 1200px) {
  .header-custom-menu .nav .nav-item:after {
    right: -8.5px; }
  .header.is-fixed .header-custom-menu .nav .nav-item:after {
    right: -7px; } }

@media (min-width: 992px) {
  .header-actions-custom .header-links-icon img {
    top: 2px;
    position: relative;
    filter: invert(0.7); }
  .header-links-icon {
    height: 16px;
    line-height: 0; }
  .header-actions-custom .header-links .header-links-item.header-links-ship {
    position: relative;
    width: 80px;
    height: 17px;
    line-height: 0;
    padding-right: 0.5px; }
  .header-actions-custom .header-links .header-links-item.header-links-ship .header-links-text + .header-links-icon {
    width: 100%;
    line-height: normal;
    position: relative;
    height: auto; }
  .header-actions-custom .header-links .header-links-item .header-links-link-ship select {
    appearance: none;
    background-image: url(/images/down-arrow-dark.svg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    width: 60px;
    background-size: 10px;
    padding-right: 16px;
    font-weight: normal;
    text-align: center; }
  .header-actions-custom .header-links .header-links-item .header-links-link-ship .header-links-icon + .header-links-icon {
    margin-left: auto;
    line-height: 22px; }
  .header-actions-custom .header-links .header-links-item .header-links-link-ship .header-links-icon + .header-links-icon img {
    top: -2px;
    left: -2px; }
  .header-actions-custom .header-links .header-links-item .header-links-link-ship:hover select {
    background-image: url(/images/down-arrow-red.svg); }
  .header-actions-custom .first-desktop .header-links-icon img {
    height: 13px; }
  .header-actions-custom .header-links-icon img {
    height: 14px;
    filter: invert(0.7); }
  .header-links-icon {
    height: 16px;
    line-height: 0;
    width: 16px; }
  .header-actions-custom .header-links .header-links-item a .header-links-text {
    line-height: 20px;
    height: 16px; }
  .header-actions-custom .header-links .header-links-item.header-links-item-cart .header-links-icon {
    width: 20px; }
  .header-actions-custom .header-links .header-links-item.header-links-item-cart .header-links-icon.wishlist-desktop {
    font-size: 14px;
    padding: 1px 0 0 4px; }
  .header-actions-custom .header-links .header-links-item.header-links-item-cart .header-links-icon img {
    height: 15px;
    top: 1px; }
  .header.is-fixed .header-panel-middel {
    padding: 0px  10px 3px; }
  .body-menu {
    overflow: hidden; }
  .header-custom-menu .nav .nav-item .nav-item-link {
    white-space: nowrap;
    position: relative;
    top: 1.3px;
    font-size: 18px; }
  .header-custom-menu .nav .nav-item.custom-advance-first {
    flex: 0;
    padding-left: 15px;
    z-index: 0; }
    .header-custom-menu .nav .nav-item.custom-advance-first::before {
      content: '';
      background: transparent;
      width: 50px;
      height: 50px;
      transform: inherit;
      z-index: -1;
      position: absolute;
      left: 0; }
  .custom-advance-first > a span {
    display: none; }
  .header-custom-menu .nav .nav-item:after {
    top: 0;
    right: -6px;
    transform: rotate(10deg);
    transform-origin: 0% 0%; }
  .header.is-fixed .header-custom-menu .nav .nav-item:after {
    right: -6px; }
  .header-custom-menu .nav .nav-item {
    flex: initial; }
  .header-custom-menu .nav {
    padding-right: 15px; }
  .header-custom-menu .nav .nav-item:last-child:after {
    opacity: 0; } }

@media (max-width: 991.98px) {
  .header-custom-menu .nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    margin-top: 30px; }
  .header-custom-menu .nav .nav-item {
    border-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px solid #e0dacb;
    text-align: left; }
  .header-custom-menu .nav .nav-item:first-child {
    border-top: 0;
    padding: 0; }
  .header-custom-menu .nav .nav-item .nav-item-link {
    font-size: 14px;
    color: #3D3A39 !important;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px; }
  .header-nav-btns {
    margin-top: 0; }
    .header-nav-btns .header-links {
      display: flex;
      height: 50px;
      margin: 0;
      width: 100%;
      justify-content: center;
      align-items: center;
      padding: 0; }
      .header-nav-btns .header-links .header-links-item {
        align-items: center;
        display: flex;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-top: 5px;
        padding-right: 5px;
        flex: 1;
        justify-content: center; }
        .header-nav-btns .header-links .header-links-item .header-links-link {
          align-items: center;
          display: flex;
          font-size: 10px;
          text-decoration: none;
          text-transform: uppercase;
          flex-direction: column; }
          .header-nav-btns .header-links .header-links-item .header-links-link .header-links-icon {
            align-items: center;
            display: flex;
            flex-grow: 0;
            flex-shrink: 0;
            height: 18px;
            margin-right: 0;
            max-width: 100%;
            justify-content: center;
            position: relative;
            width: 20px;
            margin-bottom: 4px; }
  .header-nav-close {
    right: 18px;
    top: 16px;
    z-index: 1; }
  .header-nav-close img {
    object-fit: contain; }
  .header-nav-btns .header-links-item-cart .header-links-qty {
    align-items: center;
    background: #cc4f5b;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-basis: 17px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    height: 17px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -40%);
    width: 17px; }
  .header {
    background: #d19557; }
  .scrolldown .is-show {
    opacity: 0 !important; }
  .body-menu .custom-search-auto.ui-widget.ui-widget-content {
    display: none !important; }
  .header-custom-menu .nav .nav-item.mobile-active a {
    color: #d19557 !important; }
  .custom-advance-first > a {
    display: none; }
  .hover-advance li.mobile-active a {
    color: #d19557; }
  .nav-item-link {
    display: block; }
  .header-custom-menu .nav {
    max-height: calc(100vh - 285px);
    position: fixed;
    top: 310px;
    left: 0;
    width: calc(100% - 20px);
    right: 0;
    margin: auto;
    padding-bottom: 95px; }
  .join-the-club-btn-custom {
    margin-top: 2px; }
  .join-the-club-btn1:hover {
    background: #fbe0c4;
    color: #3D3A39; }
  .join-the-club-btn .join-the-club-link:hover {
    background: #fbe0c4;
    color: #3D3A39; }
  .join-the-club-btn a {
    text-align: center;
    font-size: 20px;
    width: 100%; }
  .wishlist-icon-mobile a.header-links-link {
    color: #fff;
    font-size: 20px;
    margin-left: 20px; } }

/* ship to pop up starts*/
.header-actions-custom .header-links:has(.header-links-logout) .dropdown-menu.col-cust-323.show {
  transform: translate3d(-194px, 30px, 0px) !important; }

.header-links-item h3 {
  font-size: 18px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #000; }

.header-links-item h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #000; }

.header-links-item p {
  font-size: 11px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #000; }

.header-links-item .dropdown-menu.col-cust-323.show {
  transform: translate3d(-260px, 30px, 0px) !important; }

.header-links-item .dropdown-menu {
  min-width: 24rem; }
  @media (max-width: 992px) {
    .header-links-item .dropdown-menu {
      min-width: 19rem; } }

.header-links-item .col-cust-323 {
  padding-top: 35px;
  padding-bottom: 30px; }

.header-links-item .header-links-button {
  background: #d19557;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12;
  font-weight: 800;
  padding: 8px 39px;
  border: 0px solid #d19557;
  border-radius: 5px; }

.header-links-link.dropdown-toggle {
  color: white; }

/* Style the background of the options to white */
#ship-to option {
  background-color: white; }

#ship-to option {
  width: 50px !important; }

#ship-to-mobile option {
  background-color: white;
  font-size: 21px;
  width: 150px !important; }

.dropdown-menu.col-cust-323::after {
  content: '';
  position: absolute;
  top: 0;
  right: 9ch;
  margin-left: -15px;
  margin-top: -15px;
  width: 0;
  z-index: 1;
  height: 0;
  border-bottom: solid 15px #FFF;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

.header-links-link#dlDropDown {
  line-height: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif !important;
  text-transform: uppercase;
  margin: 0 !important;
  display: none;
  height: 16px;
  align-items: baseline; }

/* ship to pop up starts end*/
.header-nav .nav .nav-item.hide-desktop {
  display: none !important; }

.join-club-btn-mobile {
  display: none; }

.join-btn-only-mob {
  display: none; }

.join-btn-only-mob .join-the-club-btn {
  margin: 0;
  animation: none;
  background: #F2F0EF; }

.join-btn-only-mob .join-the-club-btn:hover {
  background: #fbe0c4; }

.join-btn-only-mob .join-the-club-btn a {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 400;
  display: block;
  color: #3D3A39;
  font-family: 'Bebas Neue', sans-serif !important;
  text-align: center;
  line-height: 16px;
  top: 0;
  width: 100%; }

.progress-mobile {
  display: none; }

@media (max-width: 991px) {
  .header-nav .nav .nav-item.hide-desktop {
    display: block !important; }
  .join-club-btn-mobile {
    width: 100%;
    margin: 2px 0;
    display: block; }
  .join-club-btn-mobile a {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 400;
    display: block;
    background: #d19557;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif !important;
    text-align: center;
    line-height: 16px; }
  .header-left.join-the-club-btn-wrp {
    flex-direction: row-reverse;
    max-width: fit-content !important; }
  .header-left.join-the-club-btn-wrp .join-the-club-btn {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 8px; }
  .header-left.join-the-club-btn-wrp .join-the-club-btn a {
    font-size: 15px;
    padding: 10px 10px;
    line-height: 12px; }
  .header.is-fixed .header-panel.header-panel-middel .header-left .join-the-club-btn {
    display: flex; } }

@media (max-width: 767px) {
  .header.is-fixed .header-panel.header-panel-middel .header-left .join-the-club-btn {
    margin-top: 0; }
  .header-left.join-the-club-btn-wrp .join-the-club-btn a {
    padding: 8px 10px; }
  .wishlist-icon-mobile a.header-links-link {
    margin-left: 15px; }
  .ship-mob-wrp {
    margin: 0px 0px 0 18px !important; }
  .header-panel-middel .header-logo .logo {
    width: 135px; }
  .header-panel {
    padding: 5px 10px !important; } }

@media (max-width: 424px) {
  .header .header-panel.header-panel-middel .header-left .join-the-club-btn,
  .header.is-fixed .header-panel.header-panel-middel .header-left .join-the-club-btn {
    display: none; }
  .join-btn-only-mob {
    display: block;
    border-top: 2px solid #fff; }
  .progress-desktop {
    display: none; }
  .progress-mobile {
    display: block; } }

@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 300, 500, 600;
  src: url("/fonts/proxima-nova/Proxima-Nova-Light.otf") format("opentype"), url("/fonts/proxima-nova/Proxima-Nova-Regular.otf") format("opentype"), url("/fonts/proxima-nova/Proxima Nova Semibold.otf") format("opentype"); }

@font-face {
  font-family: 'mrs-eaves';
  font-style: normal;
  font-weight: normal, 700;
  src: url("/fonts/mrs-eaves/mrs-eaves.woff2") format("woff2"), url("/fonts/mrs-eaves/mrs-eaves.otf") format("opentype"), url("/fonts/mrs-eaves/mrs-eaves-bold.otf") format("opentype"); }

@font-face {
  font-style: normal;
  font-weight: normal; }

/* Font Families */
@font-face {
  font-family: 'The Bredan Demo';
  src: url("/fonts/the-bredan-demo.otf") format("opentype"); }

@font-face {
  font-family: 'Opininon';
  src: url("/fonts/opininon.otf") format("opentype"); }

@font-face {
  font-family: 'Corbel';
  src: url("/fonts/corbel.ttf") format("truetype"); }

@font-face {
  font-family: 'MrsEavesOT-Roman';
  src: url("/fonts/MrsEavesOT-Roman.otf") format("opentype"); }

@font-face {
  font-family: 'Montserrat';
  src: url("/fonts/montserrat-regular.ttf") format("opentype"); }

@font-face {
  font-family: 'news_gothicBdXCn';
  src: url("/fonts/news_gothic_extra_condensed_bold-webfont.woff2") format("woff2"), url("/fonts/news_gothic_extra_condensed_bold-webfont.woff") format("woff"), url("/fonts/new-gothic-extra-condensed.otf") format("opentype"); }

@font-face {
  font-family: 'News Gothic';
  src: url("/fonts/NewsGothicBT-ExtraCondensed.woff2") format("woff2"), url("/fonts/NewsGothicBT-ExtraCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial Narrow';
  src: url("/fonts/ArialNarrow.woff2") format("woff2"), url("/fonts/ArialNarrow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: url("/fonts/ArialMT.woff2") format("woff2"), url("/fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Constantia';
  src: url("/Constantia.woff2") format("woff2"), url("/Constantia.woff") format("woff"), url("/Constantia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* latin-ext */
@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluA96Tp56N1.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluA96rp5w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.index .btn-bar {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 10px;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .index .btn-bar {
      display: flex; } }
  .index .btn-bar-link {
    color: #fff;
    font-size: 1rem;
    font-family: "Opininon", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 14rem;
    padding: 10px 15px;
    background-color: #678ab2;
    margin-left: 10px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in; }
    @media only screen and (max-width: 767px) {
      .index .btn-bar-link {
        display: flex;
        font-size: 0.71rem;
        padding: 5px 5px; } }
    .index .btn-bar-link:hover {
      background-color: #517399;
      box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.1); }

.index .collection {
  background: #fff;
  border-bottom: none;
  border-top: none;
  margin-top: -130px;
  max-width: 100%;
  padding-left: 1px; }
  @media (max-width: 991.98px) {
    .index .collection {
      padding-right: 0; } }
  @media (max-width: 767.98px) {
    .index .collection {
      border: 0 solid #f6f5f3; } }
  .index .collection-inner {
    padding-top: 155px; }

@media (max-width: 767.98px) {
  .small-brand-div:nth-of-type(4), .small-brand-div:nth-of-type(5), .small-brand-div:nth-of-type(6) {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

.small-brand-img {
  border-radius: 4px; }

.nbold {
  font-weight: 100 !important; }

.hero {
  background-color: #000;
  height: 100%; }
  .hero .slick-list, .hero .slick-track {
    height: 100%;
    width: 100%; }
  .hero .slick-slide > div {
    height: 100%; }
  .hero-wrapper {
    height: 315px;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    @media (max-width: 767.98px) {
      .hero-wrapper {
        height: calc(100vh - 76px); } }
  .hero-slider-mobile {
    display: none; }
    @media (max-width: 767.98px) {
      .hero-slider-mobile {
        display: block; } }
  .hero-slider-desktop {
    display: block; }
    @media (max-width: 767.98px) {
      .hero-slider-desktop {
        display: none; } }
  .hero-progress {
    background: #dbc198;
    height: 2px;
    width: 0%; }
  .hero .slick-dots {
    bottom: 10px;
    position: absolute;
    display: none !important; }
  .hero .slick-dots li.slick-active button::before {
    color: #d19557;
    font-size: 10px; }
  .hero .slick-dots li button::before {
    font-size: 10px; }
  .hero-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block !important;
    height: 100%;
    position: relative;
    width: 100%; }
    @media (max-width: 767.98px) {
      .hero-slide {
        height: 100%; } }
    .hero-slide img {
      display: block;
      height: 100%;
      left: 50%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
  .hero .slick-prev {
    left: 5px;
    z-index: 1; }
  .hero .slick-next {
    right: 5px;
    z-index: 1; }

.hero-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767.98px) {
    .hero-wrapper {
      height: calc(100vh - 188px); } }
  .hero-wrapper .hero {
    padding-top: 16px;
    background: transparent;
    border-radius: 4px; }
    .hero-wrapper .hero .hero-slide {
      border-radius: 0;
      background-color: #000; }
      @media (max-width: 1199.98px) {
        .hero-wrapper .hero .hero-slide {
          border-radius: 4px; } }

.home-below-slider {
  margin-bottom: 8px; }
  @media (max-width: 767.98px) {
    .home-below-slider {
      display: none; } }
  .home-below-slider .hero-wrapper {
    height: 299px; }
    .home-below-slider .hero-wrapper .hero-slide {
      border-radius: 0px; }

.tout-grid {
  align-items: start;
  box-align: start;
  display: grid;
  flex-align: start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto; }
  @media (max-width: 991.98px) {
    .tout-grid {
      display: block; } }

.tout-item {
  position: relative;
  border-radius: 10px; }
  @media (max-width: 991.98px) {
    .tout-item {
      display: block;
      margin-bottom: 10px; } }

.tout-logo {
  color: #a99d48;
  font-family: "The Bredan Demo", sans-serif;
  font-size: 49px;
  font-size: 27px;
  margin-right: 10px;
  margin-right: 0;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 10px;
  width: auto; }
  .tout-logo img {
    display: block;
    width: 100%; }

.tout-content {
  bottom: 0;
  left: 0;
  min-height: 24%;
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1; }

.tout-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  border-radius: 4px;
  position: relative; }
  .tout-img-full {
    padding-bottom: 52%; }
  .tout-img img {
    position: absolute;
    inset: 0;
    border-radius: 4px;
    height: 100%;
    width: 100%; }

.tout-title {
  color: #a89e8a;
  color: #d19557;
  font: 400 40px/40px "Corbel", sans-serif;
  font-size: 2.5em;
  line-height: 2.1875rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }

.tout-text {
  color: #a89e8a;
  font-size: 15px;
  line-height: 1.38462em; }

.tout-hr {
  background: #a89e8a;
  border-bottom: 1px solid #a89e8a;
  margin: 15px auto 20px;
  max-width: 45%;
  min-width: 100px; }

@media (max-width: 767.98px) {
  .tout-last {
    display: none; } }

.collection .grid {
  margin-left: -10px;
  margin-right: -10px; }

.collection-item {
  z-index: 5;
  padding: 15px 10px; }
  @media (max-width: 767.98px) {
    .collection-item {
      padding: 10px; } }
  .collection-item.col-md-3 .product-action-info {
    transform: rotate(-45deg) translate(-30%, -113%); }
    @media (max-width: 991.98px) {
      .collection-item.col-md-3 .product-action-info {
        transform: rotate(-45deg) translate(-28%, -62%); } }
    @media (max-width: 575.98px) {
      .collection-item.col-md-3 .product-action-info {
        font-size: 9.78px;
        transform: rotate(-45deg) translate(-29%, -74%); } }

.collection-item-wrp {
  flex: 0 0 20%;
  max-width: 20%; }
  @media (max-width: 991.98px) {
    .collection-item-wrp {
      flex: 0 0 25%;
      max-width: 25%; }
      .collection-item-wrp:last-child {
        display: none !important; } }
  @media (max-width: 767.98px) {
    .collection-item-wrp {
      flex: 0 0 50%;
      max-width: 50%; } }

.product-card {
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  background: white;
  z-index: 10; }
  .product-card:hover .img {
    transform: translate(-50%, -50%) scale(1.2); }
  .product-card.product-card-sold .product-card-img {
    position: relative; }
    .product-card.product-card-sold .product-card-img::after {
      content: '';
      cursor: pointer;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 999999; }
  .product-card.product-card-sold:hover .img {
    transform: translate(-50%, -53%) scale(1.2); }
  .product-card.product-card-sold .product-card-cart {
    visibility: visible; }
  .product-card.product-card-sold .btn-sold {
    display: flex; }
  .product-card.product-card-sold .btn-shop {
    display: none; }
  .product-card-img {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
    overflow: hidden;
    padding-bottom: 116%;
    position: relative; }
    .product-card-img-link {
      height: 100%;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      width: 100%;
      z-index: 9; }
    .product-card-img .img {
      height: 88%;
      left: 50%;
      position: absolute;
      top: 52%;
      transform: translate(-50%, -53%) scale(1);
      transition: all 0.6s ease;
      width: auto;
      z-index: 9; }
  .product-card-descr {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    padding-left: 12px;
    padding-right: 12px; }
    @media (max-width: 767.98px) {
      .product-card-descr {
        padding-left: 8px;
        padding-right: 8px; } }
  .product-card-title {
    color: #000;
    font-size: 15.76px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase; }
    .product-card-title-link {
      position: relative;
      width: 87%;
      z-index: 9; }
    .product-card-title.fixed {
      min-height: 36px; }
      @media (max-width: 576px) {
        .product-card-title.fixed {
          min-height: 0; } }
    .product-card-title-sm {
      color: #5b5b5b;
      font-size: 11px;
      min-height: 18px; }
      @media (max-width: 576px) {
        .product-card-title-sm {
          min-height: 0; } }
  .product-card-text {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 1.41;
    margin-bottom: 5px;
    margin-top: 0;
    max-height: 56px;
    overflow: hidden;
    padding: 0;
    text-align: left; }
  .product-card-tags {
    color: #5b5b5b;
    font-size: 13.22px;
    margin-bottom: auto;
    margin-top: 0;
    min-height: 19px;
    padding: 0 5px 0 0;
    text-align: left;
    width: 79%; }
  .product-card-footer {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: -8px;
    padding: 0;
    padding-bottom: 0;
    position: relative;
    top: -20px; }
    @media (max-width: 355px) {
      .product-card-footer {
        margin-bottom: 5px;
        top: 0; } }
  .product-card-price {
    align-items: flex-start;
    color: #000;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .product-card-price {
        font-size: 19px; } }
    @media (max-width: 767.98px) {
      .product-card-price {
        font-size: 13px; } }
    .product-card-price span {
      flex-grow: 1;
      line-height: 1;
      padding-left: 0; }
    .product-card-price a {
      flex-basis: 20px; }
  .product-card-oldprice {
    color: #f00;
    font-size: 14.77px;
    line-height: 1;
    text-align: left;
    text-decoration: line-through; }
    @media (max-width: 767.98px) {
      .product-card-oldprice {
        font-size: 13px; } }
  .product-card-cart {
    align-items: center;
    background-image: url("/images/cart-gold-new1.svg");
    background-position: center center;
    justify-content: center;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: flex;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    width: 34px; }
    @media (max-width: 767.98px) {
      .product-card-cart {
        background-image: url("/images/cart-gold.png"); } }
    .product-card-cart img {
      margin-left: -3px;
      margin-top: 3px;
      width: 65%; }
  .product-card-info {
    max-height: 51px;
    overflow: hidden; }
  .product-card .btn, .product-card .btn-shop-now {
    display: flex;
    font-size: 11px;
    -webkit-font-smoothing: auto;
    justify-content: center;
    line-height: 0;
    margin-bottom: 0;
    margin-top: 10px;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 24px;
    min-width: 80px;
    padding: 0; }
    @media (max-width: 1370px) {
      .product-card .btn, .product-card .btn-shop-now {
        min-width: 67px; } }
    @media (max-width: 1200px) {
      .product-card .btn, .product-card .btn-shop-now {
        min-width: 80px; } }
    @media (max-width: 850px) {
      .product-card .btn, .product-card .btn-shop-now {
        min-width: 63px; } }
    @media (max-width: 355px) {
      .product-card .btn, .product-card .btn-shop-now {
        font-size: 9px;
        min-width: 55px; } }
    @media (max-width: 330px) {
      .product-card .btn, .product-card .btn-shop-now {
        font-size: 8px;
        min-width: 50px; } }
  .product-card .btn-shop {
    display: flex;
    flex-direction: column; }
  .product-card .btn-sold {
    background: #d19557 !important;
    border-color: #d19557 !important;
    color: #fff !important;
    cursor: not-allowed !important;
    display: none;
    opacity: 1 !important;
    pointer-events: auto !important; }
    .product-card .btn-sold:hover {
      background: #000;
      border-color: #000;
      color: #fff; }

.product-action-tags {
  display: flex;
  flex-direction: column;
  left: 6px;
  position: absolute;
  text-align: left;
  top: 4px;
  width: 100%;
  width: 45px;
  z-index: 999; }

.product-action-tag {
  display: inline-block;
  height: 45px;
  left: 0;
  margin-bottom: 3px;
  padding: 0;
  position: static;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  width: 45px;
  z-index: 9; }
  @media (max-width: 355px) {
    .product-action-tag {
      height: 30px;
      width: 30px; } }

.product-action-cart {
  bottom: 15px;
  height: 20px;
  position: absolute;
  right: 15px;
  width: 20px;
  z-index: 10; }

.product-action-logo {
  height: 29.65px;
  position: absolute;
  right: 6px;
  top: 4px;
  width: 26.3px;
  z-index: 999; }
  .product-action-logo img {
    display: block;
    width: 100%;
    transform: inherit !important; }

.sidebar {
  margin: 0 -10px;
  padding: 15px 0; }
  @media (max-width: 767.98px) {
    .sidebar {
      padding-top: 0; } }
  .sidebar .custom-checkbox-wrap {
    align-items: center;
    display: flex;
    margin-bottom: 15px; }

.custom-checkbox {
  background: #f0f0f0;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  height: 16px;
  left: 0;
  margin-right: 7px;
  position: relative;
  top: 0;
  width: 16px; }
  .custom-checkbox::before {
    background: #d19557;
    content: '';
    height: 10px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transition: all 0.3s;
    width: 10px; }

.form-check-label {
  color: #221f20;
  color: #444;
  display: flex;
  font-family: "Opininon", sans-serif;
  font-size: 16px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: -3px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase; }

.form-check-input:checked + .custom-checkbox::before {
  opacity: 1; }

.form-check-input:checked + label .custom-checkbox::before {
  opacity: 1; }

/* Works on Chrome, Edge, and Safari */
.widget *::-webkit-scrollbar {
  width: 5px; }

.widget *::-webkit-scrollbar-track {
  background: white; }

.widget *::-webkit-scrollbar-thumb {
  background: #d19557;
  border-right: 1px solid white; }

.widget {
  background: #fff 0 0;
  flex: 1;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative; }
  @media (max-width: 767.98px) {
    .widget {
      flex-basis: 50%;
      margin-bottom: 10px; } }
  .widget .form-control:focus {
    box-shadow: none; }
  .widget h4 {
    font-size: 1.2rem;
    text-transform: uppercase; }
  .widget-title {
    border-bottom: 1px solid #ebebeb;
    display: block;
    font-family: "Corbel", sans-serif;
    font-size: 20px;
    left: 0;
    margin: 0;
    margin-bottom: 20px;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
    top: 0; }
    .widget-title::after {
      background: #000;
      bottom: -1px;
      content: '';
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      transition: all 0.3s;
      transition: all 0.3s ease-in-out 0s;
      width: 70px; }
  .widget-list {
    list-style: none;
    max-height: 300px;
    overflow: auto;
    padding-left: 0; }
    .widget-list-item {
      border-bottom: 1px dashed #e8e8e8;
      color: #000;
      display: flex;
      font-family: pf_dintext_pro_light_regular;
      font-size: 13px;
      justify-content: space-between;
      margin-bottom: 11px;
      padding-bottom: 10px;
      text-transform: uppercase; }
      .widget-list-item:hover {
        text-decoration: none; }
  .widget-search {
    padding: 0; }
    .widget-search input, .widget-search .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .widget-search select, .widget-search .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .widget-search textarea {
      border: 0;
      color: #555;
      font-size: 13px;
      height: 45px;
      line-height: 24px;
      padding: 13px 20px;
      width: 100%; }
    .widget-search button {
      background: 0 0;
      border: medium;
      font-size: 0;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      z-index: 1; }
      .widget-search button i {
        color: #555;
        font-size: 14px; }

.show-more {
  color: #d19557;
  font-family: "MrsEavesOT-Roman", sans-serif;
  font-size: 19.41px;
  text-align: center; }

.pagination {
  display: flex;
  font-family: "Montserrat", sans-serif;
  justify-content: center;
  margin: 20px auto;
  order: 2;
  width: 100%; }
  .pagination li {
    color: #000; }
    .pagination li span, .pagination li a {
      align-items: center;
      color: #000;
      display: flex;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 300;
      height: 30px;
      justify-content: center;
      min-width: 30px; }
      .pagination li span:visited, .pagination li a:visited {
        color: #9e9e9e; }
    .pagination li.active {
      border: 1px solid #000; }
    .pagination li:hover a {
      color: #d19557; }

.product-card-descr .product-card-title-sm {
  text-align: center; }

.product-card-descr a h3.product-card-title {
  text-align: center; }

.product-card-descr .product-card-tags {
  text-align: center;
  width: 100%;
  padding-right: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 2px;
  padding-bottom: 2px; }
  .product-card-descr .product-card-tags.bottom {
    text-align: center; }

.product-card-descr .product-card-title-link {
  width: 100%; }

.product-card .product-card-footer {
  top: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  align-items: center;
  flex-wrap: nowrap !important; }
  .product-card .product-card-footer .card-flex {
    display: flex;
    flex-direction: row; }

.product-card .product-card-cart {
  margin-bottom: 0;
  position: relative;
  background: transparent;
  height: 28px; }
  .product-card .product-card-cart:before {
    background-image: url(/images/cart-new-new.svg);
    width: 42px;
    height: 28px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    left: inherit;
    border: 0;
    margin: 0;
    animation: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 !important; }

.product-card .product-card-img {
  border-bottom: 1px solid #fff;
  border: 0 !important; }

.product-card .btn {
  margin-top: 0;
  background: url(/images/coffee-svg-new.svg) !important;
  border-radius: 3px;
  border: 0;
  min-width: 43px;
  font-size: 10px;
  line-height: 10px;
  font-family: 'Roboto', sans-serif;
  height: 28px;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  padding-right: 6px;
  color: #fff; }

.product-card .btn-shop-now {
  margin-top: 0;
  background: url(/images/white-svg-new-new.svg) !important;
  border-radius: 3px;
  border: 0;
  color: #d19557;
  box-shadow: none;
  background-repeat: no-repeat !important;
  min-width: 48px;
  font-size: 10px;
  line-height: 10px;
  font-family: 'Roboto', sans-serif;
  height: 28px;
  background-color: transparent !important;
  padding-right: 10px; }

.product-card .btn-shop {
  margin-top: 0;
  background: url(/images/white-svg-new-new.svg) !important;
  border-radius: 3px;
  border: 0;
  color: #d19557;
  box-shadow: none;
  background-repeat: no-repeat !important;
  min-width: 48px;
  font-size: 9px;
  line-height: 9px;
  font-family: 'Roboto', sans-serif;
  height: 28px;
  background-color: transparent !important;
  padding-right: 10px; }
  .product-card .btn-shop:hover {
    color: #fff;
    background: url(/images/white-svg-new-new-hover.svg) !important;
    background-repeat: no-repeat !important; }

.product-card .btn-sold {
  box-shadow: none; }
  .product-card .btn-sold + .product-card-cart {
    cursor: not-allowed !important;
    display: none; }
    .product-card .btn-sold + .product-card-cart:before {
      filter: brightness(0) invert(1); }

span.btn.btn-primary.btn-sold.d-flex {
  min-width: 82px;
  background: #fff !important;
  padding-right: 0;
  padding-top: 2px;
  color: #d19557 !important;
  border: 1px solid #d19557; }

@media (min-width: 992px) {
  .custom-widget .widget {
    width: 18.5%;
    flex: inherit; } }

@media (max-width: 991.98px) {
  .custom-widget .widget {
    flex-basis: 50%;
    margin-bottom: 10px; } }

@media (max-width: 991.98px) {
  .custom-widget .widget {
    order: 2; } }

@media (min-width: 992px) {
  .custom-widget .widget.custom-widget-ui {
    width: 25.2%; } }

@media (max-width: 991.98px) {
  .custom-widget .widget.custom-widget-ui {
    order: 1;
    flex-basis: 100%; } }

.brand-dropdown {
  display: flex;
  gap: 10px; }
  .brand-dropdown .lb-first-drp {
    min-width: 65px; }
  .brand-dropdown .field-brand_id {
    min-width: calc(100% - 75px); }

/*Light Box*/
.fancy-box-scroll-hide {
  overflow: hidden; }

#image-gallery .row {
  margin: 0; }
  #image-gallery .row .image {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px; }

.img-wrapper {
  position: relative;
  transition: all 0.6s ease;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  height: 185px; }
  @media (max-width: 991.98px) {
    .img-wrapper {
      height: 222px; } }
  @media (max-width: 767.98px) {
    .img-wrapper {
      height: 162px; } }
  .img-wrapper a {
    display: block;
    height: 185px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .img-wrapper a {
        height: 222px; } }
    @media (max-width: 767.98px) {
      .img-wrapper a {
        height: 162px; } }
    .img-wrapper a img {
      width: 100%;
      border-radius: 4px;
      transition: all 0.4s ease;
      transform: scale(1.05);
      height: 100%;
      object-fit: cover; }
  .img-wrapper:hover img {
    transform: scale(1); }

.img-overlay {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 4px; }

#overlay {
  background: rgba(0, 0, 0, 0.87);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #overlay img {
    margin: 0;
    width: 30%;
    height: auto;
    object-fit: contain; }
    @media (max-width: 1199.98px) {
      #overlay img {
        width: 60%; } }
    @media (max-width: 991.98px) {
      #overlay img {
        width: 60%; } }
    @media (max-width: 767.98px) {
      #overlay img {
        width: 70%; } }

#nextButton {
  right: 0; }

#prevButton {
  left: 0; }

#exitButton {
  color: #ccc;
  font-size: 20px;
  transition: opacity 0.8s;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer; }

#prevButton, #nextButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.9);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer; }

#prevButton svg, #nextButton svg {
  width: 20px;
  height: 20px;
  color: #ccc; }

.breadcrumb {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: .65rem 1rem; }
  .breadcrumb .container {
    padding: 0; }
  .breadcrumb-item {
    color: #acacac;
    font-family: "Opininon", sans-serif;
    font-size: 13px;
    text-transform: uppercase; }

.collection_banner {
  padding: 15px 0 0;
  line-height: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767.98px) {
    .collection_banner {
      padding: 15px 0 0;
      padding-left: 15px;
      padding-right: 15px; } }
  .collection_banner img {
    max-height: 300px;
    object-fit: cover; }
    @media (max-width: 767.98px) {
      .collection_banner img {
        border-radius: 4px;
        height: 270px;
        max-height: 270px;
        object-fit: cover; } }

.breadcrumb-custom {
  position: relative; }
  .breadcrumb-custom .breadcrumb {
    background: transparent;
    z-index: 10;
    position: relative; }
  .breadcrumb-custom .breadcrumb-custom-title {
    position: absolute;
    background: #D29267;
    width: 100%;
    height: 84%;
    text-align: center;
    display: flex;
    line-height: 20px;
    margin: 0;
    text-transform: inherit;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    z-index: 0;
    font-family: Arial Narrow;
    color: #fff;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%); }

.product-listing-description {
  padding: 10px;
  background: #F3F1F2;
  margin: 15px;
  font-size: 15px; }

.collection_banner_engraving {
  padding: 15px 0 0;
  line-height: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767.98px) {
    .collection_banner_engraving {
      padding: 6px 0 0;
      padding-left: 0;
      padding-right: 0; } }
  .collection_banner_engraving img {
    max-height: 300px;
    object-fit: cover; }
    @media (max-width: 767.98px) {
      .collection_banner_engraving img {
        border-radius: 4px;
        height: 180px;
        max-height: 180px;
        object-fit: cover; } }

.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0; }

.magnifier-lens {
  background: #fff;
  border: solid 1px #ccc;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1000; }

.magnifier-loader {
  background: transparent;
  background: rgba(50, 50, 50, 0.5);
  border: solid 1px #ccc;
  color: #fff;
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)';
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f323232, endColorstr=#7f323232);
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000; }

.magnifier-loader-text {
  font: 13px Arial;
  margin-top: 10px; }

.magnifier-large {
  position: absolute;
  z-index: 100; }

.magnifier-preview {
  height: 150px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }

.magnifier-preview img {
  left: 0;
  position: absolute;
  top: 0; }

.opaque {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: .5; }

.hidden {
  display: none; }

#thumb-lens {
  background: transparent !important; }

.product-imgs-zoom {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  height: 80%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(80%, 10%);
  visibility: hidden;
  width: 80%;
  z-index: 9; }
  .product-imgs-zoom.is-active {
    opacity: 1;
    visibility: visible; }

.engraving-modal-customize::after {
  content: "";
  background: url(/images/select-brand.svg) no-repeat 0 0; }

.engraving-modal-customize .modal-dialog {
  max-width: 325px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .engraving-modal-customize .modal-dialog .bg-dark {
    background-color: #000000 !important;
    border-radius: 1.5px;
    position: relative; }
    .engraving-modal-customize .modal-dialog .bg-dark::after {
      content: "";
      background: url(/images/select-brand.svg) no-repeat 0 0;
      width: 42px;
      height: 42px;
      position: absolute;
      right: 7px;
      top: 7px; }
    .engraving-modal-customize .modal-dialog .bg-dark .modal-body {
      padding: 17px; }
      .engraving-modal-customize .modal-dialog .bg-dark .modal-body h3 {
        color: #fff !important;
        font-size: 28px !important; }
      .engraving-modal-customize .modal-dialog .bg-dark .modal-body .confirm-white {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: .04em;
        margin-bottom: 12px; }
      .engraving-modal-customize .modal-dialog .bg-dark .modal-body .bg-white {
        background: #FFFFFF;
        border-radius: 1.5px; }
      .engraving-modal-customize .modal-dialog .bg-dark .modal-body .js-confirm-message {
        border-radius: 1.5px;
        color: #fff;
        font-weight: 400;
        font-family: "Opininon", sans-serif, sans-serif;
        background: #d19557;
        border: 0;
        margin: 0 !important;
        width: 50%;
        height: 36px;
        font-weight: 700; }
      .engraving-modal-customize .modal-dialog .bg-dark .modal-body .js-buy-now-confirm {
        border-radius: 1.5px;
        color: #fff;
        font-weight: 400;
        font-family: "Opininon", sans-serif, sans-serif;
        background: #d19557;
        border: 0;
        margin: 0 !important;
        width: 50%;
        height: 36px;
        font-weight: 700; }
      .engraving-modal-customize .modal-dialog .bg-dark .modal-body .js-edit-message {
        border-radius: 1.5px;
        color: #fff;
        font-weight: 400;
        font-family: "Opininon", sans-serif, sans-serif;
        background: #A7A7A7;
        border: 0;
        margin: 0 !important;
        width: 50%;
        height: 36px;
        font-weight: 700; }
      .engraving-modal-customize .modal-dialog .bg-dark .modal-body .bg-wrap {
        max-width: 292px;
        margin: 9px 0;
        gap: 9px;
        width: 100%; }
      .engraving-modal-customize .modal-dialog .bg-dark .modal-body .allow-message {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: .04em;
        margin-bottom: 0; }

.engraving-modal-customize .modal-dialog .bg-dark {
  border-radius: 4px; }

.engraving-modal-customize .modal-dialog .bg-dark .modal-body .bg-white .upload-kit-image {
  width: 76px;
  height: 76px;
  object-fit: contain; }

.youmaylike {
  padding-top: 5px; }
  @media (max-width: 991.98px) {
    .youmaylike {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .youmaylike {
      margin-top: 0 !important;
      padding-top: 0px !important; } }

@media (max-width: 991.98px) {
  .product-img-icon {
    display: none; } }

.tab-content > .tab-pane p, .tab-content > .tab-pane {
  font-family: arial, helvetica, sans-serif; }

.tab-content > .tab-pane h5 {
  font-family: "Opininon",sans-serif,sans-serif; }

.product-description .product-title {
  font-family: Constantia;
  text-transform: none;
  color: #444442;
  font-family: Bebas Neue, cursive;
  font-weight: normal; }

.product-sticky {
  background: #fff;
  border-top: 1px solid #eee;
  bottom: 0;
  z-index: 1000;
  height: auto;
  line-height: 0;
  padding: 15px;
  box-shadow: 0px 0px 0.9375rem 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: fixed; }
  .product-sticky .product-sticky-main {
    display: flex;
    padding: 0;
    gap: 10px;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .product-sticky .product-sticky-main {
        flex-direction: column;
        justify-content: center; } }
    @media (max-width: 374px) {
      .product-sticky .product-sticky-main {
        align-items: flex-start; } }
    .product-sticky .product-sticky-main .product-sticky-main-left {
      display: flex;
      align-items: center;
      gap: 10px;
      line-height: normal;
      max-width: 100%;
      width: calc(100% - 440px); }
      @media (max-width: 767.98px) {
        .product-sticky .product-sticky-main .product-sticky-main-left {
          width: 100%;
          gap: 6px; } }
      .product-sticky .product-sticky-main .product-sticky-main-left .product-page-image {
        width: 40px;
        height: 40px; }
        .product-sticky .product-sticky-main .product-sticky-main-left .product-page-image img {
          height: 40px;
          object-fit: cover; }
      .product-sticky .product-sticky-main .product-sticky-main-left .product-title-new {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 6px;
        white-space: normal;
        font-family: Bebas Neue, cursive;
        font-weight: normal;
        text-transform: none; }
        @media (max-width: 767.98px) {
          .product-sticky .product-sticky-main .product-sticky-main-left .product-title-new {
            padding-right: 76px; } }
    .product-sticky .product-sticky-main .product-sticky-main-right {
      padding-right: 80px; }
      @media (max-width: 767.98px) {
        .product-sticky .product-sticky-main .product-sticky-main-right {
          padding-right: 0;
          padding-left: 0; } }
      @media (max-width: 374px) {
        .product-sticky .product-sticky-main .product-sticky-main-right {
          padding-left: 0; } }
      @media (max-width: 767.98px) {
        .product-sticky .product-sticky-main .product-sticky-main-right .product-sticky-main-right-inner {
          flex-direction: row;
          flex-wrap: nowrap !important;
          gap: 10px; } }
      .product-sticky .product-sticky-main .product-sticky-main-right .product-sticky-main-right-inner .btn-primary {
        background: #d19557;
        color: #fff !important;
        margin-right: 0 !important;
        display: flex;
        align-items: center;
        padding-top: 2px;
        padding-bottom: 0; }
        @media (max-width: 767.98px) {
          .product-sticky .product-sticky-main .product-sticky-main-right .product-sticky-main-right-inner .btn-primary {
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 400px) {
          .product-sticky .product-sticky-main .product-sticky-main-right .product-sticky-main-right-inner .btn-primary {
            padding-left: 8px;
            padding-right: 8px;
            font-size: 13px; } }
  .product-sticky .product-description-contain {
    font-size: 14px;
    font-weight: bold; }

.number {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .number span {
    cursor: pointer; }
    .number span img {
      width: 20px; }
  .number .minus {
    width: 34px;
    height: 38px;
    display: flex;
    justify-content: center; }
  .number .engminus {
    width: 34px;
    height: 38px;
    display: flex;
    justify-content: center; }
  .number .plus {
    width: 34px;
    height: 38px;
    display: flex;
    justify-content: center; }
  .number .engplus {
    width: 34px;
    height: 38px;
    display: flex;
    justify-content: center; }
  .number .minus-main {
    width: 34px;
    height: 38px;
    display: flex;
    justify-content: center; }
  .number .plus-main {
    width: 34px;
    height: 38px;
    display: flex;
    justify-content: center; }
  .number input, .number .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .number select, .number .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .number textarea {
    height: 34px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    width: 60px;
    font-size: 16px;
    outline: none;
    border: 0 !important; }
    @media (max-width: 767.98px) {
      .number input, .number .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .number select, .number .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .number textarea {
        width: 26px; } }
    .number input:focus, .number .ecard-info-page .ecard-section-form .form-group select:focus, .ecard-info-page .ecard-section-form .form-group .number select:focus, .number .ecard-info-page .ecard-section-form .form-group textarea:focus, .ecard-info-page .ecard-section-form .form-group .number textarea:focus {
      box-shadow: none; }
  .number input[type=number]::-webkit-outer-spin-button, .number .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group .number select[type=number]::-webkit-outer-spin-button, .number .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group .number textarea[type=number]::-webkit-outer-spin-button,
  .number input[type=number]::-webkit-inner-spin-button,
  .number .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-inner-spin-button,
  .ecard-info-page .ecard-section-form .form-group .number select[type=number]::-webkit-inner-spin-button,
  .number .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-inner-spin-button,
  .ecard-info-page .ecard-section-form .form-group .number textarea[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .number input[type=number], .number .ecard-info-page .ecard-section-form .form-group select[type=number], .ecard-info-page .ecard-section-form .form-group .number select[type=number], .number .ecard-info-page .ecard-section-form .form-group textarea[type=number], .ecard-info-page .ecard-section-form .form-group .number textarea[type=number] {
    -moz-appearance: textfield; }

.product-card-img .img {
  transition: all .4s ease; }

.home-listing-description {
  padding: 15px;
  background: #F3F1F2;
  font-size: 15px;
  border-radius: 4px;
  margin: 15px; }

.owl-build a {
  margin: 0;
  color: #007dfa !important;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  display: block; }

.owl-share a {
  margin: 0;
  color: #f00 !important;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  display: block; }

.owl-build a:hover {
  color: #062b53 !important; }

.product-tabs {
  margin-top: 2px !important; }

.product-imgs .prod-frame {
  position: relative;
  overflow: hidden; }
  .product-imgs .prod-frame img {
    display: block; }

.product-imgs .frameimg {
  display: block; }

.product-imgs .frame__zoom {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform-origin: 0 0;
  cursor: crosshair; }

.user-rate-img-list {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden; }
  .user-rate-img-list .user-rate-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    flex: 0 0 200px; }
    @media (max-width: 767.98px) {
      .user-rate-img-list .user-rate-img {
        width: 170px;
        height: 170px;
        flex: 0 0 170px; } }
    .user-rate-img-list .user-rate-img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.user-rate-img-list::-webkit-scrollbar {
  height: 3px; }

.user-rate-img-list::-webkit-scrollbar-thumb {
  background-color: #d9d9d9; }

.eye-close {
  position: absolute;
  top: 15px;
  right: 15px; }

.rating-eye svg {
  position: absolute;
  top: 50%;
  right: 15px;
  cursor: pointer;
  color: #000000;
  width: 20px !important;
  height: 20px;
  transform: translateY(-50%); }

.notavailable {
  min-width: 115px !important; }

.list-grid-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 10px; }
  .list-grid-btns p {
    margin: 0; }
  .list-grid-btns button {
    border: 0;
    background: transparent;
    padding: 0;
    color: #060c1e;
    font-size: 20px;
    opacity: 0.5; }
    .list-grid-btns button:focus-visible {
      outline: none; }
    .list-grid-btns button.active-view {
      opacity: 1; }

.list-view-product {
  position: relative; }
  .list-view-product .collection-item {
    position: relative;
    flex-basis: 100%;
    max-width: 100%; }
    .list-view-product .collection-item .product-card {
      flex-direction: inherit;
      height: auto;
      padding: 6px; }
      @media (max-width: 575.98px) {
        .list-view-product .collection-item .product-card {
          display: block !important; } }
      .list-view-product .collection-item .product-card .product-card-img {
        padding-bottom: 0;
        position: relative;
        width: 210px;
        height: 210px;
        flex: 0 0 210px;
        margin: 0;
        margin-right: 5px; }
        @media (max-width: 575.98px) {
          .list-view-product .collection-item .product-card .product-card-img {
            width: 100%;
            height: 300px;
            flex: 0 0 100px;
            margin: 0 auto; } }
        @media (max-width: 575.98px) {
          .list-view-product .collection-item .product-card .product-card-img .product-action-tag {
            width: 50px;
            height: 50px; } }
        .list-view-product .collection-item .product-card .product-card-img .product-card-img-link {
          position: relative;
          inset: 0;
          width: 100%;
          height: 100%;
          display: block; }
          .list-view-product .collection-item .product-card .product-card-img .product-card-img-link img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 6px; }
        .list-view-product .collection-item .product-card .product-card-img .product-action-logo {
          right: 0;
          top: 8px; }
        .list-view-product .collection-item .product-card .product-card-img .product-action-tags {
          left: 0; }
      .list-view-product .collection-item .product-card .product-card-descr {
        align-items: flex-start;
        justify-content: space-around;
        border-left: 1px solid #e5e5e5; }
        @media (max-width: 575.98px) {
          .list-view-product .collection-item .product-card .product-card-descr {
            border-left: 0;
            padding: 0;
            margin: 10px 0; } }
        .list-view-product .collection-item .product-card .product-card-descr .product-card-title {
          min-height: auto;
          font-size: 18px;
          margin-bottom: 10px;
          text-align: left; }
        .list-view-product .collection-item .product-card .product-card-descr .product-card-title-bg {
          padding-left: 160px; }
          @media (max-width: 991.98px) {
            .list-view-product .collection-item .product-card .product-card-descr .product-card-title-bg {
              padding-left: 0px; } }
        .list-view-product .collection-item .product-card .product-card-descr .product-card-title-sm {
          margin-bottom: 0;
          text-align: left;
          padding-top: 4px; }
        .list-view-product .collection-item .product-card .product-card-descr .tags-info {
          display: flex;
          align-items: flex-start; }
          .list-view-product .collection-item .product-card .product-card-descr .tags-info .tags-info-div {
            width: 160px;
            flex: 0 0 160px; }
            @media (max-width: 575.98px) {
              .list-view-product .collection-item .product-card .product-card-descr .tags-info .tags-info-div {
                width: auto;
                flex: 0 0 auto; } }
      .list-view-product .collection-item .product-card .product-card-footer {
        margin: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 120px;
        flex: 0 0 120px; }
        @media (max-width: 575.98px) {
          .list-view-product .collection-item .product-card .product-card-footer {
            width: auto;
            flex: 0 0 auto;
            flex-direction: row;
            justify-content: space-between; } }
        .list-view-product .collection-item .product-card .product-card-footer .product-card-price {
          flex-basis: inherit;
          align-items: flex-end;
          justify-content: flex-end;
          flex-direction: column; }
          @media (max-width: 575.98px) {
            .list-view-product .collection-item .product-card .product-card-footer .product-card-price {
              margin: 0;
              text-align: left;
              font-size: 20px; } }
          .list-view-product .collection-item .product-card .product-card-footer .product-card-price span {
            flex-grow: 0; }
      .list-view-product .collection-item .product-card .product-card-tags {
        border: 0 !important;
        text-align: left !important;
        font-size: 14px;
        color: #d19557; }
      .list-view-product .collection-item .product-card .product-card-title-sm {
        font-size: 14px;
        min-height: auto;
        color: #d19557; }
      .list-view-product .collection-item .product-card .prod-desc-listview {
        padding: 4px; }
        @media (max-width: 991.98px) {
          .list-view-product .collection-item .product-card .prod-desc-listview {
            display: none; } }
        .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info {
          min-height: auto;
          max-height: 88px;
          text-align: left;
          overflow: hidden; }
          .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info p, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info span, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info strong, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info div, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info h1, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info h2, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info h3, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info h4, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info h5, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info h6, .list-view-product .collection-item .product-card .prod-desc-listview .prod-desc-info label {
            font-size: 14px !important;
            margin: 0;
            font-family: 'Inter';
            color: #5b5b5b; }
        .list-view-product .collection-item .product-card .prod-desc-listview .show-more {
          font-family: 'Inter';
          font-size: 12px;
          font-weight: 400;
          line-height: normal;
          margin: 0 !important;
          text-align: left;
          cursor: pointer;
          display: block;
          padding: 2px 0; }

.sold-out-modal {
  z-index: 99999999; }
  .sold-out-modal img {
    width: 100%;
    max-width: 150px;
    margin: 20px auto;
    display: block; }
  .sold-out-modal p {
    text-align: center; }
  .sold-out-modal .modal-footer {
    border: 0;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0; }
    .sold-out-modal .modal-footer button {
      margin: 0;
      background: #ff5900 !important;
      color: #fff !important; }
      .sold-out-modal .modal-footer button:hover, .sold-out-modal .modal-footer button:focus, .sold-out-modal .modal-footer button:active, .sold-out-modal .modal-footer button:focus-visible {
        color: #ff5900 !important;
        outline: none !important;
        box-shadow: none !important;
        border-color: #ff5900 !important;
        background: #fff !important; }
    .sold-out-modal .modal-footer a {
      margin: 0;
      border-color: #ff5900;
      color: #ff5900;
      background: transparent !important; }
      .sold-out-modal .modal-footer a:hover, .sold-out-modal .modal-footer a:focus, .sold-out-modal .modal-footer a:active, .sold-out-modal .modal-footer a:focus-visible {
        background: #ff5900 !important;
        color: #fff !important;
        outline: none !important;
        box-shadow: none !important;
        border-color: #ff5900 !important; }
  .sold-out-modal span {
    display: block;
    text-align: center;
    padding: 0 20px 20px; }
  .sold-out-modal h1 {
    justify-content: center;
    display: flex;
    font-weight: bolder;
    color: #ff5900; }
  .sold-out-modal h2 {
    justify-content: center;
    display: flex;
    font-weight: bolder;
    color: #ff5900;
    font-size: 2.5rem;
    font-family: 'opininon'; }

.chip-wrp {
  margin: 20px 0px; }
  .chip-wrp .chip-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .chip-wrp .chip-item {
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
    color: #1d2b3a;
    border: 1px solid #1d2b3a;
    cursor: pointer;
    font-size: 14px; }
    .chip-wrp .chip-item.selected, .chip-wrp .chip-item:hover {
      background: #1d2b3a;
      color: #fff; }

@media (max-width: 767.98px) {
  .brands {
    margin: auto;
    padding: 10px 0 0; } }

@media (max-width: 767.98px) {
  .brands .row {
    justify-content: center; } }

.brands-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  font-size: 1em;
  margin: 0 auto 20px;
  padding: 0.3125em 0;
  padding-bottom: 67%;
  width: 100%; }
  @media (max-width: 767.98px) {
    .brands-item {
      margin-bottom: 10px;
      padding-bottom: 57%; } }

.brands-don-julio {
  background-image: url(/images/brands/don-julio.svg;); }

.brands-perrier-jouet {
  background-position: 0 -57.3125em;
  height: 3.875em;
  width: 10.625em; }

.brands-macallan {
  background-position: 0 -46em;
  height: 5.6875em;
  width: 9.875em; }

.brands-avion-espresso {
  background-position: 0 0;
  height: 5.625em;
  width: 6.75em; }

.brands-jameson {
  background-position: 0 -38.125em;
  height: 3.5em;
  width: 9.9375em; }

.brands-pernod {
  background-position: 0 -51.6875em;
  height: 5.625em;
  width: 10.375em; }

.brands-glenlivet {
  background-position: 0 -32.9375em;
  height: 5.1875em;
  width: 8.5em; }

.brands-ciroc {
  background-position: 0 -22em;
  height: 3.5em;
  width: 9.9375em; }

.brands .brand-images-list {
  position: absolute;
  inset: 0; }

.subscribe {
  border-top: 3.75px solid #d19557;
  padding-bottom: 20px;
  padding-top: 78px; }
  .subscribe h2 {
    color: #fff;
    font-family: "Opininon", sans-serif;
    font-size: 26.81px;
    text-transform: none; }
  .subscribe-form {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 350px;
    width: 100%; }
  .subscribe .form-group {
    appearance: none;
    flex-grow: 1;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative; }
    @media (max-width: 991.98px) {
      .subscribe .form-group {
        flex-basis: 100%;
        margin-bottom: 30px;
        margin-right: 0; } }
    .subscribe .form-group:first-child {
      flex-basis: 70px;
      flex-grow: 0; }
  .subscribe .form-control {
    background: #f6f5f3;
    border: 1px solid #d19557;
    border-radius: 0;
    color: #d19557;
    font-size: 13px;
    padding: 0 10pxpx;
    position: relative;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .subscribe .form-control {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .subscribe .form-control {
        font-size: 16px; } }
    .subscribe .form-control.is-invalid::placeholder {
      color: red;
      opacity: 1; }
    .subscribe .form-control.is-invalid:input-placeholder {
      color: red; }
    .subscribe .form-control.is-invalid::input-placeholder {
      color: red; }
  .subscribe label {
    display: none; }
  .subscribe .btn {
    background: #d19557;
    color: #fff;
    font-family: "Opininon", sans-serif;
    font-size: 12.54px; }
    @media (max-width: 991.98px) {
      .subscribe .btn {
        padding: 10px 23px !important;
        margin: 0 auto;
        height: 38px;
        width: 110px;
        margin-left: 2px; } }
    .subscribe .btn:hover {
      background: #fff;
      color: #d19557; }
  .subscribe-footer {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center; }
  .subscribe-header {
    color: #d19557;
    font-weight: 600;
    text-align: center; }
  .subscribe-label {
    color: #d19557;
    font-weight: 600;
    text-align: center;
    font-size: 80%; }
    .subscribe-label .checkbox {
      height: 10px; }
  .subscribe-submit-div {
    margin-top: 30px;
    text-align: center; }
    .subscribe-submit-div button {
      border-radius: 5px; }
  .subscribe-popup-btn {
    background-color: #d19557 !important;
    background: url("/images/icon/pngwing1.5.png");
    background-size: 43% !important;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    border: none;
    height: 33px;
    width: 40px;
    margin-left: 5px;
    border-radius: 0px 5px 5px 0px; }
    @media (max-width: 991.98px) {
      .subscribe-popup-btn {
        height: 38px;
        margin-left: 2px !important; } }

.footer {
  padding-top: 20px; }
  @media (max-width: 991.98px) {
    .footer {
      padding-bottom: 80px !important; } }
  .footer-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px; }
  .footer-logo {
    font-family: "The Bredan Demo", sans-serif;
    font-size: 60px;
    line-height: 1;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 991.98px) {
      .footer-logo {
        margin: 0 auto 30px;
        width: 200px; } }
  .footer-info {
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: center; }
  .footer-nav {
    display: flex;
    justify-content: space-between;
    padding-left: 0; }
    @media (max-width: 991.98px) {
      .footer-nav {
        flex-wrap: wrap;
        justify-content: center; } }
    .footer-nav-wrap {
      margin: 0 auto;
      margin-bottom: 35px;
      max-width: 665px; }
      @media (max-width: 991.98px) {
        .footer-nav-wrap {
          max-width: 100%; } }
    .footer-nav-item {
      color: #fff;
      margin-bottom: 3px; }
      @media (max-width: 991.98px) {
        .footer-nav-item {
          text-align: center;
          width: 100%; } }
    .footer-nav-link {
      color: #fff;
      font-size: 14.5px;
      text-transform: uppercase; }
  .footer .copyright {
    color: #d19557;
    font-size: 825em;
    line-height: 1.5;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase; }

.to-top {
  align-items: center;
  background-color: #d19557;
  border: 0;
  border-radius: 4px;
  bottom: 30px;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 50px;
  z-index: 1000; }
  .to-top.show {
    opacity: 1;
    visibility: visible; }
  .to-top .svg-inline--fa.fa-w-14 {
    width: 0.875em; }

.up-btn {
  align-items: center;
  background-color: #d19557;
  border: 0;
  bottom: 30px;
  box-shadow: none;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: none;
  visibility: hidden;
  width: 50px;
  z-index: 9999999; }
  @media (max-width: 767.98px) {
    .up-btn {
      height: 50px;
      width: 50px; } }
  .up-btn i {
    color: #fff;
    font-size: 20px; }
  @media (max-width: 767.98px) {
    .up-btn svg {
      width: 10px; } }
  .up-btn:hover {
    background-color: #333;
    cursor: pointer; }
  .up-btn:active {
    background-color: #555; }
  .up-btn.is-show {
    opacity: 1;
    visibility: visible; }

.subscribe .form-control {
  border-radius: 5px 0px 0px 5px; }

/*social media icons*/
.svg-inline--fa {
  vertical-align: -0.200em; }

.fa-3x {
  font-size: inherit !important; }

.rounded-social-buttons {
  text-align: center; }
  .rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem; }
    .rounded-social-buttons .social-button:hover {
      color: #d19557; }
    .rounded-social-buttons .social-button:focus {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }
  .rounded-social-buttons .fa-twitter {
    font-size: 25px; }
  .rounded-social-buttons .social-button.facebook {
    background: #3b5998; }
    .rounded-social-buttons .social-button.facebook:hover {
      color: #3b5998;
      background: #fefefe;
      border-color: #3b5998; }
    .rounded-social-buttons .social-button.facebook:focus {
      color: #3b5998;
      background: #fefefe;
      border-color: #3b5998; }
  .rounded-social-buttons .social-button.twitter {
    background: #55acee; }
    .rounded-social-buttons .social-button.twitter:hover {
      color: #55acee;
      background: #fefefe;
      border-color: #55acee; }
    .rounded-social-buttons .social-button.twitter:focus {
      color: #55acee;
      background: #fefefe;
      border-color: #55acee; }
  .rounded-social-buttons .social-button.linkedin {
    background: #007bb5; }
    .rounded-social-buttons .social-button.linkedin:hover {
      color: #007bb5;
      background: #fefefe;
      border-color: #007bb5; }
    .rounded-social-buttons .social-button.linkedin:focus {
      color: #007bb5;
      background: #fefefe;
      border-color: #007bb5; }
  .rounded-social-buttons .social-button.youtube {
    background: #bb0000; }
    .rounded-social-buttons .social-button.youtube:hover {
      color: #bb0000;
      background: #fefefe;
      border-color: #bb0000; }
    .rounded-social-buttons .social-button.youtube:focus {
      color: #bb0000;
      background: #fefefe;
      border-color: #bb0000; }
  .rounded-social-buttons .social-button.instagram {
    background: #125688; }
    .rounded-social-buttons .social-button.instagram:hover {
      color: #125688;
      background: #fefefe;
      border-color: #125688; }
    .rounded-social-buttons .social-button.instagram:focus {
      color: #125688;
      background: #fefefe;
      border-color: #125688; }

.fa-facebook-f {
  font-size: 25px; }

.fa-linkedin {
  font-size: 25px; }

.fa-youtube {
  font-size: 25px; }

.fa-instagram {
  font-size: 25px; }

.product-item {
  margin-bottom: 30px;
  position: relative; }

.product-img-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px; }
  .product-img-icon img {
    width: 100%; }

.product-img .zoomImg {
  height: auto !important;
  min-width: 1000px;
  display: none !important; }

.product-title {
  background: #fff;
  color: #333;
  display: block;
  font-size: 23px;
  left: 100%;
  margin-bottom: 0;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  z-index: 9; }

.product-description .product-cart {
  align-items: center;
  display: flex;
  margin-top: 30px; }

.product-description .quantity {
  margin-right: 10px;
  position: relative;
  width: 100px;
  display: flex;
  align-items: center; }
  @media (max-width: 767.98px) {
    .product-description .quantity {
      margin-right: 0px;
      margin-bottom: 16px; } }
  .product-description .quantity .number {
    padding: 0px 5px; }
    .product-description .quantity .number .minus {
      height: 42px; }
    .product-description .quantity .number .plus {
      height: 42px; }
  .product-description .quantity input, .product-description .quantity .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .product-description .quantity select, .product-description .quantity .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .product-description .quantity textarea {
    width: 100%; }
  .product-description .quantity input[type=number]::-webkit-outer-spin-button, .product-description .quantity .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group .product-description .quantity select[type=number]::-webkit-outer-spin-button, .product-description .quantity .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group .product-description .quantity textarea[type=number]::-webkit-outer-spin-button, .product-description .quantity input[type=number]::-webkit-inner-spin-button, .product-description .quantity .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-inner-spin-button, .ecard-info-page .ecard-section-form .form-group .product-description .quantity select[type=number]::-webkit-inner-spin-button, .product-description .quantity .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-inner-spin-button, .ecard-info-page .ecard-section-form .form-group .product-description .quantity textarea[type=number]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none; }
  .product-description .quantity input[type=number], .product-description .quantity .ecard-info-page .ecard-section-form .form-group select[type=number], .ecard-info-page .ecard-section-form .form-group .product-description .quantity select[type=number], .product-description .quantity .ecard-info-page .ecard-section-form .form-group textarea[type=number], .ecard-info-page .ecard-section-form .form-group .product-description .quantity textarea[type=number] {
    -moz-appearance: textfield; }

.product-description .btn {
  background: #d19557;
  color: #fff;
  height: 100%;
  padding: 9px 23px; }

.product-meta-name {
  font-family: "Opininon", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.product-meta-text {
  font-family: "Opininon", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.product-tabs {
  margin-top: 30px; }
  .product-tabs .nav-tabs, .product-tabs .nav-tabs li, .product-tabs .quantity {
    display: inline-block;
    vertical-align: middle; }
  .product-tabs .nav-tabs {
    border: none;
    margin-bottom: 10px;
    width: 100%; }
  .product-tabs .nav-tabs li {
    color: #222;
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 1em; }
    .product-tabs .nav-tabs li a {
      border: 0;
      border: none;
      display: inline-block;
      font-size: 16px;
      padding: 0 25px 0 0;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      vertical-align: top; }
      .product-tabs .nav-tabs li a::after, .product-tabs .nav-tabs li a::before {
        display: none; }
  .product-tabs .nav-tabs li a.active, .product-tabs .nav-tabs li a:hover {
    color: #d19557; }

.left-side-product .product-title {
  color: #3d3d3d !important;
  font-family: Bebas Neue !important;
  font-size: 34px !important; }
  @media (max-width: 991.98px) {
    .left-side-product .product-title {
      display: none; } }

.desc-smallar-size {
  font-size: 14px; }

.product-img-icon {
  width: 22px; }

.product-description-contain .pruduct-price {
  color: #3d3d3d !important;
  font-weight: bold; }
  @media (max-width: 991.98px) {
    .product-description-contain .pruduct-price {
      color: #d19557 !important;
      font-weight: normal; } }

.buy-btns .js-add-to-cart-buy-now {
  width: 100%;
  font-family: "Opininon", sans-serif;
  padding: 7px 18px; }

.product-cart-btns-wrp {
  display: flex;
  align-items: center; }
  @media (max-width: 575.98px) {
    .product-cart-btns-wrp {
      display: block; } }

.buy-btns .click-cart {
  padding: 7px 18px;
  width: 100%;
  font-family: "Opininon", sans-serif;
  margin-bottom: 4px !important; }

@media (max-width: 991.98px) {
  .left-side-product {
    order: 3; } }

@media (max-width: 991.98px) {
  .buy-btns {
    width: auto !important;
    margin-top: 0 !important; } }

@media (max-width: 575.98px) {
  .buy-btns {
    width: 100% !important;
    margin: 0 !important; } }

@media (max-width: 991.98px) {
  .product-cart-buttons.quantity.mr-sm-1.mb-sm-0 {
    margin-right: 8px !important; } }

@media (max-width: 575.98px) {
  .product-cart-btns-wrp .cart-check {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 8px !important; } }

.prod-infomation-wrp {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.set-bottom {
  margin-bottom: 1rem; }

.social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem; }
  .social-btns span {
    font-size: 12px;
    margin-right: 5px;
    color: #5b5b5b;
    font-weight: 600; }
  .social-btns a svg {
    width: 28px; }

.product-related-imges .img-wrapper {
  height: auto; }

.product-related-imges .img-wrapper a {
  height: 119px; }

.crv-tooltip button {
  background: transparent;
  border: 0;
  margin-left: -5px; }
  .crv-tooltip button svg {
    width: 15px;
    margin-bottom: 1px; }

.owl-bundel {
  display: flex;
  align-items: center;
  gap: 10px; }

.owl-bundel a {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  display: block;
  color: red;
  margin-bottom: 12px; }

.paymet-cards-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px; }

.paymet-cards-img img {
  width: 35px;
  height: 20px;
  object-fit: contain;
  border: 0.5px solid #3d3d3d59;
  border-radius: 4px; }

.product-description .img-wrapper {
  height: 95px; }

@media (max-width: 575.98px) {
  .center-images {
    margin-bottom: 40px; } }
  @media (max-width: 575.98px) and (max-width: 575.98px) {
    .center-images .row {
      justify-content: center !important; } }

@media (max-width: 575.98px) {
    .center-images .row .image {
      max-width: 100px !important;
      flex: 0 0 100px !important;
      height: 100px !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-bottom: 0 !important; }
      .center-images .row .image .img-wrapper {
        height: 100% !important; }
        .center-images .row .image .img-wrapper a {
          height: 100% !important;
          width: 100%; }
          .center-images .row .image .img-wrapper a img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover; } }

@media (max-width: 991.98px) {
  .center-images .container {
    padding-right: 0 !important; } }

.social-shareing {
  display: flex;
  align-items: center;
  gap: 3px; }

.social-shareing a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: auto;
  border-radius: 4px;
  padding: 6px 18px;
  gap: 8px;
  font-size: 16px; }

.social-shareing a i {
  font-size: 28px;
  color: #fff; }

.social-shareing a.whatsapp {
  background: #00ae28;
  color: #fff; }

.social-shareing a.envelope {
  background: #6c757d9c;
  color: #fff; }

@media (max-width: 991.98px) {
  .image-gallery .row {
    width: 350px; } }

.checkout {
  position: relative; }
  .checkout::after {
    background: #fafafa;
    bottom: 0;
    box-shadow: 0 -1px 0 #e1e1e1 inset;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
    width: 45%;
    z-index: -1; }
    @media (max-width: 767.98px) {
      .checkout::after {
        display: none; } }
  .checkout-inner {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1100px;
    padding: 0 5%;
    width: 90%; }
    @media (max-width: 767.98px) {
      .checkout-inner {
        flex-wrap: wrap;
        padding: 0; } }
  .checkout-main {
    flex-basis: 60%;
    padding-right: 6%;
    padding-top: 56px; }
    @media (max-width: 767.98px) {
      .checkout-main {
        flex-basis: 100%;
        order: 2;
        padding-right: 15px;
        padding-top: 36px; } }
  .checkout-logo {
    color: #000;
    font-size: 28px; }
  .checkout-breadcrumb {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: start;
    margin-top: 15px;
    padding-left: 0; }
    .checkout-breadcrumb-item {
      color: #737373; }
      .checkout-breadcrumb-item.is-completed {
        color: #d19557; }
      .checkout-breadcrumb-item.is-current {
        color: #000; }
    .checkout-breadcrumb-icon {
      color: #737373;
      fill: currentColor;
      height: 10px;
      margin: 0 7px;
      width: 10px; }
  .checkout-express-title {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 0;
    margin: 15px 0 0;
    width: 100%; }
    .checkout-express-title::before {
      border: 1px #e6e6e6 solid;
      border-bottom: 0;
      border-right: 0;
      border-top-left-radius: 3px;
      content: '';
      flex: 1 0 2px;
      height: 5px;
      margin-right: 14px; }
    .checkout-express-title::after {
      border: 1px #e6e6e6 solid;
      border-bottom: 0;
      border-left: 0;
      border-top-right-radius: 3px;
      content: '';
      flex: 1 0 2px;
      height: 5px;
      margin-left: 14px; }
  .checkout-express-buttons {
    align-items: center;
    border: 1px #e6e6e6 solid;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
    display: flex;
    justify-content: space-between;
    padding: 13px 20px 20px; }
  .checkout-express-btn {
    align-items: center;
    border-radius: 5px;
    display: flex;
    flex-basis: 48%;
    height: 42px;
    justify-content: center; }
  .checkout-express-shop-buy {
    background: #5a31f4;
    border-color: #5a31f4;
    color: #fff; }
    .checkout-express-shop-buy img {
      display: block;
      height: 24px;
      width: 82px; }
  .checkout-express-g-pay {
    background: #000;
    border-color: #000;
    color: #fff; }
    .checkout-express-g-pay img {
      width: 50px; }
  .checkout-separator {
    align-items: center;
    color: #737373;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase; }
    .checkout-separator-content {
      padding: 0 12px; }
    .checkout-separator::before, .checkout-separator::after {
      background-color: #e6e6e6;
      content: '';
      display: inline-block;
      flex-grow: 1;
      height: 1px; }
  .checkout-section {
    padding-top: 30px; }
    .checkout-section-title {
      color: #000;
      font-family: "Opininon", sans-serif;
      font-size: 14px;
      font-weight: 600;
      padding: 3px 0; }
    .checkout-section-descr {
      font-size: 14px;
      margin: -10px 0 20px; }
    .checkout-section-link {
      color: #000;
      font-size: 14px;
      padding: 3px 0; }
    .checkout-section .form-group {
      margin-bottom: 5px; }
    .checkout-section .form-check-label {
      font-size: 12px; }
    .checkout-section label {
      font-size: 12px; }
  .checkout-footer-link {
    font-size: 12px; }
  .checkout-footer-link-icon {
    height: 10px;
    width: 10px; }
  .checkout-footer-btn {
    margin-top: 12px !important; }
  .checkout-step {
    display: none; }
    .checkout-step.is-active {
      display: block; }
  .checkout-sidebar {
    flex-basis: 40%;
    padding-top: 56px; }
    @media (max-width: 767.98px) {
      .checkout-sidebar {
        flex-basis: 100%;
        order: 1;
        padding-right: 15px;
        padding-top: 36px; } }
  .checkout-products {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
  .checkout-product {
    align-items: center;
    display: flex;
    margin-bottom: 10px; }
    .checkout-product-img {
      background: #fff;
      height: 65px;
      margin-right: 15px;
      position: relative;
      width: 65px; }
      .checkout-product-img img {
        border: 1px solid #e1e1e1;
        border-radius: 8px;
        max-height: 100%;
        width: 100%; }
    .checkout-product-qwt {
      align-items: center;
      background-color: rgba(114, 114, 114, 0.9);
      border-radius: 50%;
      color: #fff;
      display: flex;
      font-size: 8px;
      height: 15px;
      justify-content: center;
      line-height: 1;
      position: absolute;
      right: 0;
      text-decoration: none;
      top: 0;
      transform: translate(50%, -50%);
      width: 15px; }
    .checkout-product-title {
      flex-grow: 1;
      font-size: 14px;
      font-weight: 800;
      margin-right: 10px; }
    .checkout-product-price {
      font-size: 14px;
      font-weight: 800; }
  .checkout-discount {
    border-bottom: 1px solid rgba(175, 175, 175, 0.34);
    border-top: 1px solid rgba(175, 175, 175, 0.34);
    padding: 21px 0 7px; }
    .checkout-discount .form-group-relative.is-focus .form-control {
      padding-top: 5px; }
    .checkout-discount .btn {
      font-size: 14px;
      height: 100%;
      padding-bottom: 5px;
      padding-top: 5px; }
  @media (max-width: 767.98px) {
    .checkout-coupon-name {
      width: 100% !important; } }
  .checkout-total {
    padding: 20px 0; }
    .checkout-total-row {
      align-items: center;
      display: flex;
      font-size: 14px;
      justify-content: space-between;
      width: 100%; }
    .checkout-total-footer {
      align-items: center;
      border-top: 1px solid rgba(175, 175, 175, 0.34);
      display: flex;
      font-size: 14px;
      justify-content: space-between;
      padding: 20px 0;
      width: 100%; }
      .checkout-total-footer span:last-child {
        font-size: 18px;
        font-weight: bold; }
  .checkout-info {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px; }
  .checkout-card {
    border: 1px solid #d9d9d9;
    border-radius: 5px; }
    .checkout-card-header {
      border-bottom: 1px solid #d9d9d9;
      display: none;
      padding: 10px 15px; }
    .checkout-card-body {
      background-color: #fafafa;
      padding: 15px; }
    .checkout-card-img img {
      display: block;
      width: 38px; }
  .checkout .shipping-method {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 15px; }
  .checkout .shipping-method-header {
    font-size: 14px;
    padding: 15px; }
  .checkout-info-row {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 5px;
    padding-bottom: 5px; }
    .checkout-info-row span:first-child {
      min-width: 50px; }
    .checkout-info-row:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .checkout-billing-address {
    display: none; }
  .checkout .fz-10 {
    font-size: 10px; }
  .checkout .fz-14 {
    font-size: 14px; }
  .checkout .border-top {
    border-top: 1px solid #d9d9d9; }
  .checkout .border-bottom {
    border-bottom: 1px solid #d9d9d9; }
  .checkout-coupon-name {
    text-transform: uppercase; }

.form-group-relative {
  position: relative; }
  .form-group-relative label {
    font-size: 10px;
    margin-left: 13px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 1px;
    transform: translateY(5px);
    transition: all 0.6s ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 1; }
  .form-group-relative .form-control {
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 5px; }
    @media (max-width: 767.98px) {
      .form-group-relative .form-control {
        font-size: 16px; } }
  .form-group-relative.is-focus label {
    opacity: 1;
    transform: translateY(0);
    visibility: visible; }
  .form-group-relative.is-focus .form-control {
    padding-bottom: 5px;
    padding-top: 14px; }
  .form-group-relative-visible label {
    opacity: 1;
    transform: translateY(0);
    visibility: visible; }
  .form-group-relative-visible .form-control {
    padding-bottom: 5px;
    padding-top: 14px; }

.info-page {
  color: #fff;
  margin: 40px 0; }
  .info-page-container {
    background: rgba(3, 5, 4, 0.8); }
  .info-page-logo {
    text-align: right; }
    @media (max-width: 767.98px) {
      .info-page-logo {
        margin-bottom: 20px; } }
    .info-page-logo img {
      width: 100px; }
      @media (max-width: 767.98px) {
        .info-page-logo img {
          width: 60px; } }
  .info-page h1, .info-page .h1 {
    font-size: 2.5rem;
    margin-bottom: 30px; }
  .info-page h2 {
    font-family: "Opininon", sans-serif;
    font-size: 26px;
    margin-top: 30px;
    text-align: left; }
  .info-page p {
    font-weight: 300; }

.ecard-info-page {
  margin-bottom: 0 !important; }
  .ecard-info-page .ecard {
    width: 100%;
    margin: 0;
    font-family: "Bree Serif", serif !important;
    font-weight: 400; }
    .ecard-info-page .ecard-head, .ecard-info-page .ecard-p, .ecard-info-page .ecard-form-btm h3, .ecard-info-page .ecard-faq h2 {
      font-family: "Bree Serif", serif !important;
      font-weight: 400;
      text-transform: none !important;
      color: #3D3A39 !important;
      font-size: 2rem  !important;
      line-height: 2.5rem  !important;
      text-align: center  !important;
      font-style: normal  !important; }
    .ecard-info-page .ecard-p {
      font-size: 1rem  !important;
      line-height: 1.5rem  !important;
      margin-bottom: 2rem; }
      @media (max-width: 767.98px) {
        .ecard-info-page .ecard-p {
          margin-left: 8px;
          margin-right: 8px; } }
    .ecard-info-page .ecard-section {
      font-family: "Bree Serif", serif !important;
      font-weight: 400;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 25px 0 111px; }
      .ecard-info-page .ecard-section-form {
        background-color: rgba(246, 245, 243, 0.8);
        font-family: "Bree Serif", serif;
        color: #3D3A39;
        padding-bottom: 50px;
        padding-top: 1rem; }
        .ecard-info-page .ecard-section-form .form-group input, .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group textarea {
          background: #FFFFFF;
          border: 0.25px solid #d19557;
          border-radius: 5px;
          color: #6B6B6B; }
        .ecard-info-page .ecard-section-form .form-group select#amountSelect {
          font-family: "news_gothicBdXCn"; }
        .ecard-info-page .ecard-section-form .form-group #recipientEmail {
          font-family: "news_gothicBdXCn";
          color: #bbbbba; }
      .ecard-info-page .ecard-section-images {
        display: flex;
        flex-direction: row;
        gap: 3px; }
        .ecard-info-page .ecard-section-images img {
          width: 33%;
          border: 4px solid transparent;
          object-fit: cover;
          transition: all 0.4s ease-in; }
          .ecard-info-page .ecard-section-images img:hover {
            border-color: #fff; }
          .ecard-info-page .ecard-section-images img:focus {
            border-color: #fff; }
      .ecard-info-page .ecard-section-preview {
        display: flex;
        flex-basis: content;
        justify-content: center;
        align-items: center;
        padding: 1rem 0; }
        .ecard-info-page .ecard-section-preview img {
          width: 149px;
          height: 346px; }
    .ecard-info-page .ecard .ecard-head, .ecard-info-page .ecard .ecard-p, .ecard-info-page .ecard .ecard-form-btm h3, .ecard-info-page .ecard-form-btm .ecard h3, .ecard-info-page .ecard .ecard-faq h2, .ecard-info-page .ecard-faq .ecard h2 {
      margin-top: 30px; }
  .ecard-info-page .ecard-form-btm {
    background-color: #FFFFFF;
    width: 100%;
    height: 129px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto; }
    .ecard-info-page .ecard-form-btm h3 {
      font-weight: 700;
      color: #a3894f !important;
      font-family: 'Archivo Narrow', sans-serif !important; }
    .ecard-info-page .ecard-form-btm .btn-cstm {
      padding-left: 41px !important;
      padding-right: 41px !important;
      font-family: "Bree Serif", serif !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: 16px !important;
      line-height: 22px !important; }
  .ecard-info-page .ecard-faq {
    font-family: "Bree Serif", serif !important;
    font-weight: 400;
    font-size: 0.8rem;
    color: #3D3A39 !important;
    background-color: #E5E5E5;
    width: 95%;
    margin: 0 auto;
    padding-left: 100px;
    padding-bottom: 75px;
    padding-top: 100px; }
    .ecard-info-page .ecard-faq h2 {
      margin-top: -28px;
      padding-bottom: 50px; }
      @media (max-width: 1499.98px) {
        .ecard-info-page .ecard-faq h2 {
          padding-bottom: 1rem; } }
    .ecard-info-page .ecard-faq h3 {
      font-size: 0.95rem;
      margin: 2rem 0; }
      @media (max-width: 1499.98px) {
        .ecard-info-page .ecard-faq h3 {
          margin: 1rem 0 auto;
          font-weight: 600; } }
    @media (max-width: 1499.98px) {
      .ecard-info-page .ecard-faq {
        padding-top: 50px;
        padding-left: 0px; } }
    .ecard-info-page .ecard-faq-detail {
      width: 80%;
      margin: 0 auto; }

.gift-cart {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row; }
  .gift-cart-div {
    display: flex;
    align-items: center;
    flex-basis: 50%;
    width: 50%; }
    .gift-cart-div-ul {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      flex-basis: 100%;
      height: 100%;
      align-items: center;
      margin: revert;
      flex-direction: column; }
      .gift-cart-div-ul-li {
        font-family: "Bree Serif", serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
        color: #6B6B6B;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 120px;
        overflow: hidden; }

.gift-card-css-inline {
  padding: 77px 53px 36px 36px;
  width: 250px;
  margin: 0 auto;
  background-image: url("/images/SVGIPHONE.svg");
  background-repeat: no-repeat;
  background-size: 243px;
  background-position: none; }
  @media only screen and (max-width: 990px) {
    .gift-card-css-inline {
      padding: 77px 53px 36px 36px;
      width: 100%;
      margin: 0 auto;
      background-image: url("/images/SVGIPHONE.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: -12px; } }
  @media only screen and (max-width: 668px) {
    .gift-card-css-inline {
      padding: 73px 12px 50px 23px;
      width: 75%; } }
  @media only screen and (max-width: 850px) {
    .gift-card-css-inline {
      padding: 71px 12px 67px 22px;
      width: 185px; } }
  .gift-card-css-inline table {
    width: 100% !important; }
    @media only screen and (max-width: 759) {
      .gift-card-css-inline table {
        width: 80% !important; } }

.custm-flex-mob {
  flex-wrap: nowrap; }
  @media only screen and (max-width: 759px) {
    .custm-flex-mob {
      flex-wrap: wrap; } }

.p-b {
  font-size: 6px;
  color: #4D4D4D;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 8px; }
  @media only screen and (max-width: 850px) {
    .p-b {
      margin-top: 1px; } }

.p-v {
  font-size: 7px;
  color: #4D4D4D;
  text-align: center;
  margin-top: 0;
  font-weight: 400;
  font-family: 'Bree Serif', serif; }

.div-pop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1050; }
  .div-pop-detail {
    width: 800px;
    height: 500px;
    background-image: url("/images/ecard/ecard-bg.jpg");
    z-index: 1051;
    margin: 115px auto; }
    .div-pop-detail-header {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: end;
      padding: 15px; }
    .div-pop-detail-body {
      background: #fff;
      padding: 15px; }

.form-check-label {
  background: #f5f5f5;
  padding: 4px; }

.custom-checkbox {
  width: 16px;
  margin-top: 3px; }

.in-card {
  margin: 50px 0 200px; }
  @media (max-width: 767.98px) {
    .in-card {
      margin: 30px 0 50px; } }
  .in-card h3 {
    font-family: "news_gothicBdXCn";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #3D3A39; }
    @media (max-width: 767.98px) {
      .in-card h3 {
        font-weight: 500; } }
  .in-card p {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #6B6B6B; }
  .in-card-right p, .in-card-right h3 {
    margin-left: 18px; }
  .in-card-inner {
    background-color: #F6F5F3 !important;
    padding: 18px;
    border-radius: 5px;
    height: auto;
    min-height: 1px; }
    @media (max-width: 575.98px) {
      .in-card-inner {
        min-height: 1px;
        margin-bottom: 50px; } }
  .in-card-list li {
    list-style: disc; }
  .in-card-btn {
    padding: 4px 25px;
    background-color: #d19557 !important;
    color: #fff !important;
    border-radius: 5px;
    appearance: none;
    border: 1px solid #d19557;
    cursor: pointer;
    display: inline-block;
    font-family: "news_gothicBdXCn";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.6s ease;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
    width: auto; }
  .in-card-h-min-auto {
    min-height: auto !important; }
  .in-card h2 {
    font-family: "news_gothicBdXCn";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 26px; }
  .in-card-p {
    font-size: 18px !important;
    text-align: center;
    color: #6B6B6B;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      .in-card-p {
        font-size: 13px !important; } }

/*Club Page*/
.club-banner {
  padding: 15px; }
  .club-banner img {
    max-height: 300px;
    object-fit: cover; }

.club-work {
  padding: 35px 0 0 0;
  margin-bottom: 130px;
  background: #fff; }
  .club-work h2 {
    text-align: center !important;
    font-style: normal !important;
    margin-bottom: 50px;
    font-family: "Bree Serif", serif !important;
    font-weight: 400;
    text-transform: none !important;
    color: #3D3A39 !important;
    font-size: 2rem !important;
    line-height: 2.5rem !important; }

.club-work-point {
  width: 100%;
  max-width: 80%;
  margin: 0 auto; }
  .club-work-point .club-work-point-item {
    position: relative;
    text-align: center;
    padding-bottom: 50px; }
    .club-work-point .club-work-point-item:after {
      content: '';
      background: #183b23;
      height: 2px;
      display: block;
      position: absolute;
      top: 24px;
      left: calc(50% + 56px);
      width: 70%; }
      @media (max-width: 991.98px) {
        .club-work-point .club-work-point-item:after {
          left: calc(50% + 49px);
          width: 60%; } }
      @media (max-width: 767.98px) {
        .club-work-point .club-work-point-item:after {
          display: none; } }
    .club-work-point .club-work-point-item span {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      background: #183b23;
      border-radius: 100px;
      color: #fff; }
    .club-work-point .club-work-point-item h3 {
      text-align: center !important;
      font-style: normal !important;
      margin-bottom: 15px;
      font-family: "Bree Serif", serif !important;
      font-weight: 400;
      text-transform: none !important;
      color: #3D3A39 !important;
      font-size: 22px !important;
      line-height: 28px !important; }
    .club-work-point .club-work-point-item p {
      font-style: normal !important;
      margin: 0;
      font-family: "Bree Serif", serif !important;
      font-weight: 400;
      text-align: center !important;
      text-transform: none !important;
      color: #3D3A39 !important;
      font-size: 14px !important;
      line-height: 20px !important; }

.club-work-point .col-md-4:last-child .club-work-point-item:after {
  display: none; }

.club-faq {
  margin-bottom: 80px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .club-faq {
      padding: 30px 0 50px 0; } }
  .club-faq .club-desc-bg {
    background: #183b23;
    padding: 80px 0; }
  .club-faq .club-desc {
    background: rgba(229, 229, 229, 0.8);
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 150px 150px; }
    @media (max-width: 767.98px) {
      .club-faq .club-desc {
        padding: 30px 30px 30px; } }
    .club-faq .club-desc h4 {
      font-family: "Bree Serif", serif !important;
      font-weight: 400;
      text-transform: none !important;
      color: #3D3A39 !important;
      font-size: 2rem !important;
      line-height: 2.5rem !important;
      text-align: center !important;
      font-style: normal !important;
      margin-bottom: 30px; }
    .club-faq .club-desc .club-desc-list {
      margin-bottom: 20px; }
      .club-faq .club-desc .club-desc-list strong {
        color: #3D3A39 !important;
        font-family: "Bree Serif", serif !important;
        font-size: 0.95rem;
        font-weight: 600; }
      .club-faq .club-desc .club-desc-list p {
        font-family: "Bree Serif", serif !important;
        font-weight: 400;
        font-size: 0.8rem;
        color: #3D3A39 !important;
        margin: 0; }
  .club-faq .club-choose-box-banner {
    background: url("/images/club-bg.png");
    padding: 80px 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    width: 100%; }
    @media (max-width: 1199px) {
      .club-faq .club-choose-box-banner {
        background-attachment: inherit !important;
        height: 1000px; } }
    @media (max-width: 767px) {
      .club-faq .club-choose-box-banner {
        height: auto; } }
  .club-faq .club-choose-box {
    width: 100%;
    max-width: 86%;
    margin: 0 auto 50px; }
    .club-faq .club-choose-box .club-choose-box-wrp {
      background: rgba(246, 245, 243, 0.8);
      padding: 15px;
      font-family: "Bree Serif", serif;
      color: #3D3A39;
      height: 100%; }
      @media (max-width: 767.98px) {
        .club-faq .club-choose-box .club-choose-box-wrp {
          margin-bottom: 15px;
          height: auto; } }
      .club-faq .club-choose-box .club-choose-box-wrp select {
        background: #FFFFFF;
        border: 0.25px solid #d19557;
        border-radius: 5px;
        color: #6B6B6B; }
      .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images {
        flex-wrap: wrap;
        display: flex;
        gap: 5px; }
        .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images img {
          width: 32%;
          height: 32%;
          object-fit: cover;
          border: 3px solid transparent;
          cursor: pointer; }
          @media (max-width: 1043px) {
            .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images img {
              width: 31%;
              height: 31%; } }
          @media (max-width: 767px) {
            .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images img {
              width: 32%;
              height: 32%; } }
          .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images img:hover {
            border-color: #3fff00;
            transform: scale(1.05); }
            @media (max-width: 1199px) {
              .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images img:hover {
                transform: scale(1.05);
                border-color: transparent; } }
      .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images.ecard-img-four img {
        width: 24%;
        height: 24%; }
        @media (max-width: 1043px) {
          .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images.ecard-img-four img {
            width: 31%;
            height: 31%; } }
        @media (max-width: 767px) {
          .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images.ecard-img-four img {
            width: 32%;
            height: 32%; } }
      .club-faq .club-choose-box .club-choose-box-wrp .checked {
        background-color: #3fff00;
        transform: scale(1.05); }
      .club-faq .club-choose-box .club-choose-box-wrp .club-subscription span {
        display: block;
        text-align: center;
        margin-bottom: 10px; }
      .club-faq .club-choose-box .club-choose-box-wrp .club-subscription p {
        margin: 0; }
      .club-faq .club-choose-box .club-choose-box-wrp .club-monthly {
        text-align: center;
        background: rgba(255, 255, 255, 0.3);
        margin-top: 15px;
        padding: 43px 15px; }
        .club-faq .club-choose-box .club-choose-box-wrp .club-monthly strong {
          font-size: 22px;
          margin-bottom: 10px;
          display: block;
          font-weight: 600; }
  .club-faq .own-choice {
    display: flex;
    align-items: baseline;
    gap: 6px; }
    .club-faq .own-choice input, .club-faq .own-choice .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .club-faq .own-choice select, .club-faq .own-choice .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .club-faq .own-choice textarea {
      position: relative;
      top: 3px; }
    .club-faq .own-choice label {
      font-size: 12px; }
  .club-faq .club-poster-img-two-wrp {
    display: flex;
    margin-top: 10px; }
    .club-faq .club-poster-img-two-wrp .club-poster-img-selected {
      width: 50%;
      flex: 0 0 50%; }
      .club-faq .club-poster-img-two-wrp .club-poster-img-selected:first-child {
        padding-right: 5px; }
      .club-faq .club-poster-img-two-wrp .club-poster-img-selected:last-child {
        padding-left: 5px; }
      .club-faq .club-poster-img-two-wrp .club-poster-img-selected img {
        width: 100%;
        height: 100%; }

.btn-order-relative {
  position: relative; }
  .btn-order-relative .btn-order-disabel {
    position: absolute;
    top: 0;
    opacity: 1;
    width: 100%;
    z-index: 1;
    height: 38px;
    cursor: pointer; }

.btn.btn-club-success {
  background: #183b23;
  color: #fff;
  border: 1px solid #183b23; }
  .btn.btn-club-success.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn.btn-club-success:hover {
    border: 1px solid #183b23;
    color: #183b23;
    background: transparent; }

#default-text p {
  font-size: 20px; }
  @media (max-width: 767px) {
    #default-text p {
      font-size: 18px; } }

#default-text img {
  width: 70px; }
  @media (max-width: 767px) {
    #default-text img {
      transform: rotate(90deg); } }

.round-contain {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center; }
  .round-contain button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    margin-bottom: 1rem; }
    .round-contain button.done-step {
      background: #183b23;
      color: #fff; }

#exampleModalClub {
  backdrop-filter: blur(4px);
  background-color: #ffffff36; }

.download_icon {
  position: absolute;
  top: 5px;
  right: 5px;
  color: bisque;
  display: flex;
  cursor: pointer;
  gap: 5px; }
  .download_icon .fa-arrow-circle-down {
    font-size: 30px; }
    .download_icon .fa-arrow-circle-down:hover {
      color: #d19557;
      cursor: pointer; }

.slider-popup {
  max-width: 100%;
  width: 100%; }
  .slider-popup .slick-slide {
    position: relative; }
    .slider-popup .slick-slide img {
      height: auto;
      max-height: 500px;
      max-width: 100%;
      object-fit: cover;
      width: 100%; }
  .slider-popup button.slick-next {
    right: 6px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-size: 32%;
    z-index: 1; }
  .slider-popup button.slick-prev {
    left: 6px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-size: 32%;
    z-index: 1; }

#download_icon {
  height: auto; }

.club-info-box .club-info-box-wrp {
  padding: 15px;
  text-align: center;
  margin-bottom: 65px; }
  .club-info-box .club-info-box-wrp h1 {
    font-style: normal;
    margin-bottom: 50px;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    text-transform: none;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem; }
  .club-info-box .club-info-box-wrp p {
    font-style: normal;
    margin: 0;
    font-family: "Bree Serif", serif;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px; }
  .club-info-box .club-info-box-wrp a {
    background: #183b23;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 30px; }

.club-popup-wrp {
  background: rgba(246, 245, 243, 0.8);
  padding: 15px;
  font-family: "Bree Serif", serif;
  color: #3D3A39;
  height: 295px;
  position: relative;
  margin-bottom: 10px; }
  .club-popup-wrp::after {
    content: '';
    border-top: 10px solid transparent;
    border-left: 10px solid #f6f5f3;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 47px;
    right: -10px; }
  .club-popup-wrp .sub-title {
    display: block;
    margin-bottom: -17px; }

@media (max-width: 768px) {
  .club-popup-wrp {
    text-align: center; } }

@media (max-width: 767px) {
  .club-popup-wrp::after {
    content: none;
    border: none; } }

@media (min-width: 771px) {
  p.whiskey-none {
    display: block !important;
    /* or inline, or whatever display you want */ } }

.club-popup-wrp-customize {
  background: rgba(246, 245, 243, 0.8);
  padding: 15px;
  font-family: "Bree Serif", serif;
  color: #3D3A39;
  height: 190px;
  position: relative;
  margin-bottom: 10px; }
  .club-popup-wrp-customize::after {
    content: '';
    border-top: 10px solid transparent;
    border-left: 10px solid rgba(246, 245, 243, 0.8);
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 47px;
    right: -10px; }
  .club-popup-wrp-customize .sub-title {
    display: block;
    margin-bottom: -17px; }

@media (max-width: 768px) {
  .club-popup-wrp-customize {
    background: none !important;
    height: 200px;
    text-align: center; } }

@media (max-width: 767px) {
  .club-popup-wrp-customize::after {
    content: none;
    border: none; }
  .club-work {
    margin-bottom: 50px; } }

@media (min-width: 771px) {
  p.own-none {
    display: block !important;
    /* or inline, or whatever display you want */ } }

.club-popup-wrp-duration {
  background: rgba(246, 245, 243, 0.8);
  padding: 15px;
  font-family: "Bree Serif", serif;
  color: #3D3A39;
  height: 180px;
  position: relative;
  margin-bottom: 10px; }
  .club-popup-wrp-duration::after {
    content: '';
    border-top: 10px solid transparent;
    border-left: 10px solid rgba(246, 245, 243, 0.8);
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 47px;
    right: -10px; }
  .club-popup-wrp-duration .sub-title {
    display: block;
    margin-bottom: -17px; }

.club-choose-box .desktop-only {
  display: none; }
  @media (min-width: 767px) {
    .club-choose-box .desktop-only {
      display: block; } }

.club-choose-box .mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .club-choose-box .mobile-only {
      display: block; } }

@media (max-width: 767px) {
  .club-popup-wrp-duration::after {
    content: none;
    border: none; }
  .club-popup-wrp-duration {
    background: none !important;
    text-align: center; } }

@media (min-width: 771px) {
  p.months-none {
    display: block !important;
    /* or inline, or whatever display you want */ } }

.rating-star {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  margin-top: 5px; }
  .rating-star span {
    display: flex;
    align-items: center; }
    .rating-star span img {
      width: 17px; }
  .rating-star .rating-text {
    margin-left: 10px !important;
    color: #d19557;
    font-family: "Opininon", sans-serif;
    font-size: 15px; }
  .rating-star .average-show {
    display: flex;
    align-items: center;
    justify-content: center; }
    .rating-star .average-show span {
      width: 25px;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 2px; }
      .rating-star .average-show span svg {
        width: 21px;
        height: 21px;
        position: relative;
        top: -1px;
        fill: transparent;
        stroke: #007C00;
        stroke-width: 32px; }
    .rating-star .average-show .fill-rating svg {
      fill: #007C00; }

.rating-review {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 120px;
  height: auto;
  top: -21px; }

.rating-review > * {
  float: right; }

.rating-review label {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0; }

.rating-review label:nth-of-type(5):after {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.rating-review label:nth-of-type(4):after {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.rating-review label:nth-of-type(3):after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

.rating-review label:nth-of-type(2):after {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.rating-review label:nth-of-type(1):after {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s; }

.rating-review label:after {
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  content: "☆";
  color: #007C00;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 200;
  -webkit-animation: 1s pulse ease;
  animation: 1s pulse ease; }

.rating-review label:hover:after {
  color: #007C00; }

.rating-review input, .rating-review .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .rating-review select, .rating-review .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .rating-review textarea {
  display: none; }

.rating-review input:checked + label:after, .rating-review .ecard-info-page .ecard-section-form .form-group select:checked + label:after, .ecard-info-page .ecard-section-form .form-group .rating-review select:checked + label:after, .rating-review .ecard-info-page .ecard-section-form .form-group textarea:checked + label:after, .ecard-info-page .ecard-section-form .form-group .rating-review textarea:checked + label:after,
.rating-review input:checked ~ label:after,
.rating-review .ecard-info-page .ecard-section-form .form-group select:checked ~ label:after,
.ecard-info-page .ecard-section-form .form-group .rating-review select:checked ~ label:after,
.rating-review .ecard-info-page .ecard-section-form .form-group textarea:checked ~ label:after,
.ecard-info-page .ecard-section-form .form-group .rating-review textarea:checked ~ label:after {
  content: "★";
  color: #007C00; }

.rating-review label[style="color: rgb(255, 0, 0);"]:after {
  color: #f00; }

.review-tab-wrp {
  position: relative;
  padding: 50px 0; }
  .review-tab-wrp .nav {
    justify-content: start;
    padding: 0;
    border-bottom: 0; }
    .review-tab-wrp .nav .nav-item {
      margin-right: 5px; }
    .review-tab-wrp .nav .nav-link:hover {
      border-color: transparent; }
    .review-tab-wrp .nav .nav-link.active:hover {
      border-color: #dee2e6;
      border-bottom-color: transparent; }
  .review-tab-wrp .tab-content {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem; }

.review-write-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.review-action {
  display: flex;
  align-items: center;
  margin-top: 5px; }
  .review-action span {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer; }
    .review-action span p {
      margin-left: 5px;
      font-size: 12px; }
    .review-action span svg {
      fill: #8b8484;
      width: 22px;
      height: 22px; }

.create-review .modal-footer {
  justify-content: flex-start; }
  .create-review .modal-footer button {
    padding: 4px 12px;
    font-size: 12px;
    margin: 0;
    margin-right: 10px; }
  .create-review .modal-footer button.btn-secondary {
    background: #fff;
    border-color: #d19557;
    color: #d19557; }

.write-rating-group {
  margin-bottom: 15px; }
  .write-rating-group label {
    margin: 0;
    padding-bottom: 10px;
    display: block;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .write-rating-group label sup {
      color: #C22B2B;
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      top: 0; }
  .write-rating-group input, .write-rating-group .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .write-rating-group select, .write-rating-group .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .write-rating-group textarea, .write-rating-group select, .write-rating-group textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #007C00;
    padding: 6px 8px;
    font-size: 12px;
    background: #fff; }

.rating-center-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0px; }

.average-rigth-side {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0; }

.create-review-modal .write-rating-wrp button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  padding: 0;
  margin: 0;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.customer-ratings-reviews {
  position: relative;
  margin: 30px 0; }
  @media (max-width: 767.98px) {
    .customer-ratings-reviews .col-md-1 {
      display: none; } }
  .customer-ratings-reviews h1 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 28px;
    text-transform: uppercase;
    word-wrap: break-word; }
    @media (max-width: 767.98px) {
      .customer-ratings-reviews h1 {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center; } }
  .customer-ratings-reviews h2 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 28px; }
    @media (max-width: 767.98px) {
      .customer-ratings-reviews h2 {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center; } }
  .customer-ratings-reviews h5 {
    text-align: center;
    color: #000;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .customer-ratings-reviews h5 {
        width: 100%;
        max-width: 300px;
        margin: 5px auto 10px;
        text-align: center; } }
  .customer-ratings-reviews h6 {
    color: #000;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
    padding-left: 0;
    margin-right: 100px; }
    @media (max-width: 767.98px) {
      .customer-ratings-reviews h6 {
        text-align: center;
        padding-left: 20px; } }
  .customer-ratings-reviews .ratings-average-wrp {
    display: flex;
    align-items: end;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .customer-ratings-reviews .ratings-average-wrp {
        justify-content: center;
        margin-bottom: 30px; } }
    .customer-ratings-reviews .ratings-average-wrp strong {
      display: block;
      text-align: center;
      color: #000;
      font-family: Inter;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .customer-ratings-reviews .ratings-average-wrp .average-rating {
      text-align: center;
      margin-right: 44px; }
      .customer-ratings-reviews .ratings-average-wrp .average-rating .average-show {
        display: flex;
        align-items: center;
        margin-top: 8px; }
        .customer-ratings-reviews .ratings-average-wrp .average-rating .average-show span {
          width: 18px;
          height: 18px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #ECECEC;
          margin-right: 2px; }
          .customer-ratings-reviews .ratings-average-wrp .average-rating .average-show span svg {
            width: 16px;
            height: 16px; }
    .customer-ratings-reviews .ratings-average-wrp .recommended {
      text-align: center;
      position: relative; }
      .customer-ratings-reviews .ratings-average-wrp .recommended p {
        color: #000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        margin-top: 8px; }
  .customer-ratings-reviews .customer-review-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: relative;
    top: 12px;
    right: 20px; }
    @media (max-width: 767.98px) {
      .customer-ratings-reviews .customer-review-btn {
        flex-direction: row-reverse;
        margin-top: 30px;
        justify-content: center;
        right: 0px;
        top: 0; } }
    .customer-ratings-reviews .customer-review-btn button, .customer-ratings-reviews .customer-review-btn a {
      border-radius: 4px;
      background: #ECECEC;
      color: #000;
      font-family: Inter;
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: 31px;
      text-align: center;
      border: 0;
      display: inline-block;
      padding: 0;
      width: 97px;
      height: 31px; }
    .customer-ratings-reviews .customer-review-btn .write-reviews {
      background: #007C00;
      color: #fff; }
  @media (max-width: 767.98px) {
    .customer-ratings-reviews .review-progress-wrp {
      width: 100%;
      max-width: 300px;
      margin: 0 auto; } }
  .customer-ratings-reviews .review-progress-wrp .review-progress-bar {
    display: flex;
    align-items: center;
    column-gap: 7px;
    margin-bottom: 4px; }
    .customer-ratings-reviews .review-progress-wrp .review-progress-bar p {
      color: #000;
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      width: 45px; }
    .customer-ratings-reviews .review-progress-wrp .review-progress-bar .rating-bar {
      position: relative; }
      .customer-ratings-reviews .review-progress-wrp .review-progress-bar .rating-bar span {
        width: 163px;
        height: 16px;
        display: block;
        background: #ECECEC; }
        @media (max-width: 767.98px) {
          .customer-ratings-reviews .review-progress-wrp .review-progress-bar .rating-bar span {
            width: 200px; } }
      .customer-ratings-reviews .review-progress-wrp .review-progress-bar .rating-bar .green-line {
        background: #007C00;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0; }
  .customer-ratings-reviews .modal {
    z-index: 99999; }

.listing-review-wpr {
  position: relative;
  width: 100%;
  max-width: 60%;
  margin: 30px auto 30px; }
  @media (max-width: 767.98px) {
    .listing-review-wpr {
      max-width: 100%;
      margin-bottom: 50px; } }
  .listing-review-wpr .user-listing-review {
    position: relative;
    background: #ECECEC;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 5px; }
    .listing-review-wpr .user-listing-review .user-listing-review-item {
      position: relative;
      display: flex;
      align-items: flex-start; }
    .listing-review-wpr .user-listing-review .user-listing-info {
      background: #fff;
      border-radius: 4px;
      padding: 12px;
      margin-right: 15px; }
      .listing-review-wpr .user-listing-review .user-listing-info .average-show {
        display: flex;
        align-items: center; }
        .listing-review-wpr .user-listing-review .user-listing-info .average-show span {
          width: 16px;
          height: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #ECECEC;
          margin-right: 2px; }
          .listing-review-wpr .user-listing-review .user-listing-info .average-show span svg {
            width: 14px;
            height: 14px; }
      .listing-review-wpr .user-listing-review .user-listing-info .veryfied {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px 0 0 0; }
        .listing-review-wpr .user-listing-review .user-listing-info .veryfied svg {
          margin-right: 2px; }
        .listing-review-wpr .user-listing-review .user-listing-info .veryfied p {
          margin: 0;
          color: #000;
          font-family: Inter;
          font-size: 10px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin-left: 2px; }
      .listing-review-wpr .user-listing-review .user-listing-info strong {
        display: block;
        color: #000;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin-top: 8px; }
      .listing-review-wpr .user-listing-review .user-listing-info span {
        color: #000;
        font-family: Inter;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: block;
        text-align: center; }
    .listing-review-wpr .user-listing-review .user-listing-desc {
      padding-right: 30px; }
      .listing-review-wpr .user-listing-review .user-listing-desc h3 {
        color: #000;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
        margin-bottom: 8px; }
      .listing-review-wpr .user-listing-review .user-listing-desc p {
        color: #000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        margin-bottom: 2px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .listing-review-wpr .user-listing-review .user-listing-desc span {
        color: #000;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: block; }
      .listing-review-wpr .user-listing-review .user-listing-desc .show-hide-text .show-more {
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        text-align: left;
        cursor: pointer;
        margin-bottom: 5px;
        display: inline-block; }
      .listing-review-wpr .user-listing-review .user-listing-desc .show-hide-text .comment {
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        text-align: left;
        cursor: pointer;
        margin-bottom: 5px;
        display: inline-block;
        color: #f00; }
      .listing-review-wpr .user-listing-review .user-listing-desc .show-more-height p {
        display: block;
        overflow: inherit;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit; }
  .listing-review-wpr .replay {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 5px;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    color: #000; }

.replay-box {
  margin-top: 10px; }
  .replay-box textarea {
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
    font-family: Inter; }
  .replay-box button {
    padding: 4px 10px;
    font-size: 14px;
    font-family: "Opininon", sans-serif; }

.replay-review-show {
  margin-left: 10px;
  margin-top: 8px; }

.replay-review-show-list {
  margin-bottom: 8px;
  display: flex; }

.replay-review-show-list span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 4px;
  background: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-right: 10px;
  color: #a3a3a3 !important; }

.replay-review-show-list h3 {
  margin: 0 !important; }

.replay-review-show-list p {
  display: block !important;
  overflow: inherit !important;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit; }

.review-progress-wrp {
  transform: scale(1.06); }

.separeate-line {
  background: #e5e5e5;
  width: 1px;
  height: 130px;
  display: block; }

.sapce-divider {
  background: #e5e5e5;
  height: 1px;
  width: 100%;
  margin: 0; }

.create-review-modal .modal-dialog {
  max-width: 600px; }

.create-review-modal .modal-content {
  border-radius: 4px;
  background: #ECECEC;
  border: 0; }
  .create-review-modal .modal-content .title {
    color: #007C00;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
    text-transform: inherit; }
  .create-review-modal .modal-content .review-submit-wrp {
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media (max-width: 767.98px) {
      .create-review-modal .modal-content .review-submit-wrp {
        flex-direction: inherit;
        justify-content: space-between; } }

.create-review-modal .customer-review-btn {
  align-items: center;
  margin-bottom: 15px;
  right: 0px;
  justify-content: space-between;
  height: 100%; }
  @media (max-width: 767.98px) {
    .create-review-modal .customer-review-btn {
      margin-bottom: 0px;
      margin-top: 0;
      justify-content: space-around;
      height: 100%;
      top: 12px;
      width: 35%;
      flex: 0 0 35%; } }
  .create-review-modal .customer-review-btn button, .create-review-modal .customer-review-btn a {
    width: 50%;
    margin-left: auto;
    position: relative;
    bottom: 12px; }
    @media (max-width: 767.98px) {
      .create-review-modal .customer-review-btn button, .create-review-modal .customer-review-btn a {
        width: 100%;
        bottom: 0px;
        line-height: 26px;
        height: 26px; } }
  .create-review-modal .customer-review-btn .two-rating-btn {
    display: flex;
    width: 100%;
    gap: 5px; }
    @media (max-width: 767.98px) {
      .create-review-modal .customer-review-btn .two-rating-btn {
        flex-direction: column; } }

.create-review-modal .review-submit-wrp .review-select {
  position: relative; }
  @media (max-width: 767.98px) {
    .create-review-modal .review-submit-wrp .review-select {
      width: 60%;
      flex: 0 0 60%; } }
  .create-review-modal .review-submit-wrp .review-select p {
    margin: 0;
    padding-bottom: 10px;
    display: block;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .create-review-modal .review-submit-wrp .review-select p sup {
      color: #C22B2B;
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      top: 0; }
  .create-review-modal .review-submit-wrp .review-select span {
    margin: 0;
    padding-bottom: 10px;
    display: flex;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    align-items: center; }
    .create-review-modal .review-submit-wrp .review-select span input, .create-review-modal .review-submit-wrp .review-select span .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select span select, .create-review-modal .review-submit-wrp .review-select span .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select span textarea {
      width: 70px;
      height: 20px;
      border-radius: 4px;
      border: 1px solid #007C00;
      padding: 2px 8px;
      font-size: 12px;
      background: #fff;
      margin-left: 5px; }
    .create-review-modal .review-submit-wrp .review-select span input[type=number]::-webkit-outer-spin-button, .create-review-modal .review-submit-wrp .review-select span .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select span select[type=number]::-webkit-outer-spin-button, .create-review-modal .review-submit-wrp .review-select span .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select span textarea[type=number]::-webkit-outer-spin-button,
    .create-review-modal .review-submit-wrp .review-select span input[type=number]::-webkit-inner-spin-button,
    .create-review-modal .review-submit-wrp .review-select span .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-inner-spin-button,
    .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select span select[type=number]::-webkit-inner-spin-button,
    .create-review-modal .review-submit-wrp .review-select span .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-inner-spin-button,
    .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select span textarea[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .create-review-modal .review-submit-wrp .review-select span input[type=number], .create-review-modal .review-submit-wrp .review-select span .ecard-info-page .ecard-section-form .form-group select[type=number], .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select span select[type=number], .create-review-modal .review-submit-wrp .review-select span .ecard-info-page .ecard-section-form .form-group textarea[type=number], .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select span textarea[type=number] {
      -moz-appearance: textfield; }
  .create-review-modal .review-submit-wrp .review-select .yes-no-select {
    position: relative;
    margin-bottom: 10px; }
    .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one {
      display: flex;
      align-items: baseline;
      gap: 8px;
      margin-bottom: 8px; }
      .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one label {
        color: #000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        cursor: pointer; }
      .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one input[type="radio"], .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one .ecard-info-page .ecard-section-form .form-group select[type="radio"], .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one select[type="radio"], .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one .ecard-info-page .ecard-section-form .form-group textarea[type="radio"], .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one textarea[type="radio"] {
        -webkit-appearance: none;
        appearance: none;
        height: 18px;
        width: 18px;
        flex: 0 0 18px;
        padding: 0px;
        display: inline-block;
        background-clip: content-box;
        border: 1px solid #fff;
        background-color: #ffffff;
        border-radius: 100px;
        position: relative;
        top: 5px; }
      .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one input[type="radio"]:checked, .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one .ecard-info-page .ecard-section-form .form-group select[type="radio"]:checked, .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one select[type="radio"]:checked, .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one .ecard-info-page .ecard-section-form .form-group textarea[type="radio"]:checked, .ecard-info-page .ecard-section-form .form-group .create-review-modal .review-submit-wrp .review-select .yes-no-select .select-one textarea[type="radio"]:checked {
        background-color: #007C00;
        border-width: 3px; }

.see-all-review {
  margin-top: 40px; }
  @media (max-width: 767.98px) {
    .see-all-review .customer-ratings-reviews h2 {
      margin-bottom: 7px; } }
  .see-all-review .customer-ratings-reviews h6 {
    margin-right: 0px !important; }
  @media (max-width: 767.98px) {
    .see-all-review .customer-ratings-reviews .row {
      flex-direction: column-reverse; } }
  @media (max-width: 767.98px) {
    .see-all-review .customer-ratings-reviews .row .rating-center-box {
      order: -1; } }
  @media (max-width: 767.98px) {
    .see-all-review .customer-ratings-reviews .row .average-rigth-side {
      order: -1; } }

.rating-badge {
  width: 140px;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .rating-badge {
      margin: 20px auto;
      width: 205px; } }
  .rating-badge .rating-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%); }
    .rating-badge .rating-text p {
      text-align: center;
      color: #000000;
      font-weight: 600;
      font-size: 22px;
      position: relative;
      top: -3px;
      font-family: 'Bebas Neue' !important; }
      @media (max-width: 991.98px) {
        .rating-badge .rating-text p {
          top: 0px; } }
      @media (max-width: 767.98px) {
        .rating-badge .rating-text p {
          top: -4px;
          font-size: 40px; } }

.average-show-product {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px; }

.average-show-product span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECECEC;
  margin-right: 2px; }

.average-show-product span svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: -1px; }

/*combomaster*/
.combo-box-wrap {
  background: #F3F1F2;
  padding: 15px;
  margin: 0 20px;
  display: flex;
  min-height: 432px; }
  @media (max-width: 991px) {
    .combo-box-wrap {
      min-height: 530px;
      justify-content: flex-end !important; } }
  @media (max-width: 767px) {
    .combo-box-wrap {
      min-height: 455px;
      justify-content: flex-end !important; } }
  @media (max-width: 991.98px) {
    .combo-box-wrap {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 20px 0; } }
  .combo-box-wrap .combo-box-wrap-left {
    display: flex;
    width: 60%; }
    @media (max-width: 991.98px) {
      .combo-box-wrap .combo-box-wrap-left {
        width: 550px; } }
    @media (max-width: 767.98px) {
      .combo-box-wrap .combo-box-wrap-left {
        width: 100%; } }
    .combo-box-wrap .combo-box-wrap-left .collection-item {
      max-width: 184px;
      width: 100%; }
      @media (max-width: 490px) {
        .combo-box-wrap .combo-box-wrap-left .collection-item {
          max-width: 100px;
          min-width: auto; } }
      @media (max-width: 991.98px) {
        .combo-box-wrap .combo-box-wrap-left .collection-item {
          max-width: 213px; } }
      @media (max-width: 767.98px) {
        .combo-box-wrap .combo-box-wrap-left .collection-item {
          padding: 0; } }
      .combo-box-wrap .combo-box-wrap-left .collection-item .product-card .product-card-img .product-close {
        z-index: 111;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 20px;
        line-height: 0; }
      .combo-box-wrap .combo-box-wrap-left .collection-item .product-card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: auto !important; }
        @media (max-width: 991.98px) {
          .combo-box-wrap .combo-box-wrap-left .collection-item .product-card-title {
            font-size: 13px; } }
    @media (max-width: 490px) {
      .combo-box-wrap .combo-box-wrap-left .prod-tag {
        margin-bottom: auto;
        margin-top: 0 !important; } }
  .combo-box-wrap .combo-box-wrap-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px; }
    @media (max-width: 991.98px) {
      .combo-box-wrap .combo-box-wrap-right {
        padding-bottom: 0;
        width: 100%;
        margin-top: 30px; } }
    .combo-box-wrap .combo-box-wrap-right .combo-cart {
      background: #d19557;
      border-radius: 4px;
      min-width: 150px;
      height: 48px;
      line-height: 48px;
      justify-content: center;
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 20px;
      font-family: Acme;
      font-style: normal;
      font-weight: 400; }
      @media (max-width: 991.98px) {
        .combo-box-wrap .combo-box-wrap-right .combo-cart {
          height: 30px;
          line-height: 30px;
          font-size: 16px;
          min-width: 100px; } }
    .combo-box-wrap .combo-box-wrap-right .product-card-price {
      align-items: center; }
      .combo-box-wrap .combo-box-wrap-right .product-card-price .product-card-oldprice {
        font-size: 17px;
        color: #3D3A39; }
        @media (max-width: 991.98px) {
          .combo-box-wrap .combo-box-wrap-right .product-card-price .product-card-oldprice {
            font-size: 13px;
            margin-bottom: 3px; } }
        .combo-box-wrap .combo-box-wrap-right .product-card-price .product-card-oldprice + span {
          font-size: 32px; }
          @media (max-width: 991.98px) {
            .combo-box-wrap .combo-box-wrap-right .product-card-price .product-card-oldprice + span {
              font-size: 16px; } }
    .combo-box-wrap .combo-box-wrap-right .product-card-footer {
      margin-bottom: 30px;
      top: 0; }
      @media (max-width: 991.98px) {
        .combo-box-wrap .combo-box-wrap-right .product-card-footer {
          top: 0; } }

.combo-active .product-card {
  position: relative; }
  .combo-active .product-card .combo-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 241, 242, 0.8);
    z-index: 999;
    left: 0;
    font-weight: 400;
    font-size: 128px;
    color: #d19557;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ABeeZee, sans-serif; }
    .combo-active .product-card .combo-text .combo-text-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.count-number .combo-text-inner:nth-child(1) {
  top: 25% !important; }

.count-number .combo-text-inner:nth-child(2) {
  top: 75% !important; }

.count-number-last .combo-text-inner:nth-child(2) {
  top: 50% !important; }

.count-number-last .combo-text-inner:nth-child(3) {
  top: 75% !important; }

.combo-title {
  position: relative; }
  .combo-title h1 {
    font-family: "Bree Serif", serif !important;
    font-weight: 400;
    text-transform: none !important;
    color: #3D3A39 !important;
    font-size: 2rem !important;
    line-height: 2.5rem !important;
    text-align: center !important;
    font-style: normal !important;
    padding-top: 35px; }
    @media (max-width: 991.98px) {
      .combo-title h1 {
        font-size: 28px;
        line-height: normal; } }
  .combo-title p.ecard-p {
    font-family: "Bree Serif", serif !important;
    font-weight: 300;
    text-transform: none !important;
    color: #3D3A39 !important;
    font-style: normal !important;
    padding-bottom: 17px;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .combo-title p.ecard-p {
        margin-left: 50px;
        margin-right: 50px; } }
    @media (max-width: 767.98px) {
      .combo-title p.ecard-p br {
        display: none; } }

.products-slider-wrap {
  overflow-x: hidden;
  padding: 0 25px;
  width: 100%; }
  .products-slider-wrap:hover .glider-prev, .products-slider-wrap:hover .glider-next {
    opacity: 1; }
  @media (max-width: 576px) {
    .products-slider-wrap {
      padding: 0; } }
  .products-slider-wrap .products-slider .product-card-price {
    font-size: 16px; }
    @media (max-width: 850px) {
      .products-slider-wrap .products-slider .product-card-price {
        font-size: 15px; } }
    @media (max-width: 767.98px) {
      .products-slider-wrap .products-slider .product-card-price {
        font-size: 14px; } }
  .products-slider-wrap .products-slider-arrows .glider-prev {
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    left: 0px;
    line-height: 0;
    opacity: 1;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 7px 2px 6px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
    .products-slider-wrap .products-slider-arrows .glider-prev:hover {
      color: #d19557;
      background: rgba(209, 149, 87, 0.4); }
    @media (max-width: 991.98px) {
      .products-slider-wrap .products-slider-arrows .glider-prev {
        opacity: 1;
        transform: translate(0%, -50%); } }
    @media (max-width: 767.98px) {
      .products-slider-wrap .products-slider-arrows .glider-prev {
        opacity: 1;
        transform: translate(0%, -50%); } }
    .products-slider-wrap .products-slider-arrows .glider-prev:focus {
      outline: none; }
  .products-slider-wrap .products-slider-arrows .glider-next {
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    line-height: 0;
    opacity: 1;
    right: 1px;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 6px 2px 7px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
    .products-slider-wrap .products-slider-arrows .glider-next:hover {
      color: #d19557;
      background: rgba(209, 149, 87, 0.4); }
    @media (max-width: 991.98px) {
      .products-slider-wrap .products-slider-arrows .glider-next {
        opacity: 1;
        transform: translate(0%, -50%); } }
    @media (max-width: 767.98px) {
      .products-slider-wrap .products-slider-arrows .glider-next {
        opacity: 1;
        transform: translate(0%, -50%); } }
    .products-slider-wrap .products-slider-arrows .glider-next:focus {
      outline: none; }
  .products-slider-wrap .products-slider-arrows .glider-home-prev {
    position: absolute;
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    left: 0px;
    line-height: 0;
    opacity: 1;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 7px 2px 6px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
    .products-slider-wrap .products-slider-arrows .glider-home-prev:hover {
      color: #d19557;
      background: rgba(209, 149, 87, 0.4); }
    @media (max-width: 991.98px) {
      .products-slider-wrap .products-slider-arrows .glider-home-prev {
        opacity: 1;
        transform: translate(0%, -50%); } }
    @media (max-width: 767.98px) {
      .products-slider-wrap .products-slider-arrows .glider-home-prev {
        opacity: 1;
        transform: translate(0%, -50%); } }
    .products-slider-wrap .products-slider-arrows .glider-home-prev:focus {
      outline: none; }
  .products-slider-wrap .products-slider-arrows .glider-home-next {
    position: absolute;
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    line-height: 0;
    opacity: 1;
    right: 1px;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 6px 2px 7px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
    .products-slider-wrap .products-slider-arrows .glider-home-next:hover {
      color: #d19557;
      background: rgba(209, 149, 87, 0.4); }
    @media (max-width: 991.98px) {
      .products-slider-wrap .products-slider-arrows .glider-home-next {
        opacity: 1;
        transform: translate(0%, -50%); } }
    @media (max-width: 767.98px) {
      .products-slider-wrap .products-slider-arrows .glider-home-next {
        opacity: 1;
        transform: translate(0%, -50%); } }
    .products-slider-wrap .products-slider-arrows .glider-home-next:focus {
      outline: none; }
  .products-slider-wrap .products-slider-arrows .glider-2-home-prev {
    position: absolute;
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    left: 0px;
    line-height: 0;
    opacity: 1;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 7px 2px 6px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
    .products-slider-wrap .products-slider-arrows .glider-2-home-prev:hover {
      color: #d19557;
      background: rgba(209, 149, 87, 0.4); }
    @media (max-width: 991.98px) {
      .products-slider-wrap .products-slider-arrows .glider-2-home-prev {
        opacity: 1;
        transform: translate(0%, -50%); } }
    @media (max-width: 767.98px) {
      .products-slider-wrap .products-slider-arrows .glider-2-home-prev {
        opacity: 1;
        transform: translate(0%, -50%); } }
    .products-slider-wrap .products-slider-arrows .glider-2-home-prev:focus {
      outline: none; }
  .products-slider-wrap .products-slider-arrows .glider-2-home-next {
    position: absolute;
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    line-height: 0;
    opacity: 1;
    right: 1px;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 6px 2px 7px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
    .products-slider-wrap .products-slider-arrows .glider-2-home-next:hover {
      color: #d19557;
      background: rgba(209, 149, 87, 0.4); }
    @media (max-width: 991.98px) {
      .products-slider-wrap .products-slider-arrows .glider-2-home-next {
        opacity: 1;
        transform: translate(0%, -50%); } }
    @media (max-width: 767.98px) {
      .products-slider-wrap .products-slider-arrows .glider-2-home-next {
        opacity: 1;
        transform: translate(0%, -50%); } }
    .products-slider-wrap .products-slider-arrows .glider-2-home-next:focus {
      outline: none; }

.thanks-wrp .thanks-title {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .thanks-wrp .thanks-title {
      margin-bottom: 20px; } }
  .thanks-wrp .thanks-title h1 {
    color: #5b5b5b;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2; }
    @media (max-width: 767.98px) {
      .thanks-wrp .thanks-title h1 {
        font-size: 28px;
        line-height: 1; } }
  .thanks-wrp .thanks-title span {
    color: #5b5b5b;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2; }

.thanks-wrp .thanks-desc p {
  color: #f00;
  font-size: 16px;
  font-weight: bold; }

.thanks-wrp .thanks-desc span {
  color: #5b5b5b; }

.thanks-wrp .thanks-desc a {
  color: #5b5b5b; }

.thanks-wrp img {
  width: 90px !important;
  margin: 0 auto;
  display: block; }

.cursor-default {
  cursor: pointer !important; }

.go-to-home {
  text-align: center;
  margin-top: 30px; }

.go-to-home a {
  font-size: 18px; }

.view-order-page {
  padding-bottom: 80px; }
  .view-order-page .title-wrp h2 {
    font-family: "Opininon", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #3D3A39;
    margin-bottom: 5px;
    text-align: left; }

.order-detail-wrp {
  position: relative; }

.order-detail-heading {
  display: flex;
  gap: 4px;
  margin-bottom: 4px; }

.order-detail-heading-item {
  width: calc(20% - 4px);
  flex: 0 0 calc(20% - 4px);
  background: #F6F5F3;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center; }
  .order-detail-heading-item strong {
    font-family: Abel, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    color: #3D3A39; }
  .order-detail-heading-item p {
    margin: 0;
    font-family: Abel, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    color: #3D3A39; }

.order-detail-info {
  display: flex;
  gap: 4px; }

.order-detail-info-detial {
  width: calc(25% - 4px);
  flex: 0 0 calc(25% - 4px);
  background: #F6F5F3;
  margin-bottom: 4px;
  padding: 25px;
  border-radius: 1.5px; }
  .order-detail-info-detial:nth-child(3) {
    width: calc(50% - 4px);
    flex: 0 0 calc(50% - 4px); }
  .order-detail-info-detial .address-list {
    margin-bottom: 0px; }
    .order-detail-info-detial .address-list h3 {
      font-family: Abel, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 20px;
      color: #3D3A39;
      margin-bottom: 15px;
      word-break: break-word; }
    .order-detail-info-detial .address-list p {
      margin: 0;
      font-family: Abel, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #6B6B6B;
      margin-bottom: 15px;
      word-break: break-word; }
    .order-detail-info-detial .address-list:last-child {
      margin-bottom: 0; }

.order-summary-list-wrp {
  position: relative; }
  .order-summary-list-wrp .order-summary-list {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .order-summary-list-wrp .order-summary-list span {
      font-family: Abel, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 21px;
      color: #342723; }
  .order-summary-list-wrp hr {
    border-color: #6B6B6B; }

.order-detail-foot {
  background: #E7E7E7;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: calc(100% - 4px); }
  .order-detail-foot span {
    font-family: Abel, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #3D3A39; }

.order-product-wrp {
  position: relative;
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  background: #F6F5F3;
  padding: 10px;
  width: calc(100% - 4px); }
  .order-product-wrp .order-product-item {
    border: 0;
    text-align: center;
    position: relative;
    padding: 10px;
    height: 100%; }
    .order-product-wrp .order-product-item h2 {
      font-family: Abel;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #3D3A39;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 40px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .order-product-wrp .order-product-item span {
      border-top: 1px solid #A7A7A7;
      border-bottom: 1px solid #A7A7A7;
      width: 100%;
      display: block;
      font-family: Abel;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #A7A7A7;
      padding: 8px 0;
      margin-bottom: 10px; }
    .order-product-wrp .order-product-item ul {
      margin: 0;
      display: flex;
      gap: 6px; }
      .order-product-wrp .order-product-item ul li {
        background: #F4F4F4;
        width: 33.3333%;
        padding: 3px;
        line-height: 13px; }
        .order-product-wrp .order-product-item ul li p {
          margin: 0;
          font-family: Abel;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          color: #6B6B6B;
          padding: 0px;
          text-align: center; }
        .order-product-wrp .order-product-item ul li strong {
          font-size: 12px;
          text-align: center; }

.order-product-main {
  width: calc(20% - 6px);
  flex: 0 0 calc(20% - 6px);
  background: #fff;
  padding: 10px;
  margin-bottom: 6px;
  position: relative; }

.order-product-item-img {
  height: 200px;
  position: relative; }
  .order-product-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.order-product-view {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% + 20px);
  background: #CC4F5B;
  cursor: pointer; }
  .order-product-view h3 {
    color: #fff;
    margin: 0;
    font-family: Abel;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 5px; }

.order-prod-popup {
  width: 95%;
  margin: 0 auto; }
  .order-prod-popup .card.card-header {
    flex-direction: row;
    align-items: center;
    width: 100%; }
    .order-prod-popup .card.card-header .card-img-pro {
      width: 140px; }
  .order-prod-popup p.card-text {
    margin: 0; }

#dragdrop {
  padding-top: 165px; }

@media (max-width: 1199.98px) {
  #dragdrop .card {
    min-height: 160px; } }

@media (max-width: 767.98px) {
  .btn-cart {
    margin: 0 auto 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center;
    width: 100%; } }

@media (max-width: 767.98px) {
  .checkout-three-btn {
    flex-direction: column; } }

.cart-card {
  border-top: 0; }
  @media (max-width: 767.98px) {
    .cart-card {
      border: 1px solid #e5e5e5;
      border-radius: 0;
      margin: auto;
      max-width: 100%;
      text-align: center;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .cart-card .table thead {
      display: none; } }
  .cart-card .table thead th {
    border-bottom: 1px solid #dee2e6; }
  @media (max-width: 767.98px) {
    .cart-card .table tbody {
      display: block; } }
  @media (max-width: 767.98px) {
    .cart-card .table tr {
      border-bottom: 1px solid #e5e5e5 !important;
      border-top: 0;
      display: flex;
      display: grid;
      flex-direction: column;
      flex-wrap: wrap;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: auto;
      margin-bottom: 10px;
      margin-bottom: 0;
      overflow: hidden;
      position: relative;
      width: 100%; } }
  .cart-card .table .total-row {
    background-color: #e5e5e5; }
    @media (max-width: 767.98px) {
      .cart-card .table .total-row {
        display: none; } }
  .cart-card .table td {
    vertical-align: middle; }
    @media (max-width: 767.98px) {
      .cart-card .table td {
        padding: 6px 11px;
        text-align: center; }
        .cart-card .table td input, .cart-card .table td .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .cart-card .table td select, .cart-card .table td .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .cart-card .table td textarea {
          margin: auto; }
        .cart-card .table td:first-child {
          display: none; }
        .cart-card .table td:nth-child(2) {
          border: 0;
          flex-basis: 35%;
          grid-column: 1/2;
          grid-row: 1 / 3;
          overflow: hidden;
          padding: 10px 0;
          padding: 0; }
          .cart-card .table td:nth-child(2) img {
            display: block;
            margin: 5px auto;
            max-width: 100px;
            width: 80%; }
        .cart-card .table td:nth-child(3) {
          border: 0;
          font-size: 10px;
          grid-column: 2/5;
          grid-row: 1 / 2;
          padding: 5px 0 0;
          text-align: left;
          width: 80%; }
          .cart-card .table td:nth-child(3) a {
            font-size: 16px; }
          .cart-card .table td:nth-child(3) p {
            font-size: 16px; }
        .cart-card .table td:nth-child(4) {
          align-items: flex-end;
          align-self: end;
          border: 0;
          display: flex;
          font-size: 14px;
          height: 40px;
          justify-content: flex-start;
          padding: 5px 0;
          padding-right: 0;
          position: relative;
          position: relative;
          text-align: left !important; }
          .cart-card .table td:nth-child(4)::before {
            content: 'Price';
            display: block;
            font-size: 10px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%; }
        .cart-card .table td:nth-child(5) {
          align-items: flex-end;
          align-self: end;
          border: 0;
          display: flex;
          height: 40px;
          justify-content: flex-end;
          justify-content: flex-start;
          padding: 5px;
          position: relative; }
          .cart-card .table td:nth-child(5)::before {
            content: '';
            font-size: 10px;
            position: absolute;
            text-align: left;
            top: 0;
            width: 100%; }
          .cart-card .table td:nth-child(5) input, .cart-card .table td:nth-child(5) .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .cart-card .table td:nth-child(5) select, .cart-card .table td:nth-child(5) .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .cart-card .table td:nth-child(5) textarea {
            background: #fff;
            border: 1px solid #e5e5e5;
            height: 20px;
            margin: 0;
            padding: 0;
            text-align: center;
            text-align: center;
            width: 50px; }
        .cart-card .table td:nth-child(6) {
          align-items: flex-end;
          align-self: end;
          border: 0;
          display: flex;
          font-size: 14px;
          font-size: 14px;
          height: 40px;
          justify-content: flex-end;
          justify-content: flex-start;
          padding: 0 5px 0 0;
          padding: 5px 11px;
          padding-left: 0;
          position: relative;
          text-align: left !important; }
          .cart-card .table td:nth-child(6)::before {
            content: 'Total';
            display: block;
            font-size: 10px;
            left: 6px;
            position: absolute;
            top: 0;
            width: 100%; }
        .cart-card .table td:nth-child(7) {
          border: 0;
          flex-basis: 10%;
          padding: 0; }
          .cart-card .table td:nth-child(7) button {
            background: transparent;
            border: 0;
            margin: 0;
            padding: 2px 5px;
            position: absolute;
            right: 0;
            text-align: 0;
            top: 30px; }
            .cart-card .table td:nth-child(7) button svg {
              width: 15px; }
              .cart-card .table td:nth-child(7) button svg path {
                fill: #d19557; }
            .cart-card .table td:nth-child(7) button img {
              width: 10px; } }
    .cart-card .table td .btn-delete {
      border: 0 solid transparent !important;
      box-shadow: 0 0 0 0 transparent !important; }
      @media (max-width: 767.98px) {
        .cart-card .table td .btn-delete {
          border: 0 solid transparent !important;
          box-shadow: 0 0 0 0 transparent !important; } }
      .cart-card .table td .btn-delete svg {
        width: 20px; }
        .cart-card .table td .btn-delete svg path {
          fill: #d19557; }
      .cart-card .table td .btn-delete:hover {
        background: transparent; }
        .cart-card .table td .btn-delete:hover svg path {
          fill: #cc4f5b; }
  .cart-card .table .cart-price-td {
    margin-right: 12px; }
  .cart-card .cancel-price {
    text-decoration: line-through;
    color: #818181; }
  .cart-card span.cart-product-desc {
    position: relative; }
    .cart-card span.cart-product-desc b {
      position: absolute;
      top: 0;
      left: 0; }
    .cart-card span.cart-product-desc p {
      margin: 0;
      padding-left: 20px; }
  .cart-card b.js-edit-combo {
    padding-left: 20px;
    margin-top: 10px;
    display: block; }

.quantity-input:focus {
  box-shadow: 0 0 0 .2rem transparent; }

.btn-save-later {
  margin: 0 auto;
  margin-top: 20px;
  color: #d19557; }

.upload-kit .upload-kit-item {
  position: relative;
  height: 150px;
  color: #999;
  border: 2px dashed #999;
  border-radius: 7px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
  background-origin: border-box;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 146px; }
  @media (max-width: 767.98px) {
    .upload-kit .upload-kit-item {
      min-width: 100px;
      height: 100px; } }

@media (max-width: 767.98px) {
  .upload-kit .upload-kit-input {
    min-width: 100px;
    height: 100px;
    width: 100px; } }

.product-card-cart, #js-button-add-to-cart {
  color: #fff;
  position: relative; }
  .product-card-cart img, #js-button-add-to-cart img {
    display: block; }
  .product-card-cart::before, #js-button-add-to-cart::before {
    animation: spin 2s linear infinite;
    border: 1px solid #fff;
    border-radius: 50%;
    border-top: 1px solid transparent;
    content: '';
    display: none;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    width: 25px; }
  .product-card-cart.is-load, #js-button-add-to-cart.is-load {
    background: #d19557;
    color: transparent; }
    .product-card-cart.is-load::before, #js-button-add-to-cart.is-load::before {
      display: block; }
    .product-card-cart.is-load img, #js-button-add-to-cart.is-load img {
      display: none; }

.cart-card .table td img.customengraving {
  height: 90px;
  width: 90px;
  object-fit: contain; }
  @media (max-width: 767.98px) {
    .cart-card .table td img.customengraving {
      height: 45px;
      width: 45px;
      object-fit: contain; } }

@media (max-width: 991.98px) {
  #modalAddress {
    padding-left: 0px; } }

#modalAddress .modal-dialog {
  height: calc(100% - 1px);
  margin-top: 0;
  margin-bottom: 0;
  margin: 1rem auto; }
  #modalAddress .modal-dialog .modal-content {
    position: absolute;
    top: 120px; }
    @media (max-width: 991.98px) {
      #modalAddress .modal-dialog .modal-content {
        margin-top: 0px; } }
    #modalAddress .modal-dialog .modal-content .modal-header {
      padding: 12px 1rem 7px; }
      #modalAddress .modal-dialog .modal-content .modal-header h5 {
        font-size: 18px; }
    #modalAddress .modal-dialog .modal-content .modal-body p {
      margin-bottom: 6px; }
    #modalAddress .modal-dialog .modal-content .modal-footer button:first-child {
      background: #A7A7A7 !important;
      border-color: #A7A7A7 !important; }
      #modalAddress .modal-dialog .modal-content .modal-footer button:first-child:hover {
        background: transparent !important;
        border-color: #A7A7A7 !important;
        color: #A7A7A7 !important; }
    #modalAddress .modal-dialog .modal-content .modal-footer .btn-secondary {
      margin-bottom: 6px !important; }
      @media (max-width: 767.98px) {
        #modalAddress .modal-dialog .modal-content .modal-footer .btn-secondary {
          max-width: 90%; } }
    #modalAddress .modal-dialog .modal-content .modal-footer .btn-secondary.first {
      margin-top: 6px;
      margin-bottom: 12px !important; }

.checkout-product .checkout-product-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 86px; }
  .checkout-product .checkout-product-price .number {
    width: 87px;
    height: 33px; }

.checkout-section-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .checkout-section-wrp .checkout-section-title {
    margin: 0; }
    .checkout-section-wrp .checkout-section-title input, .checkout-section-wrp .checkout-section-title .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .checkout-section-wrp .checkout-section-title select, .checkout-section-wrp .checkout-section-title .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .checkout-section-wrp .checkout-section-title textarea {
      position: relative;
      top: 2px;
      margin-right: 2px; }

.checkout-discount {
  padding: 10px 0 10px; }
  .checkout-discount + .checkout-discount {
    border-top: 0; }
  .checkout-discount .btn {
    height: 33px; }
    .checkout-discount .btn span {
      position: relative;
      top: 1.2px; }
  .checkout-discount .roundeted {
    border-radius: 4px !important; }

.checkout-product-img {
  min-width: 65px; }
  @media (max-width: 767.98px) {
    .checkout-product-img {
      min-width: 50px;
      width: 50px;
      height: 50px; } }

@media (max-width: 374px) {
  .checkout-step-footer > div {
    flex-direction: column; } }

.checkout-step-footer .checkout-footer-btn.js-next-step {
  background: #ff5900;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ff5900; }
  @media (max-width: 374px) {
    .checkout-step-footer .checkout-footer-btn.js-next-step {
      margin-left: 0; } }
  .checkout-step-footer .checkout-footer-btn.js-next-step:hover {
    background: #fff;
    color: #ff5900; }

.custom-number {
  width: 100px; }
  .custom-number input[type=number]::-webkit-inner-spin-button, .custom-number .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-inner-spin-button, .ecard-info-page .ecard-section-form .form-group .custom-number select[type=number]::-webkit-inner-spin-button, .custom-number .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-inner-spin-button, .ecard-info-page .ecard-section-form .form-group .custom-number textarea[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .custom-number input[type=number]::-webkit-outer-spin-button, .custom-number .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group .custom-number select[type=number]::-webkit-outer-spin-button, .custom-number .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group .custom-number textarea[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }

.checkout-product-price-wrap .checkout-product-price-custom {
  display: flex;
  justify-content: flex-end; }

.checkout-product-price-wrap .number .minus {
  width: 30px;
  height: 30px; }

.checkout-product-price-wrap .number .plus {
  width: 30px;
  height: 30px; }

.checkout-product-price-wrap .number .minus-main {
  width: 30px;
  height: 30px; }

.checkout-product-price-wrap .number .plus-main {
  width: 30px;
  height: 30px; }

.checkout-product-price-wrap input.form-control, .checkout-product-price-wrap .ecard-info-page .ecard-section-form .form-group select.form-control, .ecard-info-page .ecard-section-form .form-group .checkout-product-price-wrap select.form-control, .checkout-product-price-wrap .ecard-info-page .ecard-section-form .form-group textarea.form-control, .ecard-info-page .ecard-section-form .form-group .checkout-product-price-wrap textarea.form-control {
  width: 40px !important;
  height: 30px; }

.checkout-product .checkout-product-price-custom .checkout-product-price {
  min-width: 0; }

@supports (-webkit-touch-callout: none) {
  .checkout-discount-center {
    align-items: center; }
  .checkout-discount .btn {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (max-width: 767.98px) {
  #cart-products .btn-cart {
    margin: 0 0 10px !important; } }

.checkout-total-row .months {
  font-size: 12px;
  margin: 0;
  display: inline-block;
  margin-left: 2px; }

.custom-search-auto {
  width: 100% !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0 !important;
  right: 0 !important;
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .custom-search-auto {
      top: 80px !important;
      position: fixed !important; } }
  @media (max-width: 991.98px) {
    .custom-search-auto {
      padding-top: 42px !important; } }
  .custom-search-auto::after {
    display: none;
    position: absolute;
    content: attr(data-suggession);
    color: #6B6B6B;
    top: 14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #E5E5E5;
    max-width: 520px;
    text-align: center;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Opininon", sans-serif;
    border-radius: 4px;
    letter-spacing: 1px;
    line-height: 35px; }
    @media (max-width: 991.98px) {
      .custom-search-auto::after {
        max-width: calc(100% - 20px);
        width: 100%;
        top: 5px; } }
    @media (max-width: 767.98px) {
      .custom-search-auto::after {
        font-size: 13px;
        letter-spacing: .5px; } }
  .custom-search-auto::before {
    position: absolute;
    background: url(/images/polygon-top.svg) no-repeat 0 0;
    content: "";
    width: 14px;
    height: 12px;
    top: -12px;
    right: 216px;
    background-size: cover; }
    @media (max-width: 991.98px) {
      .custom-search-auto::before {
        display: none; } }
  .custom-search-auto .product-card .img {
    transform: translate(-50%, -50%) scale(1); }
  .custom-search-auto .product-card:hover {
    transform: scale(1.03);
    transition: all .4s ease; }
    .custom-search-auto .product-card:hover .img {
      transform: translate(-50%, -50%) scale(1); }
  .custom-search-auto.ui-widget.ui-widget-content {
    padding: 15px;
    border-radius: 6px; }
    @media (max-width: 991.98px) {
      .custom-search-auto.ui-widget.ui-widget-content {
        flex-wrap: wrap;
        position: fixed !important;
        border-radius: 0;
        padding: 10px !important;
        padding-top: 10px !important; } }
    .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item {
      width: 14.28%; }
      @media (max-width: 991.98px) {
        .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item {
          width: 20%; } }
      @media (max-width: 767.98px) {
        .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item {
          width: 33.33%; } }
      .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
        padding-right: 3px;
        padding-left: 3px;
        height: 100%; }
        .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr {
          padding-left: 5px;
          padding-right: 5px; }
          @media (max-width: 991.98px) {
            .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr a h3.product-card-title {
              font-size: 12px;
              color: #3D3A39; } }
          @media (max-width: 991.98px) {
            .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr .product-card-tags {
              font-size: 12px; } }
          .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr .product-card-footer {
            justify-content: center; }
            .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr .product-card-footer .product-card-price {
              font-size: 16px;
              align-items: center;
              margin-bottom: 0; }
              @media (max-width: 991.98px) {
                .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr .product-card-footer .product-card-price {
                  font-size: 14px;
                  color: #3D3A39; } }
  .custom-search-auto .product-action-tags {
    width: 35px; }
    .custom-search-auto .product-action-tags .product-action-tag {
      width: 35px;
      height: 35px; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
    font-weight: inherit; }

ul.ui-menu {
  display: flex; }
  ul.ui-menu li:last-child:after {
    position: absolute;
    background: url(/images/close-coffee.svg) no-repeat 0 0;
    content: "";
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
    background-size: cover; }
    @media (max-width: 991.98px) {
      ul.ui-menu li:last-child:after {
        display: none; } }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 0 !important;
  margin: 0 !important; }

.bottom-banner-wrp.ui-menu-item-wrapper.ui-state-active {
  display: none; }

.custom-search-auto1 {
  width: 100% !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0 !important;
  right: 0 !important;
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .custom-search-auto1 {
      top: 80px !important;
      position: fixed !important; } }
  @media (max-width: 991.98px) {
    .custom-search-auto1 {
      padding-top: 20px !important; } }
  .custom-search-auto1:after {
    position: absolute;
    content: attr(data-suggession);
    color: #6B6B6B;
    top: 14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #E5E5E5;
    max-width: 520px;
    text-align: center;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Opininon", sans-serif;
    border-radius: 4px;
    letter-spacing: 1px;
    line-height: 35px; }
    @media (max-width: 991.98px) {
      .custom-search-auto1:after {
        max-width: calc(100% - 20px);
        width: 100%;
        top: 5px; } }
    @media (max-width: 767.98px) {
      .custom-search-auto1:after {
        font-size: 13px;
        letter-spacing: .5px; } }
  .custom-search-auto1:before {
    position: absolute;
    background: url(/images/polygon-top.svg) no-repeat 0 0;
    content: "";
    width: 14px;
    height: 12px;
    top: -12px;
    right: 216px;
    background-size: cover; }
    @media (max-width: 991.98px) {
      .custom-search-auto1:before {
        display: none; } }
  .custom-search-auto1.ui-widget.ui-widget-content {
    padding: 15px;
    border-radius: 6px; }
    @media (max-width: 991.98px) {
      .custom-search-auto1.ui-widget.ui-widget-content {
        flex-wrap: wrap;
        position: absolute !important;
        border-radius: 0;
        padding: 10px !important; } }
    .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item {
      width: 14.28%; }
      @media (max-width: 991.98px) {
        .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item {
          width: 20%; } }
      @media (max-width: 767.98px) {
        .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item {
          width: 33.33%; } }
      .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
        padding-right: 3px;
        padding-left: 3px;
        height: 100%; }
        .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
          font-weight: inherit; }
        .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr {
          padding-left: 5px;
          padding-right: 5px; }
          @media (max-width: 991.98px) {
            .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr a h3.product-card-title {
              font-size: 12px;
              color: #3D3A39; } }
          @media (max-width: 991.98px) {
            .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr .product-card-tags {
              font-size: 12px; } }
          .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr .product-card-footer {
            justify-content: center; }
            .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr .product-card-footer .product-card-price {
              font-size: 16px;
              align-items: center;
              margin-bottom: 0; }
              @media (max-width: 991.98px) {
                .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr .product-card-footer .product-card-price {
                  font-size: 14px;
                  color: #3D3A39; } }
  .custom-search-auto1 .product-action-tags {
    width: 35px; }
    .custom-search-auto1 .product-action-tags .product-action-tag {
      width: 35px;
      height: 35px; }
  .custom-search-auto1 .product-card:hover {
    transform: scale(1.03);
    transition: all .6s ease; }
    .custom-search-auto1 .product-card:hover img {
      transform: translate(-50%, -50%) scale(1); }
  .custom-search-auto1 .product-card .img {
    transform: translate(-50%, -50%) scale(1); }

@media (max-width: 991.98px) {
  .custom-search-auto.ui-widget.ui-widget-content li.ui-menu-item {
    width: 100%; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card {
    flex-direction: row;
    align-items: center; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card > a {
    width: 90px;
    height: 90px; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr a h3.product-card-title {
    text-align: left;
    min-height: 0;
    margin-bottom: 0; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr a h3.product-card-title.product-card-title-sm {
    display: none; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card .mt-auto {
    display: none; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card .product-card-footer {
    align-items: flex-start;
    margin: 0 0; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card .product-card-img {
    padding-bottom: 96%; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% - 80px); }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr a h3.product-card-title.fixed {
    min-height: inherit;
    margin-bottom: 0; }
  .custom-search-auto .product-action-tags .product-action-tag {
    width: 28px;
    height: 28px; }
  .custom-search-auto .product-action {
    display: none; }
  .custom-search-auto.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card .product-card-img .product-action-logo {
    height: 22px;
    width: 22px; }
  .custom-search-auto .product-action-tags .product-action-tag {
    height: 30px;
    width: 30px; }
  .custom-search-auto .product-action-tags {
    width: 30px; }
  .header-nav .header-nav-btns .logotext img {
    max-height: 28px; }
  .header-nav .header-nav-btns .logotext {
    margin-bottom: 30px; }
  .header-panel .search-submit.btn-clear-search {
    right: 0; }
  ul#ui-id-1 {
    max-height: calc(100% - 98px);
    overflow: scroll; }
  ul#ui-id-2 {
    top: 110px;
    transform: none;
    position: fixed !important;
    max-height: calc(100% - 110px);
    overflow: scroll;
    width: calc(100% - 20px) !important;
    visibility: hidden;
    height: 0;
    opacity: 0; }
  ul#ui-id-1 {
    width: calc(100% - 20px) !important;
    margin: auto;
    top: 98px !important; }
  .custom-search-auto1.ui-widget.ui-widget-content li.ui-menu-item {
    width: 100%; }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card {
    flex-direction: row;
    align-items: center; }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card > a {
    width: 90px;
    height: 90px; }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr a h3.product-card-title {
    text-align: left;
    min-height: 0;
    margin-bottom: 0; }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr a h3.product-card-title.product-card-title-sm {
    display: none; }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card .mt-auto {
    display: none; }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card .product-card-footer {
    align-items: flex-start;
    margin: 0 0; }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card .product-card-img {
    padding-bottom: 96%; }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% - 80px); }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr a h3.product-card-title.fixed {
    min-height: inherit;
    margin-bottom: 0; }
  .custom-search-auto1 .product-action-tags .product-action-tag {
    width: 28px;
    height: 28px; }
  .custom-search-auto1 .product-action {
    display: none; }
  .custom-search-auto1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card .product-card-img .product-action-logo {
    height: 22px;
    width: 22px; }
  .custom-search-auto1 .product-action-tags .product-action-tag {
    height: 30px;
    width: 30px; }
  .custom-search-auto1 .product-action-tags {
    width: 30px; } }

.custom-search-auto1:after {
  display: none; }

@media (max-width: 991.98px) {
  .custom-search-auto.ui-widget.ui-widget-content li:last-child .ui-menu-item-wrapper {
    height: auto; } }

.ui-autocomplete {
  z-index: 9999999 !important; }
  .ui-autocomplete .search-img-container {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 130px;
    justify-content: center;
    text-align: center;
    width: 90px; }
    @media (max-width: 1090px) {
      .ui-autocomplete .search-img-container {
        height: 80px;
        width: 50px; } }
    @media (max-width: 767.98px) {
      .ui-autocomplete .search-img-container {
        height: 100px;
        width: 70px; } }
    .ui-autocomplete .search-img-container img {
      max-height: 100%;
      max-width: 100%;
      width: auto; }

.ui-widget {
  font-family: "Opininon", sans-serif; }

.ui-widget.ui-widget-content {
  transform: translateY(12px); }
  .ui-widget.ui-widget-content .ui-menu-item-wrapper {
    color: #000;
    font-family: "Opininon", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .ui-widget.ui-widget-content .ui-menu-item-wrapper {
        padding-right: 10px; } }
    .ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
      font-weight: bold; }

@media (max-width: 767.98px) {
  .hide-mobile {
    display: none; } }

@media (max-width: 767.98px) {
  .header-links-ship {
    display: none !important; } }

ul#ui-id-1, ul#ui-id-2 {
  box-shadow: 0px 0px 0.9375rem 0px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    ul#ui-id-1, ul#ui-id-2 {
      box-shadow: none; } }

#ui-id-1 > a.ui-menu-item {
  display: block;
  position: absolute;
  top: 23px;
  left: 20px;
  font-style: normal;
  font-size: 16px;
  color: #6B6B6B;
  font-weight: 400;
  font-family: "Opininon", sans-serif;
  letter-spacing: 1px;
  line-height: normal;
  width: auto; }
  @media (max-width: 991.98px) {
    #ui-id-1 > a.ui-menu-item {
      top: 13px;
      font-size: 14px;
      display: none; } }

#ui-id-1 li.ui-menu-item + a.ui-menu-item {
  display: none; }

#ui-id-1 li.ui-menu-item:nth-child(1) + a.ui-menu-item {
  display: inline-block; }
  @media (max-width: 991.98px) {
    #ui-id-1 li.ui-menu-item:nth-child(1) + a.ui-menu-item {
      display: none; } }

#ui-id-1 a.do-you-mean.ui-menu-item {
  display: block;
  left: 50% !important;
  z-index: 1;
  transform: translateX(-50%);
  text-transform: capitalize; }
  #ui-id-1 a.do-you-mean.ui-menu-item span {
    color: #585555;
    padding: 0;
    text-transform: capitalize;
    background: none !important; }

#ui-id-1 li + a.ui-menu-item + a.do-you-mean.ui-menu-item {
  display: none; }

#ui-id-1 a.ui-menu-item ~ a.do-you-mean.ui-menu-item {
  display: block; }
  @media (max-width: 991.98px) {
    #ui-id-1 a.ui-menu-item ~ a.do-you-mean.ui-menu-item {
      width: 100%;
      text-align: center; } }

#ui-id-1 a.ui-menu-item ~ a.do-you-mean.ui-menu-item span {
  font-weight: 600; }

#ui-id-2 > a.ui-menu-item {
  display: block;
  position: absolute;
  top: 23px;
  left: 20px;
  font-style: normal;
  font-size: 16px;
  color: #6B6B6B;
  font-weight: 400;
  font-family: "Opininon", sans-serif;
  letter-spacing: 1px;
  line-height: normal;
  width: auto; }
  @media (max-width: 991.98px) {
    #ui-id-2 > a.ui-menu-item {
      top: 13px;
      font-size: 14px;
      display: none; } }

#ui-id-2 li.ui-menu-item + a.ui-menu-item {
  display: none; }

#ui-id-2 li.ui-menu-item:nth-child(1) + a.ui-menu-item {
  display: inline-block; }
  @media (max-width: 991.98px) {
    #ui-id-2 li.ui-menu-item:nth-child(1) + a.ui-menu-item {
      display: none; } }

a#close_btn {
  position: absolute;
  background: url(/images/close-coffee.svg) no-repeat 0 0;
  content: "";
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
  background-size: cover;
  line-height: 0;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    a#close_btn {
      display: none; } }

a#close_btn img {
  opacity: 0; }

.header-top-custom-mobile {
  position: fixed;
  z-index: 100000;
  background: #ffff;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  top: 0;
  transition: .2s ease; }
  @media (min-width: 992px) {
    .header-top-custom-mobile {
      display: none; } }

.stop_scroll .header-top-custom-mobile {
  visibility: visible;
  opacity: 1; }

.header-top-custom-mobile .header-search {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative; }
  .header-top-custom-mobile .header-search #header_search_form input, .header-top-custom-mobile .header-search #header_search_form .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .header-top-custom-mobile .header-search #header_search_form select, .header-top-custom-mobile .header-search #header_search_form .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .header-top-custom-mobile .header-search #header_search_form textarea {
    background: #fff;
    border: 1px solid #d19557;
    font-size: 20px;
    height: 45px;
    border-radius: 2px;
    outline: 0;
    padding: 3px 10px;
    padding-right: 90px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .header-top-custom-mobile .header-search #header_search_form input, .header-top-custom-mobile .header-search #header_search_form .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .header-top-custom-mobile .header-search #header_search_form select, .header-top-custom-mobile .header-search #header_search_form .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .header-top-custom-mobile .header-search #header_search_form textarea {
        border-color: #e5e5e5; } }
    .header-top-custom-mobile .header-search #header_search_form input:focus ~ .search-submit, .header-top-custom-mobile .header-search #header_search_form .ecard-info-page .ecard-section-form .form-group select:focus ~ .search-submit, .ecard-info-page .ecard-section-form .form-group .header-top-custom-mobile .header-search #header_search_form select:focus ~ .search-submit, .header-top-custom-mobile .header-search #header_search_form .ecard-info-page .ecard-section-form .form-group textarea:focus ~ .search-submit, .ecard-info-page .ecard-section-form .form-group .header-top-custom-mobile .header-search #header_search_form textarea:focus ~ .search-submit {
      border-color: #d19557; }
    @media (max-width: 767.98px) {
      .header-top-custom-mobile .header-search #header_search_form input:focus, .header-top-custom-mobile .header-search #header_search_form .ecard-info-page .ecard-section-form .form-group select:focus, .ecard-info-page .ecard-section-form .form-group .header-top-custom-mobile .header-search #header_search_form select:focus, .header-top-custom-mobile .header-search #header_search_form .ecard-info-page .ecard-section-form .form-group textarea:focus, .ecard-info-page .ecard-section-form .form-group .header-top-custom-mobile .header-search #header_search_form textarea:focus {
        border-color: #d19557; } }
  .header-top-custom-mobile .header-search #header_search_form button + button.search-submit {
    border: none;
    color: #fff;
    right: 40px;
    border-right: 1px solid #d19557;
    background: #fff;
    border-radius: 0;
    height: 38px;
    top: 51px;
    transform: none;
    padding-left: 10px;
    border-left: 1px solid #d19557;
    width: 42px;
    padding-right: 10px;
    position: absolute; }
    @media (max-width: 767.98px) {
      .header-top-custom-mobile .header-search #header_search_form button + button.search-submit {
        border-color: #e5e5e5; } }
    @media (max-width: 767.98px) {
      .header-top-custom-mobile .header-search #header_search_form button + button.search-submit img {
        filter: brightness(0);
        opacity: .8;
        position: relative;
        top: -1px; } }
  .header-top-custom-mobile .header-search #header_search_form .search-submit.btn-clear-search {
    right: 0;
    display: flex !important;
    background: transparent;
    position: absolute;
    top: 51px;
    border: 0;
    width: 42px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center; }
    .header-top-custom-mobile .header-search #header_search_form .search-submit.btn-clear-search img {
      width: 22px;
      height: 22px;
      object-fit: contain; }
      @media (max-width: 767.98px) {
        .header-top-custom-mobile .header-search #header_search_form .search-submit.btn-clear-search img {
          filter: brightness(0);
          opacity: .7; } }
  .header-top-custom-mobile .header-search #header_search_form .header-nav-toggle {
    display: none; }

.stop_scroll {
  overflow: hidden; }

ul#ui-id-2.custom-flex {
  visibility: visible;
  opacity: 1; }

@media (min-width: 992px) {
  #ui-id-2.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr > a + a,
  #ui-id-1.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .product-card-descr a + a {
    max-height: 37.81px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }

ul#ui-id-2 {
  padding-bottom: 15px !important; }
  @media (max-width: 991.98px) {
    ul#ui-id-2 {
      height: 100vh !important;
      display: block !important; } }

ul#ui-id-1 {
  padding-bottom: 15px !important; }
  @media (max-width: 991.98px) {
    ul#ui-id-1 {
      padding-bottom: 15px !important; } }

.bottom-banner-wrp {
  display: flex;
  gap: 8px;
  padding: 0 4px; }

.bottom-banner {
  position: absolute !important;
  bottom: 15px;
  height: 50px !important;
  width: calc(100% - 40px);
  background: grey;
  left: 20px;
  display: flex;
  flex-direction: column;
  padding: 0 !important; }
  @media (min-width: 992px) {
    .bottom-banner {
      display: none; } }
  @media (max-width: 991.98px) {
    .bottom-banner {
      position: relative !important;
      z-index: 0;
      bottom: 0;
      width: 100%;
      left: 0;
      margin-top: 4px;
      height: 240px !important;
      margin-bottom: 10px;
      border-radius: 4px; }
      .bottom-banner img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        border-radius: 4px; } }
  @media (max-width: 767.98px) {
    .bottom-banner {
      height: 170px !important;
      max-width: 100%;
      object-fit: cover;
      width: 100%;
      border-radius: 4px; }
      .bottom-banner img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        border-radius: 4px; } }

@media (max-width: 991.98px) {
  ul#ui-id-1 li .bottom-banner {
    display: none; } }

@media (max-width: 991.98px) {
  ul#ui-id-1 li:last-child .bottom-banner {
    display: block; } }

.blog-page {
  margin: 40px 0; }
  .blog-page .blog-list {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative; }
    .blog-page .blog-list:nth-child(even) a .row {
      flex-direction: row-reverse; }
    .blog-page .blog-list .blog-img {
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      height: 166px; }
      .blog-page .blog-list .blog-img img {
        border-radius: 4px;
        transition: 0.5s ease;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blog-page .blog-list .blog-des h3 {
      color: #000;
      font-family: Inter;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      margin-bottom: 10px; }
    .blog-page .blog-list .blog-des p {
      color: #000;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .blog-page .blog-list:hover {
      box-shadow: 0 0.1rem 1rem rgba(223, 168, 114, 0.55); }
      .blog-page .blog-list:hover .blog-img img {
        transform: scale(1.2);
        border-radius: 4px; }

.blog-detail-page {
  margin: 40px 0; }
  .blog-detail-page h2 {
    text-align: left;
    font-size: 30px;
    color: #000;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: inherit; }
  .blog-detail-page p {
    font-size: 17px;
    margin-bottom: 3rem;
    color: #000; }
  .blog-detail-page .blog-detail-img {
    height: 400px;
    margin-bottom: 25px; }
    .blog-detail-page .blog-detail-img img {
      border-radius: 4px;
      margin-bottom: 15px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-detail-page .blog-btn-wrp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px; }
    .blog-detail-page .blog-btn-wrp button {
      width: auto;
      margin: 0; }
      .blog-detail-page .blog-btn-wrp button:focus-visible {
        outline: none; }
    .blog-detail-page .blog-btn-wrp .btn-secondary:not(:disabled):not(.disabled):active, .blog-detail-page .blog-btn-wrp .btn-secondary:not(:disabled):not(.disabled).active, .blog-detail-page .blog-btn-wrp .show > .btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #d19557;
      border-color: #d19557; }
    .blog-detail-page .blog-btn-wrp .btn-secondary:not(:disabled):not(.disabled):active:focus, .blog-detail-page .blog-btn-wrp .btn-secondary:not(:disabled):not(.disabled).active:focus, .blog-detail-page .blog-btn-wrp .show > .btn-secondary.dropdown-toggle:focus,
    .blog-detail-page .blog-btn-wrp .btn-secondary:focus, .blog-detail-page .blog-btn-wrp .btn-secondary.focus {
      box-shadow: none;
      color: #fff;
      background-color: #d19557;
      border-color: #d19557; }
    .blog-detail-page .blog-btn-wrp .btn {
      margin: 0; }
  .blog-detail-page .blog-share-btn {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .blog-detail-page .blog-share-btn .owl-share a {
      margin-top: 0; }
      @media (max-width: 991.98px) {
        .blog-detail-page .blog-share-btn .owl-share a {
          margin-bottom: 15px; } }

.blog-detail-item-wrp {
  overflow: hidden;
  display: block;
  width: 100%; }
  .blog-detail-item-wrp .blog-detail-item-list {
    opacity: 0;
    width: 100%;
    height: auto;
    display: none; }
    .blog-detail-item-wrp .blog-detail-item-list.active {
      animation: fadeIn .5s ease-in 1 forwards;
      display: block; }

.blog-detail-item-list img {
  object-fit: contain; }

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

@media (min-width: 576px) {
  /* Works on Chrome, Edge, and Safari */
  .scroll *::-webkit-scrollbar {
    width: 5px; }
  .scroll *::-webkit-scrollbar-track {
    background: white; }
  .scroll *::-webkit-scrollbar-thumb {
    background: #d19557;
    border-right: 1px solid white; } }

/* Works on Firefox */
@media (max-width: 767.98px) {
  .w-100-sm {
    width: 100% !important; } }

.fz-14 {
  font-size: 14px; }

.pt-10 {
  padding-top: 10px; }

a:focus {
  outline: none; }

.slick-slide > div {
  height: 100%; }

.slick-slide .collection-item {
  height: 100%; }

.slick-prev {
  background: url(/images/arrow-left.svg) center center no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px; }
  .slick-prev::before {
    content: ''; }
  .slick-prev:hover {
    background: url(/images/arrow-left.svg) center center no-repeat;
    background-size: contain; }

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

.slick-next {
  background: url(/images/arrow-right.svg) center center no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px; }
  .slick-next::before {
    content: ''; }
  .slick-next:hover {
    background: url(/images/arrow-right.svg) center center no-repeat;
    background-size: contain; }

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

.btn:hover {
  background: #d19557; }

.btn-primary:hover {
  border-color: #c07c35; }

a:hover {
  color: #ac6f2f; }

.form-control:focus {
  border-color: #ecd4bb;
  box-shadow: 0 0 0 0.2rem rgba(209, 149, 87, 0.25); }

html, body {
  color: #000;
  font-family: "Opininon", sans-serif, sans-serif;
  min-height: 100vh;
  scroll-behavior: smooth; }

html {
  font-family: "Opininon", sans-serif;
  font-size: 16px; }

body, input, .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group textarea, textarea, button, select {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%; }

a {
  color: #d19557;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  width: 100%; }

ul li {
  list-style: none; }

h2, .title {
  color: #d19557;
  font-family: "MrsEavesOT-Roman", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word; }
  @media (max-width: 767.98px) {
    h2, .title {
      font-size: 28px; } }

.padding-lg {
  padding: 85px 0; }

.padding-bottom-lg {
  padding-bottom: 85px; }

.padding-sm {
  padding: 35px 0; }

.padding-bottom-sm {
  padding-bottom: 35px; }

.padding {
  padding: 35px 0; }

.padding-feature-2 {
  padding: 0px 0; }

.padding-top {
  padding-top: 35px; }

.padding-bottom {
  padding-bottom: 35px; }

.bg {
  background: #f6f5f3; }

.bg-black {
  background: #000; }

.btn {
  appearance: none;
  background: 0 0;
  border: 1px solid #d19557;
  border-radius: 4px;
  color: #d19557;
  cursor: pointer;
  display: inline-block;
  font-family: mrs-eaves;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto;
  padding: 6px 23px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .6s ease;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  width: auto; }
  .btn:hover {
    background: #d19557;
    color: #fff; }
  .btn-secondary {
    background: #d19557;
    border-color: #d19557;
    color: #fff; }
    .btn-secondary:hover {
      background: #fff;
      border-color: #d19557;
      color: #d19557; }
  .btn-white {
    background: #fff !important;
    border-color: #d19557 !important;
    color: #d19557 !important; }
    .btn-white:hover {
      background: #d19557 !important;
      border-color: #d19557 !important;
      color: #fff !important; }
  .btn-delete {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2px 10px; }
    .btn-delete img {
      width: 14px; }

.page {
  padding-top: 120px; }
  @media (max-width: 991.98px) {
    .page {
      padding-top: 140px; } }

.container-full {
  max-width: 1330px; }

.fb-20 {
  flex-basis: 20%;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 20%; }
  @media (max-width: 991.98px) {
    .fb-20 {
      flex-basis: 50%;
      flex-grow: 0;
      flex-shrink: 0;
      max-width: 50%; } }
  @media (max-width: 767.98px) {
    .fb-20 {
      flex-basis: 50%;
      flex-grow: 0;
      flex-shrink: 0;
      max-width: 50%; } }

.control-label {
  margin-bottom: 0; }

.form-control {
  border-radius: 0; }

.noty_theme__bootstrap-v4.noty_bar {
  border: 1px solid transparent;
  border-radius: .25rem;
  margin: 4px 0;
  overflow: hidden;
  position: relative; }

.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: .75rem 1.25rem; }

.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px; }

.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  background: transparent;
  color: #000;
  filter: alpha(opacity=20);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: .5;
  text-shadow: 0 1px 0 #fff; }

.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .75;
  text-decoration: none; }

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fff;
  border-color: #d19557;
  color: #000; }

.loader, .loader::after {
  border-radius: 50%;
  height: 10em;
  width: 10em; }

.loader {
  animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-bottom: 1.1em solid #f0bf65;
  border-left: 1.1em solid #d19557;
  border-right: 1.1em solid #f0bf65;
  border-top: 1.1em solid #f0bf65;
  font-size: 10px;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  transform: translateZ(0);
  transform: translateZ(0); }

@keyframes load8 {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.product-card .product-card-footer {
  flex-direction: column; }

.product-card .product-card-footer .product-card-price {
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  margin-bottom: 12px;
  flex-direction: row; }

.custom-tout-container .custom-tout-div {
  margin-top: 0 !important;
  margin-bottom: .5rem !important; }

#specialOffersDiv, #brandOffersDiv {
  padding-bottom: 0; }
  #specialOffersDiv .show-more, #brandOffersDiv .show-more {
    margin: 20px 0 35px 0; }
    @media (max-width: 767.98px) {
      #specialOffersDiv .show-more, #brandOffersDiv .show-more {
        margin: 20px 0 20px 0; } }

#drp.form-control[size], #drp.form-control[multiple] {
  height: auto;
  max-height: 395px; }

.categoriesfull {
  padding-bottom: 0;
  margin-top: -.5rem; }
  @media (min-width: 1200px) {
    .categoriesfull .products-slider-arrows {
      display: none; } }

.categoriesfull h2 {
  margin-bottom: 31px; }

.glider-gift .glider-slide {
  padding: 0 6px; }

.glider-gift {
  margin-left: -6px;
  margin-right: -6px; }
  @media (min-width: 1200px) {
    .glider-gift {
      overflow-y: inherit; } }

.categoriesfull {
  font-family: Acme, sans-serif; }
  .categoriesfull .categoriesCarousel {
    display: flex;
    flex-direction: column; }
    .categoriesfull .categoriesCarousel .category-card-main {
      margin-bottom: 12px; }
      .categoriesfull .categoriesCarousel .category-card-main a {
        padding: 20px 32px;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #1c1c1c;
        font-family: Acme, sans-serif;
        bottom: 0;
        transition: all .2s ease;
        overflow: visible;
        position: relative;
        border: 1px solid #e5e5dd;
        background: #fafafc;
        border-radius: 8px; }
        @media (max-width: 767.98px) {
          .categoriesfull .categoriesCarousel .category-card-main a {
            padding: 14px 14px; } }
        .categoriesfull .categoriesCarousel .category-card-main a:hover {
          bottom: -4px;
          box-shadow: 0 4px 8px rgba(0, 0, 50, 0.1); }
        .categoriesfull .categoriesCarousel .category-card-main a img {
          width: 32px;
          height: 32px; }
        .categoriesfull .categoriesCarousel .category-card-main a p {
          margin-left: 20px;
          color: #1c1c1c;
          font-size: 14px;
          margin-bottom: 0;
          font-weight: 500;
          font-family: Acme, sans-serif; }
          @media (max-width: 767.98px) {
            .categoriesfull .categoriesCarousel .category-card-main a p {
              min-height: 42px;
              display: flex;
              align-items: center;
              line-height: normal; } }

.categoriesfull .categoriesCarousel .category-card-main:last-child {
  margin-bottom: 0; }

.products-slider-arrows .glider-gift-prev {
  position: absolute;
  border: none;
  border-radius: 50%;
  color: #d19557;
  font-size: 20px;
  height: fit-content;
  left: 0px;
  line-height: 0;
  opacity: 1;
  top: 50%;
  transform: translate(0%, -50%);
  background: #f1f1f1;
  padding: 2px 7px 2px 6px;
  width: fit-content;
  margin: 0 !important;
  transition: all .3ms ease-in; }
  .products-slider-arrows .glider-gift-prev:hover {
    color: #d19557;
    background: rgba(209, 149, 87, 0.4); }
  @media (max-width: 991.98px) {
    .products-slider-arrows .glider-gift-prev {
      opacity: 1;
      transform: translate(0%, -50%);
      left: -12px; } }
  @media (max-width: 767.98px) {
    .products-slider-arrows .glider-gift-prev {
      opacity: 1;
      transform: translate(0%, -50%); } }
  .products-slider-arrows .glider-gift-prev:focus {
    outline: none; }

.products-slider-arrows .glider-gift-next {
  position: absolute;
  border: none;
  border-radius: 50%;
  color: #d19557;
  font-size: 20px;
  height: fit-content;
  line-height: 0;
  opacity: 1;
  right: 1px;
  top: 50%;
  transform: translate(0%, -50%);
  background: #f1f1f1;
  padding: 2px 6px 2px 7px;
  width: fit-content;
  margin: 0 !important;
  transition: all .3ms ease-in; }
  .products-slider-arrows .glider-gift-next:hover {
    color: #d19557;
    background: rgba(209, 149, 87, 0.4); }
  @media (max-width: 991.98px) {
    .products-slider-arrows .glider-gift-next {
      opacity: 1;
      transform: translate(0%, -50%);
      right: -12px; } }
  @media (max-width: 767.98px) {
    .products-slider-arrows .glider-gift-next {
      opacity: 1;
      transform: translate(0%, -50%); } }
  .products-slider-arrows .glider-gift-next:focus {
    outline: none; }

.products-slider-arrows .glider-brand-prev {
  position: absolute;
  border: none;
  border-radius: 50%;
  color: #d19557;
  font-size: 20px;
  height: fit-content;
  left: -12px;
  line-height: 0;
  opacity: 1;
  top: 48%;
  transform: translate(0%, -48%);
  background: #f1f1f1;
  padding: 2px 7px 2px 6px;
  width: fit-content;
  margin: 0 !important;
  transition: all .3ms ease-in; }
  .products-slider-arrows .glider-brand-prev:hover {
    color: #d19557;
    background: rgba(209, 149, 87, 0.4); }
  @media (max-width: 991.98px) {
    .products-slider-arrows .glider-brand-prev {
      opacity: 1;
      transform: translate(0%, -50%);
      left: -12px; } }
  @media (max-width: 767.98px) {
    .products-slider-arrows .glider-brand-prev {
      opacity: 1;
      transform: translate(0%, -50%); } }
  .products-slider-arrows .glider-brand-prev:focus {
    outline: none; }

.products-slider-arrows .glider-brand-next {
  position: absolute;
  border: none;
  border-radius: 50%;
  color: #d19557;
  font-size: 20px;
  height: fit-content;
  line-height: 0;
  opacity: 1;
  right: -12px;
  top: 48%;
  transform: translate(0%, -48%);
  background: #f1f1f1;
  padding: 2px 6px 2px 7px;
  width: fit-content;
  margin: 0 !important;
  transition: all .3ms ease-in; }
  .products-slider-arrows .glider-brand-next:hover {
    color: #d19557;
    background: rgba(209, 149, 87, 0.4); }
  @media (max-width: 991.98px) {
    .products-slider-arrows .glider-brand-next {
      opacity: 1;
      transform: translate(0%, -50%);
      right: -12px; } }
  @media (max-width: 767.98px) {
    .products-slider-arrows .glider-brand-next {
      opacity: 1;
      transform: translate(0%, -50%); } }
  .products-slider-arrows .glider-brand-next:focus {
    outline: none; }

.brands-custom {
  margin-top: -.5rem;
  padding-bottom: 23px; }
  @media (min-width: 992px) {
    .brands-custom {
      padding-top: 44px;
      padding-bottom: 32px; } }

.glider-brand {
  margin-left: -6px;
  margin-right: -6px; }
  .glider-brand .glider-slide {
    padding: 0 6px; }

.glider-brand .brandCarousel .brand-item-custom {
  margin-bottom: 12px; }
  .glider-brand .brandCarousel .brand-item-custom a {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .2s ease;
    overflow: visible;
    position: relative;
    object-fit: contain;
    margin: 0;
    height: 74px;
    background-size: 38%;
    border: 1px solid #e5e5dd;
    border-radius: 8px;
    background-blend-mode: multiply;
    background-color: #fafafc;
    padding: 20px 32px; }
    @media (max-width: 767.98px) {
      .glider-brand .brandCarousel .brand-item-custom a {
        padding: 14px 14px;
        background-size: 59%;
        height: 72px; } }

.glider-brand .brandCarousel .brand-item-custom a:hover {
  bottom: -4px;
  box-shadow: 0 4px 8px rgba(0, 0, 50, 0.1); }

@media (max-width: 767.98px) {
  .about.padding {
    padding-top: 0; } }

.marquee-mobile {
  display: none; }
  @media (max-width: 767px) {
    .marquee-mobile {
      display: block; } }

.marquee-desktop {
  display: block; }
  @media (max-width: 767px) {
    .marquee-desktop {
      display: none; } }

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  height: auto;
  text-align: center;
  padding: 0 24px;
  height: 24px; }

.custom-tout-container-top img {
  max-height: 283px;
  object-fit: cover; }
  @media (max-width: 767.98px) {
    .custom-tout-container-top img {
      min-height: 182px; } }

.box {
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all .35s ease-in-out;
  display: flex;
  width: 100%;
  height: 100%;
  line-height: normal; }
  .box img {
    width: 100%;
    height: auto;
    transition: all .5s ease 0s; }
  .box:hover .box-content {
    bottom: 22px; }
  .box:hover .black-back {
    opacity: .5; }
    @media (max-width: 991.98px) {
      .box:hover .black-back {
        opacity: 0; } }
  .box .title {
    font-size: 20px;
    font-weight: 700;
    padding: 0px;
    color: #fff;
    margin: 0 0 0;
    font-family: "Opininon", sans-serif, sans-serif; }
    @media (max-width: 991.98px) {
      .box .title {
        font-size: 13px; } }
    @media (max-width: 767.98px) {
      .box .title {
        font-size: 12px; } }
  .box .post {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 15px;
    display: block; }
    @media (max-width: 991.98px) {
      .box .post {
        font-size: 13px;
        margin-bottom: 0; } }
    @media (max-width: 991.98px) {
      .box .post {
        font-size: 11px; } }
  .box .black-back {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease 0s;
    border-radius: 4px; }
  .box .box-content {
    color: #fff;
    width: 100%;
    padding: 0 0 0;
    opacity: 1;
    position: absolute;
    bottom: -108px;
    left: 0;
    transition: all .5s ease 0s; }
    @media (max-width: 991.98px) {
      .box .box-content {
        bottom: 25px; } }

.custom-tout-container .custom-tout-div .box {
  height: 271px; }
  @media (max-width: 1199px) {
    .custom-tout-container .custom-tout-div .box {
      height: 226px; } }
  @media (max-width: 991.98px) {
    .custom-tout-container .custom-tout-div .box {
      height: 166px; } }
  @media (max-width: 540px) {
    .custom-tout-container .custom-tout-div .box {
      height: 250px; } }
  @media (max-width: 414px) {
    .custom-tout-container .custom-tout-div .box {
      height: 186px; } }
  @media (max-width: 393px) {
    .custom-tout-container .custom-tout-div .box {
      height: 176px; } }
  @media (max-width: 390px) {
    .custom-tout-container .custom-tout-div .box {
      height: 175px; } }
  @media (max-width: 375px) {
    .custom-tout-container .custom-tout-div .box {
      height: 167px; } }
  @media (max-width: 360px) {
    .custom-tout-container .custom-tout-div .box {
      height: 160px; } }
  @media (max-width: 320px) {
    .custom-tout-container .custom-tout-div .box {
      height: 140px; } }
  @media (max-width: 280px) {
    .custom-tout-container .custom-tout-div .box {
      height: 120px; } }

.custom-tout-container .custom-tout-div .box img {
  height: 100%;
  object-fit: cover; }

.rotating-text-wrapper h6 {
  font-size: 14px;
  margin: 0;
  padding: 3px;
  color: #fff; }

.products-slider-arrows .glider-product-prev {
  position: absolute;
  border: none;
  border-radius: 50%;
  color: #d19557;
  font-size: 20px;
  height: fit-content;
  left: 0px;
  line-height: 0;
  opacity: 1;
  top: 50%;
  transform: translate(0%, -50%);
  background: #f1f1f1;
  padding: 2px 7px 2px 6px;
  width: fit-content;
  margin: 0 !important;
  transition: all .3ms ease-in; }
  .products-slider-arrows .glider-product-prev:hover {
    color: #d19557;
    background: rgba(209, 149, 87, 0.4); }
  @media (max-width: 991.98px) {
    .products-slider-arrows .glider-product-prev {
      opacity: 1;
      transform: translate(0%, -50%); } }
  @media (max-width: 767.98px) {
    .products-slider-arrows .glider-product-prev {
      opacity: 1;
      transform: translate(0%, -50%); } }
  .products-slider-arrows .glider-product-prev:focus {
    outline: none; }

.products-slider-arrows .glider-product-next {
  position: absolute;
  border: none;
  border-radius: 50%;
  color: #d19557;
  font-size: 20px;
  height: fit-content;
  line-height: 0;
  opacity: 1;
  right: 1px;
  top: 50%;
  transform: translate(0%, -50%);
  background: #f1f1f1;
  padding: 2px 6px 2px 7px;
  width: fit-content;
  margin: 0 !important;
  transition: all .3ms ease-in; }
  .products-slider-arrows .glider-product-next:hover {
    color: #d19557;
    background: rgba(209, 149, 87, 0.4); }
  @media (max-width: 991.98px) {
    .products-slider-arrows .glider-product-next {
      opacity: 1;
      transform: translate(0%, -50%); } }
  @media (max-width: 767.98px) {
    .products-slider-arrows .glider-product-next {
      opacity: 1;
      transform: translate(0%, -50%); } }
  .products-slider-arrows .glider-product-next:focus {
    outline: none; }

#w0-container tbody tr.w0 td.w0:empty {
  display: none; }

.skip-export:has(.actions span:empty) {
  display: none; }

.skip-export:has(.actions a + span:empty) {
  display: revert; }

.pagination-sm.pagination .page-item .page-link {
  height: 30px;
  width: 30px;
  line-height: 30px; }

.pagination li.active {
  border: 0; }

.pagination li span:visited, .pagination li a:visited {
  color: #000; }

.pagination li.active a {
  color: #d19557; }

.search-three-img {
  padding: 0;
  height: 120px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  z-index: 1;
  width: 100%;
  margin-top: 10px; }

.search-three-box {
  width: 122px;
  flex: 0 0 122px;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.search-three-box:first-child a {
  background: #5793d1; }

.search-three-box:nth-child(2) a {
  background: #57d158; }

.search-three-box:last-child a {
  background: #d19557; }

.search-three-box:last-child span {
  width: 26px;
  position: relative;
  top: 3px; }

.search-three-box:first-child span {
  position: relative;
  top: 2px; }

.search-three-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative; }

.search-three-box a:focus, .search-three-box a:active,
.search-three-box a:focus-visible,
.search-three-box a:focus-within {
  background: #796037 !important; }

.search-three-box a.active {
  background: #796037 !important; }

.search-three-box a:hover {
  background: #796037 !important; }

.search-three-box span {
  margin: 0 auto 15px;
  width: 30px;
  height: 30px; }

.search-three-box:nth-child(2) span {
  position: relative;
  top: 2px; }

.search-three-box span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1); }

.search-three-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase; }

.main-news-letter {
  position: fixed;
  left: 37px;
  top: 65%;
  transform: translateY(-50%);
  z-index: 999999;
  width: 100%;
  max-width: 467px;
  display: none; }
  .main-news-letter::after {
    content: '';
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 64%;
    left: -16px;
    transform: translateY(-50%); }
  .main-news-letter .news-btn {
    border-radius: 0px 10px 10px 0px;
    background: #D19557;
    border: 0;
    padding: 0px 4px;
    cursor: pointer;
    position: relative;
    top: 5px; }
    .main-news-letter .news-btn svg {
      width: 10px;
      height: 50px; }
  .main-news-letter .news-box-wrp {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 0.9375rem 0px rgba(0, 0, 0, 0.4); }
    .main-news-letter .news-box-wrp .news-box-list {
      min-height: auto;
      max-height: 260px;
      overflow-y: auto;
      overflow-x: hidden;
      border-radius: 4px;
      max-width: 967px;
      width: 100%; }
      .main-news-letter .news-box-wrp .news-box-list .news-box-item {
        display: flex;
        padding: 10px;
        border-bottom: 1px solid #7B9089; }
        .main-news-letter .news-box-wrp .news-box-list .news-box-item:last-child {
          border-bottom: 0; }
        .main-news-letter .news-box-wrp .news-box-list .news-box-item span {
          width: 32px;
          height: 32px;
          flex: 0 0 32px;
          background: #D9D9D9;
          border-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 10px; }
      .main-news-letter .news-box-wrp .news-box-list .news-box-info h3 {
        font-size: 16px;
        margin: 0;
        font-weight: 600;
        color: #CC2424;
        font-family: 'Asul', sans-serif;
        word-break: break-word; }
      .main-news-letter .news-box-wrp .news-box-list .news-box-info p {
        font-size: 14px;
        margin: 0;
        font-weight: 400;
        color: #282828;
        font-family: 'Asul', sans-serif;
        word-break: break-word; }

.fix-leftside {
  position: fixed;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  z-index: 9999;
  border-radius: 0px 8px 8px 0px;
  background: #D19557;
  border: 0;
  padding: 0px 3px;
  cursor: pointer;
  width: 20px;
  height: 55px; }
  .fix-leftside svg {
    width: 60%;
    height: 50px; }

.news-open .main-news-letter {
  display: block; }

.news-box-list::-webkit-scrollbar {
  display: none; }

.news-box-list {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.ship-desktop-wrp {
  padding: 0 !important; }

.ship-desktop-wrp .header-links-link.dropdown-toggle.dlDropDown::after,
.ship-desktop-wrp .dropdown-menu.col-cust-323::after {
  display: none !important; }

.ship-desktop-wrp .dropdown-menu {
  top: 57px;
  padding: 15px !important; }

body.no-verify .ship-desktop-wrp .dropdown-menu.show {
  display: none !important; }

body:not(.no-verify) .ship-desktop-wrp .dropdown-menu.show {
  display: block !important; }

.btn-secondary {
  background: #ff5900 !important;
  border-color: #ff5900 !important; }

.btn-secondary:hover {
  color: #ff5900;
  background: #fffdfd !important;
  border-color: #ff5900 !important; }

.overlay-black {
  overflow: hidden; }

.overlay-black:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 999999; }

.overlay-black .header:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 0; }

.no-verify.overlay-black:before, .no-verify.overlay-black .header:after {
  display: none; }

.overlay-black:has(.dropdown-menu.col-cust-323.show) .header-top-bar {
  opacity: 0.2; }

.overlay-black:has(.dropdown-menu.col-cust-323.show) .header-actions ul li {
  opacity: 0.2;
  pointer-events: none; }

.overlay-black:has(.dropdown-menu.col-cust-323.show) .header-actions ul li:nth-child(3) {
  opacity: 1;
  pointer-events: inherit; }

.fixe-rate-tag-line {
  display: none;
  background: #000; }
  .fixe-rate-tag-line p {
    margin: 0;
    color: #fff;
    padding: 5px 3px;
    text-align: center;
    line-height: 17px;
    font-weight: 350;
    font-size: 16px;
    height: 27px; }
    @media (max-width: 767.98px) {
      .fixe-rate-tag-line p {
        height: 41px; } }

/*Review Slider in Home Page*/
.review-slider-wrp {
  position: relative; }
  .review-slider-wrp .container-full .position-relative .rating-badge {
    width: 110px; }
    @media (max-width: 767.98px) {
      .review-slider-wrp .container-full .position-relative .rating-badge {
        margin: 10px auto; } }
    .review-slider-wrp .container-full .position-relative .rating-badge .rating-text p {
      top: -48px !important; }
      @media (max-width: 991.98px) {
        .review-slider-wrp .container-full .position-relative .rating-badge .rating-text p {
          top: -45px !important; } }
      @media (max-width: 767.98px) {
        .review-slider-wrp .container-full .position-relative .rating-badge .rating-text p {
          top: -48px !important; } }
  .review-slider-wrp .title {
    margin: 35px 0 !important;
    font-family: 'Inter';
    font-size: 22px; }
    @media (max-width: 767.98px) {
      .review-slider-wrp .title {
        font-size: 18px; } }
    .review-slider-wrp .title span {
      position: relative;
      background: #fff;
      padding: 0 10px; }
      .review-slider-wrp .title span::after {
        content: '';
        width: 600px;
        height: 1px;
        display: block;
        background-image: linear-gradient(to left, #ffffff, #d19557, #ffffff);
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        left: 50%; }
        @media (max-width: 767.98px) {
          .review-slider-wrp .title span::after {
            display: none; } }
  .review-slider-wrp .review-slider-item {
    padding: 0 5px; }
  .review-slider-wrp .review-slider-box {
    position: relative; }
    .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review {
      position: relative;
      background: #ECECEC;
      border-radius: 4px;
      padding: 10px;
      border: 1px solid #21252952;
      height: 310px;
      margin-bottom: 5px; }
      .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-review-item {
        position: relative; }
      .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info {
        background: #fff;
        border-radius: 4px;
        padding: 12px;
        margin-bottom: 15px; }
        .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info .average-show {
          display: flex;
          align-items: center;
          justify-content: center; }
          .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info .average-show span {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ECECEC;
            margin-right: 2px; }
            .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info .average-show span svg {
              width: 20px;
              height: 20px; }
        .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info .veryfied {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 5px 0 0 0; }
          .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info .veryfied svg {
            margin-right: 2px; }
          .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info .veryfied p {
            margin: 0;
            color: #000;
            font-family: Inter;
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-left: 2px; }
        .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info strong {
          display: block;
          color: #000;
          font-family: Inter;
          font-size: 13px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-align: center;
          margin-top: 8px; }
        .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info span {
          color: #000;
          font-family: Inter;
          font-size: 9px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          display: block;
          text-align: center; }
        .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info.blog-img {
          padding: 0;
          height: 95px; }
          .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-info.blog-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 4px; }
      .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-desc {
        text-align: center; }
        .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-desc h3 {
          color: #000;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0;
          margin-bottom: 8px; }
        .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-desc p {
          color: #000;
          font-family: Inter;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin: 0; }
        .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-desc span {
          color: #000;
          font-family: Inter;
          font-size: 10px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          display: block;
          margin-top: 15px; }
        .review-slider-wrp .review-slider-box .review-slider-item .user-listing-review .user-listing-desc .show-more-height p {
          display: block;
          -webkit-line-clamp: inherit;
          -webkit-box-orient: inherit;
          overflow: inherit; }
  .review-slider-wrp .glider-rating-prev, .review-slider-wrp .glider-rating-next {
    position: absolute;
    z-index: 2; }
  .review-slider-wrp .glider-rating-prev {
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    left: 0px;
    line-height: 0;
    opacity: 1;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 7px 2px 6px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
  .review-slider-wrp .glider-rating-next {
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    line-height: 0;
    opacity: 1;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 6px 2px 7px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
  .review-slider-wrp .glider-blog-prev, .review-slider-wrp .glider-blog-next {
    position: absolute;
    z-index: 2; }
  .review-slider-wrp .glider-blog-prev {
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    left: 0px;
    line-height: 0;
    opacity: 1;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 7px 2px 6px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
  .review-slider-wrp .glider-blog-next {
    border: none;
    border-radius: 50%;
    color: #d19557;
    font-size: 20px;
    height: fit-content;
    line-height: 0;
    opacity: 1;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    padding: 2px 6px 2px 7px;
    width: fit-content;
    margin: 0 !important;
    transition: all 0.3ms ease-in; }
  .review-slider-wrp .view-rating-review {
    text-align: center; }
    .review-slider-wrp .view-rating-review .rating-text p {
      top: -40px !important;
      margin: 0; }
      @media (max-width: 767.98px) {
        .review-slider-wrp .view-rating-review .rating-text p {
          top: -14px;
          font-size: 22px !important; } }
    .review-slider-wrp .view-rating-review h3 {
      font-weight: 500;
      font-size: 20px;
      margin: 10px 0; }
      @media (max-width: 575.98px) {
        .review-slider-wrp .view-rating-review h3 {
          font-size: 18px; } }
    .review-slider-wrp .view-rating-review a {
      border-radius: 4px;
      background: #ff5900;
      color: #fff;
      font-family: "Opininon", sans-serif;
      font-size: 12px;
      padding: 4px 7px;
      letter-spacing: 0.5px;
      display: inline-block;
      margin-top: 20px;
      margin-bottom: 0; }
    .review-slider-wrp .view-rating-review .average-rigth-side {
      width: 100%;
      margin-top: 10px; }
      .review-slider-wrp .view-rating-review .average-rigth-side h6 {
        color: #000;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 5px;
        text-align: center;
        padding-left: 0;
        margin-right: 0; }
        @media (max-width: 767.98px) {
          .review-slider-wrp .view-rating-review .average-rigth-side h6 {
            margin-bottom: 10px; } }
      .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp {
        display: flex;
        align-items: end;
        margin-bottom: 0px;
        width: 100%;
        justify-content: space-between; }
        @media (max-width: 767.98px) {
          .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp {
            justify-content: space-evenly; } }
        .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .average-rating {
          text-align: center;
          margin-right: 10px; }
          @media (max-width: 991.98px) {
            .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .average-rating {
              margin-right: 5px; } }
          .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .average-rating strong {
            display: block;
            text-align: center;
            color: #000;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            @media (max-width: 991.98px) {
              .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .average-rating strong {
                font-size: 14px; } }
          .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .average-rating .average-show {
            display: flex;
            align-items: center;
            margin-top: 1px; }
            .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .average-rating .average-show span {
              width: auto;
              height: auto;
              display: flex;
              align-items: center;
              justify-content: center;
              background: transparent;
              margin-right: 2px; }
              .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .average-rating .average-show span svg {
                width: 14px;
                height: 14px; }
                @media (max-width: 991.98px) {
                  .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .average-rating .average-show span svg {
                    width: 12px;
                    height: 12px; } }
        .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .recommended {
          text-align: center;
          position: relative; }
          .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .recommended strong {
            display: block;
            text-align: center;
            color: #000;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            @media (max-width: 991.98px) {
              .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .recommended strong {
                font-size: 14px; } }
          .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .recommended p {
            color: #000;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
            margin-top: 1px; }
            @media (max-width: 991.98px) {
              .review-slider-wrp .view-rating-review .average-rigth-side .ratings-average-wrp .recommended p {
                font-size: 10px; } }

.blog-slider-wrp .show-hide-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0; }
  .blog-slider-wrp .show-hide-text img {
    display: none !important; }
  .blog-slider-wrp .show-hide-text a {
    color: #000 !important;
    text-decoration: none !important; }
  .blog-slider-wrp .show-hide-text p {
    margin: 0; }
  .blog-slider-wrp .show-hide-text br {
    display: none; }
  .blog-slider-wrp .show-hide-text * {
    color: #000 !important;
    font-family: Inter !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin: 0 !important; }

.blog-slider-wrp .user-listing-desc h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 32px; }

.products .title {
  font-family: 'Inter';
  text-transform: capitalize; }
  @media (max-width: 767.98px) {
    .products .title {
      font-size: 18px; } }
  .products .title > a {
    position: relative;
    background: #fff;
    padding: 0 10px; }
    .products .title > a:after {
      content: '';
      width: 400px;
      height: 1px;
      display: block;
      background-image: linear-gradient(to left, #ffffff, #d19557, #ffffff);
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      left: 50%; }
      @media (max-width: 767.98px) {
        .products .title > a:after {
          width: 300px; } }

.search-dropdown {
  position: relative;
  top: 1px; }

.search-dropdown .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: 0; }

.search-dropdown .select2-container .select2-selection--single {
  height: 38px; }

.search-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px; }
  @media (max-width: 991.98px) {
    .search-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
      background: #e9e9e9; } }

.search-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px; }

.search-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #495057; }

.search-dropdown .select2-container--default .select2-search input:focus-visible, .search-dropdown .select2-container--default .select2-search .ecard-info-page .ecard-section-form .form-group select:focus-visible, .ecard-info-page .ecard-section-form .form-group .search-dropdown .select2-container--default .select2-search select:focus-visible, .search-dropdown .select2-container--default .select2-search .ecard-info-page .ecard-section-form .form-group textarea:focus-visible, .ecard-info-page .ecard-section-form .form-group .search-dropdown .select2-container--default .select2-search textarea:focus-visible {
  outline: none; }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px; }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #d19557;
  border-right: 1px solid white; }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: white; }

.search-dropdown .select2-container {
  width: 178px !important; }
  @media (max-width: 991.98px) {
    .search-dropdown .select2-container {
      width: 100% !important; } }

.search-dropdown .select2-container--open .select2-dropdown--below {
  z-index: 9999999; }

#dropdown_out {
  width: 180px; }

.search-dropdown select#mySelectedBrand {
  width: 178px;
  height: 38px;
  border: 0; }

div#dropdown_out1 {
  margin-bottom: 10px; }

.select2-dropdown {
  z-index: 9999999; }

.shiping-btn, .shiping-btn-1 {
  position: relative; }
  .shiping-btn #disable-shipping, .shiping-btn #disable-shipping-1, .shiping-btn-1 #disable-shipping, .shiping-btn-1 #disable-shipping-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }

.offer-discount-modal .modal-dialog {
  max-width: 450px; }

.offer-discount-modal .modal-content {
  border-radius: 10px;
  border: 0; }

.offer-discount-modal .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 6px;
  z-index: 1;
  opacity: 1 !important;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  color: #fff !important;
  text-shadow: none;
  font-size: 40px; }

.offer-discount-modal .offer-box {
  padding: 15px;
  background: #ba3636; }
  .offer-discount-modal .offer-box h3 {
    text-align: center;
    font-size: 28px;
    line-height: normal;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold; }
  .offer-discount-modal .offer-box p {
    color: #ffffffc7;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
    text-align: center; }
  .offer-discount-modal .offer-box .field-group input, .offer-discount-modal .offer-box .field-group .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .offer-discount-modal .offer-box .field-group select, .offer-discount-modal .offer-box .field-group .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .offer-discount-modal .offer-box .field-group textarea {
    height: 50px;
    font-size: 18px; }
  .offer-discount-modal .offer-box .field-group {
    margin-bottom: 20px; }
    .offer-discount-modal .offer-box .field-group button {
      background: #fff;
      border-radius: 50px;
      color: #000;
      font-family: "Opininon", sans-serif;
      font-size: 16px;
      border: 0;
      padding: 6px 30px;
      text-transform: uppercase;
      font-weight: 900;
      width: 100%;
      height: 50px;
      letter-spacing: 1px; }

.offer-discount-modal .field-captcha {
  position: relative;
  margin-top: 16px; }

.offer-discount-modal .field-captcha .form-group {
  position: relative; }

.offer-discount-modal .field-captcha .form-group img {
  width: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  height: 40px;
  object-fit: contain; }

.offer-discount-modal .modal-content .row {
  align-items: center; }

.offer-discount-modal .modal-dialog {
  margin: 6rem auto 3.75rem; }

.small-price {
  top: -5px; }

.cart-sidebar .cart-sticky-btn {
  position: fixed;
  right: 0;
  top: 72%;
  transform: translateY(-50%);
  z-index: 9999999; }
  @media (max-width: 1199.98px) {
    .cart-sidebar .cart-sticky-btn {
      top: 80%; } }
  .cart-sidebar .cart-sticky-btn button {
    position: relative;
    border: 0;
    background: #0c3c60ff;
    color: #fff;
    padding: 4px 2px 6px 10px;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    border-radius: 10px 0 0 10px; }
    @media (max-width: 767.98px) {
      .cart-sidebar .cart-sticky-btn button {
        padding: 0px 0px 3px 2px; }
        .cart-sidebar .cart-sticky-btn button span {
          display: none; } }
    .cart-sidebar .cart-sticky-btn button p {
      position: relative;
      margin: 0; }
      .cart-sidebar .cart-sticky-btn button p strong {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        font-weight: 100; }
    .cart-sidebar .cart-sticky-btn button svg {
      fill: #fff;
      width: 40px;
      height: 40px; }

.cart-sidebar .cart-sidebar-popup {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  transition: 0.7s ease;
  height: 100%;
  background: #fff;
  width: 350px;
  z-index: 99999999;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; }
  .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ccc; }
    .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-head h2 {
      margin: 0;
      font-size: 14px;
      color: #5b5b5b;
      font-family: "Montserrat", sans-serif; }
    .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-head button {
      background: transparent;
      border: 0;
      color: #5b5b5b;
      padding: 0; }
  .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body {
    position: relative;
    padding: 10px;
    min-height: auto;
    max-height: calc(100vh - 145px);
    overflow-y: auto; }
    .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body::-webkit-scrollbar {
      width: 5px; }
    .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body::-webkit-scrollbar-track {
      background: white; }
    .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body::-webkit-scrollbar-thumb {
      background: #d19557;
      border-right: 1px solid white; }
    .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      position: relative;
      margin-bottom: 5px;
      border: 1px solid #dee2e6;
      padding: 8px; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .cart-product-item-desc {
        width: 100%; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .cart-product-item-img {
        width: 80px;
        height: 80px;
        flex: 0 0 80px; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .cart-product-item-img img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .product-name {
        font-size: 14px;
        padding-right: 40px; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp span img {
          width: 16px; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp span.minus-pop-up {
          height: 25px;
          width: 24px; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp span.plus-pop-up {
          height: 25px;
          width: 24px; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp span.engminus {
          height: 25px;
          width: 24px; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp span.engplus {
          height: 25px;
          width: 24px; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp input, .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp select, .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp textarea {
          height: 30px;
          width: 34px !important; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .pro-wrp .number.custom-number {
          width: 75px;
          top: 0; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .btn-delete {
        position: absolute;
        right: 8px;
        top: 8px;
        padding: 0;
        border: 0;
        color: #0c3c60;
        background: transparent; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .btn-delete:focus, .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .btn-delete:focus-visible, .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .btn-delete:active {
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          outline: none; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .engraving-pro a {
        font-size: 14px; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .engraving-pro h6 {
        font-size: 14px;
        margin-top: 0 !important;
        padding-bottom: 6px !important; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .engraving-pro p {
        font-size: 14px;
        margin: 0 !important;
        line-height: 14px; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .engraving-pro p:last-child {
          margin-bottom: 4px !important; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .gift-card-pro .gift-card-pro-flex {
        display: flex;
        padding-right: 20px; }
        .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .gift-card-pro .gift-card-pro-flex p {
          font-family: "Bree Serif", serif !important;
          font-style: normal;
          font-weight: 400;
          font-size: 11px;
          line-height: 15px;
          color: #6B6B6B;
          white-space: nowrap;
          text-overflow: ellipsis;
          width: 100px;
          overflow: hidden;
          margin: 0; }
    .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .empty-cart {
      padding-top: 100px; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .empty-cart h3 {
        text-align: center;
        font-size: 18px;
        opacity: 0.7;
        margin-bottom: 15px; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .empty-cart img {
        width: 94px;
        margin: 0 auto;
        display: block; }
  .cart-sidebar .cart-sidebar-popup .popup-brand-owner-footer {
    width: 100%;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 110px;
    font-size: 13px; }
  .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-footer {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: rgba(60, 64, 67, 0.18) 0px -1px 4px 2px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; }
    .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-footer .cart-sidebar-pro-total {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px; }
    .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-footer a {
      width: 100%; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-footer a:focus, .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-footer a:focus-visible .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-footer a:active {
        opacity: 0.8; }
      .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-footer a:hover {
        color: #fff; }

.cart-popup-overlay {
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0;
  z-index: 9999999;
  transition: 0.7s ease;
  opacity: 0;
  visibility: hidden; }

.cart-sidebar-open .cart-sidebar .cart-sidebar-popup {
  right: 0; }

.cart-sidebar-open .cart-popup-overlay {
  opacity: 0.5;
  visibility: visible; }

#chatbot-container {
  z-index: 99999999;
  position: fixed;
  bottom: 80px;
  left: 20px;
  width: 350px;
  min-height: 361px;
  font-family: "Nunito Sans", serif; }

#chatbot-container p {
  margin: 0; }

#chatbot-interface {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); }

#chatbot-header {
  font-weight: 600;
  background: #0b131c;
  color: #fff;
  padding: 12px;
  border-radius: 10px 10px 0 0; }

#chatbot-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700; }

#chatbot-header p {
  margin-bottom: 15px; }

#chatbot-header button {
  background: #6a6a6a;
  border-radius: 10px;
  color: #fff;
  border: 0;
  padding: 8px;
  font-weight: 700;
  font-family: "Nunito Sans", serif;
  text-transform: capitalize; }

.chatbot-box-header p {
  font-weight: 700; }

.quetion {
  padding: 12px;
  min-height: auto;
  max-height: 215px;
  overflow-y: auto;
  overflow-x: hidden; }

#chatbot-chat {
  min-height: 238px;
  max-height: 238px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px;
  display: flex;
  flex-direction: column-reverse; }

#chatbot-chat::-webkit-scrollbar, .quetion::-webkit-scrollbar {
  width: 4px; }

#chatbot-chat::-webkit-scrollbar-track, .quetion::-webkit-scrollbar-track {
  background: white; }

#chatbot-chat::-webkit-scrollbar-thumb, .quetion::-webkit-scrollbar-thumb {
  background: #d5d5d5; }

#chatbot-footer {
  padding: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #c9c9c9; }

#chatbot-input-container {
  width: 100%; }

#chatbot-input, #chatbot-zip-input {
  width: 100%;
  padding: 8px;
  color: #000000;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 10px; }

#chatbot-new-message-send-button {
  cursor: pointer;
  border: 1px solid #c9c9c9;
  padding: 6px;
  border-radius: 10px;
  margin-left: 6px; }

#chatbot-new-message-send-button svg {
  fill: #5d5f61; }

#send-icon {
  color: white; }

#chatbot-open-container {
  position: fixed;
  bottom: 30px;
  left: 20px;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #d1cdcd;
  display: flex;
  align-items: center;
  justify-content: center; }

#chatbot-open-container i {
  padding-top: 0.25rem;
  font-size: 3rem;
  color: #2c2325; }

.quetion .chatbot-messages {
  background: #fff;
  color: #313131;
  border: 1px solid #313131;
  border-radius: 10px;
  padding: 8px;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }

.quetion .chatbot-messages:hover {
  background: #313131;
  color: #fff; }

.option-chat-box, .chat-bot-box {
  width: 100%;
  height: 100%; }

.option-chat-box {
  padding-bottom: 12px; }

.chatbot-box-header {
  font-weight: 600;
  background: #0b131c;
  color: #fff;
  padding: 12px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  gap: 10px; }

.chatbot-box-header button {
  flex: 0 0 20px;
  padding: 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff;
  border: 0;
  font-size: 26px; }

.chat-button-circle svg {
  width: 45px;
  height: 45px;
  margin-top: -1px; }

.close-circle-icon svg {
  width: 40px;
  height: 40px; }

.chatbot-box-header button:is(:focus, :focus-visible), #chatbot-input:is(:focus, :focus-visible) {
  box-shadow: none;
  outline: none; }

.chatbot-box-header button:hover {
  background: transparent; }

.chatbot-sent-messages {
  color: white;
  background-color: #202a36;
  border-radius: 10px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px;
  width: fit-content;
  max-width: 70%;
  font-size: 14px; }

.chatbot-sent-messages p, .chatbot-received-messages p {
  word-break: break-word; }

.chatbot-received-messages {
  color: #000;
  background-color: #eeeef1;
  border-radius: 10px;
  margin-left: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: auto;
  padding: 6px;
  width: fit-content;
  max-width: 77%;
  font-size: 14px; }

.chatbot-received-messages a {
  color: #007bff; }

#chatbot-footer input[type=number]::-webkit-outer-spin-button, #chatbot-footer .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group #chatbot-footer select[type=number]::-webkit-outer-spin-button, #chatbot-footer .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-outer-spin-button, .ecard-info-page .ecard-section-form .form-group #chatbot-footer textarea[type=number]::-webkit-outer-spin-button,
#chatbot-footer input[type=number]::-webkit-inner-spin-button,
#chatbot-footer .ecard-info-page .ecard-section-form .form-group select[type=number]::-webkit-inner-spin-button,
.ecard-info-page .ecard-section-form .form-group #chatbot-footer select[type=number]::-webkit-inner-spin-button,
#chatbot-footer .ecard-info-page .ecard-section-form .form-group textarea[type=number]::-webkit-inner-spin-button,
.ecard-info-page .ecard-section-form .form-group #chatbot-footer textarea[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#chatbot-footer input[type=number], #chatbot-footer .ecard-info-page .ecard-section-form .form-group select[type=number], .ecard-info-page .ecard-section-form .form-group #chatbot-footer select[type=number], #chatbot-footer .ecard-info-page .ecard-section-form .form-group textarea[type=number], .ecard-info-page .ecard-section-form .form-group #chatbot-footer textarea[type=number] {
  -moz-appearance: textfield; }

@media only screen and (max-width: 575px) {
  #chatbot-open-container {
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .chat-button-circle svg {
    width: 35px;
    height: 35px;
    margin: 0; }
  #chatbot-container {
    bottom: 70px;
    left: 10px; }
  #chatbot-container {
    min-height: 315px;
    width: 300px; }
  #chatbot-chat {
    min-height: 180px;
    max-height: 180px; }
  .quetion .chatbot-messages {
    padding: 7px; }
  #chatbot-input, #chatbot-zip-input {
    padding: 6px; }
  #chatbot-new-message-send-button {
    padding: 5px; }
  #chatbot-header h3 {
    font-size: 18px; }
  #chatbot-header p {
    margin-bottom: 10px;
    font-size: 14px; }
  #chatbot-header button {
    padding: 6px; }
  .quetion {
    max-height: 185px; } }

/*Media Query*/
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .info-card-box .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1240px) {
  .products-slider-wrap .collection-item .product-card .product-card-footer {
    flex-wrap: nowrap !important; }
  .products-slider-wrap .collection-item .product-card-descr {
    padding-left: 11px;
    padding-right: 11px; } }

@media (min-width: 1200px) {
  .advance-search-ul .advance-search-left {
    flex: 1; } }

@media (min-width: 576px) {
  .modal-dialog {
    margin: 3.75rem auto;
    max-width: 500px; }
  #modalAddress .modal-dialog {
    max-width: 350px; }
    #modalAddress .modal-dialog .modal-footer button {
      width: 100%; } }

@media (max-width: 1477px) {
  .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images.ecard-img-four img {
    width: 23%;
    height: 23%; } }

@media (max-width: 1199.98px) {
  .adavance-serach-main-full .adavance-serach-wrap-whisky {
    gap: 5.3px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    max-width: 576px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .adavance-serach-main-full .adavance-serach-wrap-whisky a {
    width: calc(25% - 4px); }
  .adavance-serach-main-full .adavance-serach-wrap-whisky button {
    max-width: 100%;
    min-width: 100%; }
  .advance-search-ul {
    flex-wrap: wrap;
    flex-direction: column; }
  .products-slider-arrows .glider-advance-prev, .products-slider-arrows .glider-advance-next {
    opacity: 1;
    transform: translate(0%, -50%); }
  .glider-advance .glider-track {
    margin-left: 0; } }

@media (max-width: 1199px) {
  .order-product-main {
    width: calc(25% - 6px);
    flex: 0 0 calc(25% - 6px); }
  .glass {
    display: none !important; }
  .product-imgs .frame__zoom {
    display: none !important; }
  .hero-wrapper {
    height: 241px; }
  .header-custom-menu .nav .nav-item .nav-item-link {
    font-size: 14px; } }

@media (max-width: 991px) {
  .order-product-main {
    width: calc(168px - 6px);
    flex: 0 0 calc(168px - 6px); }
  .order-product-wrp .order-product-item ul li p {
    font-size: 13px;
    line-height: 13px; }
  .search-three-img {
    display: flex; }
  .ship-mob-wrp {
    margin: 0px 0px 0 20px !important; }
  .ship-mob-wrp .truck-icon {
    position: absolute;
    top: 0;
    right: 0; }
  .ship-mob-wrp .truck-icon img {
    width: 28px; }
  .ship-mob-wrp select#ship-to-mobile {
    font-size: 16px;
    z-index: 1;
    background: #d19557;
    opacity: 0;
    padding: 0; }
  .ship-mob-wrp .dropdown-menu {
    background: #fff;
    padding: 15px !important; }
  .ship-mob-wrp .dropdown-menu h3, .ship-mob-wrp .dropdown-menu p {
    color: #000; }
  .ship-mob-wrp .dropdown-menu h3 {
    font-size: 14px; }
  .ship-mob-wrp .dropdown-menu p {
    font-size: 10px; }
  .ship-mob-wrp .dropdown-menu .col-12.justify-content-center.align-items-center {
    text-align: center; }
  .ship-mob-wrp .dropdown-menu #mobile-state-select {
    margin: 0 auto !important;
    width: auto !important;
    padding: 2px 10px !important;
    font-size: 14px !important; }
  .ship-mob-wrp .dropdown-menu::after {
    display: none; }
  .ship-mob-wrp .header-links-item .dropdown-menu.col-cust-323 {
    transform: translateX(-8px) !important;
    left: auto !important;
    right: 50% !important;
    top: 55px; }
  .ship-mob-wrp #mobilehlid .header-links-link.dropdown-toggle {
    opacity: 0; }
  .ship-mob-wrp:has(.header-links-item[style="display: none;"]) #ship-to-mobile {
    opacity: 1; }
  .ship-mob-wrp:has(.header-links-item[style="display: none;"]) .ship-mob-wrp .truck-icon img {
    width: 0; }
  .confirm-location_btn {
    font-size: 14px;
    padding: 1px 10px;
    margin: 0 !important;
    margin-right: 5px !important; }
  .confirm-location_btn {
    font-size: 14px;
    padding: 1px 10px;
    margin: 0 !important;
    margin-right: 5px !important; }
  .overlay-black .header:after {
    z-index: -1; }
  .overlay-black:has(.dropdown-menu.col-cust-323.show) .header-logo,
  .overlay-black:has(.dropdown-menu.col-cust-323.show) .header-icon-search,
  .overlay-black:has(.dropdown-menu.col-cust-323.show) .header-links-item-cart,
  .overlay-black:has(.dropdown-menu.col-cust-323.show) .header-nav-toggle {
    opacity: 0.2;
    pointer-events: none; }
  .tout-grid-home a:nth-child(-n + 5) {
    display: block !important;
    width: calc(50% - 5px) !important;
    margin: 0; }
  .tout-grid-home a:nth-child(5) {
    width: calc(100% - 5px) !important; }
  .tout-grid-home a {
    display: none !important; }
  .tout-grid.tout-grid-home {
    display: flex;
    flex-wrap: wrap; }
  .blog-page .blog-list .blog-des p {
    -webkit-line-clamp: 4; }
  .hero-wrapper {
    height: 200px; }
  .header-top .search-dropdown {
    display: none; }
  body.background.body-menu {
    overflow: hidden; }
  .offer-discount-modal .modal-dialog {
    max-width: 600px; }
  .search-dropdown .select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5; }
  .clearance-btn-wrp a {
    width: 100%; } }

@media (max-width: 767.98px) {
  .products-slider-arrows .glider-advance-prev, .products-slider-arrows .glider-advance-next {
    opacity: 1;
    transform: translate(0%, -50%); } }

@media only screen and (max-width: 767px) {
  .main-news-letter {
    max-width: 480px; }
  .eng-counter {
    width: 37px !important;
    background: #e9ecef !important; }
  .cart-card .table .cart-price-td {
    margin-right: 0; }
  .cart-card {
    border-bottom: 0; }
    .cart-card .table-responsive {
      overflow-x: hidden;
      display: block; }
    .cart-card .table {
      width: 100%; }
      .cart-card .table tr {
        display: block; }
      .cart-card .table .combo-remove {
        display: none; }
      .cart-card .table td {
        padding: 10px !important; }
        .cart-card .table td:nth-child(2) {
          width: 100%;
          display: block; }
        .cart-card .table td:nth-child(3) {
          width: 100%;
          flex-basis: 100%;
          display: block;
          padding: 0px;
          text-align: center; }
          .cart-card .table td:nth-child(3) .cart-product-desc {
            position: relative;
            border-bottom: 0;
            width: 100%;
            display: block;
            margin: 4px 0;
            padding: 0px; }
            .cart-card .table td:nth-child(3) .cart-product-desc b {
              position: inherit; }
            .cart-card .table td:nth-child(3) .cart-product-desc p {
              display: contents;
              padding: 0; }
          .cart-card .table td:nth-child(3) b.js-edit-combo {
            padding-left: 0;
            margin-top: 10px;
            display: block; }
        .cart-card .table td:nth-child(7) button {
          top: 15px;
          right: 10px; }
        .cart-card .table td:nth-child(4) {
          margin: 10px 0 10px 0;
          display: block;
          position: absolute;
          left: 10px;
          bottom: 0;
          width: auto;
          text-align: center !important; }
          .cart-card .table td:nth-child(4)::before {
            font-size: 12px;
            left: 0;
            top: -10px;
            width: 100%;
            text-align: center; }
        .cart-card .table td:nth-child(5) {
          justify-content: center !important; }
        .cart-card .table td:nth-child(6) {
          position: absolute;
          right: 10px;
          bottom: 0;
          width: auto;
          margin: 10px 0 10px 0;
          display: block;
          text-align: center !important; }
          .cart-card .table td:nth-child(6)::before {
            font-size: 12px;
            left: 0;
            top: -10px;
            width: 100%;
            text-align: center; }
      .cart-card .table .cart-card .table .cart-price-td {
        margin-right: 0px;
        font-size: 16px; }
    .cart-card .gift-cart-div-ul {
      padding: 0;
      text-align: left;
      display: block; }
  .custom-number {
    width: 80px;
    position: relative;
    top: 8px; }
    .custom-number .minus {
      width: 30px;
      height: 30px; }
    .custom-number .engminus {
      width: 30px;
      height: 30px; }
    .custom-number .plus {
      width: 30px;
      height: 30px; }
    .custom-number .engplus {
      width: 30px;
      height: 30px; }
    .custom-number .minus-main {
      width: 30px;
      height: 30px; }
    .custom-number .plus-main {
      width: 30px;
      height: 30px; }
  .combo-tr td:nth-child(4) {
    display: none !important; }
  .checkout-main {
    padding-right: 0; }
  #modalAddress .modal-footer button {
    width: 100%;
    margin-bottom: 12px !important; }
    #modalAddress .modal-footer button:last-child {
      margin-bottom: 0px !important; }
  .checkout-products .checkout-product-price-wrap .checkout-product-price .number {
    width: 87px;
    height: 33px; }
  .order-detail-info {
    flex-wrap: wrap;
    gap: 0px; }
  .order-detail-info-detial {
    width: calc(50% - 11px);
    flex: 0 0 calc(50% - 11px);
    margin-right: 11px;
    margin-bottom: 11px; }
  .order-detail-info-detial:nth-child(3) {
    width: 100%;
    flex: 100%;
    order: -1; }
  .order-detail-heading-item {
    width: calc(50% - 11px);
    flex: 0 0 calc(50% - 11px);
    margin-bottom: 11px;
    margin-right: 11px; }
  .order-detail-heading {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0px; }
  .order-detail-heading-item:first-child {
    width: calc(100% - 11px);
    flex: 0 0 calc(100% - 11px); }
  .order-detail-foot {
    background: #E7E7E7;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: calc(100% - 11px); }
  .order-detail-wrp {
    margin-left: 11px; }
  .view-order-page .title-wrp h2 {
    padding-left: 11px; }
  .order-product-main {
    width: calc(158px - 6px);
    flex: 0 0 calc(158px - 6px); }
  .order-product-wrp .order-product-item ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3px; }
  .order-product-wrp .order-product-item ul li {
    width: 48%;
    padding: 3px; }
  .order-product-wrp .order-product-item ul li:last-child {
    width: 100%; }
  .order-prod-popup .card.card-header {
    flex-direction: column; }
  .order-prod-popup .card.card-header .card-img-pro {
    width: 100px; }
  .order-prod-popup p.card-text {
    font-size: 18px; }
  .order-product-wrp {
    width: calc(100% - 22px);
    margin: 11px auto; }
  .order-product-item-img {
    height: 160px; }
  .order-product-wrp .order-product-item h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
    height: 28px; }
  .order-product-wrp .order-product-item span {
    margin-bottom: 10px; }
  .order-product-view h3 {
    font-size: 14px;
    line-height: 16px;
    padding: 3px; }
  .view-order-page .checkout-three-btn a {
    width: 100%; }
  .my-small-brand-div {
    margin-bottom: 8px; }
  .product-tabs .nav-tabs li a {
    padding: 0; }
  .blog-page .blog-list .blog-img {
    margin-bottom: 10px; }
  .blog-detail-page .blog-share-btn {
    align-items: flex-start;
    flex-direction: column; }
    .blog-detail-page .blog-share-btn .blog-btn-wrp .btn {
      padding: 5px 12px; }
    .blog-detail-page .blog-share-btn .blog-share-btn .owl-share {
      margin-bottom: 20px; }
  .tout-grid.tout-grid-home {
    margin-bottom: 10px; }
  .small-brand .small-brand-container .small-brand-div {
    display: none;
    margin: 4px 0 !important; }
  .small-brand .small-brand-container .small-brand-div:nth-child(-n + 14) {
    display: block; }
  .hero-wrapper {
    height: 153px; }
  .brand-dropdown-new .select2-container {
    width: 100% !important; }
  .header-top-custom-mobile .header-search #header_search_form button + button.search-submit {
    top: 51px !important; }
  .list-view-product .product-card-footer span.btn.btn-primary.btn-sold.d-flex {
    height: 35px; }
  .list-view-product .product-card-footer .btn.btn-primary.btn-shop {
    width: 48px;
    font-size: 10px;
    line-height: 12px;
    height: 35px;
    padding-right: 10px;
    position: relative;
    top: 1px;
    background-size: contain !important;
    padding-left: 5px; }
  .list-view-product .product-card-footer .btn.btn-primary.btn-shop span {
    position: relative;
    top: -2px; }
  .list-view-product .product-card-footer .product-card-cart {
    position: relative;
    height: 35px;
    width: 48px; }
  .list-view-product .product-card-footer .product-card-cart:before {
    width: 48px;
    height: 35px; }
  .offer-discount-modal .offer-box .field-group input, .offer-discount-modal .offer-box .field-group .ecard-info-page .ecard-section-form .form-group select, .ecard-info-page .ecard-section-form .form-group .offer-discount-modal .offer-box .field-group select, .offer-discount-modal .offer-box .field-group .ecard-info-page .ecard-section-form .form-group textarea, .ecard-info-page .ecard-section-form .form-group .offer-discount-modal .offer-box .field-group textarea {
    height: 40px;
    font-size: 16px; }
  .offer-discount-modal .offer-box .field-group button {
    height: 40px;
    font-size: 14px; }
  .offer-discount-modal .field-captcha .form-group img {
    height: 38px; }
  .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images.ecard-img-four img {
    width: 24%;
    height: 24%; } }

@media only screen and (max-width: 575px) {
  #modalAddress .modal-dialog {
    max-width: 90%;
    margin: 3.75rem auto; }
  .welcome-li-a-text {
    text-align: center;
    white-space: nowrap; }
  .custom-tout-container .custom-tout-div {
    display: none; }
  .custom-tout-container .custom-tout-div:nth-child(-n + 4) {
    display: block; }
  .tout_last_end .custom-tout-container .custom-tout-div:nth-child(4) {
    display: none; }
  .tout_last_end .custom-tout-container .custom-tout-div:nth-child(-n + 6) {
    display: block; }
  .tout.tout_last.tout_last_end .custom-tout-container .custom-tout-div {
    height: 120px; }
  .tout.tout_last.tout_last_end .custom-tout-container .custom-tout-div .box {
    height: 120px !important; }
  .order-product-main {
    width: calc(50% - 6px);
    flex: 0 0 calc(50% - 6px); }
  .main-news-letter {
    max-width: 370px; }
  .main-news-letter .news-box-wrp .news-box-list .news-box-info h3 {
    font-size: 14px; }
  .main-news-letter .news-box-wrp .news-box-list .news-box-info p {
    font-size: 12px; }
  .create-review-modal .customer-review-btn {
    flex-direction: column; }
  .blog-page .blog-list:hover {
    box-shadow: 0 0 0 0.2rem rgba(223, 177, 131, 0.37); }
  .hero-wrapper {
    height: 500px; }
  #image-gallery .img-wrapper {
    height: 126px; }
  #image-gallery .img-wrapper a {
    height: 126px; }
  .pagination li span, .pagination li a {
    height: 22px;
    min-width: 22px; }
  .offer-discount-modal {
    z-index: 9999999; }
  .offer-discount-modal .modal-dialog {
    max-width: 90%;
    margin: 30px auto; }
  .offer-discount-modal .offer-box h3 {
    font-size: 25px; }
  .offer-discount-modal .offer-box p {
    font-size: 15px;
    margin: 6px 0; } }

@media (max-width: 469px) {
  .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images.ecard-img-four img {
    width: 23%;
    height: 23%; } }

@media (max-width: 424px) {
  .main-news-letter {
    max-width: 310px; } }

@media (max-width: 400px) {
  .search-three-box {
    padding: 0px;
    width: 110px;
    flex: 0 0 110px; }
  .search-three-box p {
    font-size: 12px; }
  .search-three-img {
    height: 100px; }
  #image-gallery .img-wrapper {
    height: 112px; }
  #image-gallery .img-wrapper a {
    height: 112px; } }

@media (max-width: 389px) {
  .ship-mob-wrp .header-links-item .dropdown-menu.col-cust-323 {
    transform: translateX(7px) !important; } }

@media (max-width: 374px) {
  .ship-mob-wrp .header-links-item .dropdown-menu.col-cust-323 {
    transform: translateX(14px) !important; }
  #image-gallery .img-wrapper {
    height: 102px; }
  #image-gallery .img-wrapper a {
    height: 102px; } }

@media (max-width: 360px) {
  .search-three-img {
    width: calc(100% - 16px);
    margin-left: 8px; }
  .join-club-btn-mobile {
    width: 96%;
    margin: 2px 6px; }
  .clearance-btn-wrp {
    width: calc(100% - 16px);
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 359px) {
  .order-product-item-img {
    height: 115px; }
  .main-news-letter {
    max-width: 270px; }
  .club-faq .club-choose-box .club-choose-box-wrp .ecard-section-images img {
    width: 31%;
    height: 31%; }
  .join-club-btn-mobile {
    width: 95%;
    margin: 2px 8px; }
  .cart-sidebar .cart-sidebar-popup {
    width: 300px; }
  .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .cart-product-item-img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px; }
  .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item {
    gap: 5px; }
  .cart-sidebar .cart-sidebar-popup .cart-sidebar-popup-body .cart-product-item .gift-card-pro .gift-card-pro-flex p {
    width: 90px; } }

@media (max-width: 350px) {
  .search-three-box p {
    font-size: 11px; }
  .search-three-box {
    width: 98px;
    flex: 0 0 98px; }
  .search-three-img {
    height: 90px; }
  .ship-mob-wrp .header-links-item .dropdown-menu.col-cust-323 {
    transform: translateX(26px) !important; }
  #image-gallery .img-wrapper {
    height: 89px; }
  #image-gallery .img-wrapper a {
    height: 89px; } }

@media (max-width: 320px) {
  #modalAddress .modal-dialog .modal-content {
    margin-top: 50px; } }


/*# sourceMappingURL=frontend.css.map*/