@charset "UTF-8";
.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

:root {
  /** ==================================================================== **/
  /** Create Custom CSS Variables from "sfra bootstrap override" variables **/
  /** ==================================================================== **/
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #0070d2;
  --color-green: #008827;
  --color-primary: #98012E;
  --color-red: #c00;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-light-blue: #7ed0ee;
  --color-grey1: #f9f9f9;
  --color-grey2: #eee;
  --color-grey3: #ccc;
  --color-grey4: #999;
  --color-grey5: #666;
  --color-grey6: #444;
  --color-grey7: #222;
  --color-grey8: #333;
  --color-grey-transparent-1: rgba(0, 0, 0, 0.65);
  --color-grey-transparent-2: rgba(0, 0, 0, 0.25);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  /** ==================================================================== **/
  /** Define skin named variables here                                    **/
  /** ==================================================================== **/
  --skin-background-color-1: #fff;
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: $color-ctf__black;
  --skin-main-text-color-2: var(--color-gray7);
  --skin-menu-color-1: $color-ctf__black;
  --skin-menu-color-1-invert: $color-ctf__black;
  --skin-menu-color-2: #222;
  --skin-link-color-1: #444;
  --skin-link-color-2: var(--color-primary);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
  --skin-banner-background-color-1: #FFF;
  --skin-banner-background-color-2: #EEEEEE;
  --skin-banner-text-color-1: #000000;
  --color-ctf__underline: #000000;
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray7);
  --skin-header-font: var(--font-family-sans-serif);
  --skin-body-font: var(--font-family-sans-serif);
  --skin-body-font-en: var(--font-family-sans-serif-en);
  --skin-body-font-zh: var(--font-family-sans-serif-zh);
  --btn-padding-y: 10px;
  --btn-font-size: 13px;
  --btn-line-height: 22px;
}
@media (min-width: 768px) {
  :root {
    --btn-padding-y: 15px;
    --btn-font-size: 16px;
  }
}

:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #008827;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #98012E;
  --secondary: #A29061;
  --success: #008827;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #c00;
  --light: #f8f9fa;
  --dark: #343a40;
  --white: #fff;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1920px;
  --font-family-sans-serif: "Noto Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f9f9f9;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #444;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(29.75, 29.75, 29.75);
  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,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  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],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          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: 0.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 #CECECE;
}

small,
.small {
  font-size: 0.875em;
  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: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f9f9f9;
  border: 1px solid #dee2e6;
  border-radius: 0px;
  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: 0px;
}
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-xxl,
.container-xl,
.container-lg,
.container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1750px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table tbody + tbody {
  border-top: 2px solid #ccc;
}

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

.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ccc;
}
.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: rgb(226.16, 183.88, 196.48);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(201.44, 122.92, 146.32);
}

.table-hover .table-primary:hover {
  background-color: rgb(218.8028571429, 165.7371428571, 181.5514285714);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(218.8028571429, 165.7371428571, 181.5514285714);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(228.96, 223.92, 210.76);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(206.64, 197.28, 172.84);
}

.table-hover .table-secondary:hover {
  background-color: rgb(219.5117928287, 212.6431075697, 194.7082071713);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(219.5117928287, 212.6431075697, 194.7082071713);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 221.68, 194.52);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 193.12, 142.68);
}

.table-hover .table-success:hover {
  background-color: rgb(166.2136363636, 213.5663636364, 179.7927272727);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(166.2136363636, 213.5663636364, 179.7927272727);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(240.72, 183.6, 183.6);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(228.48, 122.4, 122.4);
}

.table-hover .table-danger:hover {
  background-color: rgb(236.47, 162.35, 162.35);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(236.47, 162.35, 162.35);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-black:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ccc;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: 479.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: 1023.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;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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 #a7b9ca;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #98012E;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
}

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

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 8px;
  font-size: 0.875rem;
  color: #008827;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 136, 39, 0.9);
  border-radius: 0px;
}
.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: #008827;
  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='%23008827' 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: #008827;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.25);
          box-shadow: 0 0 0 0 rgba(0, 136, 39, 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: #008827;
  padding-right: calc(0.75em + 2.2625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14.708' height='8.652' viewBox='0 0 14.708 8.652'%3e%3cpath d='M753,2790.667l6.653,6.537,6.653-6.537' transform='translate%28-752.299 -2789.953%29' fill='none' stroke='%23796E65' stroke-width='2'/%3e%3c/svg%3e") right 0.4rem center/auto 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='%23008827' 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.7rem/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: #008827;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.25);
          box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008827;
}
.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: #008827;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #008827;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(0, 187, 53.625);
  background-color: rgb(0, 187, 53.625);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.25);
          box-shadow: 0 0 0 0 rgba(0, 136, 39, 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: #008827;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008827;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #008827;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.25);
          box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 8px;
  font-size: 0.875rem;
  color: #FF0000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0px;
}
.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: #FF0000;
  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='%23FF0000' 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='%23FF0000' 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: #FF0000;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0 rgba(255, 0, 0, 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: #FF0000;
  padding-right: calc(0.75em + 2.2625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14.708' height='8.652' viewBox='0 0 14.708 8.652'%3e%3cpath d='M753,2790.667l6.653,6.537,6.653-6.537' transform='translate%28-752.299 -2789.953%29' fill='none' stroke='%23796E65' stroke-width='2'/%3e%3c/svg%3e") right 0.4rem center/auto no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF0000' 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='%23FF0000' stroke='none'/%3e%3c/svg%3e") center right 1.7rem/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: #FF0000;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF0000;
}
.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: #FF0000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FF0000;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0 rgba(255, 0, 0, 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: #FF0000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF0000;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF0000;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 480px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: var(--btn-padding-y) 14px;
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.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: #98012E;
  border-color: #98012E;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(114, 0.75, 34.5);
  border-color: rgb(101.3333333333, 0.6666666667, 30.6666666667);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(114, 0.75, 34.5);
  border-color: rgb(101.3333333333, 0.6666666667, 30.6666666667);
  -webkit-box-shadow: 0 0 0 0 rgba(167.45, 39.1, 77.35, 0.5);
          box-shadow: 0 0 0 0 rgba(167.45, 39.1, 77.35, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #98012E;
  border-color: #98012E;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(101.3333333333, 0.6666666667, 30.6666666667);
  border-color: rgb(88.6666666667, 0.5833333333, 26.8333333333);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(167.45, 39.1, 77.35, 0.5);
          box-shadow: 0 0 0 0 rgba(167.45, 39.1, 77.35, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #A29061;
  border-color: #A29061;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(138.9581673307, 123.1274900398, 81.7918326693);
  border-color: rgb(130.9322709163, 116.015936255, 77.0677290837);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(138.9581673307, 123.1274900398, 81.7918326693);
  border-color: rgb(130.9322709163, 116.015936255, 77.0677290837);
  -webkit-box-shadow: 0 0 0 0 rgba(175.95, 160.65, 120.7, 0.5);
          box-shadow: 0 0 0 0 rgba(175.95, 160.65, 120.7, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #A29061;
  border-color: #A29061;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(130.9322709163, 116.015936255, 77.0677290837);
  border-color: rgb(122.906374502, 108.9043824701, 72.343625498);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(175.95, 160.65, 120.7, 0.5);
          box-shadow: 0 0 0 0 rgba(175.95, 160.65, 120.7, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 97.75, 28.03125);
  border-color: rgb(0, 85, 24.375);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(0, 97.75, 28.03125);
  border-color: rgb(0, 85, 24.375);
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 153.85, 71.4, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 153.85, 71.4, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 85, 24.375);
  border-color: rgb(0, 72.25, 20.71875);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 153.85, 71.4, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 153.85, 71.4, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  -webkit-box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
          box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
          box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(165.75, 0, 0);
  border-color: #990000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(165.75, 0, 0);
  border-color: #990000;
  -webkit-box-shadow: 0 0 0 0 rgba(211.65, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0 rgba(211.65, 38.25, 38.25, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #990000;
  border-color: rgb(140.25, 0, 0);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(211.65, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0 rgba(211.65, 38.25, 38.25, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  -webkit-box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  -webkit-box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
          box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
          box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0 rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-outline-primary {
  color: #98012E;
  border-color: #98012E;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #98012E;
  border-color: #98012E;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(152, 1, 46, 0.5);
          box-shadow: 0 0 0 0 rgba(152, 1, 46, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #98012E;
  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: #98012E;
  border-color: #98012E;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(152, 1, 46, 0.5);
          box-shadow: 0 0 0 0 rgba(152, 1, 46, 0.5);
}

.btn-outline-secondary {
  color: #A29061;
  border-color: #A29061;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #A29061;
  border-color: #A29061;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(162, 144, 97, 0.5);
          box-shadow: 0 0 0 0 rgba(162, 144, 97, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #A29061;
  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: #A29061;
  border-color: #A29061;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(162, 144, 97, 0.5);
          box-shadow: 0 0 0 0 rgba(162, 144, 97, 0.5);
}

.btn-outline-success {
  color: #008827;
  border-color: #008827;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #008827;
  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: #008827;
  border-color: #008827;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 136, 39, 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #c00;
  border-color: #c00;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c00;
  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: #c00;
  border-color: #c00;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(204, 0, 0, 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #444;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(29.75, 29.75, 29.75);
  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: 17px 30px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    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: 100;
  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: 0px;
}

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

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

@media (min-width: 480px) {
  .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: 1024px) {
  .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;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #98012E;
}
.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.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: 10.5px;
  padding-left: 10.5px;
}
.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: 22.5px;
  padding-left: 22.5px;
}

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

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group: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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 #a7b9ca;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[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;
}

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

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

.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.875rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.375rem;
  height: 1.4375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #98012E;
  background-color: #98012E;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #98012E;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.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.0625rem;
  left: -1.875rem;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #707070;
}
.custom-control-label::after {
  position: absolute;
  top: 0.0625rem;
  left: -1.875rem;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.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: #98012E;
  background-color: #98012E;
}
.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(152, 1, 46, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(152, 1, 46, 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(152, 1, 46, 0.5);
}

.custom-switch {
  padding-left: 2.90625rem;
}
.custom-switch .custom-control-label::before {
  left: -2.90625rem;
  width: 2.40625rem;
  pointer-events: all;
  border-radius: 0.6875rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.0625rem + 2px);
  left: calc(-2.90625rem + 2px);
  width: calc(1.375rem - 4px);
  height: calc(1.375rem - 4px);
  background-color: #707070;
  border-radius: 0.6875rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.03125rem);
          transform: translateX(1.03125rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(152, 1, 46, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.7rem 0.375rem 0.4rem;
  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='14.708' height='8.652' viewBox='0 0 14.708 8.652'%3e%3cpath d='M753,2790.667l6.653,6.537,6.653-6.537' transform='translate%28-752.299 -2789.953%29' fill='none' stroke='%23796E65' stroke-width='2'/%3e%3c/svg%3e") right 0.4rem center/auto no-repeat;
  border: 1px solid #a7b9ca;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #a7b9ca;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.4rem;
  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: #98012E;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.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 #a7b9ca;
  border-radius: 0;
}
.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 0 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #f9f9f9, none;
          box-shadow: 0 0 0 1px #f9f9f9, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #98012E;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(253.8333333333, 77.6666666667, 130.1666666667);
}
.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: #98012E;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(253.8333333333, 77.6666666667, 130.1666666667);
}
.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;
  margin-left: 0;
  background-color: #98012E;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(253.8333333333, 77.6666666667, 130.1666666667);
}
.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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 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: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  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: #f9f9f9;
  border-color: #dee2e6 #dee2e6 #f9f9f9;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #98012E;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
}
.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: 479.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1919.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
}
.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: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-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: 480px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--breadcrumb-padding-y) var(--breadcrumb-padding-x);
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #444;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(29.75, 29.75, 29.75);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #98012E;
  border-color: #98012E;
}
.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: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.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: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.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: 0px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    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: #98012E;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(101.3333333333, 0.6666666667, 30.6666666667);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(152, 1, 46, 0.5);
          box-shadow: 0 0 0 0 rgba(152, 1, 46, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #A29061;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(130.9322709163, 116.015936255, 77.0677290837);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(162, 144, 97, 0.5);
          box-shadow: 0 0 0 0 rgba(162, 144, 97, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #008827;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(0, 85, 24.375);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 136, 39, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0 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: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #c00;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #990000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0 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: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0px;
}
@media (min-width: 480px) {
  .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;
}

.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: white;
  background-color: #98012e;
  border-color: #98012e;
}
.alert-primary hr {
  border-top-color: rgb(126.6666666667, 0.8333333333, 38.3333333333);
}
.alert-primary .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-secondary {
  color: white;
  background-color: #a29061;
  border-color: #a29061;
}
.alert-secondary hr {
  border-top-color: rgb(146.984063745, 130.2390438247, 86.515936255);
}
.alert-secondary .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-success {
  color: white;
  background-color: #008827;
  border-color: #008827;
}
.alert-success hr {
  border-top-color: rgb(0, 110.5, 31.6875);
}
.alert-success .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-info {
  color: white;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.alert-info hr {
  border-top-color: rgb(20.1666666667, 142.0434782609, 161.3333333333);
}
.alert-info .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-warning {
  color: white;
  background-color: #ffc107;
  border-color: #ffc107;
}
.alert-warning hr {
  border-top-color: rgb(236.5, 177.375, 0);
}
.alert-warning .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-danger {
  color: white;
  background-color: #cc0000;
  border-color: #cc0000;
}
.alert-danger hr {
  border-top-color: rgb(178.5, 0, 0);
}
.alert-danger .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-light {
  color: white;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.alert-light hr {
  border-top-color: rgb(233.125, 236.25, 239.375);
}
.alert-light .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-dark {
  color: white;
  background-color: #343a40;
  border-color: #343a40;
}
.alert-dark hr {
  border-top-color: rgb(40.5689655172, 45.25, 49.9310344828);
}
.alert-dark .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-white {
  color: white;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-black {
  color: white;
  background-color: black;
  border-color: black;
}
.alert-black hr {
  border-top-color: black;
}
.alert-black .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0px;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #98012E;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0px;
}

.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: #98012E;
  border-color: #98012E;
}
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0px;
  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: 480px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0px;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0px;
    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: 1024px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0px;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0px;
    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;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .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: rgb(79.04, 0.52, 23.92);
  background-color: rgb(226.16, 183.88, 196.48);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(79.04, 0.52, 23.92);
  background-color: rgb(218.8028571429, 165.7371428571, 181.5514285714);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(79.04, 0.52, 23.92);
  border-color: rgb(79.04, 0.52, 23.92);
}

.list-group-item-secondary {
  color: rgb(84.24, 74.88, 50.44);
  background-color: rgb(228.96, 223.92, 210.76);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(84.24, 74.88, 50.44);
  background-color: rgb(219.5117928287, 212.6431075697, 194.7082071713);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(84.24, 74.88, 50.44);
  border-color: rgb(84.24, 74.88, 50.44);
}

.list-group-item-success {
  color: rgb(0, 70.72, 20.28);
  background-color: rgb(183.6, 221.68, 194.52);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(0, 70.72, 20.28);
  background-color: rgb(166.2136363636, 213.5663636364, 179.7927272727);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 70.72, 20.28);
  border-color: rgb(0, 70.72, 20.28);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(106.08, 0, 0);
  background-color: rgb(240.72, 183.6, 183.6);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(106.08, 0, 0);
  background-color: rgb(236.47, 162.35, 162.35);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(106.08, 0, 0);
  border-color: rgb(106.08, 0, 0);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-black {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

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

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 480px) {
  .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: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .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: "Noto Sans", sans-serif;
  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;
  white-space: normal;
  word-spacing: 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: 0px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Noto Sans", sans-serif;
  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;
  white-space: normal;
  word-spacing: 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: 0px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0px;
}
.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: 0px 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 rgb(247.35, 247.35, 247.35);
}

.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: 0px 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: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #98012E !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(101.3333333333, 0.6666666667, 30.6666666667) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(130.9322709163, 116.015936255, 77.0677290837) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(0, 85, 24.375) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #990000 !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !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: #98012E !important;
}

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

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

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

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

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

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

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

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

.border-black {
  border-color: #000 !important;
}

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

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

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

.rounded-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-lg {
  border-radius: 0px !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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.85714286%;
}

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 480px) {
  .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: 1024px) {
  .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;
  }
}
@media (min-width: 1920px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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: 480px) {
  .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: 1024px) {
  .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;
  }
}
@media (min-width: 1920px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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: 480px) {
  .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: 1024px) {
  .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;
  }
}
@media (min-width: 1920px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #98012E !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(76, 0.5, 23) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(114.8804780876, 101.7928286853, 67.6195219124) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(0, 59.5, 17.0625) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(127.5, 0, 0) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !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;
    -webkit-box-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: 1024px !important;
  }
  .container {
    min-width: 1024px !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: #ccc;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ccc;
  }
}
.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: "FontAwesome";
}
.carousel .icon-prev::before {
  content: "\F104";
}
.carousel .icon-next::before {
  content: "\F104";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid var(--skin-primary-color-1);
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

dt {
  color: #495057;
  font-weight: normal;
}

.custom-checkbox .custom-control-label {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .custom-checkbox .custom-control-label {
    font-size: 14px;
  }
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #98012E;
}

.custom-checkbox.gold .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-checkbox.gold .custom-control-input:checked ~ .custom-control-label::after {
  background: #A29061;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}
.custom-checkbox.gold .custom-control-input ~ .custom-control-label::before {
  border-color: #A29061;
  background-color: #fff;
}

.form-control.is-invalid {
  background-image: none;
}

.alert-dismissible {
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.alert-success {
  background-color: #B78E6C;
}

.alert-danger {
  background-color: #B78E6C;
}

.alert-success,
.alert-danger {
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

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

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

@media (min-width: 480px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1919.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1920px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 479.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

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

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

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

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

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

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

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\A0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../fonts/flags//4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../fonts/flags//4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../fonts/flags//4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../fonts/flags//4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../fonts/flags//4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../fonts/flags//4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../fonts/flags//4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../fonts/flags//4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../fonts/flags//4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../fonts/flags//4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../fonts/flags//4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../fonts/flags//4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../fonts/flags//4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../fonts/flags//4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../fonts/flags//4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../fonts/flags//4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../fonts/flags//4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../fonts/flags//4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../fonts/flags//4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../fonts/flags//4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../fonts/flags//4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../fonts/flags//4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../fonts/flags//4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../fonts/flags//4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../fonts/flags//4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../fonts/flags//4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../fonts/flags//4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../fonts/flags//4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../fonts/flags//4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../fonts/flags//4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../fonts/flags//4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../fonts/flags//4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../fonts/flags//4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../fonts/flags//4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../fonts/flags//4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../fonts/flags//4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../fonts/flags//4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../fonts/flags//4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../fonts/flags//4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../fonts/flags//4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../fonts/flags//4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../fonts/flags//4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../fonts/flags//4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../fonts/flags//4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../fonts/flags//4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../fonts/flags//4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../fonts/flags//4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../fonts/flags//4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../fonts/flags//4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../fonts/flags//4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../fonts/flags//4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../fonts/flags//4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../fonts/flags//4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../fonts/flags//4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../fonts/flags//4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../fonts/flags//4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../fonts/flags//4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../fonts/flags//4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../fonts/flags//4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(../fonts/flags//4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../fonts/flags//4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../fonts/flags//4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../fonts/flags//4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../fonts/flags//4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../fonts/flags//4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../fonts/flags//4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../fonts/flags//4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../fonts/flags//4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../fonts/flags//4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../fonts/flags//4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../fonts/flags//4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../fonts/flags//4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../fonts/flags//4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../fonts/flags//4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../fonts/flags//4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../fonts/flags//4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../fonts/flags//4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../fonts/flags//4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../fonts/flags//4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../fonts/flags//4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../fonts/flags//4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../fonts/flags//4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../fonts/flags//4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../fonts/flags//4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../fonts/flags//4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../fonts/flags//4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../fonts/flags//4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../fonts/flags//4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../fonts/flags//4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../fonts/flags//4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../fonts/flags//4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../fonts/flags//4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../fonts/flags//4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../fonts/flags//4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../fonts/flags//4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../fonts/flags//4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../fonts/flags//4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../fonts/flags//4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../fonts/flags//4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../fonts/flags//4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../fonts/flags//4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../fonts/flags//4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../fonts/flags//4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../fonts/flags//4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../fonts/flags//4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../fonts/flags//4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../fonts/flags//4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../fonts/flags//4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../fonts/flags//4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../fonts/flags//4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../fonts/flags//4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(../fonts/flags//4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../fonts/flags//4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../fonts/flags//4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../fonts/flags//4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../fonts/flags//4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../fonts/flags//4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../fonts/flags//4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../fonts/flags//4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../fonts/flags//4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../fonts/flags//4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../fonts/flags//4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../fonts/flags//4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../fonts/flags//4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../fonts/flags//4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../fonts/flags//4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../fonts/flags//4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../fonts/flags//4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../fonts/flags//4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../fonts/flags//4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../fonts/flags//4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../fonts/flags//4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../fonts/flags//4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../fonts/flags//4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../fonts/flags//4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../fonts/flags//4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../fonts/flags//4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../fonts/flags//4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../fonts/flags//4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../fonts/flags//4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../fonts/flags//4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../fonts/flags//4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../fonts/flags//4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../fonts/flags//4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../fonts/flags//4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../fonts/flags//4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../fonts/flags//4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../fonts/flags//4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../fonts/flags//4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../fonts/flags//4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../fonts/flags//4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../fonts/flags//4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../fonts/flags//4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../fonts/flags//4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../fonts/flags//4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../fonts/flags//4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../fonts/flags//4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../fonts/flags//4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../fonts/flags//4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../fonts/flags//4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../fonts/flags//4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../fonts/flags//4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../fonts/flags//4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../fonts/flags//4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../fonts/flags//4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../fonts/flags//4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../fonts/flags//4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../fonts/flags//4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../fonts/flags//4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../fonts/flags//4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../fonts/flags//4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../fonts/flags//4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../fonts/flags//4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../fonts/flags//4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../fonts/flags//4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../fonts/flags//4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../fonts/flags//4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../fonts/flags//4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../fonts/flags//4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../fonts/flags//4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../fonts/flags//4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../fonts/flags//4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../fonts/flags//4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../fonts/flags//4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../fonts/flags//4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../fonts/flags//4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../fonts/flags//4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../fonts/flags//4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../fonts/flags//4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../fonts/flags//4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../fonts/flags//4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../fonts/flags//4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../fonts/flags//4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../fonts/flags//4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../fonts/flags//4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../fonts/flags//4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../fonts/flags//4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../fonts/flags//4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../fonts/flags//4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../fonts/flags//4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../fonts/flags//4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../fonts/flags//4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../fonts/flags//4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../fonts/flags//4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../fonts/flags//4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../fonts/flags//4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../fonts/flags//4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../fonts/flags//4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../fonts/flags//4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../fonts/flags//4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../fonts/flags//4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../fonts/flags//4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../fonts/flags//4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../fonts/flags//4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../fonts/flags//4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../fonts/flags//4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../fonts/flags//4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../fonts/flags//4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../fonts/flags//4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../fonts/flags//4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../fonts/flags//4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../fonts/flags//4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../fonts/flags//4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../fonts/flags//4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../fonts/flags//4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../fonts/flags//4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../fonts/flags//4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../fonts/flags//4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../fonts/flags//4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../fonts/flags//4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../fonts/flags//4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../fonts/flags//4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../fonts/flags//4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../fonts/flags//4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../fonts/flags//4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../fonts/flags//4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../fonts/flags//4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../fonts/flags//4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../fonts/flags//4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../fonts/flags//4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../fonts/flags//4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../fonts/flags//4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../fonts/flags//4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../fonts/flags//4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../fonts/flags//4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../fonts/flags//4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../fonts/flags//4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../fonts/flags//4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../fonts/flags//4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/zw.svg);
}

.flag-icon-es-ct {
  background-image: url(../fonts/flags//4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/es-ct.svg);
}

.flag-icon-eu {
  background-image: url(../fonts/flags//4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(../fonts/flags//4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(../fonts/flags//4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(../fonts/flags//4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(../fonts/flags//4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(../fonts/flags//4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/un.svg);
}

/**
 * Settings
 */
/**
 * Easings
 */
/**
 * Core
 */
[data-sal] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: var(--sal-duration, 0.2s);
          transition-duration: var(--sal-duration, 0.2s);
  -webkit-transition-delay: var(--sal-delay, 0s);
          transition-delay: var(--sal-delay, 0s);
  -webkit-transition-timing-function: var(--sal-easing, ease);
          transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
          transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
          transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
 * Animations
 */
[data-sal|=fade] {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=slide-up] {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

[data-sal=slide-down] {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

[data-sal=slide-left] {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

[data-sal=slide-right] {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=zoom-in] {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

[data-sal=zoom-out] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-sal=flip-left] {
  -webkit-transform: perspective(2000px) rotateY(-91deg);
          transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  -webkit-transform: perspective(2000px) rotateY(91deg);
          transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  -webkit-transform: perspective(2000px) rotateX(-91deg);
          transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  -webkit-transform: perspective(2000px) rotateX(91deg);
          transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  -webkit-transform: none;
          transform: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\F104";
}
[dir=rtl] .slick-prev:before {
  content: "\F105";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\F105";
}
[dir=rtl] .slick-next:before {
  content: "\F104";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F111";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: var(--slick-dot-color);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: var(--slick-dot-color);
  opacity: 0.5;
}

.slick-slider {
  --slick-dot-color: #98012E;
}

.slick-prev,
.slick-next {
  background: #2F2F2F;
  color: white;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
  }
}
.slick-prev:focus, .slick-prev:hover,
.slick-next:focus,
.slick-next:hover {
  background: #2F2F2F;
  color: white;
}
.slick-slider:hover .slick-prev:not(:hover),
.slick-slider:hover .slick-next:not(:hover) {
  opacity: 0.5;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  cursor: not-allowed;
}
.slick-slider:hover .slick-prev.slick-disabled,
.slick-slider:hover .slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 2rem;
  opacity: 1 !important;
}

.slick-next {
  left: 100%;
}

.slick-dots {
  /* padding: 20px 0;*/
  top: 100%;
  bottom: auto;
}
.slick-dots li:not(.slick-active) button::before {
  opacity: 1;
  content: "\F1DB";
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}

.slick-show-arrow .slick-arrow {
  opacity: 1 !important;
}

.slick-arrows-sm {
  --arrow-size: 40px;
  width: var(--arrow-size);
  height: var(--arrow-size);
  padding: 0;
  background: rgba(111, 111, 111, 0.15);
  color: #393939;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: var(--arrow-size);
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slick-arrows-sm.next {
  right: -50px;
}
.slick-arrows-sm.prev {
  left: -50px;
}
@media (max-width: 767.98px) {
  .slick-arrows-sm {
    --arrow-size: 26px;
  }
  .slick-arrows-sm.next {
    right: -30px;
  }
  .slick-arrows-sm.prev {
    left: -30px;
  }
}
.slick-arrows-sm.slick-disabled {
  display: none;
}
.slick-arrows-sm:focus, .slick-arrows-sm:hover {
  background: rgba(111, 111, 111, 0.25);
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

body {
  font-size: 14px;
}

body.no-scroll {
  max-height: 100%;
  overflow: hidden;
}

#maincontent {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #maincontent {
    border-top: 1px solid #DEDEDE;
  }
}

.container-xxl {
  max-width: 1750px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.coupon-card {
  background: #fff;
  position: relative;
}
.coupon-card .coupon-header {
  background: linear-gradient(135deg, rgb(222, 193, 118) 50%, rgb(216, 183, 100) 50%);
  padding-top: 59%;
  position: relative;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.coupon-card .coupon-header:before, .coupon-card .coupon-header:after {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -21px;
  bottom: 28px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-header:before, .coupon-card .coupon-header:after {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.coupon-card .coupon-header:after {
  left: initial;
  right: -21px;
}
.coupon-card .coupon-header .coupon-status {
  position: absolute;
  left: 18px;
  top: 17px;
  background: white;
  padding: 9px 18px 9px 46px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  display: none;
}
.coupon-card .coupon-header .coupon-status.used {
  display: block;
  color: #A29061;
}
.coupon-card .coupon-header .coupon-status.used:before {
  font-family: "ctf-icons";
  content: "\E96F";
  font-size: 21px;
  position: absolute;
  top: 4px;
  left: 18px;
}
.coupon-card .coupon-header .coupon-status.expired {
  display: block;
  color: #000;
}
.coupon-card .coupon-header .coupon-status.expired:before {
  font-family: "ctf-icons";
  content: "\E970";
  font-size: 21px;
  position: absolute;
  top: 4px;
  left: 18px;
}
.coupon-card .coupon-header .coupon-code {
  position: absolute;
  right: 18px;
  top: 10px;
  font-size: 14px;
  font-weight: 700;
}
.coupon-card .coupon-header .title-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 22px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-header .title-wrapper {
    top: 45%;
  }
}
.coupon-card .coupon-header .title-wrapper .coupon-sub-title {
  font-size: 18px;
  font-weight: 500;
}
.coupon-card .coupon-header .title-wrapper .coupon-title {
  font-size: 32px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical; /* Mozilla */
  -webkit-box-orient: vertical; /* WebKit */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-header .title-wrapper .coupon-title {
    font-size: 30px;
    line-height: 1.2;
    padding: 0 5px;
  }
}
.coupon-card .coupon-footer {
  border-radius: 0 0 8px 8px;
  padding: 18px 26px 28px 26px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.11));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-footer {
    padding: 13px 17px 22px 17px;
  }
}
.coupon-card .coupon-footer .valid-range {
  font-size: 18px;
  font-weight: 700;
  color: #DEC176;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-footer .valid-range {
    font-size: 16px;
  }
}
.coupon-card .coupon-footer .coupon-condition {
  color: #4A4A4A;
  margin-top: 9px;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-footer .coupon-condition {
    font-size: 14px;
  }
}
.coupon-card .coupon-footer .btn-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.coupon-card .coupon-footer .btn-wrapper .btn {
  font-weight: 400;
  font-size: 14px;
}
.coupon-card .coupon-footer .btn-wrapper .coupon-usenow,
.coupon-card .coupon-footer .btn-wrapper .coupon-collect {
  height: 36px;
  padding: 5px 25px;
}
.coupon-card .coupon-footer .btn-wrapper .btn-link {
  font-size: 16px;
}
.coupon-card .coupon-countdown {
  margin-top: -60px;
  margin-bottom: 17px;
  text-align: center;
}
.coupon-card .coupon-countdown > .label {
  color: #fff;
  font-size: 12px;
  margin-bottom: 6px;
}
.coupon-card .coupon-countdown .time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background: white;
  max-width: 186px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}
.coupon-card .coupon-countdown .time-wrapper > div {
  width: 25%;
  border-right: 1px solid #98012E;
  padding: 7px 0;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-countdown .time-wrapper > div {
    padding: 6px 0;
  }
}
.coupon-card .coupon-countdown .time-wrapper > div:last-child {
  border: 0;
}
.coupon-card .coupon-countdown .time-wrapper span {
  font-size: 20px;
  font-weight: 700;
  color: #535353;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-countdown .time-wrapper span {
    font-size: 16px;
  }
}
.coupon-card .coupon-countdown .time-wrapper .small-text {
  font-size: 12px;
  font-weight: 700;
  color: #98012E;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-countdown .time-wrapper .small-text {
    font-size: 10px;
  }
}
.coupon-card.blue .coupon-header {
  background: linear-gradient(135deg, rgb(135, 189, 213) 50%, rgb(117, 176, 203) 50%);
}
.coupon-card.blue .coupon-footer .valid-range {
  color: #87BDD5;
}
.coupon-card.purple .coupon-header {
  background: linear-gradient(135deg, rgb(199, 168, 203) 50%, rgb(184, 152, 188) 50%);
}
.coupon-card.purple .coupon-footer .valid-range {
  color: #C7A8CB;
}
.coupon-card.pink .coupon-header {
  background: linear-gradient(135deg, rgb(240, 213, 213) 50%, rgb(234, 202, 202) 50%);
}
.coupon-card.pink .coupon-footer .valid-range {
  color: #F0D5D5;
}
.coupon-card.green .coupon-header {
  background: linear-gradient(135deg, rgb(176, 223, 206) 50%, rgb(157, 208, 189) 50%);
}
.coupon-card.green .coupon-footer .valid-range {
  color: #B0DFCE;
}
.coupon-card.grey .coupon-header {
  background: linear-gradient(135deg, rgb(168, 187, 203) 50%, rgb(152, 171, 188) 50%);
}
.coupon-card.grey .coupon-footer .valid-range {
  color: #CCCCCC;
}
.coupon-card.red .coupon-header {
  background: linear-gradient(135deg, rgb(151, 0, 46) 50%, rgb(136, 13, 51) 50%);
}
.coupon-card.red .coupon-footer .valid-range {
  color: #97002E;
}
.coupon-card.bear .coupon-header {
  background: url("../images/coupon-bear.png") no-repeat;
  background-size: 100%;
}
.coupon-card.bear .coupon-footer .valid-range {
  color: #B0DFCE;
}

.coupon-tile.collected .coupon-collect {
  pointer-events: none;
  opacity: 0.65;
}
.coupon-tile.expired .coupon-card:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  opacity: 0.39;
}
.coupon-tile.expired .coupon-card .valid-range {
  margin-top: 30px;
}
.coupon-tile.used .coupon-status {
  display: block;
  color: #A29061;
}
.coupon-tile.used .coupon-status:before {
  font-family: "FontAwesome";
  content: "\F058";
  font-size: 21px;
  position: absolute;
  top: 4px;
  left: 18px;
}
.coupon-tile.prevent-click .coupon-usenow {
  pointer-events: none;
}

.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 640px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.modal.left.watch-contact .modal-dialog, .modal.right.watch-contact .modal-dialog {
  max-width: 543px;
}
.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body, .modal.right .modal-body {
  padding: 30px;
}
.modal.left.fade .modal-dialog {
  left: -100%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: -100%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
  right: 0;
}
.modal.centered-title .modal-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.centered-title .modal-header .close {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.no-title .modal-header {
  padding: 0 !important;
  height: 0;
  border: 0;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.modal.no-title .modal-header .close {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.modal.wide {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .modal.wide .modal-dialog {
    width: 90%;
    max-width: var(--wide, 1236px);
  }
}
.modal.wide .modal-header {
  border: 0;
}
@media (min-width: 768px) {
  .modal.wide .modal-header {
    padding-top: 2rem;
  }
  .modal.wide .modal-header .close {
    font-size: 2em;
  }
}
.modal.wide .modal-content {
  max-height: calc(100vh - 60px);
}
.modal.wide .modal-title {
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .modal.wide .modal-title {
    font-size: 32px;
  }
}
.modal.wide .modal-body {
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 767.98px) {
  .modal.wide .modal-body {
    padding-top: 0;
  }
}
.modal.fullscreen {
  padding: 0 !important;
}
.modal.fullscreen .modal-dialog {
  max-width: none;
  margin: 0%;
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
}

#buyWatchProductModal,
#removeBasketConfirmModal {
  z-index: 1060;
}

input[placeholder] {
  text-overflow: ellipsis;
}

.no-bullet {
  list-style-type: none;
}

.hide-order-discount {
  display: none !important;
}

.hide-shipping-discount {
  display: none !important;
}

.order-discount-total {
  color: #98012E;
}

.shipping-discount {
  color: #008827;
}

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

.error-unassigned-category {
  color: #c00;
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 16px;
  margin-bottom: 0;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 768px) {
  .card-header-custom {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .card-header-custom {
    font-size: 24px;
  }
}

img {
  max-width: 100%;
}

button:focus {
  outline: 0;
}

[lang=zh] .btn {
  letter-spacing: 0.03em;
}
.btn.btn-inline-block {
  min-width: 116px;
}
@media (min-width: 768px) {
  .btn.btn-inline-block {
    width: 250px;
  }
}
.btn.btn-primary {
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 4px);
  font-size: 16px;
  font-family: Europa, NotoSansTC !important;
  line-height: 20px;
  text-align: center;
  color: #796E65;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  border: 0px;
  margin-left: 2px;
  padding: 16px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  border: 1px solid #796E65;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% + 6px);
  width: 100%;
  left: 0px;
  top: -2px;
  border-left: 0 !important;
  border-right: 0 !important;
  -webkit-transform: translate3d(0px, -1px, 0px);
          transform: translate3d(0px, -1px, 0px);
}
.btn.btn-primary::after {
  content: "";
  position: absolute;
  border: 1px solid #796E65;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  left: -2px;
  top: 0px;
  width: calc(100% + 6px);
  border-top: 0 !important;
  border-bottom: 0 !important;
  -webkit-transform: translate3d(-1px, 0px, 0px);
          transform: translate3d(-1px, 0px, 0px);
}
.btn.btn-primary:hover {
  background-color: #796E65;
  color: #fff;
}
.btn.btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-primary.btn-round {
  border-radius: 30px;
}
.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #796E65;
}
.btn.btn-primary.btn-red {
  background-color: #796E65;
  color: #fff;
}
.btn.btn-primary.btn-red:hover {
  background-color: #662124;
}
.btn.btn-primary.btn-red:hover::before {
  border: 1px solid #662124;
  border-left: 0 !important;
  border-right: 0 !important;
}
.btn.btn-primary.btn-red:hover::after {
  border: 1px solid #662124;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.btn.btn-secondary {
  font-weight: 500;
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active {
  background: #E8E8E8 !important;
  color: #261B01 !important;
  border-color: transparent !important;
}
.btn.btn-secondary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-secondary.btn-round {
  border-radius: 30px;
}
.btn.btn-outline-primary {
  background: #fff;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
  border: 1px solid #000;
  background: #FFF !important;
  color: #000 !important;
}
.btn.btn-outline-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-outline-primary.btn-round {
  border-radius: 30px;
}
.btn.btn-outline-third {
  font-weight: 500;
  background: #fff;
  border: 1px solid #796E65;
  color: #796E65;
}
.btn.btn-outline-third:hover, .btn.btn-outline-third:active {
  background: #796E65;
  border: 1px solid #796E65;
  color: #fff;
}
.btn.btn-outline-third:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-outline-third.btn-round {
  border-radius: 30px;
}
.btn.btn-outline-fourth {
  font-weight: 300;
  background: transparent;
  color: #000;
}
.btn.btn-outline-fourth:hover, .btn.btn-outline-fourth:active {
  background: #707070;
  color: #fff;
}
.btn.btn-outline-fourth:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-outline-fourth.btn-round {
  border-radius: 30px;
}
.btn.feel-lucky {
  padding: 6px 23px;
  color: #98012E;
  border: 1px solid #98012E;
  background: #fff;
}
@media (max-width: 767.98px) {
  .btn.feel-lucky {
    padding: 3px 9px;
  }
}
.btn.feel-lucky:hover {
  background: #98012E;
  color: #fff;
  text-decoration: none;
}
.btn.btn-gold {
  background: -webkit-gradient(linear, left top, right top, from(#e6c426), to(#c6a717));
  background: linear-gradient(90deg, #e6c426 0%, #c6a717 100%);
  color: #fff;
  padding: 0 40px;
  font-size: 14px;
  border: 1px solid #e6c426;
  height: 44px;
  line-height: 38px;
  width: 156px;
}
.btn.btn-gold:hover {
  background-color: transparent;
  color: #796E65;
  border: 1px solid #796E65;
}
@media (min-width: 768px) {
  .btn.btn-gold {
    height: 75px;
    padding: 15px 40px;
    font-size: 26px;
    width: 306px;
  }
}

.link-red-with-right-arrow {
  position: relative;
  text-decoration: none;
  color: #98012E;
}
.link-red-with-right-arrow:after {
  font-family: "FontAwesome";
  content: "\F105";
  position: absolute;
  top: 2px;
  right: -12px;
  width: 6px;
  font-size: 20px;
  line-height: 20px;
}
.link-red-with-right-arrow:hover {
  color: #98012E;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkbox-type-1 .input-checkbox {
  display: none;
}
.checkbox-type-1 .input-checkbox:checked ~ .label-checkbox:after {
  background: #98012E;
}
.checkbox-type-1 .label-checkbox {
  position: relative;
  padding-left: 37px;
  line-height: 28px;
  cursor: pointer;
}
.checkbox-type-1 .label-checkbox:before {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #A78788;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-type-1 .label-checkbox:after {
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
}

.checkbox-type-2 .input-checkbox {
  display: none;
}
.checkbox-type-2 .input-checkbox:checked ~ .label-checkbox:after {
  background: #98012E;
}
.checkbox-type-2 .label-checkbox {
  position: relative;
  padding-left: 37px;
  line-height: 28px;
  cursor: pointer;
}
.checkbox-type-2 .label-checkbox:before {
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #ACACAC;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-type-2 .label-checkbox:after {
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
}

.checkbox-type-3 .input-checkbox {
  display: none;
}
.checkbox-type-3 .input-checkbox:checked ~ .label-checkbox:after {
  content: "\E954";
}
.checkbox-type-3 .label-checkbox {
  position: relative;
  padding-left: 37px;
  line-height: 28px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .checkbox-type-3 .label-checkbox {
    font-size: 14px;
    line-height: 24px;
  }
}
.checkbox-type-3 .label-checkbox:before {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #A78788;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .checkbox-type-3 .label-checkbox:before {
    width: 25px;
    height: 25px;
  }
}
.checkbox-type-3 .label-checkbox:after {
  content: "";
  font-family: "ctf-icons";
  color: #98012E;
  position: absolute;
  top: 0;
  left: 7px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .checkbox-type-3 .label-checkbox:after {
    top: 1px;
    font-size: 10px;
  }
}

.form-type-underline .form-group:not(.except) {
  position: relative;
  /** IE 11 */
}
.form-type-underline .form-group:not(.except) input[type=text],
.form-type-underline .form-group:not(.except) input[type=password],
.form-type-underline .form-group:not(.except) input[type=url],
.form-type-underline .form-group:not(.except) input[type=tel],
.form-type-underline .form-group:not(.except) input[type=search],
.form-type-underline .form-group:not(.except) input[type=number],
.form-type-underline .form-group:not(.except) input[type=datetime],
.form-type-underline .form-group:not(.except) input[type=email] {
  height: 55px;
  padding: 20px 0 5px 0;
  border: 0;
  border-bottom: 2px solid #A78788;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-type-underline .form-group:not(.except) input[type=text]::-webkit-outer-spin-button, .form-type-underline .form-group:not(.except) input[type=text]::-webkit-inner-spin-button,
.form-type-underline .form-group:not(.except) input[type=password]::-webkit-outer-spin-button,
.form-type-underline .form-group:not(.except) input[type=password]::-webkit-inner-spin-button,
.form-type-underline .form-group:not(.except) input[type=url]::-webkit-outer-spin-button,
.form-type-underline .form-group:not(.except) input[type=url]::-webkit-inner-spin-button,
.form-type-underline .form-group:not(.except) input[type=tel]::-webkit-outer-spin-button,
.form-type-underline .form-group:not(.except) input[type=tel]::-webkit-inner-spin-button,
.form-type-underline .form-group:not(.except) input[type=search]::-webkit-outer-spin-button,
.form-type-underline .form-group:not(.except) input[type=search]::-webkit-inner-spin-button,
.form-type-underline .form-group:not(.except) input[type=number]::-webkit-outer-spin-button,
.form-type-underline .form-group:not(.except) input[type=number]::-webkit-inner-spin-button,
.form-type-underline .form-group:not(.except) input[type=datetime]::-webkit-outer-spin-button,
.form-type-underline .form-group:not(.except) input[type=datetime]::-webkit-inner-spin-button,
.form-type-underline .form-group:not(.except) input[type=email]::-webkit-outer-spin-button,
.form-type-underline .form-group:not(.except) input[type=email]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 767.98px) {
  .form-type-underline .form-group:not(.except) input[type=text],
  .form-type-underline .form-group:not(.except) input[type=password],
  .form-type-underline .form-group:not(.except) input[type=url],
  .form-type-underline .form-group:not(.except) input[type=tel],
  .form-type-underline .form-group:not(.except) input[type=search],
  .form-type-underline .form-group:not(.except) input[type=number],
  .form-type-underline .form-group:not(.except) input[type=datetime],
  .form-type-underline .form-group:not(.except) input[type=email] {
    font-size: 14px;
  }
}
.form-type-underline .form-group:not(.except) input[type=text][disabled] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input[type=text][disabled] ~ label:not(.except),
.form-type-underline .form-group:not(.except) input[type=password][disabled] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input[type=password][disabled] ~ label:not(.except),
.form-type-underline .form-group:not(.except) input[type=url][disabled] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input[type=url][disabled] ~ label:not(.except),
.form-type-underline .form-group:not(.except) input[type=tel][disabled] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input[type=tel][disabled] ~ label:not(.except),
.form-type-underline .form-group:not(.except) input[type=search][disabled] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input[type=search][disabled] ~ label:not(.except),
.form-type-underline .form-group:not(.except) input[type=number][disabled] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input[type=number][disabled] ~ label:not(.except),
.form-type-underline .form-group:not(.except) input[type=datetime][disabled] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input[type=datetime][disabled] ~ label:not(.except),
.form-type-underline .form-group:not(.except) input[type=email][disabled] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input[type=email][disabled] ~ label:not(.except) {
  color: #7F7F7F;
}
.form-type-underline .form-group:not(.except) textarea {
  border: 2px solid #A78788;
  padding: 10px;
  resize: none;
}
@media (max-width: 767.98px) {
  .form-type-underline .form-group:not(.except) textarea {
    font-size: 14px;
  }
}
.form-type-underline .form-group:not(.except) textarea ~ .label:not(.except),
.form-type-underline .form-group:not(.except) textarea ~ label:not(.except) {
  top: 10px;
  left: 10px;
}
.form-type-underline .form-group:not(.except) .select-container {
  position: relative;
}
.form-type-underline .form-group:not(.except) .select-container:before {
  font-family: "FontAwesome";
  content: "\F107";
  color: #A78788;
  position: absolute;
  top: 22px;
  right: 2px;
  z-index: 100;
  font-size: 18px;
  pointer-events: none;
}
.form-type-underline .form-group:not(.except) select {
  height: 55px;
  padding: 20px 15px 5px 0;
  border: 0;
  border-bottom: 2px solid #A78788;
  background: none;
  -webkit-appearance: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .form-type-underline .form-group:not(.except) select {
    font-size: 14px;
  }
}
.form-type-underline .form-group:not(.except) select[disabled] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) select[disabled] ~ label:not(.except) {
  color: #7F7F7F;
}
.form-type-underline .form-group:not(.except) .label:not(.except),
.form-type-underline .form-group:not(.except) label:not(.except) {
  background: none;
  pointer-events: none;
  top: 22px;
  position: absolute;
  left: 0;
  max-width: calc(100% - 10px);
  width: 100%;
  height: 23px;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (max-width: 767.98px) {
  .form-type-underline .form-group:not(.except) .label:not(.except),
  .form-type-underline .form-group:not(.except) label:not(.except) {
    font-size: 14px;
  }
}
.form-type-underline .form-group:not(.except) input:not(:-moz-placeholder-shown) ~ .label:not(.except), .form-type-underline .form-group:not(.except) input:not(:-moz-placeholder-shown) ~ label:not(.except) {
  top: 0;
  font-size: 14px;
}
.form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) ~ .label:not(.except), .form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) ~ label:not(.except) {
  top: 0;
  font-size: 14px;
}
.form-type-underline .form-group:not(.except) select ~ .label:not(.except),
.form-type-underline .form-group:not(.except) select ~ label:not(.except),
.form-type-underline .form-group:not(.except) .select ~ .label:not(.except),
.form-type-underline .form-group:not(.except) .select ~ label:not(.except),
.form-type-underline .form-group:not(.except) input:focus ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input:focus ~ label:not(.except),
.form-type-underline .form-group:not(.except) input.filled-in ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input.filled-in ~ label:not(.except),
.form-type-underline .form-group:not(.except) input:not(:placeholder-shown) ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input:not(:placeholder-shown) ~ label:not(.except),
.form-type-underline .form-group:not(.except) input[readonly=readonly] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input[readonly=readonly] ~ label:not(.except) {
  top: 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .form-type-underline .form-group:not(.except) input:not(:-moz-placeholder-shown) ~ .label:not(.except), .form-type-underline .form-group:not(.except) input:not(:-moz-placeholder-shown) ~ label:not(.except) {
    top: 4px;
    font-size: 11px;
  }
  .form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) ~ .label:not(.except), .form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) ~ label:not(.except) {
    top: 4px;
    font-size: 11px;
  }
  .form-type-underline .form-group:not(.except) select ~ .label:not(.except),
  .form-type-underline .form-group:not(.except) select ~ label:not(.except),
  .form-type-underline .form-group:not(.except) .select ~ .label:not(.except),
  .form-type-underline .form-group:not(.except) .select ~ label:not(.except),
  .form-type-underline .form-group:not(.except) input:focus ~ .label:not(.except),
  .form-type-underline .form-group:not(.except) input:focus ~ label:not(.except),
  .form-type-underline .form-group:not(.except) input.filled-in ~ .label:not(.except),
  .form-type-underline .form-group:not(.except) input.filled-in ~ label:not(.except),
  .form-type-underline .form-group:not(.except) input:not(:placeholder-shown) ~ .label:not(.except),
  .form-type-underline .form-group:not(.except) input:not(:placeholder-shown) ~ label:not(.except),
  .form-type-underline .form-group:not(.except) input[readonly=readonly] ~ .label:not(.except),
  .form-type-underline .form-group:not(.except) input[readonly=readonly] ~ label:not(.except) {
    top: 4px;
    font-size: 11px;
  }
}
.form-type-underline .form-group:not(.except) textarea:not(:-moz-placeholder-shown) ~ .label:not(.except), .form-type-underline .form-group:not(.except) textarea:not(:-moz-placeholder-shown) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except) textarea:not(:-ms-input-placeholder) ~ .label:not(.except), .form-type-underline .form-group:not(.except) textarea:not(:-ms-input-placeholder) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except) textarea:focus ~ .label:not(.except),
.form-type-underline .form-group:not(.except) textarea:focus ~ label:not(.except),
.form-type-underline .form-group:not(.except) textarea.filled-in ~ .label:not(.except),
.form-type-underline .form-group:not(.except) textarea.filled-in ~ label:not(.except),
.form-type-underline .form-group:not(.except) textarea[readonly=readonly] ~ .label:not(.except),
.form-type-underline .form-group:not(.except) textarea[readonly=readonly] ~ label:not(.except),
.form-type-underline .form-group:not(.except) textarea:not(:placeholder-shown) ~ .label:not(.except),
.form-type-underline .form-group:not(.except) textarea:not(:placeholder-shown) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except) input:-webkit-autofill ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input:-webkit-autofill ~ label:not(.except) {
  top: 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .form-type-underline .form-group:not(.except) input:-webkit-autofill ~ .label:not(.except),
  .form-type-underline .form-group:not(.except) input:-webkit-autofill ~ label:not(.except) {
    top: 4px;
    font-size: 11px;
  }
}
.form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) ~ .label:not(.except),
.form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) ~ label:not(.except) {
  top: 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) ~ .label:not(.except),
  .form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) ~ label:not(.except) {
    top: 4px;
    font-size: 11px;
  }
}
.form-type-underline .form-group:not(.except) textarea:not(:-ms-input-placeholder) ~ .label:not(.except),
.form-type-underline .form-group:not(.except) textarea:not(:-ms-input-placeholder) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except) .has-eyes {
  padding-right: 45px;
}
.form-type-underline .form-group:not(.except) .eyes {
  font-family: "ctf-icons";
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -40px;
  position: relative;
  z-index: 100;
  text-align: center;
  line-height: 40px;
  color: #B2B2B2;
  font-size: 22px;
  cursor: pointer;
}
.form-type-underline .form-group:not(.except) input[type=password] ~ .eyes:after {
  content: "\E92C";
}
.form-type-underline .form-group:not(.except) input[type=text] ~ .eyes:after {
  content: "\E92C";
  color: #000;
}
.form-type-underline .form-group:not(.except).required .label:not(.except):before,
.form-type-underline .form-group:not(.except).required label:not(.except):before {
  display: none;
}
.form-type-underline .form-group:not(.except).required .label:not(.except):after,
.form-type-underline .form-group:not(.except).required label:not(.except):after {
  content: "*";
}
.form-type-underline .form-group:not(.except).label-hover-none {
  /** IE 11 */
}
.form-type-underline .form-group:not(.except).label-hover-none input:not(:-moz-placeholder-shown) ~ .label:not(.except), .form-type-underline .form-group:not(.except).label-hover-none input:not(:-moz-placeholder-shown) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except).label-hover-none input:not(:-ms-input-placeholder) ~ .label:not(.except), .form-type-underline .form-group:not(.except).label-hover-none input:not(:-ms-input-placeholder) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except).label-hover-none select ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none select ~ label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none .select ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none .select ~ label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input:focus ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input:focus ~ label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input.filled-in ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input.filled-in ~ label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input:not(:placeholder-shown) ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input:not(:placeholder-shown) ~ label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input[readonly=readonly] ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input[readonly=readonly] ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except).label-hover-none textarea:not(:-moz-placeholder-shown) ~ .label:not(.except), .form-type-underline .form-group:not(.except).label-hover-none textarea:not(:-moz-placeholder-shown) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except).label-hover-none textarea:not(:-ms-input-placeholder) ~ .label:not(.except), .form-type-underline .form-group:not(.except).label-hover-none textarea:not(:-ms-input-placeholder) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except).label-hover-none textarea:focus ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none textarea:focus ~ label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none textarea.filled-in ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none textarea.filled-in ~ label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none textarea[readonly=readonly] ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none textarea[readonly=readonly] ~ label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none textarea:not(:placeholder-shown) ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none textarea:not(:placeholder-shown) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except).label-hover-none input:-webkit-autofill ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input:-webkit-autofill ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except).label-hover-none input:not(:-ms-input-placeholder) ~ .label:not(.except),
.form-type-underline .form-group:not(.except).label-hover-none input:not(:-ms-input-placeholder) ~ label:not(.except) {
  display: none;
}
.form-type-underline .form-group:not(.except).type-red input[type=text],
.form-type-underline .form-group:not(.except).type-red input[type=password],
.form-type-underline .form-group:not(.except).type-red input[type=url],
.form-type-underline .form-group:not(.except).type-red input[type=tel],
.form-type-underline .form-group:not(.except).type-red input[type=search],
.form-type-underline .form-group:not(.except).type-red input[type=number],
.form-type-underline .form-group:not(.except).type-red input[type=datetime],
.form-type-underline .form-group:not(.except).type-red input[type=email] {
  border-bottom: 2px solid #98012E;
}
.form-type-underline .form-group:not(.except).type-red textarea {
  border: 2px solid #98012E;
}
.form-type-underline .form-group:not(.except).type-red .select-container:before {
  color: #98012E;
}
.form-type-underline .form-group:not(.except).type-red select {
  border-bottom: 2px solid #98012E;
}
.form-type-underline .form-group:not(.except).label-red .label:not(.except),
.form-type-underline .form-group:not(.except).label-red label:not(.except) {
  color: #98012E;
}
.form-type-underline .form-group:not(.except).label-red.required .label:not(.except):after,
.form-type-underline .form-group:not(.except).label-red.required label:not(.except):after {
  color: #98012E;
}
.form-type-underline .form-group:not(.except).label-red input[type=text],
.form-type-underline .form-group:not(.except).label-red input[type=password],
.form-type-underline .form-group:not(.except).label-red input[type=url],
.form-type-underline .form-group:not(.except).label-red input[type=tel],
.form-type-underline .form-group:not(.except).label-red input[type=search],
.form-type-underline .form-group:not(.except).label-red input[type=number],
.form-type-underline .form-group:not(.except).label-red input[type=datetime],
.form-type-underline .form-group:not(.except).label-red input[type=email],
.form-type-underline .form-group:not(.except).label-red textarea,
.form-type-underline .form-group:not(.except).label-red select {
  color: #98012E;
}
.form-type-underline .form-group:not(.except).type-gold input[type=text],
.form-type-underline .form-group:not(.except).type-gold input[type=password],
.form-type-underline .form-group:not(.except).type-gold input[type=url],
.form-type-underline .form-group:not(.except).type-gold input[type=tel],
.form-type-underline .form-group:not(.except).type-gold input[type=search],
.form-type-underline .form-group:not(.except).type-gold input[type=number],
.form-type-underline .form-group:not(.except).type-gold input[type=datetime],
.form-type-underline .form-group:not(.except).type-gold input[type=email] {
  border-bottom: 2px solid #A29061;
}
.form-type-underline .form-group:not(.except).type-gold textarea {
  border: 2px solid #A29061;
}
.form-type-underline .form-group:not(.except).type-gold .select-container:before {
  color: #A29061;
}
.form-type-underline .form-group:not(.except).type-gold select {
  border-bottom: 2px solid #A29061;
}
.form-type-underline .form-group:not(.except).label-gold .label:not(.except),
.form-type-underline .form-group:not(.except).label-gold label:not(.except) {
  color: #A29061;
}
.form-type-underline .form-group:not(.except).label-gold.required .label:not(.except):after,
.form-type-underline .form-group:not(.except).label-gold.required label:not(.except):after {
  color: #A29061;
}
.form-type-underline .form-group:not(.except).label-gold input[type=text],
.form-type-underline .form-group:not(.except).label-gold input[type=password],
.form-type-underline .form-group:not(.except).label-gold input[type=url],
.form-type-underline .form-group:not(.except).label-gold input[type=tel],
.form-type-underline .form-group:not(.except).label-gold input[type=search],
.form-type-underline .form-group:not(.except).label-gold input[type=number],
.form-type-underline .form-group:not(.except).label-gold input[type=datetime],
.form-type-underline .form-group:not(.except).label-gold input[type=email],
.form-type-underline .form-group:not(.except).label-gold textarea,
.form-type-underline .form-group:not(.except).label-gold select {
  color: #A29061;
}
.form-type-underline .form-control {
  color: #796E65;
}
.form-type-underline .phone-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-type-underline .phone-container select {
  position: relative;
}
.form-type-underline .phone-container .input-container {
  position: relative;
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 767.98px) {
  .form-type-underline .phone-container .input-container {
    margin-left: 10px;
  }
}
.form-type-underline .phone-container .input-container input {
  padding-left: 0 !important;
}

.veil {
  z-index: 999 !important;
}

.color-carmine {
  color: #98012E;
}

.floating-messages,
.error-messaging,
.add-to-cart-messages,
.add-to-wishlist-messages {
  z-index: 1050;
  left: 0 !important;
  right: 0;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  top: 44px !important;
}

.sticky-header .floating-messages,
.sticky-header .error-messaging,
.sticky-header .add-to-cart-messages,
.sticky-header .add-to-wishlist-messages {
  top: 62px !important;
}
@media (min-width: 768px) {
  .sticky-header .floating-messages,
  .sticky-header .error-messaging,
  .sticky-header .add-to-cart-messages,
  .sticky-header .add-to-wishlist-messages {
    top: 74px !important;
  }
}

.scroll-over-promotion-header [data-action=Product-Show] ~ .floating-messages,
.scroll-over-promotion-header [data-action=Product-Show] ~ .error-messaging,
.scroll-over-promotion-header [data-action=Product-Show] ~ .add-to-cart-messages,
.scroll-over-promotion-header [data-action=Product-Show] ~ .add-to-wishlist-messages,
.scroll-over-promotion-header [data-action=Account-Show] ~ .floating-messages,
.scroll-over-promotion-header [data-action=Account-Show] ~ .error-messaging,
.scroll-over-promotion-header [data-action=Account-Show] ~ .add-to-cart-messages,
.scroll-over-promotion-header [data-action=Account-Show] ~ .add-to-wishlist-messages,
.scroll-over-promotion-header [data-action=Cart-Show] ~ .floating-messages,
.scroll-over-promotion-header [data-action=Cart-Show] ~ .error-messaging,
.scroll-over-promotion-header [data-action=Cart-Show] ~ .add-to-cart-messages,
.scroll-over-promotion-header [data-action=Cart-Show] ~ .add-to-wishlist-messages {
  top: 0 !important;
}
@media (max-width: 767.98px) {
  .scroll-over-promotion-header.sticky-header [data-action=Product-Show] ~ .floating-messages,
  .scroll-over-promotion-header.sticky-header [data-action=Product-Show] ~ .error-messaging,
  .scroll-over-promotion-header.sticky-header [data-action=Product-Show] ~ .add-to-cart-messages,
  .scroll-over-promotion-header.sticky-header [data-action=Product-Show] ~ .add-to-wishlist-messages {
    top: 62px !important;
  }
}
.scroll-over-promotion-header.sticky-header [data-action=Account-Show] ~ .floating-messages,
.scroll-over-promotion-header.sticky-header [data-action=Account-Show] ~ .error-messaging,
.scroll-over-promotion-header.sticky-header [data-action=Account-Show] ~ .add-to-cart-messages,
.scroll-over-promotion-header.sticky-header [data-action=Account-Show] ~ .add-to-wishlist-messages,
.scroll-over-promotion-header.sticky-header [data-action=Cart-Show] ~ .floating-messages,
.scroll-over-promotion-header.sticky-header [data-action=Cart-Show] ~ .error-messaging,
.scroll-over-promotion-header.sticky-header [data-action=Cart-Show] ~ .add-to-cart-messages,
.scroll-over-promotion-header.sticky-header [data-action=Cart-Show] ~ .add-to-wishlist-messages {
  top: 74px !important;
}
@media (max-width: 767.98px) {
  .scroll-over-promotion-header.sticky-header [data-action=Account-Show] ~ .floating-messages,
  .scroll-over-promotion-header.sticky-header [data-action=Account-Show] ~ .error-messaging,
  .scroll-over-promotion-header.sticky-header [data-action=Account-Show] ~ .add-to-cart-messages,
  .scroll-over-promotion-header.sticky-header [data-action=Account-Show] ~ .add-to-wishlist-messages,
  .scroll-over-promotion-header.sticky-header [data-action=Cart-Show] ~ .floating-messages,
  .scroll-over-promotion-header.sticky-header [data-action=Cart-Show] ~ .error-messaging,
  .scroll-over-promotion-header.sticky-header [data-action=Cart-Show] ~ .add-to-cart-messages,
  .scroll-over-promotion-header.sticky-header [data-action=Cart-Show] ~ .add-to-wishlist-messages {
    top: 62px !important;
  }
}

.pdp-sticky-on [data-action=Product-Show] ~ .floating-messages,
.pdp-sticky-on [data-action=Product-Show] ~ .error-messaging,
.pdp-sticky-on [data-action=Product-Show] ~ .add-to-cart-messages,
.pdp-sticky-on [data-action=Product-Show] ~ .add-to-wishlist-messages {
  top: 118px !important;
}

.checkout-index-index .floating-messages,
.checkout-index-index .error-messaging,
.checkout-index-index .add-to-cart-messages,
.checkout-index-index .add-to-wishlist-messages {
  top: 0 !important;
}
.checkout-index-index .floating-messages p,
.checkout-index-index .error-messaging p,
.checkout-index-index .add-to-cart-messages p,
.checkout-index-index .add-to-wishlist-messages p {
  margin-bottom: 0;
}
.checkout-index-index.sticky-header .floating-messages,
.checkout-index-index.sticky-header .error-messaging,
.checkout-index-index.sticky-header .add-to-cart-messages,
.checkout-index-index.sticky-header .add-to-wishlist-messages {
  top: 117px !important;
}
@media (max-width: 767.98px) {
  .checkout-index-index.sticky-header .floating-messages,
  .checkout-index-index.sticky-header .error-messaging,
  .checkout-index-index.sticky-header .add-to-cart-messages,
  .checkout-index-index.sticky-header .add-to-wishlist-messages {
    top: 68px !important;
  }
}

.floating-modal {
  top: 0 !important;
}
.floating-modal div {
  font-size: 16px;
}

.center-box {
  max-width: 1040px;
  min-height: 260px;
  padding: 30px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .center-box {
    min-height: 500px;
    margin: 60px auto;
  }
}

.collapse-plus-icon {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.collapse-plus-icon::after {
  font-family: "ctf-icons";
  font-size: 0.75em;
  content: "\E95D";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.collapse-plus-icon.collapsed::after {
  content: "\E961";
}

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

.select-gold-indicator {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14.708' height='8.652' viewBox='0 0 14.708 8.652'><path d='M753,2790.667l6.653,6.537,6.653-6.537' transform='translate(-752.299 -2789.953)' fill='none' stroke='%23A29061' stroke-width='2'/></svg>");
  border-color: #A29061 !important;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

@media (min-width: 480px) {
  .gap-sm-5 {
    gap: 5px;
  }
  .gap-sm-10 {
    gap: 10px;
  }
  .gap-sm-15 {
    gap: 15px;
  }
  .gap-sm-20 {
    gap: 20px;
  }
  .gap-sm-25 {
    gap: 25px;
  }
  .gap-sm-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-md-5 {
    gap: 5px;
  }
  .gap-md-10 {
    gap: 10px;
  }
  .gap-md-15 {
    gap: 15px;
  }
  .gap-md-20 {
    gap: 20px;
  }
  .gap-md-25 {
    gap: 25px;
  }
  .gap-md-30 {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .gap-lg-5 {
    gap: 5px;
  }
  .gap-lg-10 {
    gap: 10px;
  }
  .gap-lg-15 {
    gap: 15px;
  }
  .gap-lg-20 {
    gap: 20px;
  }
  .gap-lg-25 {
    gap: 25px;
  }
  .gap-lg-30 {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .gap-xl-5 {
    gap: 5px;
  }
  .gap-xl-10 {
    gap: 10px;
  }
  .gap-xl-15 {
    gap: 15px;
  }
  .gap-xl-20 {
    gap: 20px;
  }
  .gap-xl-25 {
    gap: 25px;
  }
  .gap-xl-30 {
    gap: 30px;
  }
}
@media (min-width: 1920px) {
  .gap-xxl-5 {
    gap: 5px;
  }
  .gap-xxl-10 {
    gap: 10px;
  }
  .gap-xxl-15 {
    gap: 15px;
  }
  .gap-xxl-20 {
    gap: 20px;
  }
  .gap-xxl-25 {
    gap: 25px;
  }
  .gap-xxl-30 {
    gap: 30px;
  }
}
.form-mark {
  display: block;
  font-style: normal;
  position: absolute;
  left: 0.3em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  border: 1px solid #6D6E70;
  border-radius: 1.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.banner-top .bg-bd {
  position: relative;
}
.banner-top .bg-bd.default {
  padding-top: 23%;
  background-size: cover;
}
.banner-top .content {
  position: absolute;
}
.banner-top .content.center-center {
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.banner-top .content.left-center {
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
}
.banner-top .content.right-center {
  top: 50%;
  right: 10%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
}
.banner-top .content .head {
  font-size: 42px;
}
.banner-top .content .text {
  font-size: 21px;
}

.gold-pellet-top-banner .background-padding {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.gold-pellet-top-banner .content {
  text-align: center;
  width: 100%;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  position: absolute;
}
@media (min-width: 480px) {
  .gold-pellet-top-banner .content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.gold-pellet-top-banner .content .label {
  padding: 2px 7px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(230, 196, 38)), to(rgb(198, 167, 23)));
  background: linear-gradient(90deg, rgb(230, 196, 38) 0%, rgb(198, 167, 23) 100%);
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.gold-pellet-top-banner .content .content1 {
  font-size: 20px;
  margin-top: 5px;
}
.gold-pellet-top-banner .content .content2 {
  font-size: 34px;
}
.gold-pellet-top-banner .content .price-banner {
  color: #C7AA1C;
  font-weight: 500;
}
.gold-pellet-top-banner .content .price-banner .prefix-price {
  font-size: 26px;
}
.gold-pellet-top-banner .content .price-banner .value {
  font-size: 38px;
}
@media (min-width: 768px) {
  .gold-pellet-top-banner .content .label {
    font-size: 12px;
  }
  .gold-pellet-top-banner .content .content1 {
    font-size: 20px;
    margin-top: 0;
  }
  .gold-pellet-top-banner .content .content2 {
    font-size: 26px;
  }
  .gold-pellet-top-banner .content .price-banner .prefix-price {
    font-size: 20px;
  }
  .gold-pellet-top-banner .content .price-banner .value {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .gold-pellet-top-banner .content .label {
    font-size: 14px;
  }
  .gold-pellet-top-banner .content .content1 {
    font-size: 36px;
  }
  .gold-pellet-top-banner .content .content2 {
    font-size: 42px;
  }
  .gold-pellet-top-banner .content .price-banner .prefix-price {
    font-size: 30px;
  }
  .gold-pellet-top-banner .content .price-banner .value {
    font-size: 45px;
  }
}

.countdown .value {
  margin-left: 5px;
}

.ico-question {
  width: 20px;
  height: 20px;
  background-image: url("../images/question.svg");
  display: inline-block;
  background-size: cover;
}

.ico-answer {
  width: 20px;
  height: 20px;
  background-image: url("../images/answer.svg");
  display: inline-block;
  background-size: cover;
}

.scroll-horizontal {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: scroll;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.scroll-horizontal::-webkit-scrollbar {
  display: none;
}

.\--theme-pink {
  --theme-bg-color: #FFEEEE;
  --theme-color: #936969;
  --theme-color-light: #936969;
  --theme-color-lightest: #FFEEEE;
  --theme-color-light-bg: #fff;
  --custom-select-bg: #fff;
  --custom-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14.708' height='8.652' viewBox='0 0 14.708 8.652'><path d='M753,2790.667l6.653,6.537,6.653-6.537' transform='translate(-752.299 -2789.953)' fill='none' stroke='%23936969' stroke-width='2'/></svg>");
}

.\--theme-blue {
  --theme-bg-color: #E5EEF5;
  --theme-color: #3574A5;
  --theme-color-light: #476B88;
  --theme-color-lightest: #E5EEF5;
  --theme-color-light-bg: #fff;
  --custom-select-bg: #fff;
  --custom-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14.708' height='8.652' viewBox='0 0 14.708 8.652'><path d='M753,2790.667l6.653,6.537,6.653-6.537' transform='translate(-752.299 -2789.953)' fill='none' stroke='%233574A5' stroke-width='2'/></svg>");
}

.\--theme-black {
  --theme-color-light-bg: #000;
  --custom-select-bg: #2F2F2F;
  --custom-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14.708' height='8.652' viewBox='0 0 14.708 8.652'><path d='M753,2790.667l6.653,6.537,6.653-6.537' transform='translate(-752.299 -2789.953)' fill='none' stroke='%23fff' stroke-width='2'/></svg>");
}

.page-content {
  font-size: 15px;
}
.page-content .title {
  color: #98012E;
  text-align: center;
  border-bottom: 1px solid #DCDCDC;
  font-size: 24px;
}
@media (min-width: 768px) {
  .page-content {
    font-size: 18px;
  }
  .page-content .title {
    font-size: 48px;
  }
}

.engraving-require {
  font-family: "ctf-icons" !important;
}

.rounded-gold .modal-content {
  border-radius: 15px;
  background-color: #f7f6f2;
}

.slider-switch {
  position: relative;
  display: inline-block;
  width: 80%;
  height: 50px;
  margin: 10px 0;
  min-width: 260px;
}
.slider-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cba34a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 46px;
  width: 52%;
  left: 73%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .slider:before {
    left: 73.5%;
  }
}
.slider.round, .slider.round:before {
  border-radius: 34px;
}
.slider-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #fff;
  z-index: 3;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  color: #fff;
}
.slider-input:checked + .slider {
  background-color: #cba34a;
}
.slider-input:checked + .slider:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 27%;
}
@media (min-width: 768px) {
  .slider-input:checked + .slider:before {
    left: 26.5%;
  }
}
.slider-button {
  height: 50px;
  min-width: 260px;
}
.slider-button input:not(:checked) ~ span.slider-second-option,
.slider-button input:checked ~ span.slider-first-option {
  color: #cba34a;
}

.dgcard-slick .slider-content {
  padding: 0 15px;
}
@media (max-width: 1023.98px) {
  .dgcard-slick .slider-content {
    font-size: 14px;
  }
}

.gold-thumb .thumb-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 35px;
  height: 35px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gold-thumb .thumb-zoom i {
  color: #cba34a;
  font-size: 15px;
}
.gold-thumb .slick-arrows-sm {
  top: 32%;
  z-index: 10;
}

.dgimg-alt {
  font-size: 0.7rem;
}

.dgimg-carousel {
  height: 115px;
  border-radius: 10px;
  position: relative;
}
.dgimg-carousel img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  border-radius: 10px;
}
@media (max-width: 1919.98px) {
  .dgimg-carousel {
    height: 80px;
  }
}

.gold-thumb .slick-slide:hover .dgimg-carousel {
  background-color: rgba(163, 109, 29, 0.26) !important;
}
.gold-thumb .slick-slide:hover .thumb-zoom {
  opacity: 1;
  visibility: visible;
}

.dgold-thumb-item {
  background-color: transparent;
  border: none;
}
.dgold-thumb-item.slick-current .dgimg-carousel {
  background-color: rgba(163, 109, 29, 0.26) !important;
}
.dgold-thumb-item.slick-current .dgimg-carousel .thumb-zoom {
  visibility: visible;
  opacity: 1;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.3rem;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #A36D1D;
}
.dgold-thumb-item.slick-current .dgimg-carousel .thumb-zoom i {
  color: #fff;
  font-size: 0.7rem;
}

.side-panel-close {
  line-height: 42px;
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  .side-panel-close {
    line-height: 32px;
  }
}

.radio-style-1 {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.checkbox-style-1 {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.popularBtnSeleted {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--white);
  background: black;
}

.visibility-hidden {
  visibility: hidden;
}

.successMessage {
  padding: 0 30px 0 30px;
}

.msgtitle {
  padding: 32.5px 0px 0px 0px;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.msgContent {
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.continueBtn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}

.form-control {
  border: 1px solid #d9d9d9;
}

.contactusTitle {
  font-family: "Orpheus Pro";
  font-size: 28px !important;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: var(--000000-black);
}

.btn-secondary:disabled {
  background: #E8E8E8 !important;
  color: #261B01 !important;
  border-color: transparent !important;
}

@media (min-width: 1280px) {
  .body-width {
    width: 1280px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .body-width.body-width-with-padding {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.reset-password-phone-styling {
  margin-top: 8px;
}

.register-form-nav .pass-and-verification-row .email-verification-row .js-forget-password-send-email, .register-form-nav .pass-and-verification-row .email-verification-row .js-forget-password-send-mobile {
  color: #796E65;
}

.phone-container {
  position: relative;
  padding: 0;
  border: 0;
}
.phone-container select {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0;
  outline: 0;
}

.form-group.disabled .phone-container select,
.form-group.disabled .phone-container input[type=text] {
  background: none;
  opacity: 0.4;
  pointer-events: none;
}

.form-control:disabled,
.form-control[readonly] {
  background: none;
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 479.98px) {
  .menu-toggleable-left-navbar.navbar-toggleable-xs {
    position: fixed;
    bottom: -100%;
    left: 0;
    -webkit-transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left-navbar.navbar-toggleable-sm {
    position: fixed;
    bottom: -100%;
    left: 0;
    -webkit-transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left-navbar.navbar-toggleable-md {
    position: fixed;
    bottom: -100%;
    left: 0;
    -webkit-transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left-navbar.navbar-toggleable-lg {
    position: fixed;
    bottom: -100%;
    left: 0;
    -webkit-transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1919.98px) {
  .menu-toggleable-left-navbar.navbar-toggleable-xl {
    position: fixed;
    bottom: -100%;
    left: 0;
    -webkit-transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    height: 100%;
    max-width: 100%;
  }
}
.menu-toggleable-left-navbar.navbar-toggleable-xxl {
  position: fixed;
  bottom: -100%;
  left: 0;
  -webkit-transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: bottom 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 479.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 62px;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 50%;
    left: 0;
    top: 0;
  }
  .sticky-header .menu-toggleable-left.navbar-toggleable-xs {
    top: 62px;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 62px;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 50%;
    left: 0;
    top: 0;
  }
  .sticky-header .menu-toggleable-left.navbar-toggleable-sm {
    top: 62px;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 62px;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 50%;
    left: 0;
    top: 0;
  }
  .sticky-header .menu-toggleable-left.navbar-toggleable-md {
    top: 62px;
  }
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 62px;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 50%;
    left: 0;
    top: 0;
  }
  .sticky-header .menu-toggleable-left.navbar-toggleable-lg {
    top: 62px;
  }
}
@media (max-width: 1919.98px) {
  .menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 62px;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 50%;
    left: 0;
    top: 0;
  }
  .sticky-header .menu-toggleable-left.navbar-toggleable-xl {
    top: 62px;
  }
}
.menu-toggleable-left.navbar-toggleable-xxl {
  position: fixed;
  left: -100%;
  top: 62px;
  bottom: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%;
}
.menu-toggleable-left.navbar-toggleable-xxl.in {
  min-width: 50%;
  left: 0;
  top: 0;
}
.sticky-header .menu-toggleable-left.navbar-toggleable-xxl {
  top: 62px;
}

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 768px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.8rem;
    white-space: nowrap;
  }
}

.navbar-expand-md .navbar-nav.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-expand-md .navbar-nav.nav-spaced {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navbar-expand-md .navbar-nav.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #444;
}

@media (min-width: 768px) {
  :not(.nav-tabs) > .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #F7F7F7;
    z-index: 300;
  }
}

@media (max-width: 767.98px) {
  .main-menu.menu-toggleable-left-navbar {
    background-color: #FFFFFF;
    z-index: 300;
  }
}

.menu-toggleable-left .close-menu {
  padding: 24px 0;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .close-menu .icon-close {
  font-weight: 700;
  padding: 0;
}
.menu-toggleable-left .close-menu .icon-close span {
  display: none;
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #222;
  }
}
@media (max-width: 479.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em; /* 20/16 */
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
  }
}

.menu-toggleable-left-navbar .close-menu {
  padding: 24px 0;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .menu-toggleable-left-navbar .close-menu {
    display: none;
  }
}
.menu-toggleable-left-navbar .close-menu .icon-close {
  font-weight: 700;
  padding: 0;
}
.menu-toggleable-left-navbar .close-menu .icon-close span {
  display: none;
}
.menu-toggleable-left-navbar .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.menu-toggleable-left-navbar li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .menu-toggleable-left-navbar .bg-inverse {
    background-color: white !important;
    color: #222;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left-navbar.in {
    right: 0;
    bottom: 0;
    top: 0;
    margin-right: 1.25em; /* 20/16 */
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left-navbar.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left-navbar.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left-navbar.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left-navbar.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left-navbar.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-left-navbar.in .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-left-navbar.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
  }
}

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .multilevel-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 768px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0.425em 5em 0.425em 0;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #eee;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}

#drawer-login {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  #drawer-login {
    z-index: 1050;
    background: transparent;
    padding-top: 100px;
  }
  #drawer-login #drawer-login-content {
    background-color: #fff;
  }
}
#drawer-login.active {
  right: 0;
}

#drawer-login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  #drawer-login-overlay {
    width: 100%;
  }
}
#drawer-login-overlay.active {
  display: block;
}

#drawer-login-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-login-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-login-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-login-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-login-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-login-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-login-content .veil .underlay {
  background-color: transparent;
}
#drawer-login-content .veil .dot1,
#drawer-login-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

.login-content {
  padding: 0 55px 20px 55px;
  width: 60%;
}
@media (max-width: 767.98px) {
  .login-content {
    width: 100%;
    padding: 0 32px 20px 32px;
  }
}

.login-form-nav {
  margin-top: 37px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .login-form-nav {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.login-form-nav .nav-tabs {
  border-bottom: 0;
}
.login-form-nav .nav-tabs .nav-item {
  width: 50%;
  border-bottom: 1px solid #D7D4D1;
}
.login-form-nav .nav-tabs .nav-item a {
  font-size: 14px;
  color: #796E65;
  padding: 8px 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-form-nav .nav-tabs .nav-item a:hover, .login-form-nav .nav-tabs .nav-item a:focus {
  background: none;
  color: #98012E !important;
}
.login-form-nav .nav-tabs .nav-item a.active {
  border-bottom: 2px solid #866768;
  color: #866768 !important;
}
.login-form-nav .nav-tabs .nav-item:first-child {
  position: relative;
}
.login-form-nav .nav-tabs .nav-item:first-child:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background: #B7B7B7;
  right: -1px;
  top: 10px;
}
.login-form-nav .tab-pane {
  margin-top: 25px;
}
.login-form-nav .forgot-password {
  text-align: left;
  margin-bottom: 40px;
}
.login-form-nav .forgot-password a {
  color: #796E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: right;
}
.login-form-nav .form-row .form-group .form-control-label {
  font-size: 14px;
  line-height: 20px;
}
.login-form-nav .form-row .form-group.required .form-control-label::before {
  content: "";
}
.login-form-nav .form-row .form-group.required .form-control-label::after {
  content: "*";
  color: #000;
}
.login-form-nav .form-row .form-control:focus {
  border-color: #D9D9D9;
}
.login-form-nav .form-row .form-control.is-invalid:focus {
  border-color: #FF0000;
}
.login-form-nav .form-row .form-group:not(.except) .has-eyes {
  padding-right: 45px;
}
.login-form-nav .form-row .form-group:not(.except) .eyes {
  font-family: "ctf-icons";
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -40px;
  position: relative;
  z-index: 100;
  text-align: center;
  color: #B2B2B2;
  font-size: 22px;
  cursor: pointer;
}
.login-form-nav .form-row .form-group:not(.except) input[type=password] ~ .eyes:after {
  content: url("../images/icon-eye.svg");
}
.login-form-nav .form-row .form-group:not(.except) input[type=text] ~ .eyes:after {
  content: url("../images/icon-eye-after.svg");
  color: #000;
}
.login-form-nav .form-row select.form-control.is-invalid {
  padding-right: 0.75rem !important;
}
.login-form-nav .form-row .form-group .tnc-checkbox {
  font-size: 12px;
  line-height: 22px;
}
.login-form-nav .form-row .summary {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 16px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 767.98px) {
  .login-form-nav .form-row .summary {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media (max-width: 767.98px) {
  .login-form-nav .form-row > .col,
  .login-form-nav .form-row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.login-form-nav .pass-and-verification-row .verification-row input {
  border-radius: 0 4px 4px 0;
}
.login-form-nav .pass-and-verification-row .verification-row a {
  position: absolute !important;
  right: 125px !important;
  top: 30px !important;
  font-size: 14px !important;
  line-height: 40px !important;
  padding: 0 !important;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}
@media (max-width: 767.98px) {
  .login-form-nav .pass-and-verification-row .verification-row a {
    right: 110px !important;
  }
}
.login-form-nav .pass-and-verification-row .verification-row button {
  position: absolute;
  right: 17px;
  top: 31px;
  width: 90px;
  height: 36px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .login-form-nav .pass-and-verification-row .verification-row button {
    right: 6px;
  }
}
.login-form-nav .pass-and-verification-row .verification-row button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.login-form-nav .pass-and-verification-row .email-verification-row a {
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 0 !important;
  cursor: pointer;
  color: #000;
}
@media (max-width: 767.98px) {
  .login-form-nav .pass-and-verification-row .email-verification-row a {
    right: 20px !important;
  }
}
.login-form-nav .pass-and-verification-row .email-verification-row button {
  position: absolute;
  right: 17px;
  top: 31px;
  width: 90px;
  height: 36px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .login-form-nav .pass-and-verification-row .email-verification-row button {
    right: 6px;
  }
}
.login-form-nav .pass-and-verification-row .email-verification-row button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 767.98px) {
  .login-form-nav .pass-and-verification-row .password-row {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.login-form-nav .btn-create-account {
  margin: 20px auto 0 auto;
  max-width: 100%;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
.login-form-nav .btn-create-account:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 767.98px) {
  .login-form-nav .btn-create-account {
    margin-top: 15px;
  }
}
.login-form-nav .password-row .form-group:first-child {
  margin-bottom: 8px;
}

.login-oauth {
  margin-top: 30px;
  margin-bottom: 75px;
}
.login-oauth .title {
  font-size: 14px;
  color: #888888;
  text-align: center;
  position: relative;
}
.login-oauth .title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #A78788;
  display: block;
  position: absolute;
  top: 11px;
}
.login-oauth .title span {
  background: #fff;
  display: inline-block;
  padding: 0 38px;
  position: relative;
  z-index: 100;
}
.login-oauth .form-group {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-oauth .form-group a {
  width: 65px;
  height: 65px;
  border: 1px solid #DACFCF;
  border-radius: 50%;
  padding: 17px;
}
@media (max-width: 767.98px) {
  .login-oauth .form-group a {
    width: 45px;
    height: 45px;
    padding: 11px;
  }
}
.login-oauth .form-group i.fa-weixin {
  margin-top: 3px;
  font-size: 24px;
  color: #4CAF50;
}
@media (max-width: 767.98px) {
  .login-oauth .form-group i.fa-weixin {
    font-size: 18px;
  }
}
.login-oauth .form-group i.fa-apple {
  font-size: 29px;
  color: #000;
}
@media (max-width: 767.98px) {
  .login-oauth .form-group i.fa-apple {
    font-size: 21px;
  }
}
.login-oauth .form-group i.fa-google:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("../images/icon-google.svg") no-repeat;
}
@media (max-width: 767.98px) {
  .login-oauth .form-group i.fa-google:before {
    width: 20px;
    height: 21px;
    background-size: 100%;
  }
}
.login-oauth .form-group i.fa-facebook-official:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("../images/icon-facebook.svg") no-repeat;
}
@media (max-width: 767.98px) {
  .login-oauth .form-group i.fa-facebook-official:before {
    width: 21px;
    height: 21px;
    background-size: 100%;
  }
}

.login-banner {
  position: relative;
}
.login-banner img {
  width: 100%;
}
.login-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.login-banner .content .title {
  font-size: 22px;
  color: #4D4637;
}
.login-banner .content .btn.btn-outline-primary {
  margin-top: 12px;
  background: transparent;
  padding: 14px 25px;
}
.login-banner .content .btn.btn-outline-primary:hover {
  background: #98012E;
}

.scroll-over-promotion-header #drawer-login:before {
  display: none;
}

@media (min-width: 768px) {
  .scroll-over-header #drawer-login {
    padding-top: 0 !important;
  }
}

.login-side-panel-wrapper {
  background: #fff;
}
.login-side-panel-wrapper .summary .perinfo {
  text-align: center;
}
.login-side-panel-wrapper .summary .perinfo .provide-email-title, .login-side-panel-wrapper .summary .perinfo .provide-phone-title {
  margin-top: 15px;
  margin-bottom: 32px;
  padding: 0 99.5px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #796E65 !important;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}
@media (max-width: 767.98px) {
  .login-side-panel-wrapper .summary .perinfo .provide-email-title, .login-side-panel-wrapper .summary .perinfo .provide-phone-title {
    padding: 0 70px;
  }
}
.login-side-panel-wrapper .summary .perinfo .enter-verifycode-title {
  margin-top: 21px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .login-side-panel-wrapper .summary .perinfo .enter-verifycode-title {
    margin: 32px 85px 6px 85px;
  }
}
.login-side-panel-wrapper .summary .perinfo .enter-verifycode-title .verify-email-label, .login-side-panel-wrapper .summary .perinfo .enter-verifycode-title .verify-phone-label {
  font-family: "Europa";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .login-side-panel-wrapper .summary {
    font-size: 14px;
    margin-top: 8px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .login-side-panel-wrapper {
    float: right;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .login-side-panel-wrapper {
    margin: 0 auto;
    padding-top: 0px;
  }
}
.login-side-panel-wrapper .login-header .title {
  font-size: 28px;
  padding: 29px 46px 23px;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .login-side-panel-wrapper .login-header .title {
    padding: 0;
    text-align: center;
    font-family: Orpheus Pro, Songti TC, Noto Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
}
@media (min-width: 768px) {
  .login-side-panel-wrapper .login-header .title .drawer-login-close,
  .login-side-panel-wrapper .login-header .title .login-email-verify-close,
  .login-side-panel-wrapper .login-header .title .login-success-close {
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    padding: 9.917px 10.059px 9.917px 9.917px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .login-side-panel-wrapper .login-header .title .drawer-login-close,
  .login-side-panel-wrapper .login-header .title .login-email-verify-close,
  .login-side-panel-wrapper .login-header .title .login-success-close {
    line-height: 58px;
    font-size: 2.5rem;
    margin-right: 16px;
  }
}
.login-side-panel-wrapper .login-header .drawer-login-title {
  border-bottom: 1px solid #D9D9D9;
  color: #796E65 !important;
}
.login-side-panel-wrapper .login-form-nav {
  padding: 0 46px;
}
@media (max-width: 767.98px) {
  .login-side-panel-wrapper .login-form-nav {
    padding: 0 32px 20px;
  }
}
.login-side-panel-wrapper .login-form-nav .region-select {
  margin-top: -1px;
}

.phone-row-login:nth-child(1) {
  padding-right: 0 !important;
}
.phone-row-login:nth-child(1) .form-group .form-control {
  border-right: none;
}
.phone-row-login:nth-child(2) {
  padding-left: 0 !important;
}
.phone-row-login:nth-child(2) .form-group .form-control {
  border-left: none;
}
.phone-row-login .form-group.disabled label {
  color: #7F7F7F;
}

.switch-btn-label {
  float: right;
}

.phone-input-error {
  margin-left: -183px;
}
@media (max-width: 767.98px) {
  .phone-input-error {
    margin-left: -150px;
  }
}

@media (max-width: 767.98px) {
  .password-row {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.form-underline {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid #D9D9D9;
}

.form-join-btn {
  background: #fff;
  border: 1px solid #796E65;
}

#drawer-login-verify {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  #drawer-login-verify {
    z-index: 1050;
    background: transparent;
    padding-top: 100px;
  }
  #drawer-login-verify #drawer-login-verify-content {
    background-color: #fff;
  }
}
#drawer-login-verify.active {
  right: 0;
}

#drawer-login-verify-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  z-index: 1040;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  #drawer-login-verify-overlay {
    width: 100%;
  }
}
#drawer-login-verify-overlay.active {
  display: block;
}

#drawer-login-verify-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-login-verify-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-login-verify-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-login-verify-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-login-verify-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-login-verify-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-login-verify-content .veil .underlay {
  background-color: transparent;
}
#drawer-login-verify-content .veil .dot1,
#drawer-login-verify-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}
#drawer-login-verify-content .send-verifycode-btn {
  margin: 25px 75.5px 32px 75.5px;
}
@media (max-width: 767.98px) {
  #drawer-login-verify-content .send-verifycode-btn {
    margin: 24px 0px 32px 0px;
  }
}
#drawer-login-verify-content .email-verify .form-row, #drawer-login-verify-content .phone-verify .form-row {
  margin: 0 75.5px;
}
@media (max-width: 767.98px) {
  #drawer-login-verify-content .email-verify .form-row, #drawer-login-verify-content .phone-verify .form-row {
    margin: 0;
  }
}
#drawer-login-verify-content .email-verify .form-row #login-verify-form-phone, #drawer-login-verify-content .phone-verify .form-row #login-verify-form-phone {
  height: 48px;
}
#drawer-login-verify-content .email-verify .form-row > [class*=col-], #drawer-login-verify-content .phone-verify .form-row > [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
#drawer-login-verify-content .login-back, #drawer-login-verify-content .login-switch-email-verify, #drawer-login-verify-content .login-switch-phone-verify {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}
#drawer-login-verify-content .verify-button-login {
  margin: 25px 75.5px 32px 75.5px;
}
@media (max-width: 767.98px) {
  #drawer-login-verify-content .verify-button-login {
    margin: 24px 0px 32px 0px;
  }
}
#drawer-login-verify-content a.disabled {
  opacity: 0.5;
  pointer-events: none; /* 阻止其接收鼠标事件 */
}

#drawer-login-success {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  #drawer-login-success {
    z-index: 1050;
    background: transparent;
    padding-top: 100px;
  }
  #drawer-login-success #drawer-login-success-content {
    background-color: #fff;
  }
}
#drawer-login-success.active {
  right: 0;
}

#drawer-login-success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  z-index: 1040;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  #drawer-login-success-overlay {
    width: 100%;
  }
}
#drawer-login-success-overlay.active {
  display: block;
}

#drawer-login-success-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-login-success-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-login-success-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-login-success-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-login-success-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-login-success-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-login-success-content .veil .underlay {
  background-color: transparent;
}
#drawer-login-success-content .veil .dot1,
#drawer-login-success-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

.content-body {
  text-align: center;
  padding-top: 113px;
}
@media (max-width: 767.98px) {
  .content-body {
    margin: 0 32px;
    padding-top: 96px;
  }
}

.success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-image: url("../images/tick-with-circle.svg");
  background-size: cover;
}

.verify-message {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.btn-side-panel-continue {
  display: block;
  margin: auto;
  font-size: 14px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .btn-side-panel-continue {
    width: 294px !important;
  }
}
@media screen and (max-width: 768px) {
  .btn-side-panel-continue {
    display: block;
    margin: auto;
    margin-top: 20px;
    max-width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .btn-side-panel-continue {
    display: block;
    margin: auto;
    max-width: 100%;
    font-size: 14px;
    margin-top: 15px;
  }
}
.btn-radius {
  border-radius: 5px;
}

#drawer-channel-invalid {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-channel-invalid.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-channel-invalid {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-channel-invalid {
    top: 62px;
  }
}

#drawer-channel-invalid-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-channel-invalid-overlay.active {
  display: block;
}

#drawer-channel-invalid-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-channel-invalid-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-channel-invalid-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-channel-invalid-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-channel-invalid-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-channel-invalid-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-channel-invalid-content .veil .underlay {
  background-color: transparent;
}
#drawer-channel-invalid-content .veil .dot1,
#drawer-channel-invalid-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

#drawer-reset-password {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-reset-password {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-reset-password {
    top: 62px;
  }
}

#drawer-reset-password-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password-overlay.active {
  display: block;
}

#drawer-reset-password-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-reset-password-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-reset-password-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-reset-password-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-reset-password-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-reset-password-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-reset-password-content .veil .underlay {
  background-color: transparent;
}
#drawer-reset-password-content .veil .dot1,
#drawer-reset-password-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}
#drawer-reset-password-content .register-form-nav select.form-control.is-invalid {
  padding-right: 0.75rem !important;
}
@media (max-width: 767.98px) {
  #drawer-reset-password-content .register-side-panel-wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 767.98px) {
  #drawer-reset-password-content .register-side-panel-wrapper .register-header .title {
    text-align: center;
    font-family: Orpheus Pro, Songti TC, Noto Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 8px;
  }
  #drawer-reset-password-content .register-side-panel-wrapper .register-header .secondary-summary {
    font-family: Europa, NotoSansTC !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 40px 32px;
  }
}
@media (max-width: 767.98px) {
  #drawer-reset-password-content .register-side-panel-wrapper .register-form-nav {
    padding: 0 32px;
  }
}

#drawer-reset-password-mobile {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password-mobile.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-reset-password-mobile {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-reset-password-mobile {
    top: 62px;
  }
}

#drawer-reset-password-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password-mobile-overlay.active {
  display: block;
}

#drawer-reset-password-mobile-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-reset-password-mobile-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-reset-password-mobile-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-reset-password-mobile-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-reset-password-mobile-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-reset-password-mobile-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-reset-password-mobile-content .veil .underlay {
  background-color: transparent;
}
#drawer-reset-password-mobile-content .veil .dot1,
#drawer-reset-password-mobile-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}
#drawer-reset-password-mobile-content .register-form-nav select.form-control.is-invalid {
  padding-right: 0.75rem !important;
}
@media (max-width: 767.98px) {
  #drawer-reset-password-mobile-content .register-side-panel-wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 767.98px) {
  #drawer-reset-password-mobile-content .register-side-panel-wrapper .register-header .title {
    text-align: center;
    font-family: Orpheus Pro, Songti TC, Noto Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 32px;
  }
  #drawer-reset-password-mobile-content .register-side-panel-wrapper .register-header .secondary-summary {
    font-family: Europa, NotoSansTC !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 40px 32px;
  }
}
@media (max-width: 767.98px) {
  #drawer-reset-password-mobile-content .register-side-panel-wrapper .register-form-nav {
    padding: 15px 32px;
    line-height: 0;
  }
}

#drawer-reset-password-email {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password-email.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-reset-password-email {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-reset-password-email {
    top: 62px;
  }
}

#drawer-reset-password-email-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password-email-overlay.active {
  display: block;
}

#drawer-reset-password-email-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-reset-password-email-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-reset-password-email-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-reset-password-email-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-reset-password-email-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-reset-password-email-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-reset-password-email-content .veil .underlay {
  background-color: transparent;
}
#drawer-reset-password-email-content .veil .dot1,
#drawer-reset-password-email-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}
#drawer-reset-password-email-content .register-form-nav select.form-control.is-invalid {
  padding-right: 0.75rem !important;
}
@media (max-width: 767.98px) {
  #drawer-reset-password-email-content .register-side-panel-wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 767.98px) {
  #drawer-reset-password-email-content .register-side-panel-wrapper .register-header .title {
    text-align: center;
    font-family: Orpheus Pro, Songti TC, Noto Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 8px;
  }
  #drawer-reset-password-email-content .register-side-panel-wrapper .register-header .secondary-summary {
    font-family: Europa, NotoSansTC !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 40px 32px;
  }
}
@media (max-width: 767.98px) {
  #drawer-reset-password-email-content .register-side-panel-wrapper .register-form-nav {
    padding: 0 32px;
  }
}

#drawer-reset-password-otp {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password-otp.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-reset-password-otp {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-reset-password-otp {
    top: 62px;
  }
}

#drawer-reset-password-otp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password-otp-overlay.active {
  display: block;
}

#drawer-reset-password-otp-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-reset-password-otp-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-reset-password-otp-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-reset-password-otp-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-reset-password-otp-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-reset-password-otp-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-reset-password-otp-content .veil .underlay {
  background-color: transparent;
}
#drawer-reset-password-otp-content .veil .dot1,
#drawer-reset-password-otp-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}
#drawer-reset-password-otp-content .register-form-nav select.form-control.is-invalid {
  padding-right: 0.75rem !important;
}
@media (max-width: 767.98px) {
  #drawer-reset-password-otp-content .register-side-panel-wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 767.98px) {
  #drawer-reset-password-otp-content .register-side-panel-wrapper .register-header .title {
    text-align: center;
    font-family: Orpheus Pro, Songti TC, Noto Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 8px;
  }
  #drawer-reset-password-otp-content .register-side-panel-wrapper .register-header .secondary-summary {
    font-family: Europa, NotoSansTC !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 40px 32px;
  }
}
@media (max-width: 767.98px) {
  #drawer-reset-password-otp-content .register-side-panel-wrapper .register-form-nav {
    padding: 0 32px;
  }
}

#drawer-reset-password {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-reset-password {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-reset-password {
    top: 62px;
  }
}

#drawer-reset-password-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-reset-password-overlay.active {
  display: block;
}

.login-email-verify-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-image: url("../images/icon-email-verify.svg");
  background-size: cover;
  margin-top: 113px;
}
@media (max-width: 767.98px) {
  .login-email-verify-icon {
    margin-top: 96px;
  }
}

.login-phone-verify-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-image: url("../images/icon-phone-verify.svg");
  background-size: cover;
  margin-top: 113px;
}
@media (max-width: 767.98px) {
  .login-phone-verify-icon {
    margin-top: 96px;
  }
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}

.login-page-title {
  font-size: 38px;
  font-weight: 400;
  color: #796E65;
  padding: 20px;
  margin: 36px 0 0 0;
  text-align: center;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}
.joinus-p {
  font-size: 14px !important;
}

.email-verify-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-form-nav {
  font-family: Europa, NotoSansTC !important;
}

.login-page .login-form-nav, .login-page-side-panel .login-form-nav {
  margin-top: 4px;
  font-family: Europa, NotoSansTC !important;
}
.login-page .forgot-password, .login-page-side-panel .forgot-password {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .login-page .login-form-nav .nav-tabs .nav-item a, .login-page-side-panel .login-form-nav .nav-tabs .nav-item a {
    font-size: 14px;
    padding: 8px;
  }
  .login-page .login-form-nav .forgot-password, .login-page-side-panel .login-form-nav .forgot-password {
    margin-bottom: 25px;
  }
  .login-page .login-form-nav .forgot-password a, .login-page-side-panel .login-form-nav .forgot-password a {
    font-size: 14px;
  }
  .login-page .login-oauth, .login-page-side-panel .login-oauth {
    margin: 20px 0;
  }
  .login-page .login-oauth .title, .login-page-side-panel .login-oauth .title {
    font-size: 12px;
  }
  .login-page .login-oauth .title:after, .login-page-side-panel .login-oauth .title:after {
    top: 9px;
  }
  .login-page .login-oauth .form-group, .login-page-side-panel .login-oauth .form-group {
    margin: 20px 0 0;
  }
  .login-page .login-oauth .form-group a, .login-page-side-panel .login-oauth .form-group a {
    width: 45px;
    height: 45px;
    padding: 11px;
  }
  .login-page .login-oauth .form-group i.fa-facebook-official:before,
  .login-page .login-oauth .form-group i.fa-google:before, .login-page-side-panel .login-oauth .form-group i.fa-facebook-official:before,
  .login-page-side-panel .login-oauth .form-group i.fa-google:before {
    width: 20px;
    height: 20px;
    background-size: 98%;
  }
  .login-page .login-oauth .form-group i.fa-apple, .login-page-side-panel .login-oauth .form-group i.fa-apple {
    font-size: 20px;
  }
  .login-page .login-oauth .form-group i.fa-weixin, .login-page-side-panel .login-oauth .form-group i.fa-weixin {
    font-size: 19px;
    margin: 2px;
  }
  .login-page .login-banner .content .title, .login-page-side-panel .login-banner .content .title {
    font-size: 20px;
  }
}
.login-page .login, .login-page-side-panel .login {
  margin-bottom: 10px;
}
.login-page .divider-container, .login-page-side-panel .divider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.login-page .line-top,
.login-page .line-bottom, .login-page-side-panel .line-top,
.login-page-side-panel .line-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-top: 1px solid #796E65;
  opacity: 0.5;
}
.login-page .circle, .login-page-side-panel .circle {
  font-size: 20px; /* 调整字体大小 */
  padding: 0 5px; /* 调整圆圈与线条之间的间距 */
  opacity: 0.5;
}
.login-page input, .login-page-side-panel input {
  height: 48px;
}
.login-page input::-webkit-input-placeholder, .login-page-side-panel input::-webkit-input-placeholder {
  color: #796E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}
.login-page input::-moz-placeholder, .login-page-side-panel input::-moz-placeholder {
  color: #796E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}
.login-page input:-ms-input-placeholder, .login-page-side-panel input:-ms-input-placeholder {
  color: #796E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}
.login-page input::-ms-input-placeholder, .login-page-side-panel input::-ms-input-placeholder {
  color: #796E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}
.login-page input::placeholder, .login-page-side-panel input::placeholder {
  color: #796E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}
.login-page #login-areaCode-select, .login-page-side-panel #login-areaCode-select {
  height: 48px;
}
.login-page .login-form-register, .login-page-side-panel .login-form-register {
  margin-top: 8px;
  margin-bottom: 15px;
  color: #796E65;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login-page .login-form-register button, .login-page .login-form-register a, .login-page-side-panel .login-form-register button, .login-page-side-panel .login-form-register a {
  width: 300px;
  margin-top: 14px;
}
@media (max-width: 767.98px) {
  .login-page .login-form-register button, .login-page .login-form-register a, .login-page-side-panel .login-form-register button, .login-page-side-panel .login-form-register a {
    width: 122px;
  }
}
.login-page .login-form-register p, .login-page-side-panel .login-form-register p {
  width: 80%;
}
.login-page .login-joinus, .login-page-side-panel .login-joinus {
  color: #796E65;
  text-align: center;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 32px;
}
.login-page .form-otp-row, .login-page .form-email-otp-row, .login-page-side-panel .form-otp-row, .login-page-side-panel .form-email-otp-row {
  display: none;
}
.login-page .form-otp-row .form-group, .login-page .form-email-otp-row .form-group, .login-page-side-panel .form-otp-row .form-group, .login-page-side-panel .form-email-otp-row .form-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9d9d9;
}
.login-page .form-otp-row .form-group input[type=number], .login-page .form-email-otp-row .form-group input[type=number], .login-page-side-panel .form-otp-row .form-group input[type=number], .login-page-side-panel .form-email-otp-row .form-group input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.login-page .form-otp-row .form-group input[type=number]::-webkit-inner-spin-button, .login-page .form-otp-row .form-group input[type=number]::-webkit-outer-spin-button, .login-page .form-email-otp-row .form-group input[type=number]::-webkit-inner-spin-button, .login-page .form-email-otp-row .form-group input[type=number]::-webkit-outer-spin-button, .login-page-side-panel .form-otp-row .form-group input[type=number]::-webkit-inner-spin-button, .login-page-side-panel .form-otp-row .form-group input[type=number]::-webkit-outer-spin-button, .login-page-side-panel .form-email-otp-row .form-group input[type=number]::-webkit-inner-spin-button, .login-page-side-panel .form-email-otp-row .form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login-page .form-otp-row .form-group .form-control, .login-page .form-email-otp-row .form-group .form-control, .login-page-side-panel .form-otp-row .form-group .form-control, .login-page-side-panel .form-email-otp-row .form-group .form-control {
  border: 0;
}
.login-page .form-otp-row .form-group .send-code, .login-page .form-email-otp-row .form-group .send-code, .login-page-side-panel .form-otp-row .form-group .send-code, .login-page-side-panel .form-email-otp-row .form-group .send-code {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .login-page .form-otp-row .form-group .send-code, .login-page .form-email-otp-row .form-group .send-code, .login-page-side-panel .form-otp-row .form-group .send-code, .login-page-side-panel .form-email-otp-row .form-group .send-code {
    margin-right: 10px;
  }
}
.login-page .form-otp-row .form-group .send-code.btn-disable, .login-page .form-email-otp-row .form-group .send-code.btn-disable, .login-page-side-panel .form-otp-row .form-group .send-code.btn-disable, .login-page-side-panel .form-email-otp-row .form-group .send-code.btn-disable {
  pointer-events: none;
}
.login-page .btn-mobile-otp, .login-page-side-panel .btn-mobile-otp {
  display: none;
}
.login-page .btn-email-otp, .login-page-side-panel .btn-email-otp {
  display: none;
}
.login-page .change-login-method, .login-page-side-panel .change-login-method {
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.login-page .login-otp-error, .login-page-side-panel .login-otp-error {
  background: #B78E6C;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 12px 20px;
  display: none;
}

.forgot-password-nav {
  padding: 0 46px;
}
@media (max-width: 767.98px) {
  .forgot-password-nav {
    padding: 0 32px;
  }
}

@-webkit-keyframes gold-shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes gold-shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("../images/animation/bag/ctf-bag-black.gif") url("../images/animation/bag/ctf-bag-red.gif") url("../images/animation/bag/ctf-bag-white.gif") url("../images/animation/heart/ctf-heart-black.gif") url("../images/animation/heart/ctf-heart-red.gif") url("../images/animation/heart/ctf-heart-white.gif") url("../images/animation/search/ctf-search-black.gif") url("../images/animation/search/ctf-search-red.gif") url("../images/animation/search/ctf-search-white.gif") url("../images/animation/user/ctf-user-black.gif") url("../images/animation/user/ctf-user-red.gif") url("../images/animation/user/ctf-user-white.gif");
}

.header-banner {
  color: #FFFFFF;
  position: relative;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .header-banner {
    text-align: center;
  }
}
.header-banner .wrapper {
  line-height: 40px;
  padding-left: 32px;
}
@media (max-width: 767.98px) {
  .header-banner .wrapper {
    padding: 0;
    line-height: 20px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-banner .content {
  font-size: 14px;
  color: #796e65;
}
@media (max-width: 767.98px) {
  .header-banner .content {
    font-size: 14px;
  }
}
.header-banner .content a {
  color: #796e65;
  text-decoration: none;
}
.header-banner .content .header-tael {
  font-weight: 400;
  line-height: 20px;
}
.header-banner .content .header-line {
  display: inline-block;
  width: 0;
  height: 14px;
  border-right: 1.5px solid #796e65;
  font-weight: 400;
  line-height: 20px;
  margin: 0 1pc;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .header-banner .content .header-line {
    display: none;
  }
}
.header-banner .content .header-gram {
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .header-banner .content .header-gram {
    display: none;
  }
}
.header-banner .content .header-purchase {
  font-family: Europa, NotoSansTC !important;
  text-decoration: underline;
  padding-left: 10px;
  font-weight: 400;
  line-height: 16.8px;
}
@media (max-width: 767.98px) {
  .header-banner .content .header-purchase {
    display: none;
  }
}
.header-banner .slick-carousel {
  height: 44px;
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .header-banner .slick-carousel {
    height: 41px;
  }
}
.header-banner .slick-carousel:not(.slick-initialized) > :not(:first-child) {
  display: none;
}
.header-banner .slick-carousel .slick-arrow {
  width: 30px;
  height: 30px;
  opacity: 1 !important;
  background: none;
  margin-top: -1px;
}
.header-banner .slick-carousel .slick-arrow:before {
  color: #999;
  font-size: 30px;
}
.header-banner .slick-carousel .slick-arrow.slick-prev {
  left: 10px;
}
.header-banner .slick-carousel .slick-arrow.slick-next {
  right: -20px;
  left: unset;
}

header {
  position: relative;
  z-index: 900;
  background-color: #fff;
}
header .header-top > .wrapper {
  padding: 15px 20px; /**CDE-687 global header */
  margin: auto;
  max-width: 1320px;
}
@media (max-width: 767.98px) {
  header .header-top > .wrapper {
    height: 60px;
    line-height: 60px;
  }
  [lang=en] header .header-top > .wrapper {
    padding: 0 15px;
  }
  [lang=zh] header .header-top > .wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  header .header-top > .wrapper {
    padding: 15px 20px; /**CDE-687 global header */
  }
}
header .navbar-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  header .navbar-header {
    height: 60px;
    line-height: 60px;
  }
}
header .navbar-header.brand {
  /** CDE-687 global header
  position: absolute;
  left: 50%;
  display: block;
  text-align: center;
  // width: 326px;
  margin-left: -163px;
  padding-top: 22px;

  // <1200
  @include media-breakpoint-down(lg) {
      width: 250px;
      margin-left: -125px;
      padding-top: 27px;
  }

  // <1024
  @include media-breakpoint-down(md) {
      width: 230px;
      margin-left: -110px;
      padding-top: 28px;
  }

  // <960
  @media (max-width: 960px) {
      width: 230px;
      margin-left: -110px;
      padding-top: 26px;
  }

  // <768
  @include media-breakpoint-down(sm) {
      width: 250px;
      margin-left: -120px;
      padding-top: 18px;
  }

  // <400
  @media (max-width: 399.98px) {
      width: 225px;
      margin-left: -110px;
      padding-top: 18px;
  }

  // <375
  @media (max-width: 374.98px) {
      width: 200px;
      margin-left: -100px;
      padding-top: 17px;
  }
  */
}
header .navbar-header.brand img {
  width: 284px;
  max-height: 70px;
}
@media (max-width: 767.98px) {
  header .navbar-header.brand img {
    width: 165px;
    max-height: 45px;
  }
}
header .navbar-header a {
  text-decoration: none;
  color: #796E65;
}
header .navbar-header .gold-price-realtime {
  margin-left: 25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 200;
}
header .navbar-header .gold-price-realtime span {
  font-size: 14px;
  padding-left: 34px;
  position: relative;
}
header .navbar-header .gold-price-realtime span:before {
  font-family: "ctf-icons";
  content: "\E916";
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 22px;
}
header .navbar-header .gold-price-realtime:hover .gold-table {
  display: block;
}
header .navbar-header .gold-price-realtime:hover span:before {
  -webkit-animation: gold-shaking 0.5s ease-out infinite;
          animation: gold-shaking 0.5s ease-out infinite;
}
header .navbar-header .logo-home.gold {
  display: none;
}
@media (min-width: 768px) {
  header .navbar-header .pull-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; /**CDE-687 global header */
  }
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
}
header .navbar-header .pull-left .wrapper {
  gap: 9pt; /**CDE-687 global header */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-left .wrapper {
    display: none;
  }
}
header .navbar-header .pull-left .wrapper a {
  display: inline-block;
}
header .navbar-header .pull-left .wrapper .tudor-img {
  width: 140px;
  height: 70px;
}
header .navbar-header .pull-left .wrapper .tudor-img img {
  height: 70px;
}
header .navbar-header .pull-left .wrapper .page_locale {
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9pt;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-left .wrapper .page_locale {
    display: none;
  }
}
header .navbar-header .pull-left .wrapper .page_locale .country-selector a {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #796E65;
  padding: 6px;
  text-decoration: none;
}
header .navbar-header .pull-left .wrapper .page_locale .country-selector .arrow {
  padding-left: 8px;
}
header .navbar-header .pull-left .wrapper .page_locale .country-selector .arrow::after {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
}
header .navbar-header .pull-left .wrapper .page_locale .country-selector .dropdown-menu {
  margin-top: -15px;
  min-width: 3.75rem;
  padding: 0;
}
header .navbar-header .pull-left .wrapper .page_locale .country-selector .btn {
  color: #796e65;
  line-height: normal;
}
header .navbar-header .pull-left .wrapper .page_locale .header-money-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1pc;
  padding: 0 9pt;
}
header .navbar-header a {
  text-decoration: none;
  color: #796E65;
}
header .navbar-header a.gold-price-realtime {
  margin-left: 25px;
}
@media (max-width: 1199.98px) {
  header .navbar-header a.gold-price-realtime {
    margin-left: 15px;
  }
}
@media (max-width: 1023.98px) {
  header .navbar-header a.gold-price-realtime {
    margin-left: 5px;
  }
}
header .navbar-header a.gold-price-realtime span {
  font-size: 14px;
  padding-left: 34px;
  position: relative;
}
header .navbar-header a.gold-price-realtime span:before {
  font-family: "ctf-icons";
  content: "\E916";
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 22px;
}
@media (min-width: 768px) {
  header .navbar-header .pull-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; /**CDE-687 global header */
  }
}
header .navbar-header .pull-right .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /**CDE-687 global header */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
}
header .navbar-header .pull-right .wrapper a {
  color: #796E65;
}
header .navbar-header .pull-right .wrapper .header-logo-rolex {
  height: 70px;
  position: relative;
}
header .navbar-header .pull-right .wrapper .cmp-header-desktop-logo-right-mask {
  left: 0;
  position: absolute;
  top: 50%;
  width: 150px;
  z-index: 1000;
  height: 70px;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .navbar-header .pull-right .logo_rolex {
  float: right;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .logo_rolex {
    display: none;
  }
}
header .navbar-header .pull-right .minicart {
  height: 24px;
  margin-top: -2px;
}
@media (max-width: 1199.98px) {
  header .navbar-header .pull-right .minicart {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .minicart {
    margin-right: 0;
    margin-top: 0px;
  }
}
header .navbar-header .pull-right .minicart .minicart-icon {
  float: left;
}
header .navbar-header .pull-right .minicart .minicart-icon:before {
  font-family: "ctf-icons";
  content: url("../images/icon-bag.svg");
  font-size: 20px;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .minicart .minicart-icon:before {
    font-size: 20px;
  }
}
header .navbar-header .pull-right .minicart .minicart-quantity {
  position: absolute;
  bottom: -5px;
  right: -5px;
  font-weight: 500;
  font-size: 12px;
  display: block;
  line-height: 15px;
  text-align: center;
  width: 16px;
  height: 16px;
  background: #98012E;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .minicart .minicart-quantity {
    bottom: -5px;
    right: -5px;
    line-height: 14px;
    width: 15px;
    height: 15px;
    font-size: 10px;
  }
}
header .navbar-header .pull-right .page_account_wishlist {
  height: 24px;
}
header .navbar-header .pull-right .user {
  position: relative;
  line-height: 24px;
}
header .navbar-header .pull-right .user a.wishlist {
  text-decoration: none;
}
header .navbar-header .pull-right .user a.wishlist i {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .user a.wishlist i {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  header .navbar-header .pull-right .user a.wishlist i {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
}
header .navbar-header .pull-right .user a.wishlist .icon-account-logged {
  margin-top: -2px;
}
header .navbar-header .pull-right .user a.wishlist .user-message {
  display: none;
}
header .navbar-header .pull-right .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
}
header .navbar-header .pull-right .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
header .navbar-header .pull-right .user .popover::before {
  left: 1.5rem;
}
header .navbar-header .pull-right .user .popover::after {
  left: 1.5rem;
}
header .navbar-header .pull-right .user .popover.show {
  display: block;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .user_box_logged {
    min-width: auto;
  }
}
header .navbar-header .pull-right .user_box {
  height: 24px;
}
header .navbar-header .pull-right .user_box .user-logged {
  display: inline-block;
  position: relative;
}
header .navbar-header .pull-right .user_box .user-logged .account-name {
  color: #98012E;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .user_box .user-logged .account-name {
    display: none;
  }
}
header .navbar-header .pull-right .user_box .user-logged .logged-in-content {
  display: none;
}
header .navbar-header .pull-right .user_box .user-logged:hover .logged-in-content {
  display: block;
}
header .navbar-header .pull-right .user_box .user-logged-hover:hover {
  cursor: pointer;
}
header .navbar-header .pull-right .user_box .logged-in-content {
  position: absolute;
  top: 37px;
  right: -180px;
  background: #fff;
  width: 332px;
  padding: 24px 42px;
  z-index: 1050;
}
header .navbar-header .pull-right .user_box .logged-in-content:before {
  content: "";
  width: 100%;
  height: 20px;
  top: -15px;
  left: 0;
  display: block;
  position: absolute;
}
header .navbar-header .pull-right .user_box .logged-in-content .vip-info-block .vip-card {
  width: 80px;
}
header .navbar-header .pull-right .user_box .logged-in-content .vip-info-block .vip-info {
  padding-left: 15px;
}
header .navbar-header .pull-right .user_box .logged-in-content .vip-info-block .vip-info .name {
  font-weight: 500;
}
header .navbar-header .pull-right .user_box .logged-in-content .vip-info-block .vip-info .card-number {
  font-size: 14px;
  margin-top: 4px;
  display: none;
}
header .navbar-header .pull-right .user_box .logged-in-content .vip-info-block .vip-info .level {
  font-size: 14px;
  margin-top: 4px;
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  header .navbar-header .pull-right .user_box .logged-in-content .user-info {
    width: 100%;
  }
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info .card-number {
  font-size: 14px;
  font-weight: normal;
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info .level {
  margin-top: 17px;
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info .level .points {
  width: 45%;
  text-align: left;
  border-right: 1px solid #d9d9d9;
  font-size: 14px;
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info .level .points .number {
  font-size: 16px;
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info .level .points .number span {
  font-weight: bold;
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info .level .tier {
  width: 55%;
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info .level .tier .type {
  font-weight: bold;
  font-size: 16px;
}
header .navbar-header .pull-right .user_box .logged-in-content .user-info .user-overview {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 16px;
  margin-bottom: 20px;
}
header .navbar-header .pull-right .user_box .logged-in-content .nav-mobile {
  display: none !important;
}
header .navbar-header .pull-right .user_box .logged-in-content .account-nav {
  padding-top: 16px;
  border-top: 1px solid #d7d4d1;
}
header .navbar-header .pull-right .user_box .logged-in-content .account-nav .title {
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 18px;
}
header .navbar-header .pull-right .user_box .logged-in-content .account-nav .nav-item {
  margin-bottom: 12px;
}
header .navbar-header .pull-right .user_box .logged-in-content .account-nav .nav-item:last-child {
  margin-bottom: 0;
}
header .navbar-header .pull-right .user_box .logged-in-content .account-nav .nav-item .link {
  display: block;
  color: #796E65;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
header .navbar-header .pull-right .user_box .logged-in-content .account-nav .nav-item .link i {
  margin-right: 5px;
  display: inline-block;
  width: 18px;
  text-align: center;
}
header .navbar-header .pull-right .user_box .logged-in-content .account-nav .nav-item .link .badge {
  right: 25px;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  font-size: 14px;
  font-weight: 400;
}
header .navbar-header .pull-right .user_box .logged-in-content .account-nav .nav-item .link .badge-pill {
  top: 11px;
}
header .navbar-header .pull-right .user_box .logged-in-content .account-nav .logout-ul .logout .link {
  border-top: 1px solid #d9d9d9;
  padding-top: 16px;
  margin-top: 20px;
}
header .navbar-header .pull-right .user_box a.account {
  text-decoration: none;
  margin-right: 0;
  float: right;
}
@media (max-width: 1199.98px) {
  header .navbar-header .pull-right .user_box a.account {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .user_box a.account {
    display: none;
  }
}
header .navbar-header .pull-right .user_box a.account i {
  font-size: 20px;
}
@media (min-width: 768px) {
  header .navbar-header .pull-right .user_box a.account i {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    float: left;
  }
}
header .navbar-header .pull-right .user_box a.account .icon-account-logged {
  padding-top: 3px;
  text-align: center;
}
header .navbar-header .pull-right .user_box a.account .user-message {
  display: none;
}
header .navbar-header .pull-right .user_box .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
}
header .navbar-header .pull-right .user_box .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
header .navbar-header .pull-right .user_box .popover::before {
  left: 1.5rem;
}
header .navbar-header .pull-right .user_box .popover::after {
  left: 1.5rem;
}
header .navbar-header .pull-right .user_box .popover.show {
  display: block;
}
header .navbar-header .pull-right .address_icon {
  height: 24px;
}
@media (max-width: 1199.98px) {
  header .navbar-header .pull-right .address_icon {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .address_icon {
    margin-right: 20px;
    margin-top: 6px;
    display: none;
  }
}
header .navbar-header .pull-right .address_icon i {
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  header .navbar-header .pull-right .address_icon i {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
}
header .navbar-header .pull-right .page_search {
  height: 24px;
}
@media (max-width: 1199.98px) {
  header .navbar-header .pull-right .page_search {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-right .page_search {
    display: none;
  }
}
header .navbar-header .pull-right .page_search i {
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  header .navbar-header .pull-right .page_search i {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
}
header .navbar-header .pull-right .page_real_gold {
  display: none;
}
header .navbar-header .pull-left .wrapper .header-logo-hide-lt-lg, header .navbar-header .pull-left .wrapper .header-logo-hide-lt-lgtudor-img, header .navbar-header .pull-right .wrapper .header-logo-hide-lt-lg, header .navbar-header .pull-right .wrapper .header-logo-hide-lt-lgtudor-img {
  display: block;
}
@media (max-width: 1280px) {
  header .navbar-header .pull-left .wrapper .header-logo-hide-lt-lg, header .navbar-header .pull-left .wrapper .header-logo-hide-lt-lgtudor-img, header .navbar-header .pull-right .wrapper .header-logo-hide-lt-lg, header .navbar-header .pull-right .wrapper .header-logo-hide-lt-lgtudor-img {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-header .pull-right.main-header-right .address_icon {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-header .pull-right.main-header-right .page_search {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-header .pull-right.main-header-right .minicart {
    margin-right: 0;
  }
}
header .navbar-header .pull-middle { /**CDE-687 global header */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5 1 0%;
          flex: 1.5 1 0%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  header .navbar-header .pull-middle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
header .navbar-header .navbar-toggler {
  padding: 0;
  outline: 0;
  margin-top: 26px;
  border: 0;
}
@media (max-width: 767.98px) {
  header .navbar-header .navbar-toggler {
    margin-top: 0px;
  }
}
header .navbar-header .navbar-toggler .icon-menu {
  float: left;
  font-size: 15px;
  color: #796E65;
}
header .navbar-header .navbar-toggler.active .icon-menu:before {
  font-size: 17px;
  content: "\E90D";
}
header .mobile-icon-search {
  font-size: 20px;
  float: right;
}
header .mobile-icon-search i {
  float: left;
}
header nav .header-search {
  background: #fff;
  position: absolute;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: 100%;
  padding: 40px 40px 80px 40px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
header nav .header-search.active {
  opacity: 1;
  visibility: visible;
}
header nav .header-search .wrapper {
  max-width: 1400px;
  width: 700px;
  margin: auto;
  position: relative;
}
@media (max-width: 767.98px) {
  header nav .header-search .wrapper {
    padding: 0 180px;
    width: auto;
  }
}
@media (max-width: 1199.98px) {
  header nav .header-search .wrapper {
    padding: 0;
  }
}
header nav .header-search .wrapper .icon-close {
  color: #3C3C3C;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
header nav .header-search .site-search {
  padding: 40px 0 0 0;
  height: auto;
}
header nav .header-search .site-search .search-field {
  height: 65px !important;
  border: 1px solid #707070;
  background: #F3F3F3;
  font-size: 16px;
  padding: 5px 95px 5px 40px !important;
}
@media (max-width: 767.98px) {
  header nav .header-search .site-search .search-field {
    padding: 5px 40px 5px 40px !important;
    height: 44px !important;
  }
}
header nav .header-search .site-search .icon-search {
  font-size: 20px;
  top: 20px;
  right: auto;
  left: 10px;
}
@media (max-width: 767.98px) {
  header nav .header-search .site-search .icon-search {
    top: 12px;
  }
}
header nav .header-search .site-search .icon-search span {
  display: none;
}
header nav .header-search .site-search .reset-button {
  top: 12px;
  right: 10px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav .header-search .site-search .reset-button i.icon-close-to-reset {
  font-size: 8px;
  margin: 6px;
}
header nav .header-search .site-search form .form-group {
  /** IE 11 */
}
header nav .header-search .site-search form .form-group label {
  font-size: 16px;
  left: 44px !important;
  top: 20px !important;
}
@media (max-width: 767.98px) {
  header nav .header-search .site-search form .form-group label {
    top: 11px !important;
  }
}
header nav .header-search .site-search form .form-group input:focus ~ .label,
header nav .header-search .site-search form .form-group input:focus ~ label,
header nav .header-search .site-search form .form-group input.filled-in ~ .label,
header nav .header-search .site-search form .form-group input.filled-in ~ label,
header nav .header-search .site-search form .form-group input[readonly=readonly] ~ .label,
header nav .header-search .site-search form .form-group input[readonly=readonly] ~ label {
  display: none;
}
header nav .header-search .site-search form .form-group input:not(:-moz-placeholder-shown) ~ .label, header nav .header-search .site-search form .form-group input:not(:-moz-placeholder-shown) ~ label {
  display: none;
}
header nav .header-search .site-search form .form-group input:not(:-ms-input-placeholder) ~ .label, header nav .header-search .site-search form .form-group input:not(:-ms-input-placeholder) ~ label {
  display: none;
}
header nav .header-search .site-search form .form-group input:not(:placeholder-shown) ~ .label,
header nav .header-search .site-search form .form-group input:not(:placeholder-shown) ~ label {
  display: none;
}
header nav .header-search .site-search form .form-group input:-webkit-autofill ~ .label,
header nav .header-search .site-search form .form-group input:-webkit-autofill ~ label {
  display: none;
}
header nav .header-search .site-search form .form-group input:not(:-ms-input-placeholder) ~ .label,
header nav .header-search .site-search form .form-group input:not(:-ms-input-placeholder) ~ label {
  display: none;
}
header nav .header-search.mega-menu-search {
  bottom: 0;
  z-index: 200;
  padding: 20px 20px 85px 20px;
  left: -100%;
}
header nav .header-search.mega-menu-search.active {
  left: 0;
}
header nav .header-search.mega-menu-search .site-search {
  padding: 0 !important;
  width: auto;
}
header nav .header-search.mega-menu-search .wrapper .icon-close {
  display: none;
}
header .main-menu {
  border-bottom: 1px solid #d7d4d1;
}
header .main-menu .navbar .close-menu button,
header .main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

body.drawer-show header .navbar-header .pull-right .wrapper a.account,
.pt-account:not([data-action=Wishlist-Show]) header .navbar-header .pull-right .wrapper a.account,
[data-action=Account-Show] header .navbar-header .pull-right .wrapper a.account,
[data-action=Account-StartRegister] header .navbar-header .pull-right .wrapper a.account,
[data-action=ForgotPassword-PasswordResetVerification] header .navbar-header .pull-right .wrapper a.account,
[data-action=Login-Show] header .navbar-header .pull-right .wrapper a.account {
  color: #98012E;
}
@media (min-width: 768px) {
  body.drawer-show header .navbar-header .pull-right .wrapper a.account i:hover:before,
  .pt-account:not([data-action=Wishlist-Show]) header .navbar-header .pull-right .wrapper a.account i:hover:before,
  [data-action=Account-Show] header .navbar-header .pull-right .wrapper a.account i:hover:before,
  [data-action=Account-StartRegister] header .navbar-header .pull-right .wrapper a.account i:hover:before,
  [data-action=ForgotPassword-PasswordResetVerification] header .navbar-header .pull-right .wrapper a.account i:hover:before,
  [data-action=Login-Show] header .navbar-header .pull-right .wrapper a.account i:hover:before {
    background-image: url("../images/animation/user/ctf-user-red.gif") !important;
  }
}

[data-action=Wishlist-Show] header .navbar-header .pull-right .wrapper a.wishlist {
  color: #98012E;
}
@media (min-width: 768px) {
  [data-action=Wishlist-Show] header .navbar-header .pull-right .wrapper a.wishlist i:hover:before {
    background-image: url("../images/animation/heart/ctf-heart-red.gif") !important;
  }
}

.search-popup-show .navbar-header .pull-right .wrapper .page_search,
.search-result-index .navbar-header .pull-right .wrapper .page_search {
  color: #98012E;
}
[data-action=Cart-Show] header .navbar-header .pull-right .wrapper a.minicart-link {
  color: #98012E;
}
@media (min-width: 768px) {
  [data-action=Cart-Show] header .navbar-header .pull-right .wrapper a.minicart-link:hover .minicart-icon:before {
    background-image: url("../images/animation/bag/ctf-bag-red.gif") !important;
  }
}

.dark-header header::before, .light-header header::before {
  content: "";
  display: block;
  width: 100%;
  height: 10.3125vw;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) {
  .dark-header header::before, .light-header header::before {
    height: 198px;
  }
}
.dark-header.menu-hover header, .dark-header.search-popup-show header, .dark-header.mega-menu-opened header, .light-header.menu-hover header, .light-header.search-popup-show header, .light-header.mega-menu-opened header {
  background: #fff;
}
.dark-header.menu-hover header::before, .dark-header.search-popup-show header::before, .dark-header.mega-menu-opened header::before, .light-header.menu-hover header::before, .light-header.search-popup-show header::before, .light-header.mega-menu-opened header::before {
  display: none;
}
.dark-header #maincontent, .light-header #maincontent {
  position: relative;
  z-index: 0;
  top: -124px;
  margin-bottom: -124px;
}
@media (min-width: 768px) {
  .dark-header #maincontent, .light-header #maincontent {
    top: -180px;
    margin-bottom: -180px;
  }
}

.dark-header {
  --gradient-background-color: #000;
  --gradient-background-color-transparent: rgba(0, 0, 0, 0);
}
.dark-header header::before {
  content: "";
  display: block;
  width: 100%;
  height: 10.3125vw;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-background-color, #000)), color-stop(30%, var(--gradient-background-color, #000)), to(var(--gradient-background-color-transparent, rgba(0, 0, 0, 0))));
  background: linear-gradient(var(--gradient-background-color, #000) 0%, var(--gradient-background-color, #000) 30%, var(--gradient-background-color-transparent, rgba(0, 0, 0, 0)) 100%);
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) {
  .dark-header header::before {
    height: 198px;
  }
}
.dark-header .navbar-header a:not(.btn) {
  color: #fff;
}
.dark-header .navbar-header .pull-right .wrapper {
  color: #fff;
}
.dark-header .navbar-header .pull-right .wrapper a {
  color: #fff;
}
@media (min-width: 768px) {
  .dark-header .navbar-header .pull-right .wrapper .minicart a.minicart-link:hover .minicart-icon:before {
    background: url("../images/animation/bag/ctf-bag-white.gif") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .dark-header .navbar-header .pull-right .wrapper .user a.wishlist i:hover:before {
    background: url("../images/animation/heart/ctf-heart-white.gif") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .dark-header .navbar-header .pull-right .wrapper .user a.account i:hover:before {
    background: url("../images/animation/user/ctf-user-white.gif") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .dark-header .navbar-header .pull-right .wrapper .page_search i:hover:before {
    background: url("../images/animation/search/ctf-search-white.gif") no-repeat;
    background-size: 100%;
  }
}
.dark-header .navbar-header .pull-left .gold-price-realtime {
  color: #fff;
}
.dark-header .navbar-header .navbar-toggler .icon-menu,
.dark-header .navbar-header .mobile-icon-search {
  color: #fff;
}
@media (min-width: 768px) {
  .dark-header .main-menu .wsmenu .wsmenu-list > li > a {
    color: #fff;
  }
  .dark-header .main-menu .wsmenu .wsmenu-list > li > a:hover {
    color: #98012E;
  }
}
.dark-header.menu-hover .navbar-header a, .dark-header.search-popup-show .navbar-header a {
  color: #796E65;
}
.dark-header.menu-hover .navbar-header .pull-left .gold-price-realtime, .dark-header.search-popup-show .navbar-header .pull-left .gold-price-realtime {
  color: #796E65;
}
.dark-header.menu-hover .navbar-header .pull-right .wrapper, .dark-header.search-popup-show .navbar-header .pull-right .wrapper {
  color: #796E65;
}
.dark-header.menu-hover .navbar-header .pull-right .wrapper a, .dark-header.search-popup-show .navbar-header .pull-right .wrapper a {
  color: #796E65;
}
@media (min-width: 768px) {
  .dark-header.menu-hover .navbar-header .pull-right .wrapper .minicart a.minicart-link:hover .minicart-icon:before, .dark-header.search-popup-show .navbar-header .pull-right .wrapper .minicart a.minicart-link:hover .minicart-icon:before {
    background: url("../images/animation/bag/ctf-bag-black.gif") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .dark-header.menu-hover .navbar-header .pull-right .wrapper .user a.wishlist i:hover:before, .dark-header.search-popup-show .navbar-header .pull-right .wrapper .user a.wishlist i:hover:before {
    background: url("../images/animation/heart/ctf-heart-black.gif") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .dark-header.menu-hover .navbar-header .pull-right .wrapper .user a.account i:hover:before, .dark-header.search-popup-show .navbar-header .pull-right .wrapper .user a.account i:hover:before {
    background: url("../images/animation/user/ctf-user-black.gif") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .dark-header.menu-hover .navbar-header .pull-right .wrapper .page_search i:hover:before, .dark-header.search-popup-show .navbar-header .pull-right .wrapper .page_search i:hover:before {
    background: url("../images/animation/search/ctf-search-black.gif") no-repeat;
    background-size: 100%;
  }
}
.dark-header.menu-hover .main-menu .wsmenu .wsmenu-list > li > a, .dark-header.search-popup-show .main-menu .wsmenu .wsmenu-list > li > a {
  color: #796E65;
}
.dark-header.menu-hover .main-menu .wsmenu .wsmenu-list > li:hover > a, .dark-header.search-popup-show .main-menu .wsmenu .wsmenu-list > li:hover > a {
  color: #98012E;
}
.dark-header.drawer-show .navbar-header a:not(.btn) {
  color: #796E65;
}
.dark-header.drawer-show .navbar-header .pull-right .wrapper {
  color: #796E65;
}
.dark-header.drawer-show .navbar-header .pull-right .wrapper a {
  color: #796E65;
}
@media (min-width: 768px) {
  .dark-header.drawer-show .navbar-header .pull-right .wrapper .minicart a.minicart-link:hover .minicart-icon:before {
    background: url("../images/animation/bag/ctf-bag-black.gif") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .dark-header.drawer-show .navbar-header .pull-right .wrapper .user a.wishlist i:hover:before {
    background: url("../images/animation/heart/ctf-heart-black.gif") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .dark-header.drawer-show .navbar-header .pull-right .wrapper .user a.account i:hover:before {
    background: url("../images/animation/user/ctf-user-black.gif") no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .dark-header.drawer-show .navbar-header .pull-right .wrapper .page_search i:hover:before {
    background: url("../images/animation/search/ctf-search-black.gif") no-repeat;
    background-size: 100%;
  }
}
.dark-header.drawer-show .navbar-header .pull-left .gold-price-realtime {
  color: #fff;
}
.dark-header.mega-menu-opened .navbar-header .pull-right .wrapper a {
  color: #796E65;
}
.dark-header.mega-menu-opened .navbar-toggler .icon-menu,
.dark-header.mega-menu-opened .mobile-icon-search {
  color: #796E65;
}

.gold-logo .navbar-header .logo-home.red {
  display: none;
}
.gold-logo .navbar-header .logo-home.gold {
  display: block;
}
.gold-logo.menu-hover .navbar-header .logo-home.red, .gold-logo.search-popup-show .navbar-header .logo-home.red {
  display: block;
}
.gold-logo.menu-hover .navbar-header .logo-home.gold, .gold-logo.search-popup-show .navbar-header .logo-home.gold {
  display: none;
}

.mega-menu-opened .header-banner {
  visibility: hidden;
  height: 0;
}

.sticky-header > .page {
  position: relative;
}
.sticky-header header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.sticky-header header .header-top > .wrapper {
  position: relative;
  padding: 15px 20px;
}
@media (max-width: 767.98px) {
  .sticky-header header .header-top > .wrapper {
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
  }
  .sticky-header header .header-top > .wrapper .navbar-header {
    height: 60px;
    line-height: 60px;
  }
  .sticky-header header .header-top > .wrapper .navbar-header .logo-home img {
    width: 165px;
    max-height: 45px;
  }
}
.sticky-header header::before {
  display: none;
}
.sticky-header header .navbar-header .pull-left .wrapper .page_locale {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9pt;
}
.sticky-header header .navbar-header .pull-left .wrapper .page_locale .country-selector {
  margin-left: 0;
}
.sticky-header header .navbar-header .pull-left .wrapper .page_locale .header-money-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1pc;
  padding: 0 9pt;
}
@media (min-width: 768px) {
  .sticky-header header .navbar-header.brand {
    width: auto;
  }
}
@media (min-width: 768px) {
  .sticky-header header .navbar-header .pull-right .logo_rolex {
    display: none;
  }
}
.sticky-header header .navbar-header .pull-right .page_real_gold {
  display: none;
}
@media (min-width: 768px) {
  .sticky-header header .navbar-header .pull-right .page_real_gold {
    display: none;
    float: right;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .sticky-header header .navbar-header .pull-right .page_real_gold .gold-price-realtime {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sticky-header header .navbar-header .pull-right .page_real_gold .gold-price-realtime span {
    font-size: 12px;
    padding-left: 30px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .sticky-header header .navbar-header .pull-right .page_real_gold .gold-price-realtime span {
    font-size: 16px;
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  .sticky-header header .navbar-header .pull-right .page_real_gold .gold-price-realtime span:before {
    font-size: 20px;
    line-height: 1;
    top: -3px;
  }
}
@media (min-width: 1200px) {
  .sticky-header header .navbar-header .pull-right .page_real_gold .gold-price-realtime span:before {
    font-size: 22px;
    line-height: 1;
    top: 0;
  }
}
.sticky-header header .navbar-header .pull-right .page_real_gold .gold-price-realtime span small {
  display: none;
}
@media (min-width: 768px) {
  .sticky-header header .navbar-header .pull-right .page_locale .country-selector a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .sticky-header header .navbar-header .pull-right .page_locale .country-selector a {
    font-size: 16px;
  }
}
.sticky-header header .navbar-header .pull-right .header-logo-rolex {
  height: 70px;
  position: relative;
}
.sticky-header header .navbar-header .header-logo-hide-lt-lg {
  display: block;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .sticky-header header .navbar-header .header-logo-hide-lt-lg {
    display: none;
  }
}
@media (min-width: 768px) {
  .sticky-header header .main-menu {
    position: absolute;
    top: 0;
    width: 100%;
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .sticky-header header .main-menu > .wrapper {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sticky-header header .main-menu .wsmenu .wsmenu-list {
    display: block;
  }
}
@media (min-width: 768px) {
  .sticky-header header .main-menu .wsmenu .wsmenu-list > li {
    padding: 37px 1px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .sticky-header header .main-menu .wsmenu .wsmenu-list > li {
    padding: 36px 3px;
  }
}
@media (min-width: 1400px) {
  .sticky-header header .main-menu .wsmenu .wsmenu-list > li {
    float: none;
  }
}
@media (min-width: 1600px) {
  .sticky-header header .main-menu .wsmenu .wsmenu-list > li {
    padding: 36px 20px 36px 20px;
  }
}
@media (min-width: 1400px) {
  .sticky-header header .main-menu .wsmenu .wsmenu-list > li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sticky-header header .main-menu .wsmenu .wsmenu-list > li > a {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .sticky-header header .main-menu .wsmenu .wsmenu-list > li > a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .sticky-header header .main-menu .wsmenu .wsmenu-list > li > a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .sticky-header header #drawer-login {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .sticky-header.dark-header .navbar-header a {
    color: #796E65;
  }
}
@media (min-width: 768px) {
  .sticky-header.dark-header .navbar-header .pull-right .wrapper {
    color: #796E65;
  }
}
@media (min-width: 768px) {
  .sticky-header.dark-header .navbar-header .pull-right .wrapper a {
    color: #796E65;
  }
}
@media (max-width: 767.98px) {
  .sticky-header.dark-header .navbar-header .pull-right .wrapper a {
    color: #796E65;
  }
}
@media (max-width: 767.98px) {
  .sticky-header.dark-header .navbar-header .pull-right .wrapper .minicart {
    color: #796E65;
  }
}
@media (max-width: 767.98px) {
  .sticky-header.dark-header .navbar-header .navbar-toggler .icon-menu {
    color: #796E65;
  }
}
.sticky-header.dark-header .navbar-header .mobile-icon-search {
  color: #796E65;
}
@media (min-width: 768px) {
  .sticky-header.dark-header .main-menu .wsmenu .wsmenu-list > li > a {
    color: #796E65;
  }
}
@media (min-width: 768px) {
  .sticky-header.dark-header .main-menu .wsmenu .wsmenu-list > li > a:hover {
    color: #98012E;
  }
}
.sticky-header.gold-logo .logo-home.red {
  display: block;
}
.sticky-header.gold-logo .logo-home.gold {
  display: none;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: var(--skin-link-color-1);
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

.header-nomenu {
  height: 74px;
  width: 100%;
  top: 0;
  left: 0;
}
.header-nomenu .logo-home img {
  width: 284px;
  max-height: 70px;
}
@media (max-width: 767.98px) {
  .header-nomenu .logo-home img {
    width: 165px;
    max-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .header-nomenu {
    height: 68px;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.04));
            filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.04));
  }
  .header-nomenu .logo-home {
    display: block;
    max-width: 52.2666666667vw;
  }
  .header-nomenu .logo-home img {
    width: auto;
  }
  [lang=en] .header-nomenu .logo-home img {
    height: 45px;
  }
  [lang=zh] .header-nomenu .logo-home img {
    height: 60px;
  }
}

.header-nomenu-dummy {
  display: none;
  height: 74px;
}
@media (max-width: 767.98px) {
  .header-nomenu-dummy {
    height: 68px;
  }
}

.sticky-header .header-nomenu {
  position: fixed;
}
.sticky-header .header-nomenu-dummy {
  display: block;
}
.sticky-header + #maincontent {
  padding-top: 117px;
}
@media (max-width: 767.98px) {
  .sticky-header + #maincontent {
    padding-top: 70px;
  }
}

.back-home-arrow {
  position: relative;
}

.back-home-arrow:before {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  left: -17px;
  top: 50%;
  color: #7d7d7d;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.join-us-component .divider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.join-us-component .line-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-top: 1px solid #796E65;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .join-us-component .line-left {
    margin-left: 15px;
  }
}
.join-us-component .line-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-top: 1px solid #796E65;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .join-us-component .line-right {
    margin-right: 15px;
  }
}
.join-us-component .joinus-title {
  color: #796E65;
  text-align: center;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 45.6px;
  margin-top: 64px;
  padding: 0 15px;
}
.join-us-component .joinus-content {
  color: #796E65;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: Europa, NotoSansTC !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.join-us-component .joinus-content a {
  font-family: "Europa";
  width: 212px;
  margin-bottom: 64px;
}
.join-us-component .joinus-content p {
  margin: 20px 15px 48px;
}
.join-us-component .circle-for-style {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(121, 110, 101, 0.5);
  border-radius: 50%;
  background-color: transparent;
  margin-right: 9px;
  margin-left: 9px;
}

.phone-areacode-container {
  position: relative;
}

.phone-areacode-p {
  position: absolute;
  pointer-events: none;
  height: 46px;
  width: calc(100% - 20px);
  line-height: 46px;
  top: 1px !important;
  left: 1px !important;
  text-align: center;
  background-color: white;
}

.cmp-footer {
  padding-top: 40px;
  background-color: #a10d1f;
  color: #fff;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmp-footer .cmp-link__screen-reader-only {
  display: none;
}
.cmp-footer a {
  color: #fff;
  text-decoration: none;
}
.cmp-footer a :hover {
  cursor: pointer;
}
.cmp-footer ul,
.cmp-footer p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmp-footer .cmp-desktop-footer__bottom {
  font-size: 12px;
  line-height: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
}
.cmp-footer .cmp-desktop-footer__bottom li {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.cmp-footer .cmp-mobile-footer__content_block_list {
  margin-top: 30px;
}
.cmp-footer .cmp-mobile-footer__content_block_list li {
  margin-bottom: 12px;
}
.cmp-footer .cmp-mobile-footer__content_block_list li:last-child {
  margin-bottom: 0;
}

.cmp-footer .cmp-mobile-footer__content_block_sub_list {
  margin-top: 8px;
}

.cmp-footer .cmp-mobile-footer__bottom_copyright {
  font-size: 12px;
  margin-top: 25px;
  text-align: center;
  padding-bottom: 15px;
}

.cmp-desktop-footer {
  display: block;
}

.cmp-mobile-footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .cmp-desktop-footer {
    display: none;
  }
  .cmp-mobile-footer {
    display: block;
  }
}
.cmp-mobile-footer {
  padding: 8px 16px;
}

.cmp-mobile-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}

.cmp-desktop-container {
  margin: 0 auto;
  max-width: 80pc;
}

.cmp-mobile-footer__content_block {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cmp-desktop-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmp-desktop-footer__content {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cmp-desktop-footer__content_block {
  width: 225px;
}

.cmp-desktop-footer__content_block_title {
  font-size: 21px;
  line-height: 25px;
  padding-bottom: 24px;
  display: block;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}
.cmp-desktop-footer__content_block_title .cmp-link__screen-reader-only {
  display: none;
}

.cmp-desktop-footer__content_block_list {
  font-size: 16px;
  line-height: 24px;
}
.cmp-desktop-footer__content_block_list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.cmp-desktop-footer__content_block_cs_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -18px;
}
.cmp-desktop-footer__content_block_cs_link img {
  height: 40px;
}

.cmp-desktop-footer__content_block_sub_title {
  margin-top: 21px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.cmp-desktop-footer__content_block_sub_list {
  font-size: 16px;
  line-height: 24px;
}
.cmp-desktop-footer__content_block_sub_list li {
  font-size: 16px;
  line-height: 24px;
}

.cmp-desktop-footer__content_block_social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}
.cmp-desktop-footer__content_block_social_box img {
  width: 40px;
  height: 40px;
}

.cmp-desktop-footer__content_block_subscription {
  margin-bottom: 15px;
  min-width: 225px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 0px;
  position: relative;
  min-width: 230px;
}
.cmp-desktop-footer__content_block_subscription::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 104%;
  border: 1px solid #fff;
  left: 0%;
  top: -4%;
  border-left-color: transparent;
  border-right-color: transparent;
}
.cmp-desktop-footer__content_block_subscription::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 90%;
  border: 1px solid #fff;
  left: -1%;
  top: 5%;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.cmp-desktop-footer__content_block_download {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmp-desktop-footer__content_block_download_qr {
  width: 80px;
  height: 80px;
  background-color: #fff;
  margin-right: 8px;
  min-width: 80px;
  background-size: cover;
}

.cmp-desktop-footer__content_block_download_platform a {
  width: 121px;
  height: 36px;
  margin-bottom: 8px;
  display: block;
}
.cmp-desktop-footer__content_block_download_platform a img {
  width: 100%;
  height: 100%;
}

.cmp-desktop-footer__content_block_sub_title_mt36 {
  margin-top: 36px;
}

.cmp-desktop-footer__expend {
  display: none;
  position: relative;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid;
  margin-top: 38px;
}
.cmp-desktop-footer__expend .cmp-desktop-footer__content_block_list li {
  margin-bottom: 16px;
}

.cmp-footer .cmp-desktop-footer__bottom {
  font-size: 12px;
  line-height: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
}
.cmp-footer .cmp-desktop-footer__bottom li {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#j-cmp-desktop-footer-relates-sites {
  cursor: pointer;
}

#j-cmp-desktop-footer-relates-sites.cmp-show img,
#j-cmp-mobile-footer-relates-sites.cmp-show img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cmp-desktop-footer__expend {
  position: relative;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid;
  margin-top: 38px;
}
.cmp-desktop-footer__expend .cmp-desktop-footer__content_block_list li {
  margin-bottom: 16px;
}

.cmp-desktop-footer__expend_close {
  position: absolute;
  top: 26px;
  right: 56px;
  cursor: pointer;
}

.cmp-desktop-footer__expend {
  border-top: 1px solid;
  margin-top: 38px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

.cmp-desktop-footer__expend_close {
  cursor: pointer;
  position: absolute;
  right: 56px;
  top: 26px;
}

.cmp-mobile-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmp-mobile-footer__bottom li {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp-mobile-footer__bottom li:last-child {
  margin-right: 0;
}

.cmp-desktop-footer__bottom-info {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}

.cmp-mobile-footer__bottom-info {
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
}

.cmp-mobile-footer__content_collapse .cmp-mobile-footer__content_block_list {
  display: none;
}

.cmp-mobile-footer__content_collapse.cmp-collapsed .cmp-mobile-footer__content_block_list {
  display: block;
}
.cmp-mobile-footer__content_collapse.cmp-collapsed .cmp-mobile-footer__content_block_title img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cmp-mobile-footer__content_block_title {
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmp-mobile-footer__content_block_title p {
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmp-mobile-footer__content_block {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cmp-footer .cmp-mobile-footer__content_block_list {
  margin-top: 30px;
}
.cmp-footer .cmp-mobile-footer__content_block_list li {
  margin-bottom: 12px;
}
.cmp-footer .cmp-mobile-footer__content_block_list li:last-child {
  margin-bottom: 0;
}

.cmp-mobile-footer__content_block_cs_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-bottom: 30px;
}
.cmp-mobile-footer__content_block_cs_link img {
  width: 40px;
  height: 40px;
}

.cmp-mobile-footer__content_block_sub_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.cmp-footer .cmp-mobile-footer__content_block_sub_list {
  margin-top: 8px;
}

.cmp-mobile-footer__content_block_social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
  margin-bottom: 27px;
}
.cmp-mobile-footer__content_block_social_box img {
  width: 48px;
  height: 48px;
}
.cmp-mobile-footer__content_block_social_box a {
  padding: 0 16px;
}

.cmp-mobile-footer__content_block_subscription {
  margin-bottom: 27px;
  min-width: 246px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
}
.cmp-mobile-footer__content_block_subscription::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 104%;
  border: 1px solid #fff;
  left: 0%;
  top: -4%;
  border-left-color: transparent;
  border-right-color: transparent;
}
.cmp-mobile-footer__content_block_subscription::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 90%;
  border: 1px solid #fff;
  left: -1%;
  top: 5%;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.cmp-mobile-footer__content_block_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp-mobile-footer__content_block_social .cmp-mobile-footer__content_block_sub_title {
  margin-bottom: 30px;
}

.cmp-mobile-footer__content_block_download_platform img {
  width: 100%;
  max-width: 148px;
  max-height: 44px;
}

.cmp-mobile-footer__content_block_download {
  width: 100%;
}

.cmp-mobile-footer__content_block_download_platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmp-mobile-footer__content_block_download_platform a {
  width: 48%;
  max-width: 148px;
  max-height: 44px;
  margin-right: 1%;
  margin-left: 1%;
}

.cmp-mobile-footer__expend {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp-mobile-footer__expend .cmp-mobile-footer__content_block_list {
  margin-top: 20px;
  text-align: center;
}

.cmp-mobile-footer__expend_close {
  position: absolute;
  top: 30px;
  right: 0;
}

.button-2-lines {
  color: #f2f0f0;
  font-size: 14px;
  text-align: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  opacity: 1;
}
.button-2-lines:hover {
  color: #f2f0f0;
}

footer {
  overflow: hidden;
}

.footer-wrapper .footer-top-box {
  background-color: #862833;
}
.footer-wrapper .footer-top {
  max-width: 1412px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 10px 50px 10px;
}
.footer-wrapper .footer-bottom {
  position: relative;
  padding: 0 20px 35px 20px;
  max-width: 1412px;
  margin: 45px auto 0;
}
.footer-wrapper .footer-bottom::after {
  display: block;
  clear: both;
  content: "";
}
.footer-wrapper .footer-bottom .separate {
  border-top: 1px solid #E2E2E2;
  position: absolute;
  width: 100vw;
  left: 50%;
  top: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer-wrapper .footer-bottom .left {
  width: 128px;
}
@media (min-width: 768px) {
  .footer-wrapper .footer-bottom .left {
    float: left;
  }
}
.footer-wrapper .footer-bottom .right {
  float: right;
  text-align: right;
  width: calc(100% - 192px);
  padding-left: 10px;
}
.footer-wrapper .footer-bottom .right .headquarter {
  margin-bottom: 13px;
}
.footer-wrapper .footer-bottom .right .headquarter a {
  color: #141414;
  text-decoration: none;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  opacity: 1;
}
.footer-wrapper .footer-bottom .right .headquarter span {
  padding: 0 8px;
}
.footer-wrapper .footer-bottom .right img {
  width: 100%;
  max-width: 623px;
}
.footer-wrapper .footer-bottom .right .copyright {
  margin-top: 15px;
  color: #393939;
  font-size: 14px;
  line-height: 24px;
}
.footer-wrapper .footer-bottom .right .copyright a {
  color: #393939;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-wrapper .footer-bottom .right .copyright span {
  padding: 0 4px;
}

.follow-us .modal-header {
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.follow-us .modal-header .btn-close {
  color: transparent;
  font-size: 0;
  opacity: 1;
  border: none;
  float: right;
}
.follow-us .modal-header .btn-close:focus {
  outline: none;
}
.follow-us .modal-body {
  padding: 0;
  font-size: 16px;
  font-family: Europa, NotoSansTC;
  color: #796E65;
}
.follow-us .modal-body h5 {
  font-size: 28px;
  color: #98012E;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.follow-us .modal-body h5:before {
  font-family: "ctf-icons";
  content: "\E906";
  font-size: 24px;
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 1023.98px) {
  .follow-us .modal-body h5 {
    font-size: 22px;
  }
}
.follow-us .modal-body .form-group h4 {
  font-size: 16px;
  color: #796E65;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  margin: 15px 0;
}
@media (max-width: 1023.98px) {
  .follow-us .modal-body .form-group h4 {
    font-size: 15px;
  }
}
.follow-us .modal-body .form-group .form-check {
  padding-left: 0;
}
.follow-us .modal-body .form-group .form-check-input {
  display: none;
}
.follow-us .modal-body .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
}
.follow-us .modal-body .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid 2px #796E65;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.follow-us .modal-body .form-group .desc-notes {
  display: none;
}
.follow-us .modal-body .form-check-label {
  position: relative;
  cursor: pointer;
}
.follow-us .modal-body .form-check-label a {
  font-size: 14px;
  color: #796E65;
}
.follow-us .modal-body .form-check-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}
.follow-us .modal-body .form-check-label span {
  font-size: 16px;
  color: #796E65;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.follow-us .modal-body .form-check-label span.label-sub {
  font-size: 15px;
  display: block;
  margin-left: 44px;
  line-height: 1.2;
}
.follow-us .modal-body .form-check-label.opt-label {
  margin-left: 44px;
}
.follow-us .modal-body .form-check-label.opt-label::before {
  position: absolute;
  left: -44px;
}
@media (max-width: 1023.98px) {
  .follow-us .modal-body .form-check-label span.label-sub, .follow-us .modal-body .form-check-label.opt-label {
    font-size: 13px;
  }
}
.follow-us .modal-body .checkbox-wapper input:checked + label:after {
  top: 4px;
  left: -33px;
}
.follow-us .modal-body .subscribe-form {
  background-color: #f6f5f3;
  padding: 20px;
  border: 1px solid #f6f5f3;
  font-family: Europa, NotoSansTC !important;
}
.follow-us .modal-body .desc-notes {
  display: none;
}
.follow-us .modal-body .desc-val {
  font-weight: 700;
}
.follow-us .modal-body .desc-val .form-control {
  border: 1px solid #CECECE;
  max-width: 185px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  .follow-us .modal-body .desc-val {
    display: block;
    margin-bottom: 20px;
  }
  .follow-us .modal-body .desc-val .form-control {
    font-size: 14px;
  }
}
.follow-us .modal-body .subscribe-desc {
  margin-bottom: 15px;
}
.follow-us .modal-body .subscribe-desc .desc-label {
  display: inline-block;
}
@media (max-width: 1023.98px) {
  .follow-us .modal-body .subscribe-desc .desc-label {
    font-size: 13px;
  }
}
.follow-us .modal-body .form-group-field {
  margin-top: 20px;
}
.follow-us .modal-body .form-group-field .form-control {
  height: 55px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  .follow-us .modal-body .form-group-field .form-control {
    font-size: 13px;
  }
}
.follow-us .modal-body .checkbox-wapper {
  padding: 0;
}
.follow-us .modal-body .alert-danger {
  margin-top: 10px;
}
.follow-us .modal-body .btn-block {
  margin-top: 20px;
  line-height: 20px;
  font-size: 14px;
}

#subscribeModal {
  padding-right: 0 !important;
}
#subscribeModal .modal-dialog {
  max-width: 585px;
}
#subscribeModal .main-content {
  text-align: center;
  padding: 5rem 0 0;
}
#subscribeModal .main-note {
  margin-bottom: 90px;
}
@media (max-width: 1023.98px) {
  #subscribeModal .main-note {
    margin-bottom: 50px;
  }
}
#subscribeModal .main-note p {
  font-size: 32px;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  line-height: 34px;
}
@media (max-width: 1023.98px) {
  #subscribeModal .main-note p {
    font-size: 24px;
  }
}
#subscribeModal .main-note p * {
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  line-height: 34px;
}
#subscribeModal .main-block ~ p {
  color: #707070;
}

.main-note p span,
.main-block p span {
  display: block;
}

.main-block {
  background-color: #EDEBE4;
  padding: 40px;
  border: 1px solid #EDEBE4;
  margin-bottom: 30px;
}
@media (max-width: 1023.98px) {
  .main-block {
    padding: 22px;
  }
  .main-block .btn-block {
    max-width: 253px;
  }
  .main-block p {
    font-size: 14px;
  }
}
.main-block .btn-block {
  max-width: 167px;
  height: 50px;
  display: inline-block;
  margin-top: 0;
}
@media (max-width: 1023.98px) {
  .main-block .btn-block {
    max-width: 253px;
  }
  .main-block .btn-block p {
    font-size: 13px;
  }
}

.subscribeNote .icon-check .icon-success {
  border: 1px solid #796e65;
}
.subscribeNote .icon-check .icon-success::before {
  border: solid #796e65;
  border-width: 0 2px 2px 0;
}

.icon-check {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.icon-check .icon-success {
  border: 1px solid black;
  width: 108px;
  height: 108px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.98px) {
  .icon-check .icon-success {
    width: 55px;
    height: 55px;
  }
}
.icon-check .icon-success::before {
  content: "";
  width: 19px;
  height: 38px;
  display: inline-block;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1023.98px) {
  .icon-check .icon-success::before {
    width: 15px;
    height: 30px;
    border-width: 0 4px 4px 0;
  }
}

@media (min-width: 768px) {
  .follow-us .modal-content {
    padding-bottom: 70px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1023.98px) {
  .follow-us .modal-dialog {
    margin: 1rem auto;
  }
  .follow-us .modal-body .form-group-field label {
    font-size: 15px;
  }
  .follow-us .modal-body .subscribe-desc.desc-nprice .desc-label {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-wrapper .footer-top {
    display: block;
    margin: 0;
    padding: 30px 20px 30px 20px;
  }
  .footer-wrapper .footer-bottom {
    margin-top: 40px;
  }
  .footer-wrapper .footer-bottom .separate {
    display: none;
  }
  .footer-wrapper .footer-bottom .left {
    width: 128px;
    margin: -10px auto 0;
  }
  .footer-wrapper .footer-bottom .right {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .footer-wrapper .footer-bottom .right .headquarter a {
    font-size: 13px;
    color: #000;
  }
  .footer-wrapper .footer-bottom .right .copyright {
    margin-top: 15px;
    font-size: 12px;
    color: #000;
  }
  .footer-wrapper .footer-bottom .right .copyright a {
    font-size: 13px;
    color: #000;
  }
  .footer-wrapper .footer-bottom .right .copyright .break-line-mb {
    display: block;
    height: 0;
  }
  .footer-wrapper .footer-bottom .right .copyright .mobile-allright {
    display: block;
    margin-top: -5px;
  }
}
.modal-in-right {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  .modal-in-right {
    padding-top: 0;
    border-radius: 10px 10px 0px 0px;
    margin-top: 30px;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.modal-in-right.active {
  right: 0;
}

@media (max-width: 767.98px) {
  #featuredProducts.modal-in-right {
    margin-top: 60px;
  }
}

.modal-in-right-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
}
@media (max-width: 767.98px) {
  .modal-in-right-content {
    height: auto;
  }
}
@media (min-width: 768px) {
  .modal-in-right-content {
    -webkit-overflow-scrolling: touch;
  }
  .modal-in-right-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .modal-in-right-content::-webkit-scrollbar-thumb {
    border-radius: var(--scrollbar-radius);
    background: #A36D1D;
    background-clip: padding-box;
  }
  .modal-in-right-content::-webkit-scrollbar-track {
    border-radius: var(--scrollbar-radius);
    background: #ccc;
    background-clip: padding-box;
  }
  .modal-in-right-content {
    scrollbar-face-color: #A36D1D;
    scrollbar-track-color: #ccc;
  }
}
.modal-in-right-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
.modal-in-right-content .veil .underlay {
  background-color: transparent;
}
.modal-in-right-content .veil .dot1,
.modal-in-right-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

.modal-in-right-overlay-subscribtion {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  z-index: 1040;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal-in-right-overlay-subscribtion.active {
  display: block;
}

.style-modal-header-font {
  font-size: 28px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .style-modal-header-font {
    font-size: 24px;
  }
}

.style-for-subscribe-form-big-div {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .style-for-high-and-low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.style-for-highandlow-label {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .style-for-highandlow-label {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .style-for-fgprice {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .style-for-fgprice {
    margin-top: 10px;
  }
}

.style-for-fgprice::-webkit-input-placeholder {
  color: #000;
}

.style-for-fgprice::-moz-placeholder {
  color: #000;
}

.style-for-fgprice:-ms-input-placeholder {
  color: #000;
}

.style-for-fgprice::-ms-input-placeholder {
  color: #000;
}

.style-for-fgprice::placeholder {
  color: #000;
}

.style-for-sign-up-div {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
}
.style-for-sign-up-div .style-for-sign-up-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f5f3;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 95px;
  padding-left: 95px;
}
@media (max-width: 767.98px) {
  .style-for-sign-up-div .style-for-sign-up-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.style-for-sign-up-div .style-for-sign-up-content p.sub-sign-in-div {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
}

.style-for-subscribtion-for-login {
  width: 104px !important;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.style-for-subscribtion-for-login:hover {
  color: black;
  background-color: white;
  text-decoration: none;
}

.two-checkbox-sub-types {
  position: relative;
  cursor: pointer;
}
.two-checkbox-sub-types a {
  font-size: 12px;
  color: #404040;
}
.two-checkbox-sub-types:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid red;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}
.two-checkbox-sub-types span {
  font-size: 16px;
  color: #796E65;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.two-checkbox-sub-types span.label-sub {
  font-size: 15px;
  display: block;
  margin-left: 44px;
  line-height: 1.2;
}
.two-checkbox-sub-types.opt-label {
  margin-left: 44px;
}
.two-checkbox-sub-types.opt-label::before {
  position: absolute;
  left: -44px;
}
@media (max-width: 1023.98px) {
  .two-checkbox-sub-types span.label-sub, .two-checkbox-sub-types.opt-label {
    font-size: 13px;
  }
}

.banner-container .blur {
  background: transparent;
  backdrop-filter: blur(24px);
  --webkit-backdrop-filter: blur(24px);
  background-color: rgba(255, 255, 255, 0.05);
}
.banner-container.style-dark {
  background: #A36D1D;
}
.banner-container.style-dark-white-text .gwpp-subtitle,
.banner-container.style-dark-white-text .gwpp-title,
.banner-container.style-dark-white-text .gwpp-text,
.banner-container.style-dark-white-text .cta-button {
  color: #fff;
}
.banner-container.style-dark-white-text .cta-button {
  border-color: 1px solid #fff;
}
.banner-container > a {
  color: inherit;
}

.banner-component {
  margin: 0;
  width: 100%;
  position: relative;
}

.banner-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point-x) var(--focal-point-y);
     object-position: var(--focal-point-x) var(--focal-point-y);
  margin-top: 178px;
}
@media (max-width: 767.98px) {
  .banner-image {
    margin-top: 120px;
  }
}

.banner-content {
  --fz: 13px;
  font-size: var(--fz);
}
@media (max-width: 767.98px) {
  .banner-content {
    margin-top: 27px;
  }
}
@media (min-width: 768px) {
  .banner-content {
    --fz: 0.9375vw;
  }
}
@media (min-width: 1920px) {
  .banner-content {
    --fz: 18px;
  }
}
.banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5 {
  margin: var(--fz) 0;
  font-weight: 600;
}
.banner-content h1, .banner-content .h1 {
  font-size: 38px;
}
@media (min-width: 768px) {
  .banner-content h1, .banner-content .h1 {
    font-size: 3.2291666667vw;
  }
}
@media (min-width: 1920px) {
  .banner-content h1, .banner-content .h1 {
    font-size: 62px;
  }
}
.banner-content h2, .banner-content .h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .banner-content h2, .banner-content .h2 {
    font-size: 3.0208333333vw;
  }
}
@media (min-width: 1920px) {
  .banner-content h2, .banner-content .h2 {
    font-size: 58px;
  }
}
@media (max-width: 767.98px) {
  .banner-content h3, .banner-content .h3 {
    font-size: 32px;
    font-weight: 100;
    width: 320px;
  }
}
@media (min-width: 768px) {
  .banner-content h3, .banner-content .h3 {
    font-size: 40px;
    font-weight: 100;
  }
}
@media (min-width: 1920px) {
  .banner-content h3, .banner-content .h3 {
    font-size: 42px;
  }
}
.banner-content p {
  margin: 0;
}
.banner-content + .cta-button {
  margin-top: 1em;
}
.banner-content + .cta-button a {
  border-radius: 5px;
  width: 140px;
  min-width: 100px;
  font-size: 13px;
  border: 1px solid rgba(244, 244, 244, 0.3490196078);
  color: #fff;
}
@media (max-width: 767.98px) {
  .banner-content + .cta-button a {
    margin-top: 5px;
    line-height: 27px;
    height: 50px;
    width: 137px;
    font-weight: 600;
  }
}
.banner-content + .cta-button a:hover {
  background: #862833;
  color: #fff;
}
@media (min-width: 1024px) {
  .banner-content + .cta-button {
    margin-top: 2em;
  }
}
@media (max-width: 767.98px) {
  .banner-content .banner-text {
    width: 320px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {
  .gwpp-content {
    max-width: 70%;
    margin: auto;
  }
}

.banner-content-container {
  position: absolute;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .banner-content-container {
    bottom: 0;
    padding: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
.style-dark .banner-content-container,
.style-dark .countdown {
  color: #fff;
}

@media (min-width: 768px) {
  .banner-content-container {
    padding: 3.2291666667vw 3.75vw;
  }
  .banner-content-container.ta-left {
    text-align: left;
  }
  .banner-content-container.ta-center {
    text-align: center;
  }
  .banner-content-container.ta-right {
    text-align: right;
  }
  .banner-content-container.ta-justify {
    text-align: justify;
  }
  .banner-content-container.content-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .banner-content-container.content-center_left {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .banner-content-container.content-center_right {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .banner-content-container.content-top_center {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .banner-content-container.content-top_left {
    top: 0;
    left: 0;
  }
  .banner-content-container.content-top_right {
    top: 0;
    right: 0;
  }
  .banner-content-container.content-bottom_center {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .banner-content-container.content-bottom_left {
    bottom: 0;
    left: 0;
  }
  .banner-content-container.content-bottom_right {
    bottom: 0;
    right: 0;
  }
  .banner-content-container.content-gwp {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .banner-content-container.content-bottom_left {
    top: 105px;
  }
}
@media (min-width: 1920px) {
  .banner-content-container {
    padding: 62px 72px;
  }
}
.banner-content-container.fitscreen {
  padding: 90px 40px;
}
.banner-content-container.fitscreen[class*=content-top] {
  top: 80px;
}
@media (min-width: 768px) {
  .banner-content-container.fitscreen[class*=content-top] {
    top: 180px;
  }
}
@media (min-width: 768px) {
  .banner-content-container.fitscreen {
    padding: 5.9895833333vw 5.2083333333vw;
  }
}
@media (min-width: 1920px) {
  .banner-content-container.fitscreen {
    padding: 115px 100px;
  }
}
.banner-content-container.content-gwp .gwpp-title {
  font-size: 20px;
  text-align: inherit;
  margin-top: 0;
}
@media (min-width: 768px) {
  .banner-content-container.content-gwp .gwpp-title {
    margin-top: 0.2em;
    font-size: vh-unit(24px);
  }
}
@media (min-width: 1920px) {
  .banner-content-container.content-gwp .gwpp-title {
    font-size: 24px;
  }
}
.banner-content-container.content-gwp .gwpp-subtitle {
  font-size: 13px;
}
@media (min-width: 768px) {
  .banner-content-container.content-gwp .gwpp-subtitle {
    font-size: 18px;
  }
}

.banner-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
}
.banner-badge p {
  margin: 0;
}
@media (min-width: 768px) {
  .banner-badge {
    top: 2.0833333333vw;
    right: 2.0833333333vw;
    width: 11.4583333333vw;
    height: 11.4583333333vw;
  }
}
@media (min-width: 1920px) {
  .banner-badge {
    top: 40px;
    right: 40px;
    width: 220px;
    height: 220px;
  }
}
.banner-badge img {
  display: block;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.banner-content-container:not(.fitscreen) .banner-crossover {
  max-width: 114px;
  margin: auto;
}
@media (min-width: 768px) {
  .banner-content-container:not(.fitscreen) .banner-crossover {
    max-width: none;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

.notify {
  position: fixed;
  top: 0;
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.price {
  color: #796E65;
}
.price .sales {
  color: #796E65;
}
.price del + span {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 10px;
}
.price del + span.sales {
  color: #796E65;
}
.price del + span.promotional-price {
  color: #AB2328;
}
.price del .value {
  opacity: 0.8;
}
.price .strike-through {
  text-decoration: line-through;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .price .strike-through {
    font-size: 12px;
  }
}
.price .strike-through:not(.non-adjusted-price) {
  display: inline-block;
}
.price > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.text-center .price > span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-center .price > span > del,
.text-center .price > span > .sales {
  margin-left: 5px;
  margin-right: 5px;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: 400;
  color: #796E65;
}
.price .tiered {
  color: #222;
}
.price .tiered table {
  border-top: 1px solid #ccc;
  margin: 0 auto;
}
.price .tiered table tr:nth-child(odd) {
  background-color: #eee;
}
.price .tiered td,
.price .tiered span.price {
  font-size: 0.875rem;
  font-weight: bold;
}
.price .tiered td {
  padding: 0.313rem;
}
.price .tiered td.quantity {
  font-weight: normal;
  text-align: right;
}
.price .tiered td.value {
  text-align: left;
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: 0.313rem;
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: 0.313rem;
  font-weight: normal;
}
.price .tiered .column-header.quantity {
  text-align: right;
}
.price .range > span:first-child {
  padding-right: 4px;
  padding-left: 0 !important;
}
.price .range > span:last-child {
  padding-left: 4px;
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.quantity {
  line-height: 1.57;
  color: #796E65;
  font-weight: 500;
}

#quantity {
  width: 8px;
  height: 14px;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

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

.attribute, .product-option {
  --variation-gap: 18px;
  --scroll-margin-top: 140px;
  margin-top: 0.938em;
}
@media (max-width: 767.98px) {
  .attribute, .product-option {
    --variation-gap: 6px;
    --scroll-margin-top: 120px;
  }
}
.attribute label, .product-option label {
  display: block;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .attribute label, .product-option label {
    margin-left: -0.26rem;
  }
}
@media (max-width: 767.98px) {
  .attribute, .product-option {
    font-size: 14px;
  }
}
.attribute .icon-info, .product-option .icon-info {
  color: #DADADA;
  margin-left: 0.25em;
  font-size: 1.25em;
  vertical-align: bottom;
  text-decoration: none;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 479.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: static;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (min-width: 768px) {
  .prices-add-to-cart-actions {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .prices-add-to-cart-actions {
    top: 0;
    margin-left: 0 !important;
    z-index: 1040;
  }
}
.prices-add-to-cart-actions-scroll {
  position: fixed;
  width: 100%;
  height: 90px;
  background-color: #F6F5F3;
  padding: 10px 10px;
}

@media (max-width: 767.98px) {
  .qty-addtocart {
    display: block !important;
  }
}
@media (min-width: 480px) {
  .qty-addtocart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .prices-add-to-cart-qty-actions {
    width: 71.5%;
    float: right;
    position: static;
    top: 0;
    z-index: 50;
    padding-right: 0;
    padding-left: 0;
    left: 0;
  }
  .prices-add-to-cart-noqty-actions {
    width: 100% !important;
  }
}
.prices {
  letter-spacing: 0px;
  color: #796E65;
  opacity: 1;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}
.prices.MOP .MOP {
  display: inline-block !important;
}
.prices.MOP .HKD {
  display: none;
}

.floating-messages,
.error-messaging,
.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.floating-alert,
.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.floating-alert.show,
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #CECECE;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 479.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.product-qty {
  padding: 5px 4px 5px 5px !important;
  height: 62px;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 4px;
}
.product-qty .disabled[data-action] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.product-qty .input-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-qty label {
  white-space: nowrap;
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-qty .form-control {
  border: 0;
  padding: 0;
  width: 6ch;
  font-weight: 700;
  text-align: center;
}
.product-qty .form-control::-webkit-outer-spin-button, .product-qty .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-qty .form-control {
  -moz-appearance: textfield;
}
.product-qty .disabled {
  opacity: 0.5 !important;
}
.product-qty .input-group-text {
  background: white;
  font-weight: 300;
  border-radius: 30px !important;
  border: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .product-qty .input-group-text {
    width: 20px;
  }
}
.product-qty .input-group-text.disabled > .fa {
  font: normal normal normal 1px/1 FontAwesome;
  font-size: small;
  color: #d9d9d9;
  font-weight: 400 !important;
}
.product-qty .input-group-text:not(.disabled) > .fa {
  font: normal normal normal 1px/1 FontAwesome;
  font-size: small;
  color: #796E65;
  font-weight: 400 !important;
}

@media (max-width: 767.98px) {
  .product-qty {
    min-width: 100% !important;
  }
  .product-qty-clear {
    float: none;
  }
}
body {
  --detail-padding: 20px;
}
@media (min-width: 1024px) {
  body {
    --detail-padding: 3.6458333333vw;
  }
}
@media (min-width: 1920px) {
  body {
    --detail-padding: 70px;
  }
}

.product-price-qty {
  margin-top: 2%;
}
@media (max-width: 1919.98px) {
  .product-price-qty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}

select[class*=select-], .options-select {
  --scroll-margin-top: 140px;
  scroll-margin-top: var(--scroll-margin-top);
}
@media (max-width: 767.98px) {
  select[class*=select-], .options-select {
    --scroll-margin-top: 120px;
  }
}

.variation-list, .option-list {
  list-style-type: none;
  padding: 0;
  margin: 0 calc(var(--variation-gap) / -2);
  scroll-margin-top: var(--scroll-margin-top);
}
.variation-list > li, .option-list > li {
  display: block;
  padding: calc(var(--variation-gap) / 3);
  float: left;
}
.variation-list > li a.btn, .option-list > li a.btn {
  background: #fff;
  color: #796E65;
  border: 1px solid #D7D4D1;
  font: normal normal normal 14px/22px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  scroll-margin-top: var(--scroll-margin-top);
}
@media (max-width: 767.98px) {
  .variation-list > li a.btn, .option-list > li a.btn {
    border-width: 1px;
    font-size: 13px;
  }
}
.variation-list > li a.btn:hover, .variation-list > li a.btn.selected, .option-list > li a.btn:hover, .option-list > li a.btn.selected {
  color: #1D1D1D;
  border-color: #1D1D1D !important;
}
.variation-list > li a.btn.disabled, .option-list > li a.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.variation-list > li a.braceletsize, .option-list > li a.braceletsize {
  padding: 10px 26px 10px 26px;
  border-radius: 5px;
  opacity: 1;
}
.variation-list > li.dim a.btn, .option-list > li.dim a.btn {
  background-color: #ECECEC;
  border-color: #ECECEC;
  pointer-events: none;
}
.variation-list > li.dim a.btn:hover, .option-list > li.dim a.btn:hover {
  border-color: #0C0C0C;
}
.variation-list > li.dim a.btn.disabled, .option-list > li.dim a.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.variation-list > li.dim a.btn.selected, .option-list > li.dim a.btn.selected {
  border-color: #0C0C0C;
}
.variation-list.select-stoneInformation-for-type1style, .option-list.select-stoneInformation-for-type1style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.variation-list.select-stoneInformation-for-type1style .attr-select, .option-list.select-stoneInformation-for-type1style .attr-select {
  position: relative;
}

.product-images-slider .product-image-item {
  position: relative;
}
@media (min-width: 768px) {
  .product-images-slider .product-image-item {
    min-height: 560px;
  }
}
.product-images-slider .product-image-item .img {
  max-width: 600px;
  max-height: 600px;
}
@media (min-width: 480px) {
  .product-images-slider .product-image-item .img {
    margin-top: 27px;
  }
}
@media (max-width: 767.98px) {
  .product-images-slider .product-image-item .img {
    width: auto;
    max-width: 100%;
  }
}
.product-images-slider .product-image-item + .product-image-item {
  display: none;
}
.product-images-slider .product-image-item > * {
  margin: auto;
}
.product-images-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 294px;
  margin: 20px auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* .slick-slide .slick-current{
       border-color: #6E6E6E;
   }*/
}
@media (min-width: 768px) {
  .product-images-thumb {
    max-width: 538px;
  }
}
.product-images-thumb .slick-slide {
  font-size: 0;
}
.product-images-thumb .thumb-item {
  border: 2px solid white;
  margin-left: 2.5px;
  margin-right: 2.5px;
  border-radius: 2px;
  width: 190px !important;
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .product-images-thumb .thumb-item {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.\--watch .product-images-thumb .thumb-item {
  background: #000;
  border-color: #707070;
}
.product-images-thumb .thumb-item img {
  display: block;
  margin: auto;
}
.product-images-thumb .thumb-item .icon-d360 {
  font-size: 20px;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
}
@media (min-width: 768px) {
  .product-images-thumb .thumb-item .icon-d360 {
    font-size: 32px;
  }
}
.product-images-thumb .slick-slide.slick-current.slick-active .thumb-item {
  border-color: #6E6E6E;
}
.\--watch .product-images-thumb .slick-slide.slick-current.slick-active .thumb-item {
  border-color: #fff !important;
}
.product-images-thumb .slick-active .thumb-item {
  border-color: white;
}
.\--watch .product-images-thumb .slick-active .thumb-item {
  border-color: #6E6E6E;
}
.product-images-thumb img {
  height: 42px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .product-images-thumb img {
    height: 186px;
  }
}

.product-images {
  --indicator-size: 24px;
}
@media (min-width: 768px) {
  .product-images {
    --indicator-size: 60px;
  }
}

div#product360 {
  padding-bottom: var(--indicator-size);
}
div#product360,
.reel-panning,
.reel-panning * {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

div#product360,
img#product360 {
  height: auto !important;
  max-width: 100% !important;
}

div#product360-container {
  position: relative;
}
div#product360::after {
  content: "";
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(52.22%, #e2b94a), to(#fff));
  background: linear-gradient(to right, #fff 0%, #e2b94a 52.22%, #fff 100%);
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: translateY(calc(var(--indicator-size) / -2));
          transform: translateY(calc(var(--indicator-size) / -2));
}
div#product360 .reel-indicator.x {
  overflow: visible !important;
  background: none !important;
  -webkit-transform: translateY(calc(var(--indicator-size) / -2));
          transform: translateY(calc(var(--indicator-size) / -2));
  z-index: 1;
}
div#product360 .reel-indicator.x::after {
  content: "";
  display: block;
  width: var(--indicator-size);
  height: var(--indicator-size);
  border-radius: var(--indicator-size);
  border: 1px solid #EADEAE;
  background: #fff url("data:image/svg+xml,%3Csvg height='9.89' viewBox='0 0 41.972 9.89' width='41.972' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.731' cy='4.5' fill='%23e2b94a' r='4.5'/%3E%3Cg fill='none' stroke='%23e2b94a'%3E%3Cpath d='m3696.762 577.065-4.46 4.46 4.46 4.46' transform='translate(-3691.595 -576.448)'/%3E%3Cpath d='m3692.3 577.065 4.46 4.46-4.46 4.46' transform='translate(-3655.497 -576.448)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: 66.6666666667% auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div#product360 .reel-preloader {
  height: 100% !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.product360-caption {
  color: #A36D1D;
  font-size: 12px;
  letter-spacing: 0.02em;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .product360-caption {
    top: 40px;
    font-size: 16px;
  }
}

.label-delivery-watch {
  font: normal normal normal 14px/22px Noto Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 2em 0;
}

.label-delivery {
  color: #707070;
  font-size: 12px;
  margin: 2em 0;
}
@media (min-width: 768px) {
  .label-delivery {
    font-size: 14px;
  }
}
.label-delivery i {
  font-size: 1.4em;
  vertical-align: bottom;
  color: #000;
}
.label-delivery b {
  color: #000;
}

.collapse-group .pdpInfotitle {
  position: relative;
  line-height: 60px;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
  cursor: pointer;
}
.collapse-group .pdpInfotitle::after {
  font-family: "ctf-icons";
  content: "\E95D";
  position: absolute;
  right: 5px;
  top: 0%;
  font-size: 0.7em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.collapse-group .pdpInfotitle.collapsed::after {
  content: "\E961";
  top: 0%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .collapse-group .pdpInfotitle .d-none-md-description {
    display: none;
    font-size: 14px;
    color: #796E65;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .collapse-group .pdpInfotitle .d-none-mb-description {
    display: none;
    font-size: 14px;
    color: #796E65;
    font-weight: 500;
  }
}
.collapse-group .title {
  position: relative;
  line-height: 60px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.collapse-group .title::after {
  font-family: "ctf-icons";
  content: "\E95D";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  font-size: 0.7em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.collapse-group .title.collapsed::after {
  content: "\E961";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.collapse-group .collapse {
  padding-bottom: 1em;
}
.collapse-group .rounded-circle {
  position: relative;
  font-size: 2em;
  padding: 0.6em;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .collapse-group .rounded-circle {
    font-size: 2.65em;
  }
}
.collapse-group .rounded-circle::before {
  font-size: 0.6em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.collapse-item {
  border-bottom: 1px solid #E4E4E4;
}
.collapse-item:first-child {
  border-top: 1px solid #E4E4E4;
}

.link-border {
  border-bottom: 1px solid currentColor;
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  .pdp-page .add-to-cart-sm > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .pdp-page .add-to-cart-sm .add-to-cart-sm-image {
    width: 48px;
    height: 48px;
    border: 1px solid #d9d9d9;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .pdp-page .add-to-cart-sm .pdp-add-to-cart-sm-image {
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #d9d9d9;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 8px;
  }
  .pdp-page .add-to-cart-sm > button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 54px !important;
  }
}
@media (max-width: 767.98px) and (max-width: 374.98px) {
  .pdp-page .add-to-cart-sm > button {
    font-size: 12px !important;
  }
}
@media (max-width: 767.98px) {
  .col-details .add-to-cart-sm .price {
    font-size: 14px;
  }
  .col-details .add-to-cart-sm .price del {
    font-size: 12px;
  }
  .col-details .add-to-cart-sm .price .sales {
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .add-to-cart-sm-image {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .product-availability {
    font-size: 12px;
  }
  .pdp-page .product-availability {
    display: none;
  }
  .pdp-availability-sm .product-availability {
    display: block;
    margin: 0;
  }
  .pdp-availability-sm .product-availability ul {
    padding: 0;
    margin: 0;
  }
}

.contact-us-button {
  display: none !important;
}

@media (max-width: 767.98px) {
  .contact-us-button {
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
    max-width: unset !important;
  }
}

.pair-add-to-cart.btn.btn-primary {
  line-height: 32px;
  margin-top: 3px;
}

.btn > .icon-in-btn {
  font-size: 1.25em;
  vertical-align: bottom;
  margin-right: 0.3em;
}
.btn > .icon-in-btn.r {
  margin-right: 0;
  margin-left: 0.3em;
}

.add-to-cart.btn-primary:disabled {
  background: #E8E8E8;
  color: #261B01;
  border-color: transparent;
}

[data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart:disabled,
[data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart-global:disabled,
[data-ready-to-order=true] ~ .modal-actions .add-to-cart:disabled,
[data-ready-to-order=true] ~ .modal-actions .add-to-cart-global:disabled {
  display: none !important;
}
[data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart:disabled ~ .stock-notity-button,
[data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart:disabled ~ .contact-us-button,
[data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart-global:disabled ~ .stock-notity-button,
[data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart-global:disabled ~ .contact-us-button,
[data-ready-to-order=true] ~ .modal-actions .add-to-cart:disabled ~ .stock-notity-button,
[data-ready-to-order=true] ~ .modal-actions .add-to-cart:disabled ~ .contact-us-button,
[data-ready-to-order=true] ~ .modal-actions .add-to-cart-global:disabled ~ .stock-notity-button,
[data-ready-to-order=true] ~ .modal-actions .add-to-cart-global:disabled ~ .contact-us-button {
  display: block !important;
}
@media (max-width: 767.98px) {
  [data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart:disabled ~ .pdp-availability-sm,
  [data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart-global:disabled ~ .pdp-availability-sm,
  [data-ready-to-order=true] ~ .modal-actions .add-to-cart:disabled ~ .pdp-availability-sm,
  [data-ready-to-order=true] ~ .modal-actions .add-to-cart-global:disabled ~ .pdp-availability-sm {
    display: block;
  }
  [data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart:disabled ~ .pdp-price-sm,
  [data-ready-to-order=true] ~ .prices-add-to-cart-actions .add-to-cart-global:disabled ~ .pdp-price-sm,
  [data-ready-to-order=true] ~ .modal-actions .add-to-cart:disabled ~ .pdp-price-sm,
  [data-ready-to-order=true] ~ .modal-actions .add-to-cart-global:disabled ~ .pdp-price-sm {
    display: none !important;
  }
}

.col-images {
  background: #fff;
  padding: 0;
}
@media (min-width: 1200px) {
  .pdp-page .col-images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
.\--watch .col-images {
  background: #fff;
}
@media (min-width: 768px) {
  .col-images .one-image-swatch img {
    width: 34.0625vw;
    max-width: 510px;
  }
}

.col-details {
  /*  @include media-breakpoint-up(xl) {
        height: 780px;
    }*/
}
.col-details .block-details {
  padding: 37px 20px 0 38px;
}
@media (max-width: 1023.98px) {
  .col-details .block-details {
    padding: var(--detail-padding);
  }
}
.col-details .block-details .product-collection {
  margin-bottom: 6.5px;
  line-height: inherit;
  font-family: Europa, "NotoSansTC";
  font-weight: inherit;
}
@media (max-width: 767.98px) {
  .col-details {
    padding: 0;
  }
}
.pdp-page .col-details {
  background: var(--maincontent-bg, #FFFFFF);
}
@media (min-width: 1200px) {
  .pdp-page .col-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.pdp-page .col-details .value-selected {
  display: none;
}
@media (min-width: 768px) {
  .col-details {
    position: relative;
  }
  .col-details .attr-select {
    margin-top: -1%;
  }
  .col-details .block-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    --scrollbar-radius: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .col-details .block-details::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .col-details .block-details::-webkit-scrollbar-thumb {
    border-radius: var(--scrollbar-radius);
    background: #A36D1D;
    background-clip: padding-box;
  }
  .col-details .block-details::-webkit-scrollbar-track {
    border-radius: var(--scrollbar-radius);
    background: transparent;
    background-clip: padding-box;
  }
  .col-details .block-details {
    scrollbar-face-color: #A36D1D;
    scrollbar-track-color: transparent;
  }
  .col-details .block-details .mobile-Addtobag {
    display: none;
  }
}
.col-details small {
  font-size: 14px;
}
.col-details .prices {
  text-align: left;
}
.col-details .product-name {
  /*font-size: 18px;
  line-height: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  font: normal normal bold 18px/30px Noto Sans;
  letter-spacing: 0px;
  color: $color-ctf__black;
  opacity: 1;*/
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-size: 21px;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 25.2px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .col-details .product-name {
    font-size: 20px;
    line-height: 1.4;
    padding: 0.25em 0;
    line-height: 28.8px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.product-detail {
  background: #FFFFFF;
}
.product-detail .add-to-wish-list, .product-detail .pair-add-to-wish-list {
  position: absolute;
  right: var(--detail-padding);
  top: var(--detail-padding);
  padding: 0.5em;
  font-size: 30px;
  color: #98012E !important;
  text-decoration: none !important;
  -webkit-transform: translate(0.5em, -0.5em);
          transform: translate(0.5em, -0.5em);
  z-index: 1;
}
@media (min-width: 768px) {
  .product-detail .add-to-wish-list, .product-detail .pair-add-to-wish-list {
    right: 20px;
  }
}
.product-detail .price {
  font-size: 16px;
}
.product-detail .price > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail .price del {
  font-size: 12px;
}
.product-detail button.add-to-cart,
.product-detail button.stock-notity-button,
.product-detail button.contact-us-button,
.product-detail #zak-button {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  height: 56px;
  letter-spacing: 0.03em;
}
@media (max-width: 767.98px) {
  .product-detail button.add-to-cart,
  .product-detail button.stock-notity-button,
  .product-detail button.contact-us-button,
  .product-detail #zak-button {
    margin-top: 2%;
    height: 56px;
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .product-detail button.pdp-large-add-to-cart-btn {
    width: 130px !important;
    height: 55px !important;
    margin-left: 12.2px;
  }
}
.product-detail .large-add-to-cart-btn {
  margin-top: 3px;
}

.product-badge-top {
  font-size: 16px;
  color: #98012E;
  margin-bottom: 0.5em;
}
@media (max-width: 767.98px) {
  .product-badge-top {
    font-size: 12px;
  }
}

.product-tag-box {
  font-size: 12px;
  color: #B78E6C;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 8px;
}
.product-tag-box span {
  padding-right: 12px;
}
.product-tag-box span:not(:first-child):before {
  content: "";
  display: inline-block;
  border-left: 1px solid #B78E6C;
  width: 1px;
  height: 8px;
  padding-right: 12px;
}

.product-collection {
  font-size: 14px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .product-collection {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .quickview-modal.wide .product-collection {
    padding-right: 76px;
  }
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 18px;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 7px;
  position: relative;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  content: "";
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  display: block;
  border-radius: 50%;
  border: 1.5px solid black;
  position: absolute;
  top: -7px;
  left: -7px;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin: 2em 0;
}
.description-and-detail .title {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .description-and-detail .title {
    font-size: 15px;
  }
}
.description-and-detail .description {
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.5em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 480px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 479.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */
  }
}

.product-number {
  font: normal normal normal 12px/20px Noto Sans;
  letter-spacing: 0px;
  color: #796E65;
  opacity: 1;
  margin: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767.98px) {
  .product-number {
    font-size: 10px;
  }
}
.product-number .product-master {
  color: #796E65;
  font-family: Europa, NotoSansTC !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  margin: inherit;
  line-height: inherit;
}

.promotions > ul {
  font-weight: normal;
  margin-top: 1em;
}
.promotions .btn {
  font-size: 16px;
  line-height: 30px;
  padding: 2px 20px;
  border: 3px solid #DCDCDC;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .promotions .btn {
    border-width: 2px;
    font-size: 14px;
    padding: 2px 7px;
  }
}

.promotion-label {
  margin-bottom: 0.5em;
}
@media (max-width: 767.98px) {
  .promotion-label {
    font-size: 12px;
  }
}

.nav-promotions .btn:empty {
  display: none;
}
.nav-promotions .btn.tag {
  border-color: rgba(186, 152, 31, 0.3);
}

.nav-promotions .related-promotion {
  width: 100%;
  border: 1px solid #B78E6C;
  padding: 16px;
  font-size: 14px;
  color: #B78E6C;
  position: relative;
  margin-bottom: 5px;
}
.nav-promotions .related-promotion .related-promotion-title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .nav-promotions .related-promotion .related-promotion-title {
    margin-right: 40px;
  }
}
.nav-promotions .related-promotion .more-btn {
  color: #B78E6C;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .nav-promotions .related-promotion .more-btn {
    position: absolute;
    right: 20px;
    top: 16px;
  }
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.product-options {
  margin-bottom: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

.attrlabel {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #000;
}

@media (max-width: 479.98px) {
  roduct-grid {
    padding-top: 0.938em;
  }
  roduct-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.wl-or-gr-ispu {
  padding-top: 1rem;
}

.product-list-button-spacer {
  padding-top: 1rem;
}
@media (min-width: 480px) {
  .product-list-button-spacer {
    padding-top: 0;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .product-list-button-spacer button span {
    font-size: 0.7rem;
  }
}

.salesforce-buynow-element {
  padding: 0 1.5em;
}

.pdp-sticky {
  background: #f6f5f3;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 15px 35px 15px 32px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  border-top: 1px solid #d9d9d9;
}
.pdp-sticky.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
.pdp-sticky .stock-notity-button.oversea {
  display: none !important;
}
.pdp-sticky .contact-us-button {
  display: block !important;
}
.pdp-sticky .contact-us-button.oversea {
  display: none !important;
}
.pdp-sticky-image {
  display: block;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  border: 1px solid #d9d9d9;
}
.pdp-sticky-name-box {
  margin-right: auto;
  font-size: 14px;
}
.pdp-sticky-collection {
  display: block;
}
.pdp-sticky-name {
  display: block;
  font-weight: bold;
}
.pdp-sticky-price {
  margin-left: auto;
  margin-right: 20px;
}
.pdp-sticky-price .price {
  font-size: 14px !important;
}
.pdp-sticky-button {
  -ms-flex-preferred-size: 15.625vw;
      flex-basis: 15.625vw;
  max-width: 300px;
  white-space: nowrap;
}
.pdp-sticky-button button {
  height: 56px !important;
  font-size: 14px !important;
}

@media (min-width: 480px) {
  .pdp-details {
    padding: var(--detail-padding);
  }
}

.container.line-and-circle-style {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .container.line-and-circle-style {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.line-for-style {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-top: 1px solid #796E65;
  opacity: 0.5;
}

.circle-for-style {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(121, 110, 101, 0.5);
  border-radius: 50%;
  background-color: transparent;
  margin-right: 12px;
  margin-left: 12px;
}

.pdp-collection-banner {
  position: relative;
  max-width: 1376px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}
@media (max-width: 767.98px) {
  .pdp-collection-banner {
    border: none;
  }
}
.pdp-collection-banner-title {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 50px;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}
@media (max-width: 767.98px) {
  .pdp-collection-banner-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.pdp-collection-banner-image {
  width: 100%;
}
@media (max-width: 767.98px) {
  .pdp-collection-banner-image {
    height: 311px;
  }
}
.pdp-collection-banner-image img {
  width: 100%;
  background-size: cover;
}
.pdp-collection-banner-box-pc {
  position: absolute;
  left: 72px;
  bottom: 42px;
  width: 307px;
  color: #fff;
}
.pdp-collection-banner-box-pc-title {
  font-size: 38px;
  font-weight: 300;
  line-height: 38px;
}
.pdp-collection-banner-box-pc-des {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.pdp-collection-banner-box-pc .pdp-collection-banner-button {
  margin-top: 15px;
}
.pdp-collection-banner-box-sp {
  width: 100%;
  height: 277px;
  margin: 0 auto;
  background: #7c1523;
  color: #fff;
  padding: 49px 36px 0;
}
@media (max-width: 375px) {
  .pdp-collection-banner-box-sp {
    padding: 40px 20px 0;
  }
}
.pdp-collection-banner-box-sp-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}
.pdp-collection-banner-box-sp-des {
  margin-top: 18px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  max-height: 64px;
  overflow: hidden;
}
.pdp-collection-banner-box-sp .pdp-collection-banner-button {
  margin-top: 30px;
}
.pdp-collection-banner-button {
  display: inline-block;
  width: 210px;
  height: 56px;
  border: 1px solid rgba(121, 110, 101, 0.5);
  color: #796E65;
  font-weight: 300;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 767.98px) {
  .pdp-collection-banner-button {
    margin-top: 32px;
  }
}
.pdp-collection-banner-button:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .style-for-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 32px;
  }
}

.zoomImg {
  cursor: crosshair;
  display: none !important;
}
@media (max-width: 767.98px) {
  .zoomImg {
    display: none !important;
  }
}

.pdp-slot {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pdp-slot > [class*=pi-] {
  position: relative;
  padding: 0 5px;
}
.pdp-slot > [class*=pi-] .content {
  position: absolute;
}
.pdp-slot > [class*=pi-] .content.top {
  left: 5%;
  top: 5%;
}
.pdp-slot > [class*=pi-] .content.bottom {
  left: 5%;
  bottom: 5%;
}
.pdp-slot > [class*=pi-] .content .title {
  color: #fff;
  margin-bottom: 1vh;
  font-size: 2.25vw;
}
@media (max-width: 1199.98px) {
  .pdp-slot > [class*=pi-] .content .title {
    font-size: 2vw;
  }
}
.pdp-slot > [class*=pi-] .content .tag {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}

.white-button-extend {
  font-size: 18px;
  width: 180px;
}
@media (max-width: 1199.98px) {
  .white-button-extend {
    width: 164px;
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 1023.98px) {
  .white-button-extend {
    width: 150px;
    padding: 8px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .white-button-extend {
    width: 142px;
    font-size: 13px;
    padding: 8px;
  }
}

@media (max-width: 767.98px) {
  .related_products {
    display: none;
  }
}
.modal-watch-body {
  font-size: 21px;
}
@media (min-width: 768px) {
  .modal-watch-body {
    font-size: 28px;
  }
}
.modal-watch-body .message {
  width: 218px;
  margin: 19px auto 0;
  font-size: 21px;
}
.modal-watch-body .actions .btn {
  margin-top: 27px;
  margin-bottom: 33px;
  width: 212px;
}

@media (max-width: 767.98px) {
  .watch-contact.modal .modal-dialog {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header .watch-contact.modal .modal-dialog {
    top: 62px;
  }
}
.watch-contact.modal .modal-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .watch-contact.modal .modal-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .watch-contact.modal .modal-header {
    padding: 30px 20px;
  }
}
.watch-contact-label {
  font-size: 18px;
}
@media (min-width: 768px) {
  .watch-contact-label {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .watch-contact-modal-body {
    padding: 30px;
  }
}
.watch-contact-image {
  width: 70px;
}
@media (min-width: 768px) {
  .watch-contact-image {
    width: 108px;
  }
}

.product-detail-qty #quantity {
  height: 16px;
  line-height: 1;
}

.\--watch {
  /*.product-detail-qty {
      width: 100%;

      label {
          width: 200%;
      }
  }*/
}
.\--watch .prices-add-to-cart-qty-actions {
  width: 71.5%;
  float: right;
  position: static;
  top: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
.\--watch .prices-add-to-cart-noqty-actions {
  width: 100% !important;
}
.\--watch .prices-add-to-cart-actions-scroll {
  position: fixed;
  width: 100%;
  height: 90px;
  background-color: #F6F5F3;
  padding: 10px 10px;
}
.\--watch .product-detail-qty #quantity {
  height: 16px;
  line-height: 1;
}
.\--watch .watch-price .price {
  font-size: inherit;
}
.\--watch .watch-product-name {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.\--watch .slick-current.slick-active.thumb-item {
  border: 1px solid white;
}
@media (min-width: 768px) {
  .\--watch .product-option label {
    margin-left: 0;
  }
}
.\--watch .option-list {
  margin: 0;
}
.\--watch .pdp-checkout-button button.add-to-cart, .\--watch .pdp-checkout-button button.contact-us-button {
  width: calc(100% - 4px);
}

.detail-product-wrapper h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.detail-product-wrapper h4 i {
  font-size: 27.5px;
  padding-right: 10.5px;
}
@media (max-width: 1199.98px) {
  .detail-product-wrapper h4 {
    font-size: 14px;
  }
}
.detail-product-wrapper h4:nth-of-type(1) {
  margin-top: 3rem;
}
.detail-product-wrapper table {
  line-height: 40px;
  margin-bottom: 3rem !important;
}
.detail-product-wrapper td:first-child {
  min-width: 110px;
  padding-right: 5px;
}

.out-stock-notify {
  text-align: center;
  color: #A29061;
  display: none;
}
@media (max-width: 767.98px) {
  .out-stock-notify {
    font-size: 14px;
    margin: 0 !important;
  }
}

.disabled.pdp-availability-sm {
  display: none !important;
}

.product-availability[data-ready-to-order=false] ~ .prices-add-to-cart-actions .out-stock-notify {
  display: none;
}

.add-to-cart[disabled] ~ .out-stock-notify {
  display: block;
}
@media (max-width: 767.98px) {
  .add-to-cart[disabled] ~ .out-stock-notify {
    display: none;
  }
}

.productInforow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productInforow .collapse-title {
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .style-for-description-sp {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.tudor-infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tudor-infor-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tudor-infor-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #6E6E6E;
}

.productInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 5px 0 5px 0px;
  font-size: 14px;
}
.productInfo .InfoVal {
  color: #796E65;
}
.productInfo p {
  word-break: keep-all;
}
.productInfo p:lang(zh) {
  word-break: break-all;
}

.pdpInfotitle .d-none-md-description {
  font-size: 14px;
  color: #796E65;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .pdpInfotitle {
    font-size: 14px;
  }
}
.changeVariation {
  padding: 10px 24px 10px 24px;
  opacity: 1;
}
.changeVariation .colorInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
}
.changeVariation .colorIcon {
  margin-left: -15%;
}

.colorSetting {
  padding: 10px 15px 10px 15px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.attrCtrl {
  margin-top: 2%;
}

.title-s1 {
  font-size: 14px;
  font-weight: 700;
}
.product-qty .form-control:disabled, .form-control[readonly] {
  opacity: 1 !important;
}

.you-may-also-like-pdp-box-watch {
  width: auto !important;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 480px) {
  .style-for-content-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.you-may-also-like-pdp-box {
  width: 100%;
  padding-top: 65px !important;
  padding-bottom: 10px !important;
}
@media (max-width: 767.98px) {
  .you-may-also-like-pdp-box {
    background: white;
    padding: 40px 20px 0 10px !important;
  }
}
.you-may-also-like-pdp-box .headline {
  display: none;
}
.you-may-also-like-pdp-box .also-like-head {
  font-size: 38px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}
@media (max-width: 767.98px) {
  .you-may-also-like-pdp-box .also-like-head {
    font-size: 24px;
  }
}
.you-may-also-like-pdp-box .also-like-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 12px auto 0;
}
.you-may-also-like-pdp-box .also-like-nav .nav {
  display: block;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .you-may-also-like-pdp-box .also-like-nav .nav {
    margin: 0 auto 16px;
  }
}
.you-may-also-like-pdp-box .also-like-nav .nav li {
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .you-may-also-like-pdp-box .also-like-nav .nav li {
    padding: 0 10px;
  }
}
.you-may-also-like-pdp-box .also-like-nav a {
  color: #796E65;
  font-size: 14px;
  font-family: Europa, NotoSansTC !important;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.you-may-also-like-pdp-box .also-like-nav a.active {
  color: #000;
  border-bottom: 1px solid #862833;
}
.you-may-also-like-pdp-box .tab-content {
  max-width: 1440px;
  margin: 0 auto;
}
.you-may-also-like-pdp-box .product4slides .slick-slide.slick-active .product-tile {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767.98px) {
  .you-may-also-like-pdp-box .product4slides .tile-body .pdp-link {
    height: 3.5em;
  }
}
.you-may-also-like-pdp-box .slick-track {
  margin-left: 0 !important;
}
.you-may-also-like-pdp-box .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .you-may-also-like-pdp-box .slick-dots li button {
    border-radius: 50%;
  }
}
.you-may-also-like-pdp-box .product4slides .slick-prev {
  top: 40% !important;
  left: 30px !important;
}
.you-may-also-like-pdp-box .product4slides .slick-next {
  top: 40% !important;
  left: calc(100% - 30px) !important;
}

.pdp-three-tab-for-style {
  width: 100%;
}
.pdp-three-tab-for-style .headline {
  display: none;
}
.pdp-three-tab-for-style .also-like-head {
  font-size: 38px;
  font-weight: 300;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .pdp-three-tab-for-style .also-like-head {
    font-size: 24px;
  }
}
.pdp-three-tab-for-style .also-like-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 24px auto 0;
  border-bottom: 1px solid #D7D4D1;
}
.pdp-three-tab-for-style .also-like-nav .nav {
  display: block;
  width: auto;
}
@media (min-width: 480px) {
  .pdp-three-tab-for-style .also-like-nav .nav {
    margin: 0 auto;
  }
}
.pdp-three-tab-for-style .also-like-nav .nav li {
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .pdp-three-tab-for-style .also-like-nav .nav li {
    padding: 0 10px;
  }
}
.pdp-three-tab-for-style .also-like-nav a {
  color: #796E65;
  font-size: 14px;
  font-family: Europa, NotoSansTC !important;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.pdp-three-tab-for-style .also-like-nav a.active {
  color: black;
}
.pdp-three-tab-for-style .also-like-nav li:has(a.active) {
  border-bottom: 3px solid black;
}
.pdp-three-tab-for-style .tab-content {
  max-width: 1440px;
  margin: 0 auto;
}
.pdp-three-tab-for-style .product4slides .slick-slide.slick-active .product-tile {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767.98px) {
  .pdp-three-tab-for-style .product4slides .tile-body .pdp-link {
    height: 3.5em;
  }
}
.pdp-three-tab-for-style .slick-track {
  margin-left: 0 !important;
}
.pdp-three-tab-for-style .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .pdp-three-tab-for-style .slick-dots li button {
    border-radius: 50%;
  }
}
.pdp-three-tab-for-style .product4slides .slick-prev {
  top: 40% !important;
  left: 30px !important;
}
.pdp-three-tab-for-style .product4slides .slick-next {
  top: 40% !important;
  left: calc(100% - 30px) !important;
}

@media (max-width: 767.98px) {
  .pdp-detail-for-style {
    padding-left: 0px !important;
  }
}

@media (min-width: 480px) {
  .pdp-detail-image-for-style {
    padding-left: 35px !important;
  }
}

.pdp-three-tab-for-style-pc {
  margin-bottom: 45px;
}
@media (max-width: 1023.88px) {
  .pdp-three-tab-for-style-pc {
    display: none;
  }
}

.pdp-three-tab-for-style-sp {
  margin-bottom: 40px;
}
@media (min-width: 1023.88px) {
  .pdp-three-tab-for-style-sp {
    display: none;
  }
}

.pdp-delivery-for-style {
  font-size: 2.65em;
  position: relative;
  width: 44.5px;
  height: 44.5px;
  margin-right: 25px;
}
.pdp-delivery-for-style:before {
  font-size: 0.6em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .pdp-delivery-for-style {
    width: 33.6px;
    height: 33.6px;
  }
}

@media (min-width: 480px) {
  .productdetail-packing-div1-style {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 480px) {
  .productdetail-packing-div2-style {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media (min-width: 480px) {
  .productdetail-packing-p-style {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-right: 40px;
  }
}

.productdetail-packing-img-style {
  width: 378px;
}
@media (min-width: 480px) {
  .productdetail-packing-img-style {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
}

@media (min-width: 480px) {
  .pdp-product-detail-tab-one-div {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
}
@media (max-width: 767.98px) {
  .pdp-product-detail-tab-one-div {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .pdp-product-detail-tab-one-div1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 480px) {
  .pdp-product-img-tab-one-div {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .pdp-product-img-tab-one-div {
    display: none;
  }
}

@media (min-width: 480px) {
  .pdp-product-img-tab-one-div1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.nav-gwp {
  padding: 10px;
  border: 1px solid #b78e6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gwp-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.gwp-list-item-info {
  color: #b78e6c;
  font-family: "Europa";
  min-height: 84px;
  word-break: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.gwp-list-item-title {
  font-weight: bold;
  font-size: 14px;
}

.gwp-list-item-desc-link,
.gwp-list-item-link {
  color: #b78e6c;
  text-decoration: underline;
  cursor: pointer;
}

.gwp-list-item-link {
  min-width: 34px;
}

.gwp-list-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767.98px) {
  .gwp-list-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.pdp-diamond .add-to-cart-sm .pair-add-to-cart:disabled,
.pdp-diamond .ring-size .icon-info,
.pdp-diamond .ring-material .icon-info {
  display: none !important;
}
.pdp-diamond #price-range-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .pdp-diamond {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .pdp-diamond #ring-material-1,
  .pdp-diamond #ring-size-1 {
    margin-bottom: 1.5em;
  }
}
.pdp-diamond .dia-gia a:hover {
  text-decoration: none;
}
.pdp-diamond .card-body.content.value {
  z-index: 2;
}
@media (min-width: 1024px) {
  .pdp-diamond .card-body.content.value {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.pdp-diamond .select-ring-size {
  width: auto;
  min-width: calc(33.33333% - var(--variation-gap) / 2);
  margin: calc(var(--variation-gap) / 2) 0;
  height: 38px;
  font-size: 13px;
  font-weight: 500;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media (min-width: 768px) {
  .pdp-diamond .select-ring-size {
    font-size: 12px;
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .pdp-diamond .select-ring-size {
    font-size: 16px;
    height: 44px;
  }
}
.pdp-diamond .add-to-cart-sm .pair-add-to-cart,
.pdp-diamond .pair-update-wishlist,
.pdp-diamond .attribute {
  width: 100%;
}
@media (max-width: 767.98px) {
  .pdp-diamond .prices-add-to-cart-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pdp-diamond .label-delivery {
  color: #707070;
  font-size: 12px;
  margin: 2em 0;
}
.pdp-diamond .label-delivery i {
  margin-right: 5px;
}
.pdp-diamond .description-and-detail {
  margin: 0;
  padding-bottom: 35px;
}
.pdp-diamond hr {
  color: #707070;
}
.pdp-diamond .btn.btn-primary,
.pdp-diamond .btn.btn-secondary {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .btn.btn-primary,
  .pdp-diamond .btn.btn-secondary {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .pdp-diamond .pair-add-to-cart,
  .pdp-diamond .pair-update-wishlist {
    margin-top: 25px;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .pdp-diamond .product-options {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .pdp-diamond .diamond-information-wrapper {
    margin-top: 0.7em;
  }
}
.pdp-diamond .diamond-engraving-input {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .diamond-engraving-input {
    font-size: 14px;
  }
}
.pdp-diamond .diamond-notice {
  font-size: 12px;
  padding-top: 10px;
}
.pdp-diamond .agree-TC {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pdp-diamond .agree-TC input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pdp-diamond .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.4px;
  width: 22.4px;
}
@media (min-width: 1200px) {
  .pdp-diamond .checkmark {
    height: 32px;
    width: 32px;
  }
}
.pdp-diamond .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pdp-diamond .agree-TC input:checked ~ .checkmark:after {
  display: block;
}
.pdp-diamond .agree-TC .checkmark:after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
@media (min-width: 1200px) {
  .pdp-diamond .agree-TC .checkmark:after {
    left: 12px;
    top: 7px;
  }
}
.pdp-diamond .agree-TC-text {
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .pdp-diamond .agree-TC-text {
    margin-top: 18px;
    padding-left: 10px;
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .pdp-diamond .product-detail {
    font-size: 14px !important;
  }
}
.pdp-diamond .diamond-input-symbol {
  position: relative;
}
.pdp-diamond .diamond-input-symbol-max {
  position: absolute;
  right: 0;
  top: 0;
}
.pdp-diamond .price-mobile-display span {
  font-size: 14px;
  font-weight: bold;
}
.pdp-diamond .filter-bar ul {
  margin: 0;
}
.pdp-diamond #diamond-popup-body {
  padding-bottom: 10px !important;
}
.pdp-diamond .diamond-information-selected {
  width: 100%;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .pdp-diamond .diamond-information-selected {
    font-size: 14px;
  }
}
.pdp-diamond .diamond-information-selected .dia-pick {
  background-color: white;
  margin: 8px 0;
}
@media (max-width: 767.98px) {
  .pdp-diamond .diamond-information-selected .dia-pick {
    margin-bottom: 1.5em;
  }
}
.pdp-diamond .diamond-information-selected .dia-pick .tmark-icon {
  font-size: 1.3vw;
  position: absolute;
  padding: 5px 10px;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .diamond-information-selected .dia-pick .tmark-icon {
    font-size: 1.5vw;
  }
}
@media (max-width: 1023.98px) {
  .pdp-diamond .diamond-information-selected .dia-pick .tmark-icon {
    font-size: 2vw;
  }
}
@media (max-width: 767.98px) {
  .pdp-diamond .diamond-information-selected .dia-pick .tmark-icon {
    font-size: 4vw;
  }
}
.pdp-diamond .diamond-information-selected .dia-pick .dia-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  font-size: 16px !important;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-detail {
    width: 90%;
  }
}
@media (min-width: 1920px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-detail {
    width: 80%;
  }
}
@media (max-width: 1919.98px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-detail {
    font-size: 10px !important;
    padding: 10px 0;
    width: 85%;
  }
}
@media (max-width: 1023.98px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-detail {
    font-size: 9px !important;
  }
}
@media (max-width: 767.98px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-detail {
    width: 85%;
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-detail {
    width: 85%;
  }
}
.pdp-diamond .diamond-information-selected .dia-pick .dia-detail .dia-type {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  text-align: center;
}
.pdp-diamond .diamond-information-selected .dia-pick .dia-detail .dia-type i {
  font-size: 47px !important;
}
@media (max-width: 1919.98px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-detail .dia-type i {
    font-size: 35px !important;
  }
}
@media (max-width: 1023.98px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-detail .dia-type i {
    font-size: 30px !important;
  }
}
.pdp-diamond .diamond-information-selected .dia-pick .dia-detail .dia-type p {
  margin: 0;
}
.pdp-diamond .diamond-information-selected .dia-pick .dia-detail .block .info {
  padding: 5px 0;
}
.pdp-diamond .diamond-information-selected .dia-pick .dia-choose {
  padding: 8px 0;
  font-size: 12px !important;
  width: 100%;
}
@media (min-width: 1200px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-choose {
    font-size: 16px !important;
  }
}
.pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
  margin: 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
    width: 70%;
  }
}
@media (min-width: 1920px) {
  .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
    width: 46%;
  }
}
[lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
  width: 85%;
  font-size: 3.3vw;
}
[lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content .reselect-diamond-totalCarat {
  font-size: 3vw;
}
@media (min-width: 768px) {
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
    width: 90%;
    font-size: 10px;
  }
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content .reselect-diamond-totalCarat {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
    width: 85%;
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content {
    width: 80%;
    font-size: 16px;
  }
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose .dia-choose-content .reselect-diamond-totalCarat {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose {
    font-size: 13px !important;
  }
}
@media (min-width: 1920px) {
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-choose {
    font-size: 16px !important;
  }
}
@media (min-width: 1920px) {
  [lang=en] .pdp-diamond .diamond-information-selected .dia-pick .dia-detail {
    width: 85% !important;
  }
}
.pdp-diamond .diamond-engraving-service {
  width: 100%;
}
.pdp-diamond .diamond-engraving-content ul {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .pdp-diamond .diamond-engraving-content ul {
    padding: 0 10px;
  }
}
.pdp-diamond .diamond-engraving-content {
  padding: 11px;
}
.pdp-diamond .diamond-engraving-content .variation-list > li, .pdp-diamond .diamond-engraving-content .option-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .pdp-diamond .diamond-engraving-content .variation-list > li, .pdp-diamond .diamond-engraving-content .option-list > li {
    padding: 2px 0;
    padding-right: 3px;
  }
}
@media (min-width: 1200px) {
  .pdp-diamond .diamond-engraving-content .variation-list > li, .pdp-diamond .diamond-engraving-content .option-list > li {
    padding: 3px 0;
    padding-right: 5px;
  }
}
@media (min-width: 1920px) {
  .pdp-diamond .diamond-engraving-content .variation-list > li, .pdp-diamond .diamond-engraving-content .option-list > li {
    padding: 5px 0;
    padding-right: 10px;
  }
}
.pdp-diamond .diamond-engraving-content ul li a {
  font-size: 12px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1 !important;
  padding: 10px;
}
@media (min-width: 1024px) {
  .pdp-diamond .diamond-engraving-content ul li a {
    font-size: 13px;
    height: 50px;
    padding: 3px;
  }
}
@media (min-width: 1200px) {
  .pdp-diamond .diamond-engraving-content ul li a {
    font-size: 16px;
    height: 55px;
    padding: 0.1vw;
  }
}
.pdp-diamond .diamond-information-selected .dia-pick {
  cursor: pointer;
}
.pdp-diamond #engravingFont li a,
.pdp-diamond #engravingSymbol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 25px;
  font-family: "ctf-icons";
  cursor: pointer;
}
@media (min-width: 768px) {
  .pdp-diamond #engravingFont li a,
  .pdp-diamond #engravingSymbol li a {
    width: 29px;
    height: 29px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pdp-diamond #engravingFont li a,
  .pdp-diamond #engravingSymbol li a {
    width: 36px;
    height: 36px;
    font-size: 25px;
  }
}
@media (min-width: 1920px) {
  .pdp-diamond #engravingFont li a,
  .pdp-diamond #engravingSymbol li a {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.pdp-diamond .col-details .prices {
  padding-bottom: 0;
}
.pdp-diamond .dia-detail .block .info span {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .dia-detail .block .info span {
    font-size: 12px;
  }
}
@media (max-width: 1919.98px) {
  [lang=en] .pdp-diamond .dia-detail .block .info span {
    font-size: 12px;
  }
}
@media (max-width: 1023.98px) {
  [lang=en] .pdp-diamond .dia-detail .block .info span {
    font-size: 9px;
  }
}
@media (max-width: 767.98px) {
  [lang=en] .pdp-diamond .dia-detail .block .info span {
    font-size: 12px;
  }
}
.pdp-diamond .dia-detail .dia-type,
.pdp-diamond .dia-detail .block .info {
  font-weight: 500;
}
.pdp-diamond .collapse-item .title.collapsed {
  font-weight: 500;
  font-size: 18px;
}
.pdp-diamond .collapse-item .title.collapsed i {
  font-size: 21px;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .collapse-item .title.collapsed {
    font-size: 12px;
  }
  .pdp-diamond .collapse-item .title.collapsed i {
    font-size: 18px;
  }
}
.pdp-diamond .label-delivery i {
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .label-delivery i {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .pdp-diamond .product-collection {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .pdp-diamond .product-name {
    font-size: 22px !important;
  }
}
@media (max-width: 1199.98px) {
  .pdp-diamond .product-price-qty {
    margin: 10px 0;
  }
}
.pdp-diamond .product-price-qty .prices.flex-grow-1 {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .product-number {
    font-size: 12px;
  }
}
.pdp-diamond .add-to-wish-list,
.pdp-diamond .pair-add-to-wish-list {
  padding: 0.5em;
  font-size: 26.5px;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .add-to-wish-list,
  .pdp-diamond .pair-add-to-wish-list {
    font-size: 18px !important;
  }
}
.pdp-diamond .select-ring-material .attr-select .btn-block {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .select-ring-material .attr-select .btn-block {
    font-size: 12px;
    height: 32px;
  }
}
@media (max-width: 767.98px) {
  .pdp-diamond .select-ring-material .attr-select .btn-block {
    font-size: 12px;
    height: 38px;
  }
}
@media (max-width: 1199.98px) {
  .pdp-diamond .select-ring-material li {
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .pdp-diamond .diamond-information-selected span {
    font-size: 12px;
  }
}
.pdp-diamond .pair-add-to-cart {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .pair-add-to-cart {
    height: 46.15px;
  }
}
@media (min-width: 1024px) {
  .pdp-diamond .ring-material label {
    margin: 0;
  }
}
.pdp-diamond td:first-child {
  min-width: 110px;
  padding-right: 5px;
}
.pdp-diamond .detail-diamond-wrapper h4,
.pdp-diamond .detail-ring-wrapper h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.pdp-diamond .detail-diamond-wrapper h4 i,
.pdp-diamond .detail-ring-wrapper h4 i {
  font-size: 27.5px;
  padding-right: 10.5px;
}
@media (max-width: 1199.98px) {
  .pdp-diamond .detail-diamond-wrapper h4,
  .pdp-diamond .detail-ring-wrapper h4 {
    font-size: 14px;
  }
}
.pdp-diamond .detail-diamond-wrapper h4:nth-of-type(1),
.pdp-diamond .detail-ring-wrapper h4:nth-of-type(1) {
  margin-top: 3rem;
}
.pdp-diamond .detail-diamond-wrapper table,
.pdp-diamond .detail-ring-wrapper table {
  line-height: 40px;
}
.pdp-diamond .filter-bar {
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  #refinement-price {
    padding-bottom: 3rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

#diamondSelectionModal .modal-diamond-body .col-12,
#diamondSelectionModal .modal-diamond-body .row,
#diamondSelectionModal .modal-diamond-body .container-fluid.search-results,
#diamondSelectionModal .modal-diamond-body .search-results.container-md,
#diamondSelectionModal .modal-diamond-body .search-results.container-lg,
#diamondSelectionModal .modal-diamond-body .search-results.container-xl,
#diamondSelectionModal .modal-diamond-body .search-results.container-xxl,
#diamondSelectionModal .modal-diamond-body #product-search-results {
  padding: 0;
  margin: 0;
}
#diamondSelectionModal .modal-dialog {
  height: 100%;
}
#diamondSelectionModal .modal-diamond-dialog .modal-content {
  border: 0;
  height: 100%;
  width: 100%;
}
#diamondSelectionModal .modal-diamond-header {
  padding: 13px !important;
}
#diamondSelectionModal .modal-diamond-header-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
#diamondSelectionModal .modal-diamond-header-wrapper-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .modal-diamond-header {
    padding: 13px 20px !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#diamondSelectionModal .modal-diamond-header img {
  width: 82px;
  height: 82px;
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .modal-diamond-header img {
    width: 55px;
    height: 55px;
  }
}
#diamondSelectionModal .modal-diamond-header .diamond-info-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 18px;
}
#diamondSelectionModal .modal-diamond-header .diamond-info-image p {
  margin-bottom: 0;
}
#diamondSelectionModal .modal-diamond-header .diamond-info-image .p-collection {
  font-size: 18px !important;
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .modal-diamond-header .diamond-info-image .p-collection {
    font-size: 12px !important;
  }
}
#diamondSelectionModal .modal-diamond-header .diamond-info-image .p-name {
  font-size: 24px !important;
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .modal-diamond-header .diamond-info-image .p-name {
    font-size: 14px !important;
  }
}
#diamondSelectionModal .modal-diamond-header .close {
  opacity: 1;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .modal-diamond-header .close {
    font-size: 15px;
  }
}
#diamondSelectionModal .modal-diamond-body {
  background-color: #F7F7F7;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .modal-diamond-body {
    padding: 0 20px !important;
  }
}
#diamondSelectionModal .modal-diamond-body .select-diamond-title {
  color: #4A4A4A;
  font-size: 20px !important;
  width: 100%;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .modal-diamond-body .select-diamond-title {
    max-width: 16%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
    height: 40px;
  }
}
@media (min-width: 1920px) {
  #diamondSelectionModal .modal-diamond-body .select-diamond-title {
    height: 46px;
  }
}
#diamondSelectionModal .modal-diamond-body .select-diamond-title p {
  margin: 0;
  margin-left: 5px;
  font-size: 18px;
}
@media (max-width: 1919.98px) {
  #diamondSelectionModal .modal-diamond-body .select-diamond-title p {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  #diamondSelectionModal .modal-diamond-body .select-diamond-title p {
    font-size: 12px;
  }
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .modal-diamond-body .select-diamond-title p {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  #diamondSelectionModal .refinements {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .refinements {
    font-size: 16px;
  }
}
#diamondSelectionModal .refinements .card {
  margin: 0 !important;
}
#diamondSelectionModal .filter-controller-lg.dia {
  margin: 0;
}
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar {
    padding: 0 80px !important;
  }
}
@media (min-width: 1920px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar {
    padding: 0 !important;
  }
}
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-header .header-bar {
  padding: 25px 14px;
}
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-header .header-bar .result-count {
  text-align: left;
}
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84%;
          flex: 0 0 84%;
  max-width: 84%;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body {
    max-width: 100%;
  }
}
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements {
  height: 100%;
  width: 100%;
}
@media (max-width: 1919.98px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements {
    font-size: 12px;
  }
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12%;
            flex: 0 0 12%;
    max-width: 12%;
  }
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-price button {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-price .values {
    padding: 15px 0;
    margin: 0 15px 15px;
  }
}
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-stoneCaratRefinement,
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-stoneColor,
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-stoneCut,
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-clarity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-stoneCaratRefinement,
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-stoneColor,
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-stoneCut,
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-clarity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12%;
            flex: 0 0 12%;
    max-width: 12%;
  }
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-price,
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-stoneCaratRefinement,
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-stoneColor,
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-clarity,
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement-stoneCut,
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .card-body.content.value,
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .card-header {
    width: 100% !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement .title:after {
    content: "";
  }
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .refinement.active .title {
    font-size: 14px;
  }
}
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .btn-outline-black {
  border-color: rgba(121, 110, 101, 0.5);
}
#diamondSelectionModal .filter-controller-lg.dia .refinement-bar .filter-body .refinements .btn-outline-black:hover {
  border-color: transparent;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .filter-controller-lg.dia .filter-footer .secondary-bar {
    background: white;
    z-index: 99;
    padding: 15px 20px;
  }
}
#diamondSelectionModal .filter-controller-lg.dia .filter-footer .secondary-bar .reset,
#diamondSelectionModal .filter-controller-lg.dia .filter-footer .secondary-bar .filter-close {
  font-size: 14px !important;
}
[lang=en] #diamondSelectionModal .filter-controller-lg.dia .filter-footer .secondary-bar .reset,
[lang=en] #diamondSelectionModal .filter-controller-lg.dia .filter-footer .secondary-bar .filter-close {
  font-size: 12px !important;
}
#diamondSelectionModal .filter-controller.dia {
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#diamondSelectionModal .filter-controller.dia .select-diamond-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#diamondSelectionModal .filter-controller.dia .select-diamond-title p {
  margin: 0;
  padding: 0 8.6px;
}
#diamondSelectionModal .filter-controller.dia .order-1 {
  margin: 0;
}
#diamondSelectionModal .filter-controller.dia .order-1 .filter-results {
  font-size: 14px !important;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .modal-diamond-header-wrapper,
  #diamondSelectionModal .filter-bar {
    padding: 0 67px !important;
  }
}
@media (min-width: 1920px) {
  #diamondSelectionModal .modal-diamond-header-wrapper,
  #diamondSelectionModal .filter-bar {
    padding: 0 !important;
  }
}
#diamondSelectionModal .dia-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1000px;
  position: relative;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-item {
    height: 75px;
  }
}
@media (max-width: 1919.98px) {
  #diamondSelectionModal .dia-item {
    font-size: 12px;
  }
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .dia-item {
    font-size: 16px;
    border-radius: 10px;
  }
}
#diamondSelectionModal .dia-item .dia-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
#diamondSelectionModal .dia-item .dia-type i {
  font-size: 24px !important;
  opacity: 0.3;
  padding: 0;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .dia-item .dia-type {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-item .dia-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #diamondSelectionModal .dia-item .dia-type p {
    margin: 0;
  }
  #diamondSelectionModal .dia-item .dia-type i {
    font-size: 30px !important;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #diamondSelectionModal .dia-item .dia-type i {
    padding-right: 26px;
  }
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-item .dia-type {
    max-width: 16%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
    padding-left: 2vw;
  }
}
#diamondSelectionModal .dia-item .dia-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .dia-item .dia-info {
    width: 75%;
    padding-right: 1.1em;
    display: block;
    text-align: left;
  }
}
#diamondSelectionModal .dia-item .dia-info .dia-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-item .dia-info .dia-detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
#diamondSelectionModal .dia-item .dia-info .dia-detail .dia-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-item .dia-info .dia-detail .dia-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    max-width: 21%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#diamondSelectionModal .dia-item .dia-info .dia-detail .dia-price .add-diamond-button {
  display: none;
}
#diamondSelectionModal .dia-item .dia-info .dia-detail .dia-carat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  max-width: 27%;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-item .dia-info .dia-detail .dia-carat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    max-width: 21%;
  }
}
#diamondSelectionModal .dia-item .dia-info .dia-detail .dia-cleaness,
#diamondSelectionModal .dia-item .dia-info .dia-detail .dia-color {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  max-width: 19%;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-item .dia-info .dia-detail .dia-cleaness,
  #diamondSelectionModal .dia-item .dia-info .dia-detail .dia-color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 3.5%;
  }
}
#diamondSelectionModal .dia-item .dia-info .dia-detail .dia-cut {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-item .dia-info .dia-detail .dia-cut {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    max-width: 29%;
    padding-left: 2%;
  }
}
#diamondSelectionModal .dia-item .dia-info .dia-detail p {
  margin: 0;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .dia-item .dia-info .dia-detail {
    margin-bottom: 26px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#diamondSelectionModal .dia-item .dia-certi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-item .dia-certi {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-bottom: 0;
  }
}
#diamondSelectionModal .dia-item .dia-certi p {
  margin: 0;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .dia-item .dia-certi .dia-gia {
    width: 100% !important;
  }
}
#diamondSelectionModal .dia-item .dia-certi .dia-tmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .dia-item .dia-certi .dia-tmark {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#diamondSelectionModal .dia-item .dia-certi .dia-gia,
#diamondSelectionModal .dia-item .dia-certi .dia-tmark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .dia-item .dia-certi .dia-gia,
  #diamondSelectionModal .dia-item .dia-certi .dia-tmark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .dia-item .dia-certi .dia-gia,
  #diamondSelectionModal .dia-item .dia-certi .dia-tmark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  [lang=en] #diamondSelectionModal .dia-item .dia-type,
  [lang=en] #diamondSelectionModal .dia-item .dia-info,
  [lang=en] #diamondSelectionModal .dia-item .dia-certi {
    font-size: 13px;
    font-weight: 500;
  }
}
[lang=en] #diamondSelectionModal .dia-item .dia-type i {
  margin-bottom: 2px;
}
#diamondSelectionModal .dia-item .button-choose-lg {
  position: absolute;
  top: 50%;
  right: 2vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#diamondSelectionModal .dia-item .button-choose-lg .add-diamond-button {
  display: none;
}
#diamondSelectionModal .dia-item:hover .dia-type i {
  opacity: 1;
}
#diamondSelectionModal .dia-item:hover .dia-info .dia-price .add-diamond-button {
  display: block;
  background-color: white;
  border-radius: 100px;
  border: none;
  padding: 5px 15px;
}
[lang=en] #diamondSelectionModal .dia-item:hover .dia-info .dia-price .add-diamond-button {
  width: 90px;
}
@media (min-width: 768px) {
  #diamondSelectionModal .dia-item:hover .button-choose-lg .add-diamond-button {
    display: block;
    background-color: white;
    border-radius: 100px;
    border: none;
    padding: 5px 15px;
  }
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .refinement-bar .filter-body {
    padding-bottom: 0;
  }
}
#diamondSelectionModal .modal-body .dia-item:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#diamondSelectionModal .dia-gia-title,
#diamondSelectionModal .dia-tmark-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  max-width: 12%;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #diamondSelectionModal .dia-gia-title,
  #diamondSelectionModal .dia-tmark-title {
    font-size: 12px;
  }
}
#diamondSelectionModal .dia-tmark-title .filter-i {
  padding-left: 5px;
  text-decoration: none;
}
#diamondSelectionModal .dia-button-space {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: 0 0 16%;
          flex-direction: 0 0 16%;
  max-width: 16%;
}
#diamondSelectionModal .reselect-diamond {
  border-bottom: 1px solid white;
  font-weight: 500;
}
#diamondSelectionModal .reselect-diamond-totalCarat {
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  #diamondSelectionModal .reselect-diamond-totalCarat {
    font-size: 12px;
  }
}
@media (max-width: 1919.98px) {
  [lang=en] #diamondSelectionModal .reselect-diamond-totalCarat {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #diamondSelectionModal .collapse-group .title,
  #diamondSelectionModal .collapse-group .collapse.show,
  #diamondSelectionModal .collapse.show .mb-1,
  #diamondSelectionModal .collapse-group .mt-4 a {
    font-size: 14px;
  }
}
#diamondSelectionModal .collapse-group .mt-4 {
  margin: 1.5rem 0 !important;
}
@media (max-width: 1023.98px) {
  [lang=en] #diamondSelectionModal .dia-item .dia-certi {
    width: 95%;
  }
}
@media (min-width: 1024px) {
  [lang=en] #diamondSelectionModal .dia-item-selected .button-choose-lg .add-diamond-button,
  [lang=en] #diamondSelectionModal .dia-item:hover .button-choose-lg .add-diamond-button {
    padding: 5px 0;
    width: 80px;
  }
}
@media (min-width: 1920px) {
  [lang=en] #diamondSelectionModal .dia-item-selected .button-choose-lg .add-diamond-button,
  [lang=en] #diamondSelectionModal .dia-item:hover .button-choose-lg .add-diamond-button {
    padding: 5px 15px;
    width: 100px;
  }
}
@media (min-width: 1024px) {
  #diamondSelectionModal .filter-value .text-left {
    font-size: 12px !important;
  }
}
@media (min-width: 1200px) {
  #diamondSelectionModal .filter-value .text-left {
    font-size: 16px !important;
  }
}
#diamondSelectionModal .breakdown-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .breakdown-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79%;
            flex: 0 0 79%;
  }
}
#diamondSelectionModal .irs--round .irs-bar {
  background: #E2E2E2 !important;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .irs--round {
    margin-left: 30px;
    margin-right: 30px;
  }
}
#diamondSelectionModal .product-grid.dia {
  padding: 0;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .product-grid.dia .dia-type {
    text-align: center;
  }
  #diamondSelectionModal .product-grid.dia .dia-type span {
    word-spacing: 100vw;
    font-size: 0.9em;
  }
}
@media (min-width: 1024px) {
  #diamondSelectionModal .product-grid.dia {
    padding: 0 80px !important;
  }
}
@media (min-width: 1920px) {
  #diamondSelectionModal .product-grid.dia {
    padding: 0 !important;
  }
}
#diamondSelectionModal .product-grid.dia ul {
  padding: 0;
  margin: 0;
}
#diamondSelectionModal .product-grid.dia ul li {
  margin: 5px 0;
  border-radius: 1000px;
  background-color: white;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .product-grid.dia ul li {
    border-radius: 10px;
  }
}
#diamondSelectionModal .filter-i {
  display: none;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .filter-i {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .card.refinement {
    border: none !important;
  }
}
@media (min-width: 1024px) {
  #diamondSelectionModal .refinements .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#diamondSelectionModal .refinement .hit-count,
#diamondSelectionModal .refinement-count:not(:empty),
#diamondSelectionModal .refinement-icon.icon-filter-price {
  display: none !important;
}
#diamondSelectionModal .dia-item-selected {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
  color: white !important;
}
#diamondSelectionModal .dia-item-selected .dia-price,
#diamondSelectionModal .dia-item-selected .dia-type i,
#diamondSelectionModal .dia-item-selected .dia-type span,
#diamondSelectionModal .dia-item-selected .dia-gia a {
  color: white !important;
  border-color: white !important;
  opacity: 1 !important;
}
@media (min-width: 768px) {
  #diamondSelectionModal .dia-item-selected .button-choose-lg .add-diamond-button {
    display: block !important;
    background-color: white;
    border-radius: 100px;
    border: none;
    padding: 5px 15px;
  }
  [lang=en] #diamondSelectionModal .dia-item-selected .button-choose-lg .add-diamond-button {
    width: 100px;
  }
  #diamondSelectionModal .dia-item-selected .dia-price .add-diamond-button {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .dia-item-selected .dia-price .add-diamond-button {
    display: block !important;
    background-color: white;
    border-radius: 100px;
    border: none;
    padding: 5px 15px;
  }
  [lang=en] #diamondSelectionModal .dia-item-selected .dia-price .add-diamond-button {
    width: 90px;
  }
}
@media (min-width: 1024px) {
  #diamondSelectionModal .dia-tmark-detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#diamondSelectionModal .dia-tmark-detail i {
  margin: 0 2px;
  font-size: 20px !important;
}
@media (max-width: 1023.98px) {
  #diamondSelectionModal .values.content .checkbox {
    padding: 10px 0;
    text-align: center;
  }
}
#diamondSelectionModal .refinements .refinement-price .values {
  background-color: #F7F7F7;
}
@media (min-width: 1024px) {
  #diamondSelectionModal .refinements .refinement-price .card-body.content.value,
  #diamondSelectionModal .refinements .refinement-price .values,
  #diamondSelectionModal .refinements .refinement-price .btn-outline-black {
    background-color: #fff;
  }
}

@media (min-width: 1920px) {
  #diamond-filter-ul {
    padding-left: 0;
  }
}

.font-arial {
  font-family: ctf-icons, Arial, Helvetica, sans-serif;
}

.font-lucida {
  font-family: ctf-icons, "Lucida Handwriting", serif;
}

.font-times {
  font-family: ctf-icons, "Times New Roman", Times, serif;
}

.font-pmingliu {
  font-family: ctf-icons, "PMingLiU", serif;
}

.font-jhenghei {
  font-family: ctf-icons, "Microsoft JhengHei", serif;
}

.font-kaiti {
  font-family: ctf-icons, "KaiTi", serif;
}

.pdp-diamond-theme {
  background-color: var(--theme-bg-color) !important;
  color: #796E65;
}
.pdp-diamond-theme.\--theme-blue .pair-add-to-wish-list, .pdp-diamond-theme.\--theme-pink .pair-add-to-wish-list, .pdp-diamond-theme.\--theme-black .pair-add-to-wish-list {
  color: var(--theme-color) !important;
}
.pdp-diamond-theme .btn.btn-primary,
.pdp-diamond-theme .btn.btn-secondary {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.pdp-diamond-theme .btn.btn-primary:hover, .pdp-diamond-theme .btn.btn-primary:active,
.pdp-diamond-theme .btn.btn-secondary:hover,
.pdp-diamond-theme .btn.btn-secondary:active {
  background-color: #fff;
  border-color: var(--theme-color) !important;
  color: var(--theme-color) !important;
}
.pdp-diamond-theme .price,
.pdp-diamond-theme .refinements .card-header button.filtered,
.pdp-diamond-theme .block .info a,
.pdp-diamond-theme .filter-controller .btn.filtered,
.pdp-diamond-theme .filter-controller .btn.sort-by-btn:not(.collapsed),
.pdp-diamond-theme .diamond-input-symbol-max span {
  color: var(--theme-color) !important;
}
.pdp-diamond-theme .filter-i {
  color: #999;
}
.pdp-diamond-theme .filter-i:hover {
  color: var(--theme-color) !important;
}
@media (max-width: 767.98px) {
  .pdp-diamond-theme .add-to-cart-sm {
    width: 40vw;
  }
}
@media (max-width: 767.98px) {
  .pdp-diamond-theme .add-to-cart-sm .pair-add-to-cart {
    max-width: 100%;
    font-size: 14px;
  }
}
.pdp-diamond-theme .dia-item-selected {
  background: var(--theme-color) !important;
}
.pdp-diamond-theme .dia-item-selected .button-choose-lg .add-diamond-button,
.pdp-diamond-theme .dia-item-selected .dia-price .add-diamond-button {
  color: var(--theme-color);
}
.pdp-diamond-theme .select-ring-size {
  color: var(--theme-color) !important;
  border-color: currentColor !important;
  background-color: var(--custom-select-bg);
  background-image: var(--custom-select-indicator);
  padding: 0 10px;
}
.pdp-diamond-theme .product-badge-top,
.pdp-diamond-theme .product-collection,
.pdp-diamond-theme .product-name,
.pdp-diamond-theme .sales {
  color: var(--theme-color-light) !important;
}
.pdp-diamond-theme .text-primary {
  color: #707070 !important;
}
.pdp-diamond-theme .bg-primary {
  background-color: var(--theme-color) !important;
}
.pdp-diamond-theme li a.btn {
  background-color: #fff !important;
  color: #796E65 !important;
  border: 1.5px solid transparent !important;
  opacity: 0.6;
}
.pdp-diamond-theme li a.btn:hover {
  opacity: 1;
  border-color: var(--theme-color) !important;
  color: var(--theme-color) !important;
}
.pdp-diamond-theme li a.btn.selected {
  opacity: 1;
  border-color: var(--theme-color) !important;
  color: var(--theme-color) !important;
}
.pdp-diamond-theme .diamond-information-selected .dia-pick {
  border: 1.5px solid var(--theme-color);
}
.pdp-diamond-theme .diamond-information-selected .dia-pick .dia-detail {
  color: var(--theme-color);
}
.pdp-diamond-theme .diamond-information-selected .dia-pick .dia-choose {
  color: #fff !important;
  background-color: var(--theme-color) !important;
}
.pdp-diamond-theme .modal-content {
  background-color: #F7F7F7;
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-header {
  background-color: var(--theme-color-lightest);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-header .diamond-info-image p {
  color: var(--theme-color-light);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-header .close {
  color: var(--theme-color);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body {
  background-color: #F7F7F7;
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .select-diamond-title {
  color: #4A4A4A;
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .filter-controller-lg .refinement-bar .filter-body .refinements .card.active .card-header button {
  color: var(--theme-color);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .filter-controller-lg .refinement-bar .filter-body .refinements .card.active .card-header button:before {
  background: var(--theme-color);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .filter-controller-lg .refinements .refinement li.selected > button {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .filter-controller-lg .refinements .irs--round .irs-handle,
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .filter-controller-lg .refinements .refinement li .checkbox::after {
  background: var(--theme-color);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .filter-controller-lg .refinements .irs--round .irs-line {
  background: var(--theme-color-lightest);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .filter-controller-lg .refinements .btn-outline-black:hover {
  background-color: var(--theme-color);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .filter-controller .order-1 .filter-results {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .filter-controller .order-1 .filter-results:hover {
  color: #fff !important;
  background-color: var(--theme-color);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .product-grid ul li .dia-item .dia-info .dia-price {
  color: var(--theme-color-light);
}
.pdp-diamond-theme .modal-dialog .modal-content .modal-body .dia-item .dia-info .dia-certi .dia-gia a {
  color: #424F5A;
  border-bottom: 1px solid #424F5A;
}
.pdp-diamond-theme .modal-body .dia-item:hover {
  background-color: var(--theme-color);
  color: #fff !important;
}
.pdp-diamond-theme .modal-body .dia-item:hover .dia-price {
  color: #fff !important;
}
.pdp-diamond-theme .modal-body .dia-item:hover .dia-gia a {
  color: #fff !important;
  border-color: #fff !important;
}
.pdp-diamond-theme .modal-body .dia-item:hover .add-diamond-button {
  color: var(--theme-color);
}
@media (min-width: 1024px) {
  .pdp-diamond-theme .modal-body .dia-item:hover {
    border-radius: 1000px;
  }
  .pdp-diamond-theme .modal-body .dia-item:hover .button-choose-lg .add-diamond-button {
    color: var(--theme-color);
  }
}
.pdp-diamond-theme .diamond-engraving-service {
  background-color: #fff;
  border: 1.5px solid #D8D8D8;
}
.pdp-diamond-theme .diamond-engraving-service ul li a {
  color: var(--theme-color) !important;
}
.pdp-diamond-theme .diamond-engraving-input {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid var(--theme-color);
  color: black;
}
.pdp-diamond-theme .diamond-engraving-input:focus-visible {
  outline: none;
}
.pdp-diamond-theme .diamond-notice {
  color: #9D9D9D;
}
.pdp-diamond-theme .checkmark {
  background-color: #fff;
  border: 1px solid transparent;
}
.pdp-diamond-theme .agree-TC:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid var(--theme-color);
}
.pdp-diamond-theme .agree-TC input:checked ~ .checkmark {
  background-color: var(--theme-color);
}
.pdp-diamond-theme a.text-primary:hover,
.pdp-diamond-theme a.text-primary:focus {
  color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.\--theme-black {
  background-color: #000 !important;
  color: #fff;
}
.\--theme-black .refinement-bar {
  background-color: #000;
}
@media (max-width: 1023.98px) {
  .\--theme-black .refinement-bar {
    background-color: #fff;
  }
}
.\--theme-black .pdp-diamond .price {
  color: #fff;
}
.\--theme-black .filter-bar li.filter-value button {
  color: #fff !important;
}
.\--theme-black .dia-item-selected {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF)) !important;
  background: linear-gradient(to right, #7FB0D9, #B9B5DF) !important;
  color: #fff !important;
}
.\--theme-black .dia-item-selected .dia-item .dia-info .dia-price span,
.\--theme-black .dia-item-selected .dia-item .dia-info {
  color: #fff !important;
}
.\--theme-black .select-ring-size,
.\--theme-black .label-delivery,
.\--theme-black .label-delivery i,
.\--theme-black .label-delivery b {
  color: #fff !important;
}
.\--theme-black hr {
  color: #fff;
  opacity: 30%;
}
.\--theme-black .product-badge-top,
.\--theme-black .product-collection,
.\--theme-black .product-name,
.\--theme-black .sales,
.\--theme-black .text-primary {
  color: #fff !important;
}
.\--theme-black .bg-primary {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF)) !important;
  background: linear-gradient(to right, #7FB0D9, #B9B5DF) !important;
}
.\--theme-black .btn.btn-primary,
.\--theme-black .btn.btn-secondary {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF)) !important;
  background: linear-gradient(to right, #7FB0D9, #B9B5DF) !important;
  border-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.\--theme-black .btn.btn-primary:hover, .\--theme-black .btn.btn-primary:active,
.\--theme-black .btn.btn-secondary:hover,
.\--theme-black .btn.btn-secondary:active {
  background: #fff !important;
  color: #7FB0D9 !important;
  border-color: #7FB0D9 !important;
}
.\--theme-black li a.btn {
  background-color: #2F2F2F !important;
  color: #fff !important;
  border: 1.5px solid transparent !important;
  opacity: 0.6;
}
.\--theme-black li a.btn:hover, .\--theme-black li a.btn.selected {
  opacity: 1;
  border-color: #fff !important;
  color: #fff !important;
}
.\--theme-black .diamond-information-selected .dia-pick {
  border: 1.5px solid #fff;
  background-color: #2F2F2F;
}
.\--theme-black .diamond-information-selected .dia-pick .dia-choose {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF)) !important;
  background: linear-gradient(to right, #7FB0D9, #B9B5DF) !important;
}
.\--theme-black .modal-content {
  background-color: black;
}
.\--theme-black .modal-dialog .modal-content .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF)) !important;
  background: linear-gradient(to right, #7FB0D9, #B9B5DF) !important;
}
.\--theme-black .modal-dialog .modal-content .modal-body {
  background-color: black !important;
}
.\--theme-black .modal-dialog .modal-content .modal-body .select-diamond-title {
  color: #fff !important;
}
@media (max-width: 1023.98px) {
  .\--theme-black .filter-controller-lg .refinement-bar .filter-body {
    background-color: #fff;
  }
}
@media (max-width: 1023.98px) {
  .\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .card.active .card-header button {
    color: #796E65 !important;
    background-color: #fff;
  }
}
.\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .card.active .card-header button:before {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF)) !important;
  background: linear-gradient(to right, #7FB0D9, #B9B5DF) !important;
}
@media (max-width: 1023.98px) {
  .\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements {
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .refinement .title:after {
    content: "";
  }
}
@media (max-width: 767.98px) {
  .\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .refinement.active .title {
    color: #796E65 !important;
    font-size: 14px;
  }
}
.\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .refinement li.selected > button {
  color: #7FB0D9 !important;
  border-color: #7FB0D9 !important;
}
.\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .irs--round .irs-handle,
.\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .refinement li .checkbox::after {
  background: #7FB0D9 !important;
}
.\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .irs--round .irs-line {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF)) !important;
  background: linear-gradient(to right, #7FB0D9, #B9B5DF) !important;
}
.\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .btn-outline-black {
  border-color: rgba(255, 255, 255, 0.5);
}
.\--theme-black .filter-controller-lg .refinement-bar .filter-body .refinements .btn-outline-black:hover {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF)) !important;
  background: linear-gradient(to right, #7FB0D9, #B9B5DF) !important;
  border-color: transparent;
}
.\--theme-black .filter-controller .order-1 .filter-results:hover {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF)) !important;
  background: linear-gradient(to right, #7FB0D9, #B9B5DF) !important;
}
.\--theme-black .product-grid .dia-item {
  color: #424F5A !important;
}
.\--theme-black .product-grid .dia-item .dia-price {
  color: #424F5A !important;
}
@media (max-width: 1023.98px) {
  .\--theme-black .product-grid .dia-item .dia-price {
    color: #7FB0D9 !important;
  }
}
.\--theme-black .product-grid .dia-item .dia-gia a {
  color: #424F5A;
  border-bottom: 1px solid #424F5A;
}
.\--theme-black .product-grid .dia-item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#7FB0D9), to(#B9B5DF));
  background: linear-gradient(to right, #7FB0D9, #B9B5DF);
  color: #fff !important;
}
.\--theme-black .product-grid .dia-item:hover .dia-price {
  color: #fff !important;
}
.\--theme-black .product-grid .dia-item:hover .dia-certi .dia-gia a {
  color: #fff !important;
  border-color: #fff !important;
}
.\--theme-black .product-grid .dia-item:hover .add-diamond-button {
  background-color: #fff;
  color: #7FB0D9 !important;
}
@media (min-width: 768px) {
  .\--theme-black .product-grid .dia-item:hover .button-choose-lg .add-diamond-button {
    color: #7FB0D9;
  }
}
.\--theme-black .diamond-engraving-service {
  border: 1.5px solid #D8D8D8;
  background-color: #2F2F2F;
}
.\--theme-black .diamond-engraving-service ul li a {
  color: #fff !important;
}
.\--theme-black .diamond-engraving-input {
  background-color: #2F2F2F;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.\--theme-black .diamond-engraving-input:focus-visible {
  outline: none;
}
.\--theme-black .diamond-notice,
.\--theme-black .close {
  color: #fff;
  opacity: 0.6;
}
.\--theme-black .checkmark {
  background-color: #2F2F2F;
  border: 1px solid transparent;
}
.\--theme-black .agree-TC:hover input ~ .checkmark {
  background-color: #2F2F2F;
  border: 1px solid #fff;
}
.\--theme-black .agree-TC input:checked ~ .checkmark {
  background-color: #7FB0D9;
}
.\--theme-black a.text-primary:hover,
.\--theme-black a.text-primary:focus {
  color: #7FB0D9 !important;
  border-color: #7FB0D9 !important;
}
.\--theme-black .price-mobile-display span {
  color: #476B88;
}
.\--theme-black .dia-item-selected .add-diamond-button {
  color: #7FB0D9 !important;
}
.\--theme-black .irs--round .irs-single,
.\--theme-black .filter-close.close {
  color: #796E65 !important;
}
.\--theme-black .refinements .card.active .card-body {
  background-color: #fff;
}
.\--theme-black #price-range-btn {
  color: #000;
}
.\--theme-black #price-range-btn:hover {
  color: #fff;
}
.\--theme-black .filter-i {
  color: #fff !important;
}
.\--theme-black .filter-i:hover {
  color: #7FB0D9 !important;
}
.\--theme-black .nav-promotions span {
  color: white;
}

.icon-wishlist-wrapper.\--theme-black {
  color: #000 !important;
}

#chooseOrUpdateBonusProductModal,
#chooseBonusProductModal {
  z-index: 1070;
}
#chooseOrUpdateBonusProductModal ~ .modal-backdrop,
#chooseBonusProductModal ~ .modal-backdrop {
  z-index: 1060;
}

.choose-bonus-product-dialog {
  max-width: 920px;
  border-top: 7px solid #98012E;
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog {
    max-width: 480px;
  }
}
@media (max-width: 479.98px) {
  .choose-bonus-product-dialog {
    max-width: 100%;
    margin: 0.5rem auto;
  }
}
.choose-bonus-product-dialog .modal-content {
  border: 0;
}
.choose-bonus-product-dialog .modal-header {
  background: #fff !important;
  border-radius: 0 !important;
  border-bottom: 0 !important;
  padding: 26px 60px 0 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .modal-header {
    padding: 20px 40px 0 40px;
  }
}
.choose-bonus-product-dialog .modal-header > span {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin: auto;
}
.choose-bonus-product-dialog .modal-header .close {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5rem;
  opacity: 1;
  position: absolute;
  top: 35px;
  right: 60px;
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .modal-header .close {
    right: 20px;
    top: 28px;
  }
}
.choose-bonus-product-dialog .modal-body {
  padding: 0 60px 26px 60px;
  border: 0;
  border-radius: 0;
  display: block;
  max-height: none !important;
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .modal-body {
    padding: 0 20px 20px 20px;
  }
}
.choose-bonus-product-dialog .modal-body .bonus-summary {
  text-align: center;
  margin-bottom: 20px;
}
.choose-bonus-product-dialog .nav-tabs {
  margin: 0;
  float: right;
  width: calc(50% - 15px);
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .nav-tabs {
    width: 100%;
    bottom: -450px;
  }
}
@media (max-width: 479.98px) {
  .choose-bonus-product-dialog .nav-tabs {
    bottom: -345px;
  }
}
@media (max-width: 320.98px) {
  .choose-bonus-product-dialog .nav-tabs {
    bottom: -290px;
  }
}
.choose-bonus-product-dialog .nav-tabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D1D1D1;
  position: absolute;
  bottom: 0;
}
.choose-bonus-product-dialog .nav-tabs .nav-item {
  display: block;
  width: 100%;
  float: left;
}
.choose-bonus-product-dialog .nav-tabs .nav-link {
  color: #D1D1D1;
  font-size: 16px;
  padding: 2px 20px 6px 20px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.choose-bonus-product-dialog .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #1A1A1A;
  border-bottom: 3px solid #1A1A1A;
}
.choose-bonus-product-dialog .nav-tabs .slick-disabled {
  display: none !important;
}
.choose-bonus-product-dialog .nav-tabs .slick-prev,
.choose-bonus-product-dialog .nav-tabs .slick-next {
  opacity: 1 !important;
  width: 25px;
  height: 25px;
  top: 2px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background: none;
}
.choose-bonus-product-dialog .nav-tabs .slick-prev:before,
.choose-bonus-product-dialog .nav-tabs .slick-next:before {
  font-size: 24px;
  color: #796E65;
}
.choose-bonus-product-dialog .nav-tabs .slick-prev {
  text-align: left;
}
.choose-bonus-product-dialog .nav-tabs .slick-next {
  left: auto;
  right: 0;
  text-align: right;
}
.choose-bonus-product-dialog .tab-content::after {
  display: block;
  clear: both;
  content: "";
}
.choose-bonus-product-dialog .bonus-product-item:not(.last-item) {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.choose-bonus-product-dialog .bonus-product-item .product-wrapper {
  width: 100%;
}
.choose-bonus-product-dialog .bonus-product-item .one-image-swatch {
  width: 50%;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 374px;
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .bonus-product-item .one-image-swatch {
    width: 100%;
    padding-right: 0;
    min-height: 440px;
  }
}
@media (max-width: 479.98px) {
  .choose-bonus-product-dialog .bonus-product-item .one-image-swatch {
    height: 335px;
    min-height: auto;
    overflow: hidden;
  }
}
@media (max-width: 320.98px) {
  .choose-bonus-product-dialog .bonus-product-item .one-image-swatch {
    height: 280px;
  }
}
.choose-bonus-product-dialog .bonus-product-item .product-info {
  width: 50%;
  padding: 0 0 0 15px;
  float: left;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .bonus-product-item .product-info {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .bonus-product-item:first-child .one-image-swatch {
    margin-top: -40px;
    margin-bottom: 50px;
  }
}
.choose-bonus-product-dialog .detail-panel {
  padding-right: 3px;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
.choose-bonus-product-dialog .detail-panel::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.choose-bonus-product-dialog .detail-panel::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
.choose-bonus-product-dialog .detail-panel::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
.choose-bonus-product-dialog .detail-panel {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
.choose-bonus-product-dialog .detail-panel .swatch > .attr-wrapper {
  border: 1px solid #BFACAD;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 20px;
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .detail-panel .swatch > .attr-wrapper {
    background: #F9F9F9;
  }
}
.choose-bonus-product-dialog .detail-panel .swatch .invalid-validate {
  font-size: 14px;
  color: #98012E;
  margin-top: 8px;
  display: none;
}
.choose-bonus-product-dialog .detail-panel .swatch .attribute {
  margin-top: 0;
}
.choose-bonus-product-dialog .detail-panel .swatch .non-input-label {
  display: block;
  margin-bottom: 15px;
}
.choose-bonus-product-dialog .detail-panel .swatch .non-input-label .value-selected {
  font-weight: 700;
}
.choose-bonus-product-dialog .detail-panel .swatch.invalid > .attr-wrapper {
  border: 2px solid #98012E;
}
.choose-bonus-product-dialog .detail-panel .swatch.invalid .invalid-validate {
  display: block;
}
.choose-bonus-product-dialog .one-line-action {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choose-bonus-product-dialog .one-line-action .checkbox-type-2 {
  margin: 0;
  padding-right: 5px;
}
.choose-bonus-product-dialog .one-line-action .checkbox-type-2 label {
  margin: 0;
}
.choose-bonus-product-dialog .one-line-action .select-bonus-product {
  float: right;
  min-width: 160px;
}
.choose-bonus-product-dialog .all-actions {
  float: right;
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 1023.98px) {
  .choose-bonus-product-dialog .all-actions {
    width: 100%;
    padding-left: 0;
  }
}
.choose-bonus-product-dialog .all-actions .add-bonus-products {
  margin-top: 20px;
  width: 100%;
}
.choose-bonus-product-dialog .all-actions .btn-please-select {
  background: #E8E8E8;
  color: #796E65;
  width: 100%;
  font-size: 18px;
  opacity: 1;
  margin-top: 20px;
}
.choose-bonus-product-dialog .all-actions .product-line-item-bonus-products .item .bonus-line-item-name {
  cursor: pointer;
}
@media (max-width: 479.98px) {
  .choose-bonus-product-dialog .all-actions .product-line-item-bonus-products .item .bonus-line-item-name {
    width: calc(100% - 20px);
  }
}
.choose-bonus-product-dialog .all-actions .product-line-item-bonus-products .item .bonus-item-attributes {
  width: calc(85% - 20px);
}
@media (max-width: 479.98px) {
  .choose-bonus-product-dialog .all-actions .product-line-item-bonus-products .item .bonus-item-attributes {
    width: calc(100% - 20px);
  }
}
.choose-bonus-product-dialog .all-actions .product-line-item-bonus-products .item .bonus-line-item-edit {
  cursor: pointer;
  width: auto;
}
@media (max-width: 479.98px) {
  .choose-bonus-product-dialog .all-actions .product-line-item-bonus-products .item .bonus-line-item-edit {
    margin-top: 5px;
  }
}
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.choose-bonus-product-dialog .beenSelected {
  background-color: #eee;
}
.choose-bonus-product-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 18px;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 7px;
  position: relative;
}
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
  content: "";
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  display: block;
  border-radius: 50%;
  border: 1.5px solid black;
  position: absolute;
  top: -7px;
  left: -7px;
}
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.choose-bonus-product-dialog .modal-footer .prices .price {
  font-size: 1.6em;
}
.choose-bonus-product-dialog .prices .sales {
  font-size: 1.5rem;
}
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #c00;
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 767.98px) {
  .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.choose-bonus-product-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.quick-view-dialog {
  top: 0;
  bottom: 0;
  height: auto !important;
}
@media (max-width: 767.98px) {
  .quick-view-dialog {
    max-width: initial !important;
    top: 103px;
  }
  .sticky-header .quick-view-dialog {
    top: 62px;
  }
}
@media (max-width: 767.98px) {
  .wide .quick-view-dialog {
    max-width: calc(100% - 40px) !important;
    margin: auto;
  }
}
.quick-view-dialog .modal-content {
  border: 0;
  border-radius: 0;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
.quick-view-dialog .modal-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.quick-view-dialog .modal-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
.quick-view-dialog .modal-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
.quick-view-dialog .modal-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
.quick-view-dialog .modal-header {
  background: #fff !important;
  border-bottom: 1px solid #D4D4D4 !important;
  border-radius: 0 !important;
  padding: 26px 60px;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .modal-header {
    padding: 20px;
  }
}
.quick-view-dialog .modal-header .header-label {
  font-size: 18px;
  font-weight: 700;
}
.quick-view-dialog .modal-header .close {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5rem;
  opacity: 1;
}
.quick-view-dialog .modal-body {
  padding: 22px 0 0 0 !important;
  border: 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .modal-body .variation-list li a:hover {
    border-color: transparent;
  }
  .quick-view-dialog .modal-body .variation-list li a.selected {
    border-color: #0C0C0C;
  }
}
.quick-view-dialog .message-wrapper {
  padding: 0 60px;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .message-wrapper {
    padding: 0 20px;
  }
}
.quick-view-dialog .message-wrapper .valid-cart-error {
  margin-bottom: 20px;
}
.quick-view-dialog .product-info {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .product-info {
    padding: 0 20px;
  }
}
.quick-view-dialog .product-info .product-img {
  width: 130px;
}
@media (max-width: 479.98px) {
  .quick-view-dialog .product-info .product-img {
    width: 70px;
  }
}
.quick-view-dialog .product-info .product-img img {
  width: 100%;
  border: 1px solid #D4D4D4;
}
.quick-view-dialog .product-info .product-desc {
  width: calc(100% - 130px);
  padding-left: 25px;
}
@media (max-width: 479.98px) {
  .quick-view-dialog .product-info .product-desc {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
}
.quick-view-dialog .product-info .product-desc .product-name {
  font-size: 16px;
  font-weight: 500;
}
.quick-view-dialog .product-info .product-desc .prices {
  text-align: left;
  padding: 0;
}
.quick-view-dialog .product-info .product-desc .prices .price {
  color: #796E65;
}
@media (max-width: 479.98px) {
  .quick-view-dialog .product-info .product-desc .prices .price {
    font-size: 13px;
  }
}
.quick-view-dialog .product-info .product-desc .prices .price > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quick-view-dialog .product-info .product-desc .prices .price del {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.quick-view-dialog .product-info .product-desc .prices .price del ~ .sales {
  color: #98012E;
  margin-right: 10px;
}
.quick-view-dialog .product-info .product-desc .prices .price .strike-through {
  color: #796E65;
  margin: 0;
}
.quick-view-dialog .product-info .product-desc .prices .price .sales {
  font-weight: 400;
  color: #796E65;
}
.quick-view-dialog .product-info .product-desc .prices .price .range .sales {
  margin-right: 0;
}
.quick-view-dialog .product-info .product-desc .product-qty {
  margin-top: 10px;
}
.quick-view-dialog .product-attributes {
  padding: 0 60px 20px 60px;
  margin-top: 20px;
  background: #F7F7F7;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .product-attributes {
    padding: 0 20px 20px 20px;
  }
}
.quick-view-dialog .product-attributes.no-attribute {
  padding-bottom: 0;
}
.quick-view-dialog .product-attributes .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}
.quick-view-dialog .product-attributes .non-input-label .value-selected {
  font-weight: 700;
}
.quick-view-dialog .product-attributes .attribute {
  margin-top: 20px;
}
.quick-view-dialog .product-attributes .promotions {
  text-align: left;
  color: #c00;
}
.quick-view-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 20px 60px;
  position: sticky;
  bottom: 0;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .modal-footer {
    padding: 20px;
  }
}
.quick-view-dialog .modal-footer .product-in-wishlist-alert {
  font-size: 16px;
  font-weight: 400;
}
.quick-view-dialog .modal-footer .modal-actions {
  width: 100%;
  margin: 0;
}
.quick-view-dialog .modal-footer .pdp-checkout-button {
  width: 100%;
}
.quick-view-dialog .modal-footer .btn-primary {
  width: 100%;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: auto;
  right: auto;
}
.quick-view-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog .beenSelected {
  background-color: #eee;
}
.quick-view-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 18px;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 7px;
  position: relative;
}
.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.quick-view-dialog .swatch-circle.color-value.selected::after {
  content: "";
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  display: block;
  border-radius: 50%;
  border: 1.5px solid black;
  position: absolute;
  top: -7px;
  left: -7px;
}
.quick-view-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.quick-view-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.quick-view-dialog .availablity-container {
  text-align: right;
}
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart {
  margin-top: 0.938em;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.quick-view-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.full-quickview a.quickview {
  color: #6F6F6F;
  margin-top: 0.5em;
}
.full-quickview button.quickview {
  color: #6F6F6F;
  border: 0;
  background: none;
  margin: 0.5em auto 0 auto;
}

.quickview-modal {
  --wide: 77.2916666667vw;
}
@media (min-width: 1024px) {
  .quickview-modal {
    --detail-padding: 40px;
  }
}
.quickview-modal hr {
  width: 100%;
}
.quickview-modal.modal .modal-content {
  height: 90%;
}
@media (min-width: 1920px) {
  .quickview-modal.modal .modal-content {
    height: auto;
  }
}
.quickview-modal.modal .modal-header .close {
  position: absolute;
  right: calc(var(--detail-padding) - 1rem);
  top: calc(var(--detail-padding) - 1rem);
}
.quickview-modal.modal .modal-body {
  padding: 0 !important;
}
.quickview-modal.modal .modal-footer {
  background: #E8E8E8;
}
.quickview-modal.modal .modal-footer a {
  color: #796E65;
}
@media (min-width: 768px) {
  .quickview-modal.modal .modal-footer a {
    font-size: 20px;
  }
}
.quickview-modal.modal .modal-footer a > * {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .quickview-modal .col-images,
  .quickview-modal .col-details {
    padding: 0 30px;
  }
}
.quickview-modal .sticky-wishlist {
  width: 100%;
  top: 0;
  position: sticky;
  z-index: 1;
}
.quickview-modal .product-detail .row-main {
  height: 100%;
  min-height: 670px;
}
.quickview-modal .product-detail .add-to-wish-list, .quickview-modal .product-detail .pair-add-to-wish-list {
  right: calc(var(--detail-padding) + 2em);
}
@media (max-width: 767.98px) {
  .quickview-modal .product-detail .add-to-wish-list, .quickview-modal .product-detail .pair-add-to-wish-list {
    font-size: 20px;
  }
}
.quickview-modal .prices-add-to-cart-actions {
  position: sticky;
  bottom: 0;
}
.quickview-modal .variation-list > li a.btn:not(.selected), .quickview-modal .option-list > li a.btn:not(.selected) {
  border-color: #DDDDDD;
}
@media (min-width: 768px) {
  .quickview-modal .block-details {
    padding-right: calc(var(--detail-padding) + 30px);
  }
}
.quickview-modal .pdp-price-sm {
  display: none;
}
.quickview-modal .scroll-container {
  overflow-x: hidden;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
.quickview-modal .scroll-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.quickview-modal .scroll-container::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #98012E;
  background-clip: padding-box;
}
.quickview-modal .scroll-container::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
.quickview-modal .scroll-container {
  scrollbar-face-color: #98012E;
  scrollbar-track-color: #ccc;
}
@media (min-width: 768px) {
  .quickview-modal .scroll-container {
    margin-right: -30px;
    padding-right: 30px;
  }
}

.product-tile-wrapper {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .product-tile-wrapper {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.col-tile .product-tile-wrapper {
  width: 100%;
}
@media (max-width: 767.98px) {
  .col-tile .product-tile-wrapper {
    min-height: 0 !important;
  }
}

.product-tile {
  position: relative;
  width: 100%;
  border: 0;
  margin-bottom: 0;
  color: #796E65;
  background: #fff;
  max-width: 304px;
  min-height: 440px;
  -webkit-transition-property: margin, width, -webkit-transform;
  transition-property: margin, width, -webkit-transform;
  transition-property: margin, transform, width;
  transition-property: margin, transform, width, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 1023.98px) {
  .product-tile {
    min-height: 23.4375em;
  }
}
@media (max-width: 767.98px) {
  .product-tile {
    min-height: 19.6875em;
  }
}
@media (max-width: 479.98px) {
  .product-tile {
    min-height: 13.4375em;
  }
}
.product-tile.added-to-cart {
  border: 1px solid #98012E;
}
.product-tile.added-to-cart::before {
  content: attr(data-added-to-cart-label);
  display: block;
  color: #fff;
  background: #98012E;
  text-align: center;
  font-size: 10px;
  position: absolute;
  bottom: 100%;
  left: -1px;
  width: calc(100% + 2px);
  height: 20px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .product-tile.added-to-cart::before {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
.product-tile .tile-body {
  padding: 20px 40px 24px;
  text-align: center !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body {
    padding-bottom: 35px;
    padding: 10px 0px 40px;
  }
  .product-tile .tile-body .actions {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-tile .tile-body .color-swatches {
  display: none;
  min-height: 2.25em;
}
.product-tile .tile-body .color-swatches .product-tile-color-label {
  cursor: pointer;
  font-size: 1em;
}
.product-tile .tile-body .product-brand-watch {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .product-brand-watch {
    font-size: 12px;
    line-height: 1.25;
  }
}
.product-tile .tile-body .product-collection {
  color: #b78e6c;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .product-collection {
    font-size: 12px;
  }
}
.product-tile .tile-body .product-collection-watch {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .product-collection-watch {
    font-size: 12px;
    line-height: 1.67;
  }
}
.product-tile .tile-body .price {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .price {
    font-size: 12px;
  }
}
.product-tile .tile-body .price .tiered .value {
  font-weight: bold;
}
.product-tile .tile-body .md-plp-bubble-d-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .md-plp-bubble-d-none {
    display: none;
  }
}
.product-tile .tile-body .mb-plp-bubble-d-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .product-tile .tile-body .mb-plp-bubble-d-none {
    display: none;
  }
}
.product-tile .tile-body .hidden-bubble-number {
  float: right;
  line-height: 23px;
  font-size: 12px;
}
.product-tile .tile-body .plp-bubble {
  width: 24px;
  float: right;
  margin: 0px 0px 0px 3px;
  height: 24px;
  display: block;
  border-radius: 100%;
  border: 2px solid;
  background-position: 50% 50%;
  border-color: #f2f2f2;
  background-size: contain;
}
.product-tile .tile-body .plp-bubble:hover {
  border-color: #8f8f8f;
}
.product-tile .tile-body .plp-bubble .plp-bubbleimg {
  display: block;
  border-radius: 100%;
  border: 2px solid;
  background-position: 50% 50%;
  border-color: #fff;
}
.product-tile .tile-body .coming-soon-tile {
  text-align: center;
}
.product-tile .tile-body .pdp-link {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .pdp-link {
    font-size: 12px;
  }
}
.product-tile .tile-body .pdp-link a {
  color: inherit;
  text-decoration: none;
}
.product-tile .tile-body .pdp-link h3 {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  margin: inherit;
  line-height: inherit;
}
.product-tile .tile-body .pdp-link-for-type-seven {
  display: block;
  overflow: hidden;
  font-size: 14px;
  min-height: 40px;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .pdp-link-for-type-seven {
    font-size: 12px;
  }
}
.product-tile .tile-body .pdp-link-for-type-seven a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.product-tile .tile-body .pdp-link-for-type-seven h3 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.product-tile .tile-body .style-for-product-name {
  color: #796e65 !important;
  margin-bottom: 7px;
}
.product-tile .tile-body .product-tile-watch-name a {
  font-weight: normal;
}
.product-tile .tile-body .product-watch-description {
  font-size: 14px;
  font-weight: bold;
  height: 40px;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .product-watch-description {
    font-size: 12px;
  }
}
.product-tile .tile-body .product-watch-description-no-height {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .product-watch-description-no-height {
    font-size: 12px;
  }
}
.product-tile .tile-body .ratings {
  display: none;
}
.product-tile .tile-body-footer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.product-tile .product-tag-box {
  position: absolute;
  left: 18px;
  top: 0;
  font-size: 12px;
  color: #b78e6c;
  text-transform: uppercase;
  z-index: 1;
  padding-left: 12px;
  background: #fff;
  line-height: 35px;
}
@media (max-width: 767.98px) {
  .product-tile .product-tag-box {
    left: 8px;
  }
}
@media (max-width: 500px) {
  .product-tile .product-tag-box {
    left: 0;
    zoom: 0.8;
  }
}
@media (max-width: 375px) {
  .product-tile .product-tag-box {
    zoom: 0.7;
  }
}
.product-tile .product-tag-box span {
  padding-right: 12px;
}
.product-tile .product-tag-box span:not(:first-child):before {
  content: "";
  display: inline-block;
  border-left: 1px solid #b78e6c;
  width: 1px;
  height: 8px;
  padding-right: 12px;
}
.product-tile .image-container {
  position: relative;
  overflow: auto;
  padding: 10px;
}
.product-tile .image-container a {
  display: block;
}
.product-tile .image-container a .tile-image {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
.product-tile .image-container a:has(.hover-image):hover .defalut-image {
  display: none;
}
.product-tile .image-container a:has(.hover-image):hover .hover-image {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block !important;
  margin: auto;
}
.product-tile .swatches a {
  text-decoration: none;
}
.product-tile .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 18px;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 7px;
  position: relative;
}
.product-tile .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-tile .swatch-circle.color-value.selected::after {
  content: "";
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  display: block;
  border-radius: 50%;
  border: 1.5px solid black;
  position: absolute;
  top: -7px;
  left: -7px;
}
.product-tile .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.product-tile .badge-top {
  font-size: 14px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 2px;
  background: #fff;
  color: #98012E;
  position: absolute;
  top: 0;
  margin-top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .product-tile .badge-top {
    font-size: 12px;
  }
}
.product-tile .badge-bottom {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .product-tile .badge-bottom {
    font-size: 10px;
    margin-bottom: 0;
  }
}

.left-badge-container {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 5%;
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

.tile-badge-circle {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tile-badge-circle {
    font-size: 1rem;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.tile-badge-circle img {
  display: block;
  width: 100%;
}

.tmark-square {
  border-radius: 0;
  width: 38px;
  height: 38px;
}

.sort-by [data-id]::before {
  font-family: "ctf-icons";
  font-size: 1.2em;
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
}

.style-for-heart-img {
  right: 0px;
  z-index: 1;
  position: absolute;
  top: 8px;
}

.form-nav .nav-tabs .nav-link {
  color: #333;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

@media (min-width: 1024px) {
  .form-nav .nav-item > .nav-link {
    color: #333;
  }
}
.breadcrumb {
  --breadcrumb-padding-x: 20px;
  --breadcrumb-padding-y: 20px;
  color: #796E65;
  font-size: 14px;
  font-family: Europa, NotoSansTC !important;
  margin: 0;
  padding-bottom: calc(var(--breadcrumb-padding-y) - 10px);
}
@media (min-width: 768px) {
  .breadcrumb {
    --breadcrumb-padding-x: 15px;
    --breadcrumb-padding-y: 30px;
  }
}
.breadcrumb a {
  color: inherit;
  font-size: inherit;
}
.breadcrumb a[aria-current] {
  pointer-events: none;
}

.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
          animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0px;
  background-color: #444;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, -0.625em);
          transform: translate(-50%, -0.625em);
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 0.625em; /* 10/16 */
  border-right: solid transparent 0.625em; /* 10/16 */
  border-top: solid #444 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.site-search {
  position: relative;
  padding-top: 40px;
  width: 700px;
  height: 65px;
}
.site-search .search-outer {
  position: relative;
}
.site-search form {
  margin: 0;
  position: relative;
}
.site-search form .search-field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #707070 !important;
  padding: 35px 130px 18px 0 !important;
  color: #796E65;
  font-size: 32px;
}
@media (max-width: 767.98px) {
  .site-search form .search-field {
    height: 83px !important;
  }
}
.site-search form .search-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: inherit;
}
.site-search form .search-field::-webkit-input-placeholder {
  color: #796e65;
}
.site-search form .search-field::-moz-placeholder {
  color: #796e65;
}
.site-search form .search-field:-ms-input-placeholder {
  color: #796e65;
}
.site-search form .search-field::-ms-input-placeholder {
  color: #796e65;
}
.site-search form .search-field::placeholder {
  color: #796e65;
}
.site-search form .form-group {
  /** IE 11 */
}
.site-search form .form-group label {
  font-size: 32px;
  left: 0 !important;
  max-width: calc(100% - 130px) !important;
  height: auto !important;
  color: #796E65 !important;
  top: 17px !important;
}
@media (max-width: 767.98px) {
  .site-search form .form-group label {
    top: 22px;
  }
}
.site-search form .form-group input:focus ~ .label,
.site-search form .form-group input:focus ~ label,
.site-search form .form-group input.filled-in ~ .label,
.site-search form .form-group input.filled-in ~ label,
.site-search form .form-group input[readonly=readonly] ~ .label,
.site-search form .form-group input[readonly=readonly] ~ label {
  font-size: 16px;
  font-weight: 300;
}
.site-search form .form-group input:not(:-moz-placeholder-shown) ~ .label, .site-search form .form-group input:not(:-moz-placeholder-shown) ~ label {
  font-size: 16px;
  font-weight: 300;
}
.site-search form .form-group input:not(:-ms-input-placeholder) ~ .label, .site-search form .form-group input:not(:-ms-input-placeholder) ~ label {
  font-size: 16px;
  font-weight: 300;
}
.site-search form .form-group input:not(:placeholder-shown) ~ .label,
.site-search form .form-group input:not(:placeholder-shown) ~ label {
  font-size: 16px;
  font-weight: 300;
}
.site-search form .form-group input:-webkit-autofill ~ .label,
.site-search form .form-group input:-webkit-autofill ~ label {
  font-size: 16px;
  font-weight: 300;
}
.site-search form .form-group input:not(:-ms-input-placeholder) ~ .label,
.site-search form .form-group input:not(:-ms-input-placeholder) ~ label {
  font-size: 16px;
  font-weight: 300;
}
.site-search .icon-search {
  background: none;
  border: 0;
  padding: 0;
  font-size: 24px;
  color: #796E65;
  outline: 0;
  position: absolute;
  top: 38px;
  right: 15px;
}
.site-search .icon-search :hover {
  background: #fff;
  color: #98012E;
}
.site-search .icon-search :before {
  display: none;
}
.site-search .reset-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #b7b7b7;
  border: 0;
  padding: 0;
  position: absolute;
  top: 35px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-search .reset-button:focus {
  outline: 0;
}
.site-search .reset-button i.icon-close-to-reset {
  color: #fff;
  margin: 8px;
  font-size: 12px;
  font-weight: 700;
}
.site-search .reset-button i.icon-close-to-reset:before {
  content: "\E90D";
}
.site-search .search-field:valid ~ .reset-button {
  opacity: 1;
  visibility: visible;
}
.site-search .search-suggestion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-search .search-suggestion-wrapper .suggestions-keyword {
  width: 20%;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestions-keyword {
    width: 100%;
  }
}
.site-search .search-suggestion-wrapper .suggestions-keyword .title {
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestions-keyword .title {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
.site-search .search-suggestion-wrapper .suggestions-keyword ul {
  padding: 0;
  margin: 0;
}
.site-search .search-suggestion-wrapper .suggestions-keyword ul li {
  list-style-type: none;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestions-keyword ul li {
    width: 100%;
    padding-right: 8px;
    float: left;
  }
}
.site-search .search-suggestion-wrapper .suggestions-keyword ul li a {
  font-weight: 500;
  color: #796E65;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestions-keyword ul li a {
    font-size: 13px;
  }
}
.site-search .search-suggestion-wrapper .suggestions-keyword ul li a:hover {
  color: #98012E;
}
.site-search .search-suggestion-wrapper .suggestion-results {
  width: 50%;
  margin-top: 30px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results {
    width: 100%;
    padding-left: 0;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .title {
  font-weight: 300;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .title {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .items .item {
  width: 33.3333%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .items .item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .product-img {
  width: 100px;
}
@media (max-width: 1023.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .product-img {
    width: 70px;
  }
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .product-img {
    width: 80px;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .product-img img {
  border: 1px solid #e3e3e3;
  max-width: initial;
  width: 100px;
}
@media (max-width: 1023.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .product-img img {
    width: 70px;
  }
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .product-img img {
    width: 80px;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .product-info {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .product-info {
    padding: 0 0 0 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .product-name {
  line-height: 21px;
}
@media (max-width: 1023.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .product-name {
    font-size: 18px;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .product-name .name {
  font-size: 14px;
  color: #796E65;
  text-decoration: none;
}
@media (max-width: 1023.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .product-name .name {
    font-size: 12px;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .product-name .name:hover {
  color: #98012E;
}
.site-search .search-suggestion-wrapper .suggestion-results .price {
  color: #796E65;
  font-size: 14px;
}
@media (max-width: 1023.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .price {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .site-search .search-suggestion-wrapper .suggestion-results .price {
    margin-top: 8px;
  }
}
.site-search .search-suggestion-wrapper .suggestion-results .price del ~ .sales {
  margin-right: 5px;
}
.site-search .search-suggestion-wrapper .suggestion-results .price .sales {
  font-weight: 500;
}
.site-search .search-suggestion-wrapper .suggestion-results .price .range .sales {
  margin-right: 0;
}

.suggestions-wrapper,
.product-tile-wrapper {
  position: relative;
}
.suggestions-wrapper img,
.product-tile-wrapper img {
  max-width: 100%;
}

.more-below {
  -moz-border-radius: 1.25em;
  background: #ccc;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em;
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #fff;
  display: table-caption;
  height: 0.75em;
  font-size: 1.5rem;
  left: 0.57em;
  line-height: 0.8em;
  position: absolute;
  top: 0.4em;
  width: 0.8em;
}

.search-no-result-container {
  max-width: 1400px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.search-no-result-container .heading {
  text-align: center;
  font-size: 42px;
  margin: 95px 0 110px 0;
}
@media (max-width: 767.98px) {
  .search-no-result-container .heading {
    font-size: 24px;
    margin: 50px 0 70px 0;
  }
}
.search-no-result-container .heading .value {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .search-no-result-container .product4slides {
    height: auto;
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767.98px) {
  .search-no-result-container .product4slides .slick-dots {
    display: none !important;
  }
}

.search-no-results-promo-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .search-no-results-promo-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search-no-results-promo-banner > div {
  width: calc((100% - 48px) / 3);
  margin: 0 12px;
  z-index: 1;
}
.search-no-results-promo-banner > div:first-child {
  margin-left: 0;
}
.search-no-results-promo-banner > div:last-child {
  margin-right: 0;
}
.search-no-results-promo-banner > div .mini-cart-promo {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .search-no-results-promo-banner > div {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.need-help {
  margin: 80px 0 100px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .need-help {
    margin: 60px 0 80px 0;
  }
}
.need-help .title {
  font-size: 42px;
}
@media (max-width: 767.98px) {
  .need-help .title {
    font-size: 24px;
  }
}
.need-help .title span {
  padding-left: 5px;
}
.need-help .btn-outline-third {
  margin-top: 10px;
  min-width: 235px;
}

.search-result-search-section {
  background: none;
  margin-bottom: 0;
}
.search-result-search-section .site-search {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}
.search-result-search-section .site-search .form-group {
  margin-bottom: 0;
}
.search-result-search-section .site-search .suggestions-wrapper,
.search-result-search-section .site-search .search-banner-wrapper {
  display: none !important;
}
.search-result-search-section .site-search .form-type-underline .form-group:not(.except) input:not(:-moz-placeholder-shown) ~ .label:not(.except), .search-result-search-section .site-search .form-type-underline .form-group:not(.except) input:not(:-moz-placeholder-shown) label:not(.except) {
  color: #796E65;
  font-size: 16px;
}
.search-result-search-section .site-search .form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) ~ .label:not(.except), .search-result-search-section .site-search .form-type-underline .form-group:not(.except) input:not(:-ms-input-placeholder) label:not(.except) {
  color: #796E65;
  font-size: 16px;
}
.search-result-search-section .site-search .form-type-underline .form-group:not(.except) input:not(:placeholder-shown) ~ .label:not(.except),
.search-result-search-section .site-search .form-type-underline .form-group:not(.except) input:not(:placeholder-shown) label:not(.except) {
  color: #796E65;
  font-size: 16px;
}
.search-result-search-section .site-search .form-control {
  background: none;
}
.search-result-search-section .site-search .search-field {
  border: 1px solid #707070 !important;
  background: #f3f3f3;
  font-size: 16px !important;
  padding: 5px 50px !important;
}
@media (max-width: 767.98px) {
  .search-result-search-section .site-search .search-field {
    height: 44px !important;
  }
}
.search-result-search-section .site-search .icon-search {
  font-size: 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  right: auto;
}
.search-result-search-section .site-search .icon-search span {
  display: none;
}
.search-result-search-section .site-search .reset-button {
  top: 12px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-result-search-section .site-search .reset-button i {
  font-size: 8px;
  margin: 6px;
}
.search-result-search-section .site-search form .form-group {
  /** IE 11 */
}
.search-result-search-section .site-search form .form-group label {
  font-size: 16px;
  left: 40px !important;
}
@media (max-width: 767.98px) {
  .search-result-search-section .site-search form .form-group label {
    top: 10px !important;
  }
}
.search-result-search-section .site-search form .form-group input:focus ~ .label,
.search-result-search-section .site-search form .form-group input:focus ~ label,
.search-result-search-section .site-search form .form-group input.filled-in ~ .label,
.search-result-search-section .site-search form .form-group input.filled-in ~ label,
.search-result-search-section .site-search form .form-group input[readonly=readonly] ~ .label,
.search-result-search-section .site-search form .form-group input[readonly=readonly] ~ label {
  display: none;
}
.search-result-search-section .site-search form .form-group input:not(:-moz-placeholder-shown) ~ .label, .search-result-search-section .site-search form .form-group input:not(:-moz-placeholder-shown) ~ label {
  display: none;
}
.search-result-search-section .site-search form .form-group input:not(:-ms-input-placeholder) ~ .label, .search-result-search-section .site-search form .form-group input:not(:-ms-input-placeholder) ~ label {
  display: none;
}
.search-result-search-section .site-search form .form-group input:not(:placeholder-shown) ~ .label,
.search-result-search-section .site-search form .form-group input:not(:placeholder-shown) ~ label {
  display: none;
}
.search-result-search-section .site-search form .form-group input:-webkit-autofill ~ .label,
.search-result-search-section .site-search form .form-group input:-webkit-autofill ~ label {
  display: none;
}
.search-result-search-section .site-search form .form-group input:not(:-ms-input-placeholder) ~ .label,
.search-result-search-section .site-search form .form-group input:not(:-ms-input-placeholder) ~ label {
  display: none;
}

.promise-to-you {
  padding: 65px 20px;
  border-top: 3px solid #e7e7e7;
  border-top-width: thin;
  background-color: #F2F0F0;
}
.promise-to-you h4 {
  text-align: center;
  font-weight: 300;
}
.promise-to-you ul {
  text-align: center;
  padding: 0;
  margin: 27px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
}
@media (max-width: 1199.98px) {
  .promise-to-you ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  .promise-to-you ul {
    margin: 30px auto 0 auto;
    max-width: 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .promise-to-you ul .return-policy {
    height: 130px;
    padding-top: 0px !important;
    border-right: 1px solid #D7D4D1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767.98px) {
  .promise-to-you ul .return-policy {
    border-right: 1px solid #D7D4D1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 1px solid #D7D4D1;
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .promise-to-you ul .shipping-payment {
    height: 130px;
    padding-top: 0px !important;
    border-right: 1px solid #D7D4D1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 25px 0px 25px;
  }
  .promise-to-you ul .shipping-payment .icon-return {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .promise-to-you ul .shipping-payment {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-bottom: 1px solid #D7D4D1;
    max-width: 50%;
    padding: 20px 25px 0px 25px;
  }
  .promise-to-you ul .shipping-payment .icon-return {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .promise-to-you ul .shipping-delivery {
    height: 130px;
    padding-top: 0px !important;
    border-right: 1px solid #D7D4D1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767.98px) {
  .promise-to-you ul .shipping-delivery {
    border-right: 1px solid #D7D4D1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 25px;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .promise-to-you ul .after-sale {
    height: 130px;
    padding-top: 0px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767.98px) {
  .promise-to-you ul .after-sale {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 25px;
    height: 120px;
  }
}
.promise-to-you ul .promise-display-circle {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 100%;
  border: 3px solid;
  background-position: 50% 50%;
  border-color: transparent;
  background-size: contain;
  position: absolute;
  background-color: #F2F0F0;
}
@media (min-width: 768px) {
  .promise-to-you ul .promise-display-circle {
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 375px) {
  .promise-to-you ul .promise-display-circle {
    margin-left: 30.1%;
    margin-top: 2%;
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .promise-to-you ul .promise-display-circle {
    margin-left: 27%;
    margin-top: 2%;
  }
}
@media (min-width: 390px) and (max-width: 390px) {
  .promise-to-you ul .promise-display-circle {
    margin-left: 29%;
    margin-top: 2%;
  }
}
@media (min-width: 393px) and (max-width: 393px) {
  .promise-to-you ul .promise-display-circle {
    margin-left: 28.5%;
    margin-top: 2%;
  }
}
@media (min-width: 360px) and (max-width: 360px) {
  .promise-to-you ul .promise-display-circle {
    margin-left: 31.3%;
    margin-top: 1.5%;
  }
}
@media (min-width: 412px) and (max-width: 412px) {
  .promise-to-you ul .promise-display-circle {
    margin-left: 27.5%;
    margin-top: 1.5%;
  }
}
@media (min-width: 540px) and (max-width: 540px) {
  .promise-to-you ul .promise-display-circle {
    margin-left: 20.7%;
    margin-top: 1%;
  }
}
@media (min-width: 280px) and (max-width: 280px) {
  .promise-to-you ul .promise-display-circle {
    margin-left: 29.4%;
    margin-top: 2%;
  }
}
.promise-to-you ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .promise-to-you ul li {
    padding: 0 8px;
  }
}
.promise-to-you ul li i {
  font-size: 60px;
  display: block;
  height: 60px;
}
.promise-to-you ul li i.icon-tools {
  font-size: 48px;
}
@media (max-width: 767.98px) {
  .promise-to-you ul li i {
    font-size: 26px;
    height: 26px;
  }
  .promise-to-you ul li i.icon-tools {
    font-size: 26px;
  }
}
.promise-to-you ul li .name {
  font-size: 14px;
  margin: 20px 0 10px 0;
  color: #796E65;
  text-decoration: none;
  display: block;
}
@media (max-width: 767.98px) {
  .promise-to-you ul li .name {
    margin: 15px 0 5px 0;
    font-size: 12px;
  }
}
.promise-to-you ul li .link {
  font-family: "Gotham Medium", sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.promise-to-you ul li .link:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #98012E;
  position: absolute;
  left: 0;
  bottom: -5px;
  display: none;
}
.promise-to-you ul li .link:hover {
  color: #98012E;
}
.promise-to-you ul li .link:hover:after {
  display: block;
}
@media (max-width: 767.98px) {
  .promise-to-you ul li .link {
    display: none;
  }
}

#consent-tracking .modal-footer {
  border-bottom: none;
  border-top: none;
}
#consent-tracking .modal-header {
  display: none;
}
#consent-tracking .modal-body {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#consent-tracking .tracking-consent h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#consent-tracking .modal-footer {
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#consent-tracking .modal-content {
  -webkit-box-shadow: 4px -1px 4px 0px #000;
          box-shadow: 4px -1px 4px 0px #000;
  border-radius: 0;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  border: none;
  border-top: 1px solid #F7F7F7;
}
#consent-tracking .tracking-consent p {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
#consent-tracking .btn-primary {
  background-color: #796E65;
  border-color: #796E65;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  width: 142px;
}
#consent-tracking .btn-primary.decline {
  margin-right: 15px;
  background-color: transparent;
  color: #796E65;
}
#consent-tracking .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#consent-tracking .modal-dialog {
  margin: 0;
  max-width: 100%;
}
#consent-tracking.modal {
  bottom: 0;
  top: inherit;
  height: inherit;
  padding-right: 0 !important;
}
#consent-tracking.active {
  display: block !important;
}
#consent-tracking.active::after {
  opacity: 0.1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

#cookie-tracking .modal-header {
  padding: 0;
}
#cookie-tracking .modal-header h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
#cookie-tracking .cookie-box p {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}
#cookie-tracking .modal-content {
  border: none;
}
#cookie-tracking .modal-body {
  padding: 0;
}
#cookie-tracking .close {
  color: transparent;
  font-size: 0;
  opacity: 1;
}
#cookie-tracking .close:before, #cookie-tracking .close:after {
  position: absolute;
  right: 30px;
  content: " ";
  height: 20px;
  width: 1px;
  top: 2rem;
  background-color: #3C3C3C;
}
#cookie-tracking .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cookie-tracking .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cookie-tracking .modal-header,
#cookie-tracking .modal-footer {
  border-top: none;
  border-bottom: none;
}
#cookie-tracking .modal-footer {
  padding-bottom: 0;
}
#cookie-tracking .modal-footer .save-setting {
  background-color: #796E65;
  border-color: #796E65;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  width: 142px;
}
#cookie-tracking .modal-footer .save-setting:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#cookie-tracking .cookie-check {
  background-color: #F7F7F7;
  padding: 25px;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}
#cookie-tracking .form-group label {
  position: relative;
  cursor: pointer;
}
#cookie-tracking .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #796E65;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}
#cookie-tracking .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#cookie-tracking .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #98012E;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 1024px) {
  #consent-tracking .modal-body {
    float: left;
    width: 60%;
  }
  #consent-tracking .modal-content {
    padding: 2rem 4rem;
  }
  #consent-tracking .modal-footer {
    float: left;
    width: 40%;
  }
  #cookie-tracking .close:before, #cookie-tracking .close:after {
    right: 4rem;
  }
  #cookie-tracking .close:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #cookie-tracking .modal-content {
    padding: 2rem 4rem;
  }
  #cookie-tracking .modal-dialog {
    max-width: 807px;
  }
}
@media (max-width: 1023.98px) {
  #consent-tracking .modal-content {
    padding: 40px 30px;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    display: block;
    text-align: center;
    overflow: hidden;
  }
  #consent-tracking .modal-footer {
    display: inline-block;
    margin-top: 10px;
  }
  #cookie-tracking {
    overflow-y: scroll;
  }
  #cookie-tracking .modal-content {
    padding: 30px 30px 20px 30px;
  }
  #cookie-tracking .modal-footer {
    display: inline-block;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #consent-tracking .btn-primary {
    width: 128px;
    padding: 10px 20px;
  }
  #cookie-tracking .cookie-check .content {
    height: 55px;
    overflow-y: auto;
  }
  #cookie-tracking .modal-footer {
    padding: 20px 0 0;
  }
}
#cookie-tracking-notify.modal {
  bottom: 0;
  top: inherit;
  height: inherit;
  padding: 0 !important;
}
#cookie-tracking-notify .modal-dialog {
  margin: 0;
  max-width: 100%;
}
#cookie-tracking-notify .modal-content {
  border: 0;
  background-color: #1D1D1D;
}
#cookie-tracking-notify .modal-body {
  padding: 0px 35px;
  min-height: 70px;
}
@media (max-width: 767.98px) {
  #cookie-tracking-notify .modal-body {
    padding: 20px 25px;
  }
}
#cookie-tracking-notify .modal-body .tracking-consent {
  text-align: left;
  position: relative;
}
#cookie-tracking-notify .modal-body .tracking-consent a, #cookie-tracking-notify .modal-body .tracking-consent a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#cookie-tracking-notify .modal-body .tracking-consent .con {
  width: 65%;
  float: left;
  font-size: 13px;
  line-height: 25px;
}
#cookie-tracking-notify .modal-body .tracking-consent .con a {
  color: #000;
  text-decoration: underline;
}
#cookie-tracking-notify .modal-body .tracking-consent .button-box {
  width: 28%;
  float: right;
}
@media (max-width: 767.98px) {
  #cookie-tracking-notify .modal-body .tracking-consent .button-box {
    padding-top: 20%;
  }
}
#cookie-tracking-notify .modal-body .tracking-consent .button-box a {
  width: 48%;
  line-height: 50px;
  background-color: #000;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  float: left;
  font-weight: 300;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #cookie-tracking-notify .modal-body .tracking-consent .button-box a {
    width: 100%;
    font-size: 12px;
    line-height: 40px;
  }
}
#cookie-tracking-notify .modal-body .tracking-consent .button-box button {
  width: 48%;
  line-height: 50px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  float: right;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 767.98px) {
  #cookie-tracking-notify .modal-body .tracking-consent .button-box button {
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    line-height: 40px;
  }
}
#cookie-tracking-notify .modal-body .tracking-consent #windowWidth {
  display: table;
  width: 100%;
}
#cookie-tracking-notify .modal-body .tracking-consent #btnWrapper {
  text-align: right;
}
#cookie-tracking-notify .modal-body .tracking-consent #notifyText {
  display: table-cell;
  vertical-align: middle;
  max-width: 900px;
  padding-top: 0px;
  font-size: 14px;
  font-family: "Europa";
  color: #FFFFFF;
  line-height: 24px;
}
#cookie-tracking-notify .modal-body .tracking-consent .affirm, #cookie-tracking-notify .modal-body .tracking-consent .decline {
  width: 120px;
  margin: 15px 0px 15px 15px;
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 14px;
  color: #FFFFFF;
  padding: 13px 0;
  height: 40px;
  line-height: 17px;
}
@media (max-width: 767.98px) {
  #cookie-tracking-notify .modal-body .tracking-consent {
    text-align: left;
    font-size: 13px;
  }
  #cookie-tracking-notify .modal-body .tracking-consent #windowWidth {
    display: block;
  }
  #cookie-tracking-notify .modal-body .tracking-consent #btnWrapper {
    text-align: left;
  }
  #cookie-tracking-notify .modal-body .tracking-consent #notifyText {
    padding: 0px 15px 0px 12px;
  }
  #cookie-tracking-notify .modal-body .tracking-consent .affirm, #cookie-tracking-notify .modal-body .tracking-consent .decline {
    margin: 12px 5px;
  }
}
.landing-page-cookies {
  padding: 0 20px;
}
.landing-page-cookies .landing-wrapper {
  max-width: 950px;
  background: #fff;
  margin: 33px auto 140px auto;
  padding: 46px 137px 72px 137px;
}
@media (max-width: 767.98px) {
  .landing-page-cookies .landing-wrapper {
    margin: 30px 0;
    padding: 30px;
  }
}
.landing-page-cookies .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .landing-page-cookies .title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .landing-page-cookies .content {
    font-size: 13px;
  }
}
.landing-page-cookies .content .required {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .landing-page-cookies .content .required {
    font-size: 15px;
  }
}
.landing-page-cookies .content p:not(:last-child) {
  margin-bottom: 30px;
}

.menu-list-md {
  position: absolute;
  right: 72px;
  top: 80px;
  width: 26%;
  background: #f7f7f7;
  padding: 36px 40px;
}
.menu-list-md a {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-title-row {
  padding: 48px 0 25px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .form-title-row {
    padding: 20px 0;
  }
}

.folder-page-content-block-title {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .folder-page-content-block-title {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .folder-page-content-block {
    margin-bottom: 48px;
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .folder-page-content-block {
    margin-bottom: 28px;
  }
}

@media (min-width: 768px) {
  .sp-hr-top {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .sp-hr-footer {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
}

.sub-num {
  width: 30px;
}

.sub-con {
  width: calc(100% - 42px);
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.add-to-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-wishlist-alert.show {
  display: block;
}

.product-heart .wishlistTile {
  left: 18px;
  float: left;
  bottom: -5px;
  font-size: 20px;
  width: 1.3333333333em;
  height: 1.3333333333em;
  line-height: 1.3333333333em;
  opacity: 1 !important;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .product-heart .wishlistTile {
    font-size: 25px;
    left: 28px;
  }
  .product-tile:not(:hover) .product-heart .wishlistTile {
    opacity: 0;
  }
}
.product-heart .wishlistTile i {
  color: #98012E;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  overflow: hidden;
  cursor: alias;
}
.flip-card.opened {
  z-index: 1;
  outline: 20px solid #BC9576;
  overflow: visible;
  background: #BC9576;
}
@media (max-width: 767.98px) {
  .flip-card.opened {
    outline: 5px solid #BC9576;
  }
}
.flip-card:hover .banner-component img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.flip-card:hover .cta-button .btn-flip {
  color: #98012E;
  background-color: #fff;
  border-color: #fff;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-card.opened .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  z-index: 1;
}
.flip-card-front .banner-container,
.flip-card-front .banner-component {
  height: 100%;
}
.flip-card-front .banner-component img {
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.flip-card-front .banner-component .gwpp-subtitle,
.flip-card-front .banner-component .gwpp-title,
.flip-card-front .banner-component .gwpp-text {
  text-align: left;
}
@media (max-width: 767.98px) {
  .flip-card-front .banner-component .gwpp-subtitle,
  .flip-card-front .banner-component .gwpp-title,
  .flip-card-front .banner-component .gwpp-text {
    text-align: center;
  }
}
.flip-card-front .banner-component .cta-button {
  text-align: left;
}
@media (max-width: 767.98px) {
  .flip-card-front .banner-component .cta-button {
    text-align: center;
  }
}
.flip-card-front .banner-component .cta-button .btn {
  min-width: 212px;
  cursor: alias;
}

.flip-card-back {
  color: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 2;
}
.flip-card-back .row-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flip-card-back .col-tile {
  max-width: 50% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
}
.flip-card-back .col-tile:first-child {
  padding-left: 0;
}
.flip-card-back .col-tile:last-child {
  padding-right: 0;
}
@media (min-width: 768px) {
  .flip-card-back .col-tile .product-tile:hover {
    margin-top: -20px;
  }
}

#footercontent {
  --float-btn-sz: 50px;
  --float-btn-pos: 20px;
  --float-btn-gap: 5px;
  --effect-transition: cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s;
}
@media (min-width: 1200px) {
  #footercontent {
    --float-btn-sz: 4.1666666667vw;
    --float-btn-pos: 1.5625vw;
    --float-btn-gap: 10px;
  }
}
@media (min-width: 1920px) {
  #footercontent {
    --float-btn-sz: 80px;
    --float-btn-pos: 30px;
    --float-btn-gap: 10px;
  }
}

.menu-circle {
  position: fixed;
  bottom: calc(var(--float-btn-sz) + var(--float-btn-pos) + var(--float-btn-sz) + var(--float-btn-gap) + var(--float-btn-gap));
  right: var(--float-btn-pos);
  z-index: 300;
}
.menu-circle .menu-button-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  z-index: 2;
}
.menu-circle .menu-button-wrapper .item-list {
  position: fixed;
  bottom: calc(var(--float-btn-sz) + var(--float-btn-sz) + var(--float-btn-pos) + var(--float-btn-pos));
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
  transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
  background-color: #B78E6C;
  color: #fff;
  right: 0;
  text-align: left;
  border-radius: 100px;
  font-weight: 300;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.24);
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .menu-circle .menu-button-wrapper .item-list {
    width: 180px;
    font-size: 12px;
  }
}
.menu-circle .menu-button-wrapper .item-list .item {
  padding: 16px 20px;
  cursor: pointer;
  border-bottom: 1px solid #C7B585;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: inherit;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .menu-circle .menu-button-wrapper .item-list .item {
    padding: 1em;
  }
}
.menu-circle .menu-button-wrapper .item-list .item span {
  padding-left: calc(var(--float-btn-gap) * 2);
  font-family: Europa, NotoSansTC !important;
}
.menu-circle .menu-button-wrapper .item-list .item i {
  font-size: 1.37em;
}
.menu-circle .menu-button-wrapper .item-list .item .icon-chat {
  width: 24.2px;
}
.menu-circle .menu-button-wrapper .item-list .item:hover {
  text-decoration: underline;
  border-radius: 10px;
}
.menu-circle .menu-button-wrapper .item-list .item:last-of-type {
  border-bottom: 0 !important;
}
.menu-circle .menu-button-wrapper .menu-button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.menu-circle .menu-button:checked ~ .item-list {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 10px;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu-circle .menu-button:checked ~ .icon-wrapper .more:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  border-color: #fff;
}
.menu-circle .menu-button:checked ~ .icon-wrapper .more:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  border-color: #fff;
}
.menu-circle .menu-button:checked ~ .icon-wrapper .plus-icons {
  background-color: rgba(121, 110, 101, 0.6);
}
.open-state .menu-circle .more2:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.open-state .menu-circle .more2:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.menu-circle .more {
  display: block;
  margin: 0 auto;
  position: relative;
}
.menu-circle .more:hover {
  opacity: 0.9;
}
.menu-circle .more:before,
.menu-circle .more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-bottom: 2px solid #A29061;
}
@media (min-width: 1200px) {
  .menu-circle .more:before,
  .menu-circle .more:after {
    width: calc(0.4 * var(--float-btn-sz));
  }
}
@media (min-width: 1920px) {
  .menu-circle .more:before,
  .menu-circle .more:after {
    border-bottom-width: 3px;
  }
}
.menu-circle .more:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.menu-circle .more:before,
.menu-circle .more:after {
  -webkit-transition: all 0.6s var(--effect-transition);
  transition: all 0.6s var(--effect-transition);
}
.menu-circle .plus-icons {
  background-color: #fff;
  -webkit-transition: background 0.6s var(--effect-transition);
  transition: background 0.6s var(--effect-transition);
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.24);
}
.menu-circle .plus-icons button {
  position: relative;
  display: block;
  background: none;
  width: var(--float-btn-sz);
  height: var(--float-btn-sz);
  cursor: pointer;
  border: none;
}
.menu-circle .menu-circle {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.menu-circle .product-viewed {
  position: absolute;
  bottom: calc(var(--float-btn-sz) + var(--float-btn-gap));
  right: 176px;
  padding: 22px 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.6s var(--effect-transition);
  transition: all 0.6s var(--effect-transition);
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
@media (max-width: 767.98px) {
  .menu-circle .product-viewed {
    right: 115px;
    width: 164px;
    padding: 12px;
  }
}
.menu-circle .product-viewed .headline {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}
.menu-circle .product-viewed .product-slide-wrapper {
  margin: 0;
}
.menu-circle.open-viewed .item-list #product-history {
  background-color: #8B7B51;
}
.menu-circle.open-viewed .product-viewed {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.live-chat {
  bottom: calc(var(--float-btn-sz) + var(--float-btn-pos) + var(--float-btn-gap));
  line-height: 0;
}

.back-to-top {
  position: fixed;
  bottom: var(--float-btn-pos);
  right: var(--float-btn-pos);
  z-index: 300;
  background: #E0E0E0;
  color: #000;
  width: var(--float-btn-sz);
  height: var(--float-btn-sz);
  font-size: 18px;
  text-align: center;
  line-height: var(--float-btn-sz);
  font-weight: 700;
  -webkit-transform: translateY(800px);
          transform: translateY(800px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(27, 13, 13, 0.07));
          filter: drop-shadow(3px 3px 10px rgba(27, 13, 13, 0.07));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-image: url("../images/back-to-top-icon.svg");
  background-size: cover;
}
@media (min-width: 1200px) {
  .back-to-top {
    font-size: calc(0.375 * var(--float-btn-sz));
  }
}
@media (max-width: 767.98px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top:hover {
  color: #fff;
  text-decoration: none;
}
.back-to-top.show {
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.Twilio, .Twilio-MainContainer {
  z-index: 1000 !important;
}

/* stylelint-disable */
.recommendations {
  padding: 40px 0;
}

.product-slide-wrapper .headline {
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-slide-wrapper .headline {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-slide-wrapper {
    overflow: hidden;
    margin-left: -10px;
    height: 530px;
  }
}

.product4slides {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  height: 585px;
}
.product4slides .slick-next,
.product4slides .slick-prev {
  top: 45%;
}
.product4slides.hoverTile .slick-list {
  z-index: 2;
}
.product4slides.hoverTile .slick-arrow {
  z-index: 3;
}
@media (max-width: 1919.98px) {
  .product4slides {
    height: 585px;
  }
}
@media (max-width: 1199.98px) {
  .product4slides {
    height: 535px;
  }
}
@media (max-width: 767.98px) {
  .product4slides {
    height: auto;
  }
}
@media (max-width: 479.98px) {
  .product4slides {
    width: 65vw !important;
    margin-left: 0;
  }
}
.product4slides .headline {
  text-align: center;
  width: 100%;
  font-size: 42px;
  margin-bottom: 20px;
}
.product4slides .product-tile-wrapper {
  display: block;
}
@media (max-width: 767.98px) {
  .product4slides .product-tile-wrapper {
    height: auto;
    width: 225px;
  }
}
.product4slides .slick-list {
  padding: 0 9px;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023.98px) {
  .product4slides .slick-list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 767.98px) {
  .product4slides .slick-list {
    overflow: visible;
    padding: 10px;
  }
}
.product4slides .slick-cloned {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product4slides .slick-slide {
  padding: 40px 10px;
  margin-bottom: 20px;
}
.product4slides .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .product4slides .slick-slide {
    padding: 0 10px;
  }
}
.product4slides .slick-slide.slick-active .product-tile {
  -webkit-box-shadow: 0px 2px 11px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 11px 5px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767.98px) {
  .product4slides .product {
    padding: 0;
  }
}
.product4slides .product .tile-body .price span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #796E65 !important;
}
.product4slides .product .tile-body .price span.sales {
  font-weight: 400;
}
.product4slides .product .tile-body .price del span {
  font-size: 12px;
}
.product4slides .product .tile-body .price .promotional-price span {
  font-size: 14px;
}
.product4slides .product .tile-body .price del + span {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 10px;
}
.product4slides .product .tile-body .price del + span.promotional-price span {
  color: #AB2328 !important;
}
.product4slides .slick-dots {
  height: 20px;
  bottom: 0;
  top: calc(100% - 80px);
  z-index: 0;
}
@media (max-width: 767.98px) {
  .product4slides .slick-dots {
    width: 100vw;
    padding: 0;
    top: 100%;
  }
}
.product4slides .slick-dots li button {
  height: 10px;
  width: 10px;
}
.product4slides .slick-dots li button:before {
  opacity: 1;
  content: "";
  border-radius: 50%;
  background-color: #F2F0F0;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product4slides .slick-dots li.slick-active button:before {
  background: #796E65;
}
@media (max-width: 479.98px) {
  .product4slides .tile-body .pdp-link {
    font-size: 12px;
    height: 2.5em;
  }
}

/* stylelint-disable */
.recommendations {
  padding: 40px 0;
}

.product-slide-wrapper .headline {
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-slide-wrapper .headline {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-slide-wrapper {
    overflow: hidden;
    margin-left: -10px;
  }
}

.product-no-effect {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .product-no-effect {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-no-effect .product a {
  display: block;
  border: 1px solid #E3E3E3;
}
@media (min-width: 768px) {
  .product-no-effect .product a {
    border-color: transparent;
  }
  .product-no-effect .product a:hover {
    border-color: #98012E;
  }
}
.product-no-effect.hoverTile .slick-list {
  z-index: 2;
}
@media (max-width: 767.98px) {
  .product-no-effect {
    margin-left: 0;
    height: auto;
  }
}
.product-no-effect .headline {
  text-align: center;
  width: 100%;
  font-size: 42px;
  margin-bottom: 20px;
}
.product-no-effect .product-tile-wrapper {
  display: block;
}
@media (max-width: 767.98px) {
  .product-no-effect .product-tile-wrapper {
    height: auto;
    width: 225px;
  }
}
.product-no-effect .product {
  margin-right: 10px;
  width: 100px;
  min-height: 100px;
}
.product-no-effect .product:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .product-no-effect .product {
    padding: 0;
    width: 66px;
    min-height: 66px;
    margin: 2px;
  }
}
.product-no-effect .product .price,
.product-no-effect .product .name {
  display: none;
}
.product-no-effect .product [class*=col-] {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.product-no-effect .product .row {
  margin: 0;
}
@media (max-width: 479.98px) {
  .product-no-effect .tile-body .pdp-link {
    font-size: 12px;
    height: 2.5em;
  }
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: bolder;
}
.line-item-pricing-info + .unit-price .price {
  font-size: 1em;
  font-weight: bolder;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #ccc;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: bolder;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #008827;
  font-size: 0.813em;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #ccc;
}

.line-item-availability {
  font-size: 0.813rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-line-item-details {
  overflow-y: auto;
}

.minicart {
  position: relative;
}

#drawer-minicart {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-minicart.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-minicart {
    width: 100%;
    top: 67px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-minicart {
    top: 62px;
  }
}

#drawer-minicart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-minicart-overlay.active {
  display: block;
}

#drawer-minicart-content {
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-minicart-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-minicart-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-minicart-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-minicart-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-minicart-content .minicart-title {
  position: relative;
  padding: 26px 40px 0 40px;
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 767.98px) {
  #drawer-minicart-content .minicart-title {
    padding: 15px 20px 0 20px;
  }
}
#drawer-minicart-content .minicart-title-items {
  position: relative;
  padding: 34px 40px 0 40px;
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 767.98px) {
  #drawer-minicart-content .minicart-title-items {
    padding: 20px 20px 0 20px;
  }
}
#drawer-minicart-content h1 {
  font-size: 28px;
  padding-bottom: 30px;
  margin: 0;
  font-weight: 300;
  color: #000;
}
@media (max-width: 767.98px) {
  #drawer-minicart-content h1 {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
#drawer-minicart-content .h1-items {
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 400;
  padding-bottom: 34px;
}
#drawer-minicart-content .close-mini-cart {
  background: none;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 300;
  position: absolute;
  right: 40px;
  top: 26px;
  color: #3C3C3C;
  outline: 0;
}
@media (max-width: 767.98px) {
  #drawer-minicart-content .close-mini-cart {
    font-size: 29px;
    right: 20px;
    top: 8px;
  }
}

.minicart-content {
  padding: 20px 40px 0 40px;
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  .minicart-content {
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
  }
}

.product-summary .block-item {
  padding-bottom: 20px;
}
.product-summary .block-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.product-line-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.product-line-item-info .out-of-stock {
  position: absolute;
  width: 120px;
  line-height: 120px;
  text-transform: uppercase;
}
@media (max-width: 375px) {
  .product-line-item-info .out-of-stock {
    width: 80px;
    line-height: normal;
    font-size: 12px;
    margin-top: 25px;
  }
}
.product-line-item-info .out-of-stock-opacity {
  opacity: 0.4;
}
.product-line-item-info .out-of-stock-opacity-flag > .line-item-name {
  opacity: 0.4;
}
.product-line-item-info .product-line-item-image {
  width: 120px;
}
@media (max-width: 479.98px) {
  .product-line-item-info .product-line-item-image {
    width: 120px;
  }
}
@media (max-width: 375px) {
  .product-line-item-info .product-line-item-image {
    width: 80px;
  }
}
.product-line-item-info .product-line-item-image img {
  width: 100%;
  border: 1px solid #D4D4D4;
}
.product-line-item-info .product-line-item-details {
  padding-left: 16px;
  width: calc(100% - 120px);
}
@media (max-width: 479.98px) {
  .product-line-item-info .product-line-item-details {
    padding-left: 16px;
    width: calc(100% - 120px);
  }
}
@media (max-width: 375px) {
  .product-line-item-info .product-line-item-details {
    padding-left: 16px;
    width: calc(100% - 80px);
  }
}
.product-line-item-info .product-line-item-details .product-name {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
#drawer-minicart-content .product-line-item-info .product-line-item-details .product-name {
  padding-right: 75px;
}
@media (max-width: 767.98px) {
  #drawer-minicart-content .product-line-item-info .product-line-item-details .product-name {
    padding-right: 25px;
  }
}
.product-line-item-info .product-line-item-details .product-name .line-item-name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  text-overflow: initial;
  white-space: normal;
}
@media (max-width: 767.98px) {
  .product-line-item-info .product-line-item-details .product-name .line-item-name {
    font-size: 14px;
  }
}
.product-line-item-info .product-line-item-details .product-name .remove-line-item {
  position: absolute;
  top: 2px;
  right: 0;
}
.product-line-item-info .product-line-item-details .product-name .remove-line-item .remove-btn {
  padding: 0;
  font-size: 20px;
  line-height: 17px;
  color: #898989;
  display: block;
}
@media (max-width: 767.98px) {
  .product-line-item-info .product-line-item-details .product-name .remove-line-item .remove-btn {
    color: #3C3C3C;
  }
}
.product-line-item-info .product-line-item-details .product-name .remove-line-item .icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  border: 1px solid #898989;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .product-line-item-info .product-line-item-details .product-name .remove-line-item .icon {
    border: 1px solid #3C3C3C;
  }
}
@media (max-width: 767.98px) {
  .product-line-item-info .product-line-item-details .product-name .remove-line-item .label {
    display: none;
  }
}
.product-line-item-info .product-line-item-details .line-item-total-price .line-item-pricing-info,
.product-line-item-info .product-line-item-details .line-item-unit-price .line-item-pricing-info {
  display: none;
}
.product-line-item-info .product-line-item-details .line-item-total-price .price,
.product-line-item-info .product-line-item-details .line-item-unit-price .price {
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .product-line-item-info .product-line-item-details .line-item-total-price .price,
  .product-line-item-info .product-line-item-details .line-item-unit-price .price {
    font-size: 12px;
  }
}
.product-line-item-info .product-line-item-details .item-attributes {
  margin-top: 4px;
}
.product-line-item-info .product-line-item-details .line-item-attributes {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .product-line-item-info .product-line-item-details .line-item-attributes {
    font-size: 12px;
  }
}
.product-line-item-info .product-line-item-details .line-item-attributes .value {
  color: #A36D1D;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .product-line-item-info .product-line-item-details .line-item-attributes .value {
    padding-left: 5px;
  }
}
.product-line-item-info .product-line-item-details .line-item-availability {
  display: none;
}
.product-line-item-info .product-line-item-details .line-item-quantity {
  font-size: 14px;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .product-line-item-info .product-line-item-details .line-item-quantity {
    font-size: 12px;
  }
}
.product-line-item-info .product-line-item-details .line-item-quantity .quantity-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-line-item-info .product-line-item-details .line-item-quantity .quantity-form label {
  white-space: nowrap;
}
.product-line-item-info .product-line-item-details .line-item-quantity .quantity-form select {
  padding: 0 0 0 5px;
  background: none;
  border: 0;
  height: auto;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  width: 70%;
}
@media (max-width: 767.98px) {
  .product-line-item-info .product-line-item-details .line-item-quantity .quantity-form select {
    padding: 0 0 0 5px;
    font-size: 12px;
  }
}

.must-select-bonus-products .btn-outline-primary, .product-line-item .bonus-product-button .btn-outline-primary {
  margin-top: 12px;
  width: 100%;
}

.product-line-item .product-line-item-bonus-products {
  margin-top: 16px;
}
.product-line-item .product-line-item-bonus-products .title {
  display: none;
}
.product-line-item .product-line-item-bonus-products .item {
  margin-top: 16px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479.98px) {
  .product-line-item .product-line-item-bonus-products .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
  }
}
.product-line-item .product-line-item-bonus-products .item .free-gift-label {
  display: inline-block;
  width: 70px;
  line-height: 20px;
  background: #eae7e4;
  color: #000;
  margin-bottom: 0;
  font-size: 12px;
}
@media (max-width: 375px) {
  .product-line-item .product-line-item-bonus-products .item .free-gift-label {
    width: 60px;
  }
}
.product-line-item .product-line-item-bonus-products .item .bonus-line-item-image {
  width: 120px;
  height: 90px;
}
@media (max-width: 375px) {
  .product-line-item .product-line-item-bonus-products .item .bonus-line-item-image {
    width: 80px;
    height: 80px;
  }
}
.product-line-item .product-line-item-bonus-products .item .bonus-line-item-image img {
  width: 70px;
  height: 70px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 375px) {
  .product-line-item .product-line-item-bonus-products .item .bonus-line-item-image img {
    width: 60px;
    height: 60px;
  }
}
.product-line-item .product-line-item-bonus-products .item .bonus-line-item-name {
  font-size: 14px !important;
  font-weight: 400;
  width: calc(100% - 120px);
  padding-left: 16px;
}
@media (max-width: 767.98px) {
  .product-line-item .product-line-item-bonus-products .item .bonus-line-item-name {
    font-size: 14px !important;
  }
}
@media (max-width: 479.98px) {
  .product-line-item .product-line-item-bonus-products .item .bonus-line-item-name {
    width: calc(100% - 120px);
  }
}
@media (max-width: 375px) {
  .product-line-item .product-line-item-bonus-products .item .bonus-line-item-name {
    width: calc(100% - 80px);
  }
}
.product-line-item .product-line-item-bonus-products .item .bonus-item-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  width: calc(70% - 60px);
}
@media (max-width: 479.98px) {
  .product-line-item .product-line-item-bonus-products .item .bonus-item-attributes {
    width: calc(100% - 60px);
    padding: 10px 0 0;
  }
}
.product-line-item .product-line-item-bonus-products .item .line-item-attributes {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-line-item .product-line-item-bonus-products .item .line-item-attributes .label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-line-item .product-line-item-bonus-products .item .line-item-attributes .value {
  display: inline-block;
  color: #A36D1D;
  padding-left: 10px;
  padding-right: 15px;
}
.product-line-item .product-line-item-bonus-products .item .bonus-line-item-edit {
  width: 60px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .product-line-item .product-line-item-bonus-products .item .bonus-line-item-edit {
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .product-line-item .product-line-item-bonus-products .item .bonus-line-item-edit {
    margin-bottom: auto;
  }
}
.product-line-item .product-line-item-bonus-products .item .bonus-line-item-edit .icon-edit {
  margin-right: 5px;
}
.product-line-item .product-line-item-bonus-products .item .bonus-line-item-edit a {
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}
.mini-cart-promo-banner {
  border-top: 1px solid #D4D4D4;
  margin-top: 20px;
}

.color-mini-cart-red {
  color: #BF301A;
}

.mini-cart-promo {
  padding: 20px 35px;
  border: 1px solid #CDC4AD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 479.98px) {
  .mini-cart-promo {
    padding: 10px;
  }
}
.mini-cart-promo .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
  pointer-events: none;
}
.mini-cart-promo .background img {
  position: absolute;
}
.mini-cart-promo .summary {
  padding-right: 25px;
}
.mini-cart-promo .label {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .mini-cart-promo .label {
    font-size: 15px;
  }
}
.mini-cart-promo .content {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .mini-cart-promo .content {
    font-size: 14px;
  }
}
.mini-cart-promo .action .btn.btn-secondary {
  min-width: 95px;
  height: 40px;
  line-height: 38px;
  padding: 0 14px;
}

.minicart-footer {
  padding: 26px 0 40px;
  position: sticky;
  bottom: 0;
  background: white;
  right: 0;
  margin-top: auto;
  margin-left: 40px;
  margin-right: 40px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .minicart-footer {
    padding: 26px 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.minicart-footer .estimated-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
.minicart-footer .estimated-total p {
  margin-bottom: 0 !important;
}
.minicart-footer .estimated-total .label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.minicart-footer .estimated-total .value {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 16px;
}
.minicart-footer .estimated-total .label-es {
  font-size: 16px;
  font-weight: 700;
}
.minicart-footer .estimated-total .value-es {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.minicart-footer .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .minicart-footer .actions {
    display: block;
  }
}
.minicart-footer .actions > div {
  width: 100%;
}
@media (max-width: 767.98px) {
  .minicart-footer .actions > div {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .minicart-footer .actions .continue-shopping {
    margin-bottom: 10px;
  }
}
.minicart-footer .actions .btn {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.minicart-empty .minicart-content-empty {
  width: 100%;
  margin: 0 auto;
  margin-top: 167px;
  padding: 0 40px;
}
@media (max-width: 1199.98px) {
  .minicart-empty .minicart-content-empty {
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .minicart-empty .minicart-content-empty {
    margin-top: 80px;
    padding: 0 20px;
  }
}
@media (max-width: 374.98px) {
  .minicart-empty .minicart-content-empty {
    margin-top: 30px;
  }
}
.minicart-empty .message {
  text-align: center;
  color: #000;
}
.minicart-empty .message div {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 374.98px) {
  .minicart-empty .message div {
    font-size: 20px;
  }
}
.minicart-empty .message span {
  display: block;
  font-size: 14px;
  margin-top: 24px;
}
@media (max-width: 374.98px) {
  .minicart-empty .message span {
    font-size: 12px;
    margin-top: 12px;
  }
}
.minicart-empty .message a {
  margin-top: 28px;
  width: 162px;
  height: 56px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .minicart-empty .message a {
    line-height: 36px;
  }
}
@media (max-width: 374.98px) {
  .minicart-empty .message a {
    margin-top: 14px;
    width: 140px;
    height: 43px;
    line-height: 23px;
    font-size: 12px;
  }
}
.minicart-empty .minicart-footer-empty {
  width: 100%;
  padding: 47px 40px 57px;
  position: absolute;
  bottom: 0;
  background: white;
  right: 0;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .minicart-empty .minicart-footer-empty {
    padding: 33px 20px 39px;
  }
}
.minicart-empty .minicart-footer-empty .join-us-title {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .minicart-empty .minicart-footer-empty .join-us-title {
    font-size: 14px;
  }
}
.minicart-empty .minicart-footer-empty .join-us-des {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
}
.minicart-empty .minicart-footer-empty .join-btn {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.minicart-empty .minicart-footer-empty .join-btn:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

#removeProductModal,
#removeBasketConfirmModal {
  padding: 0 20px !important;
}
#removeProductModal:before,
#removeBasketConfirmModal:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#removeProductModal .modal-dialog-remove-product,
#removeBasketConfirmModal .modal-dialog-remove-product {
  margin: 40px auto;
  width: 480px;
  height: 260px;
  z-index: 2;
}
@media (max-width: 540px) {
  #removeProductModal .modal-dialog-remove-product,
  #removeBasketConfirmModal .modal-dialog-remove-product {
    width: 100%;
    height: 220px;
    margin: 0 auto;
  }
}
#removeProductModal .modal-dialog-remove-product .modal-content,
#removeBasketConfirmModal .modal-dialog-remove-product .modal-content {
  height: 260px;
}
@media (max-width: 540px) {
  #removeProductModal .modal-dialog-remove-product .modal-content,
  #removeBasketConfirmModal .modal-dialog-remove-product .modal-content {
    height: 200px;
  }
}
#removeProductModal .modal-header,
#removeBasketConfirmModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
#removeProductModal .modal-header .close,
#removeBasketConfirmModal .modal-header .close {
  font-size: 28px;
}
#removeProductModal .modal-body,
#removeBasketConfirmModal .modal-body {
  padding: 25px 40px 40px 40px;
  text-align: center;
}
@media (max-width: 540px) {
  #removeProductModal .modal-body,
  #removeBasketConfirmModal .modal-body {
    padding: 0 20px 20px 20px;
  }
}
#removeProductModal .title,
#removeBasketConfirmModal .title {
  font-size: 36px;
  font-weight: 500;
  color: #98012E;
}
@media (max-width: 767.98px) {
  #removeProductModal .title,
  #removeBasketConfirmModal .title {
    font-size: 24px;
  }
}
#removeProductModal .message,
#removeBasketConfirmModal .message {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  #removeProductModal .message,
  #removeBasketConfirmModal .message {
    font-size: 16px;
  }
}
#removeProductModal .product-to-remove,
#removeBasketConfirmModal .product-to-remove {
  font-weight: 500;
}
#removeProductModal .actions,
#removeBasketConfirmModal .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 540px) {
  #removeProductModal .actions,
  #removeBasketConfirmModal .actions {
    margin-top: 40px;
  }
}
#removeProductModal .actions button,
#removeBasketConfirmModal .actions button {
  width: 159px;
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 540px) {
  #removeProductModal .actions button,
  #removeBasketConfirmModal .actions button {
    width: 100%;
    height: 50px;
  }
}
#removeProductModal .actions button:last-child,
#removeBasketConfirmModal .actions button:last-child {
  margin-left: 10px;
}

#wishlistRemoveProductModal {
  padding: 0 20px !important;
}
#wishlistRemoveProductModal:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
#wishlistRemoveProductModal .modal-dialog-remove-product {
  margin: 40px auto;
  width: 480px;
  height: 260px;
  z-index: 2;
}
@media (max-width: 540px) {
  #wishlistRemoveProductModal .modal-dialog-remove-product {
    width: 100%;
    height: 220px;
    margin: 0 auto;
  }
}
#wishlistRemoveProductModal .modal-dialog-remove-product .modal-content {
  height: 260px;
}
@media (max-width: 540px) {
  #wishlistRemoveProductModal .modal-dialog-remove-product .modal-content {
    height: 200px;
  }
}
#wishlistRemoveProductModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
#wishlistRemoveProductModal .modal-header .close {
  font-size: 50px;
  font-family: none;
}
#wishlistRemoveProductModal .modal-body {
  padding: 25px 40px 40px 40px;
  text-align: center;
}
@media (max-width: 540px) {
  #wishlistRemoveProductModal .modal-body {
    padding: 0 25px 73px 25px;
  }
}
#wishlistRemoveProductModal .title {
  font-size: 36px;
  font-weight: 500;
  color: #98012E;
}
@media (max-width: 767.98px) {
  #wishlistRemoveProductModal .title {
    font-size: 24px;
  }
}
#wishlistRemoveProductModal .message {
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 87px;
  padding-right: 87px;
}
@media (max-width: 767.98px) {
  #wishlistRemoveProductModal .message {
    font-size: 18px;
    line-height: 120%;
    padding-left: 35px;
    padding-right: 35px;
  }
}
#wishlistRemoveProductModal .product-to-remove {
  font-weight: 500;
}
#wishlistRemoveProductModal .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
}
@media (max-width: 540px) {
  #wishlistRemoveProductModal .actions {
    margin-top: 40px;
  }
}
#wishlistRemoveProductModal .actions button {
  width: 159px;
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: unset;
}
@media (max-width: 540px) {
  #wishlistRemoveProductModal .actions button {
    width: 100%;
    height: 50px;
  }
}
#wishlistRemoveProductModal .actions button:last-child {
  margin-left: 10px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .hide-link-med {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-no-link {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .hide-no-link {
    display: none;
  }
}

.pair-line-item .line-item-attributes .value {
  color: #A36D1D !important;
}
.pair-line-item .line-item-quantity-pair {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#editProductModal .valid-cart-error {
  margin-bottom: 20px;
}

.product-line-item .line-item-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-line-item .line-item-attributes .label {
  width: 90px;
  color: #796E65;
}
.product-line-item .item-attributes {
  width: 100%;
}
.product-line-item .line-item-quantity .quantity-form label {
  width: auto;
}
@media (max-width: 767.98px) {
  .product-line-item .line-item-quantity .quantity-form label {
    width: auto;
  }
}

.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: bolder;
}
.line-item-pricing-info + .unit-price .price {
  font-size: 1em;
  font-weight: bolder;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #ccc;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: bolder;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #008827;
  font-size: 0.813em;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #ccc;
}

.line-item-availability {
  font-size: 0.813rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-line-item-details {
  overflow-y: auto;
}

body > .page {
  overflow-x: hidden;
}

.ishighlight-navigation {
  color: #98012e !important;
}

.ishighlight-category-navigation {
  color: #000000;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .ishighlight-category-navigation {
    margin-top: 0;
    padding: 14px 0;
  }
}
.ishighlight-category-navigation a {
  color: #000;
}

.ishighlight-category-navigation-comment {
  color: #796e65;
  margin-top: 22px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 14px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .ishighlight-category-navigation-comment {
    margin-top: 0;
    text-align: center;
  }
}
.ishighlight-category-navigation-comment:last-child {
  margin-bottom: 0;
}
.ishighlight-category-navigation-comment a {
  color: #796e65;
}

ishighlight-category-navigation-comment-name {
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .navbar-mb-other-grid {
    padding: 16px;
  }
}
.navbar-mb-other-grid .col-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.navbar-mb-other-grid .col-tile.x2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .navbar-mb-other-grid .col-tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .navbar-mb-other-grid .col-tile.x2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .navbar-mb-other-grid .col-tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .navbar-mb-other-grid .col-tile.x2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .navbar-mb-other-grid .col-tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .navbar-mb-other-grid .col-tile.x2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1023.98px) {
  [data-grid-container="1"] .navbar-mb-other-grid .col-tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .navbar-mb-other-grid .col-tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.pwp-page .navbar-mb-other-grid .col-tile {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .pwp-page .navbar-mb-other-grid .col-tile {
    margin-bottom: 40px;
  }
}

.navbar-mb-other-grid-img {
  max-width: 99.5%;
}

.navbar-display-width {
  max-width: 1440px;
}

.navigation-shop-now {
  text-decoration: underline;
  color: #000000;
  margin-top: 5px;
  font-size: 13px;
}

.main-menu > .wrapper {
  margin: auto;
}
@media (max-width: 767.98px) {
  .main-menu.menu-toggleable-left {
    width: 100%;
    overflow-y: auto;
  }
}
.main-menu .wsmenu {
  padding: 0;
  position: initial;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu {
    position: inherit;
  }
}
.main-menu .wsmenu .wsmenu-list {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  text-align: right;
  max-width: 1320px;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.main-menu .wsmenu .wsmenu-list > li:first-child {
  margin-left: none;
}
.main-menu .wsmenu .wsmenu-list > li {
  padding: 20px;
  margin-left: 40px;
  display: inline-block;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023.98px) {
  .main-menu .wsmenu .wsmenu-list > li {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 22px 40px 22px 20px;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
  }
}
.main-menu .wsmenu .wsmenu-list > li > a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #796E65;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li > a {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-menu .wsmenu .wsmenu-list > li > a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #796E65;
  position: absolute;
  bottom: -14px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
  z-index: 900;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing {
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    border-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing.wsshoptabing-active {
    left: 0;
  }
}
.main-menu .wsmenu .wsmenu-list > li:hover > a {
  color: #1D1D1D;
}
.main-menu .wsmenu .wsmenu-list > li:hover > a:after {
  width: 100%;
  opacity: 1;
  background: #1D1D1D;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li:hover > a {
    color: #796E65;
  }
  .main-menu .wsmenu .wsmenu-list > li:hover > a:after {
    display: none;
  }
}
.main-menu .wsmenu .wsmenu-list > li.li-active > a:after {
  width: 100%;
  opacity: 1;
  background: #1D1D1D;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li.li-active > a {
    color: #796E65;
  }
  .main-menu .wsmenu .wsmenu-list > li.li-active > a:after {
    display: none;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper {
  min-height: 500px;
  padding: 36px;
  margin: 0 auto;
  max-height: 600px;
  overflow-y: auto;
  font-size: 14px;
}
@media (min-width: 1400px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper {
    max-height: 770px;
    max-width: 1280px;
    padding: 36px 0 36px 0;
  }
}
@media (min-width: 1920px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper {
    max-height: 870px;
    max-width: 1280px;
    padding: 36px 0 36px 0;
  }
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper {
    padding: 0 20px 20px 20px;
    max-height: initial;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .cate-title-at-lv2 {
  font-size: 31px;
  font-weight: 500;
  line-height: 92px;
  color: #796E65;
  padding: 0 210px;
}
@media (max-width: 1199.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .cate-title-at-lv2 {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .cate-title-at-lv2 {
    font-size: 16px;
    text-align: center;
    line-height: 63px;
    border-bottom: 1px solid #F0F0F0;
    margin-left: -20px;
    width: calc(100% + 40px);
    position: relative;
  }
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .cate-title-at-lv2 .pull-back {
    position: absolute;
    top: 19px;
    left: 20px;
    font-size: 26px;
    width: 30px;
  }
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .cate-title-at-lv2 .pull-back i {
    float: left;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .cate-title-at-lv2 .close-menu-hover {
  font-size: 20px;
  color: #3C3C3C;
  float: right;
  line-height: 92px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .cate-title-at-lv2 .close-menu-hover {
    display: none;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem {
  width: 20%;
  float: left;
  margin: 0;
  margin-top: 28px;
}
@media (max-width: 1199.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem {
    width: 20%;
    padding: 0 60px 0 20px;
  }
}
@media (max-width: 1023.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem {
    width: 20%;
    padding: 0 20px 0 10px;
  }
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem {
    padding: 0;
    margin-left: -20px;
    width: 20%;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li {
  position: relative;
  list-style: none;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 22px 20px;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
  }
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li.active .wsmenu-lv2-click {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li.active.last-child {
    border-bottom-color: transparent;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #796E65;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li a {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li a .cat-name {
  position: relative;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li a .cat-name:after {
  content: "";
  width: 0;
  height: 1px;
  background: #796E65;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li a .cat-name:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem > li:hover a {
    color: #796E65;
  }
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem .wsshoplink-active a .cat-name {
    color: #796E65;
  }
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem .wsshoplink-active a .cat-name:after {
    color: #796E65;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabitem .wsshoplink-active a .cat-name:after {
  width: 100%;
  opacity: 1;
  background: #98012E;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabcontent {
  float: left;
  width: 35%;
  margin-top: 40px;
  margin-left: 20px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabcontent {
    display: none;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabcontent > div {
  display: none;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabcontent .wsshoptab-active {
  display: block;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabcontent .bannner-lv2 .banners {
  padding-right: 210px;
}
@media (max-width: 1199.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabcontent .bannner-lv2 .banners {
    padding-right: 20px;
  }
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .wstabcontent .navbar-collection-selected-name {
  display: block;
  color: #796E65;
  padding: 0px 0px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide {
  float: left;
  width: 18%;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide .category-name {
  margin: 0 10px 0 0;
  color: #796E65;
  font-size: 14px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide .menu-jewellery-collum {
  margin: 36px 10px 0px 0;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide .menu-jewellery-collum .category-display {
  margin: 0 10px 20px 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide .menu-jewellery-collum .category-display a {
  color: #796e65;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide .menu-jewellery-collum .category-display a:hover {
  color: #862633;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide .menu-jewellery-collum .category-display:last-child {
  margin-bottom: 0;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide .menu-jewellery-collum-last-colum-1-pciture {
  margin: 10px;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide-right-img {
  float: left;
  width: 26%;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide-right-img .menu-jewellery-collum-right-image {
  margin: 36px 0 10px 0;
  text-align: center;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide-right-img .menu-jewellery-collum-right-image img {
  width: 100%;
  min-width: 250px;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-jewellery-divide-right-img .menu-jewellery-collum-right-image a {
  color: #796e65;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-collections-navbar-divide-right-img {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-collections-navbar-divide-right-img .menu-collections-navbar-collum-right-image {
  margin: 40px 10px 10px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-collections-navbar-divide-right-img .menu-collections-navbar-collum-right-image img {
  width: 250px;
}
.main-menu .wsmenu .wsmenu-list > li .wsshoptabing-wrapper .menu-collections-navbar-divide-right-img .menu-collections-navbar-collum-right-image a {
  color: #796e65;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb {
    display: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll {
    width: 100%;
    background: #FBFBFB;
    margin: 22px 0 0 0;
    padding: 20px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li {
    border: 0;
    padding: 15px 10px;
    width: 33.333%;
    text-align: center;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .icon {
    width: 23px;
    height: 23px;
    font-size: 23px;
    padding: 0;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .icon.icon-circle-k-gold, .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .icon.icon-circle-platinum, .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .icon.icon-circle-925-silver, .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .icon.icon-circle-pure-gold {
    width: 42px;
    height: 42px;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .icon.icon-circle-k-gold:after, .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .icon.icon-circle-platinum:after, .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .icon.icon-circle-925-silver:after, .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .icon.icon-circle-pure-gold:after {
    width: 42px;
    height: 42px;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .cate-name {
    display: block;
    margin-top: 10px;
    font-size: 13px;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucoll .wstliststy01 li .cate-name:after {
    display: none;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucolr {
    width: 100%;
    padding: 0 20px;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucolr .banners ul li {
    padding: 40px 5px 20px 5px;
    border: 0;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucolr .banners ul li:first-child {
    padding-left: 0;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucolr .banners ul li:last-child {
    padding-right: 0;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucolr .banners ul li .title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucolr .banners ul li .shop-now {
    display: inline;
    font-size: 13px;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucolr .banners ul li .shop-now:before {
    display: none;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .wstmegamenucolr .banners ul li .shop-now:after {
    display: block;
    top: 0;
    right: -18px;
    font-size: 20px;
    line-height: 20px;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-5,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-4,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-3,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .mega-slider-type-2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: #FBFBFB;
    margin: 22px 0 0 0;
    padding: 40px 20px 0 20px;
    border-top: 1px solid #EDEDED;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-5 li,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-4 li,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-3 li,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .mega-slider-type-2 li {
    width: calc(50% - 3px);
    margin-bottom: 20px;
    text-align: center;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-5 li .cate-img a:after,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-4 li .cate-img a:after,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-3 li .cate-img a:after,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .mega-slider-type-2 li .cate-img a:after {
    display: none;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-5 li .title,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-4 li .title,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-3 li .title,
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .mega-slider-type-2 li .title {
    padding-top: 6px;
    font-size: 13px;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-3 {
    background: none;
  }
  .main-menu .wsmenu .wsmenu-list > li .wstabcontent-mb .cat-col-3 li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.main-menu .wsmenu .wsmenu-list > li:hover:not(.close-when-hovered) .wsshoptabing {
  opacity: 1;
  visibility: visible;
}
.search-popup-show .main-menu .wsmenu .wsmenu-list > li:hover:not(.close-when-hovered) .wsshoptabing {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-menu .wsmenu .mobile-sub.wsmenu-list.main-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Europa, NotoSansTC !important;
}
.main-menu .wsmenu .mobile-sub.wsmenu-list.main-menu-list li.cat-lvl-1 {
  margin-left: 0;
}
.main-menu .wsmenu .wstmegamenucoll {
  width: 50%;
  float: left;
  padding: 0px 0px 15px;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 {
  padding: 0;
  margin: 0;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a {
  color: #796E65;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .cate-name {
  position: relative;
  vertical-align: top;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .cate-name:after {
  content: "";
  width: 0;
  height: 1px;
  background: #796E65;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon {
  font-size: 28px;
  padding-right: 13px;
  width: 45px;
  display: inline-block;
  text-align: center;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-k-gold, .main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-platinum, .main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-925-silver, .main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-pure-gold {
  position: relative;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-k-gold:after, .main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-platinum:after, .main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-925-silver:after, .main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-pure-gold:after {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  border: 1px solid #ECECEC;
  border-radius: 50%;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-k-gold:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6d552), color-stop(34.87%, #fcf67d), to(#fac724));
  background: linear-gradient(#f6d552 0%, #fcf67d 34.87%, #fac724 100%);
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-platinum:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), color-stop(36.81%, #fff), to(#d2d2d2));
  background: linear-gradient(#f1f1f1 0%, #fff 36.81%, #d2d2d2 100%);
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-925-silver:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), color-stop(36.81%, #f2f2f2), to(#b3b3b3));
  background: linear-gradient(#ddd 0%, #f2f2f2 36.81%, #b3b3b3 100%);
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-pure-gold:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7d01b), color-stop(34.87%, #fee616), to(#f1b809));
  background: linear-gradient(#f7d01b 0%, #fee616 34.87%, #f1b809 100%);
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a:hover {
  color: #98012E;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 li a:hover .cate-name:after {
  width: 100%;
  opacity: 1;
  background: #98012E;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 a .cate-name {
  position: relative;
  vertical-align: top;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 a:hover {
  color: #98012E;
  text-decoration: underline;
}
.main-menu .wsmenu .wstmegamenucoll .wstliststy01 a:hover .cate-name:after {
  width: 100%;
  opacity: 1;
  background: #98012E;
}
.main-menu .wsmenu .wstmegamenucolr {
  width: 70%;
  float: right;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li {
  list-style-type: none;
  padding: 0 5px;
  width: 100%;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li img {
  vertical-align: bottom;
  width: 100%;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li .title {
  font-size: 20px;
  margin: 15px 0 5px 0;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li .shop-now {
  color: #796E65;
  position: relative;
  text-decoration: none;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li .shop-now:before {
  content: "";
  width: 0;
  height: 1px;
  background: #796E65;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li .shop-now:after {
  font-family: "FontAwesome";
  content: "\F105";
  position: absolute;
  top: 2px;
  right: -18px;
  width: 6px;
  font-size: 20px;
  line-height: 20px;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li .shop-now:hover {
  color: #98012E;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li .shop-now:hover:before {
  width: 100%;
  opacity: 1;
  background: #98012E;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li:first-child {
  padding-left: 0;
}
.main-menu .wsmenu .wstmegamenucolr .banners ul li:last-child {
  padding-right: 0;
}
.main-menu .wsmenu .full_col .wstmegamenucolr {
  width: 100%;
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .full_col .wstmegamenucolr {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .main-menu .wsmenu .full_col .bannner-lv2 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 22px 0 0 0;
    padding: 40px 20px 0 20px;
    border-top: 1px solid #EDEDED;
  }
  .main-menu .wsmenu .full_col .bannner-lv2 ul li {
    padding: 0 !important;
    margin-bottom: 30px;
  }
}
.main-menu .wsmenu .cat-col-5,
.main-menu .wsmenu .cat-col-4,
.main-menu .wsmenu .cat-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 210px 0 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .main-menu .wsmenu .cat-col-5,
  .main-menu .wsmenu .cat-col-4,
  .main-menu .wsmenu .cat-col-3 {
    padding: 0 20px 0 0;
  }
}
.main-menu .wsmenu .cat-col-5 li,
.main-menu .wsmenu .cat-col-4 li,
.main-menu .wsmenu .cat-col-3 li {
  width: 25%;
  list-style-type: none;
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .main-menu .wsmenu .cat-col-5 li,
  .main-menu .wsmenu .cat-col-4 li,
  .main-menu .wsmenu .cat-col-3 li {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .main-menu .wsmenu .cat-col-5 li,
  .main-menu .wsmenu .cat-col-4 li,
  .main-menu .wsmenu .cat-col-3 li {
    margin-bottom: 40px;
  }
}
.main-menu .wsmenu .cat-col-5 li .cate-img,
.main-menu .wsmenu .cat-col-4 li .cate-img,
.main-menu .wsmenu .cat-col-3 li .cate-img {
  position: relative;
}
.main-menu .wsmenu .cat-col-5 li .cate-img img,
.main-menu .wsmenu .cat-col-4 li .cate-img img,
.main-menu .wsmenu .cat-col-3 li .cate-img img {
  width: 100%;
}
.main-menu .wsmenu .cat-col-5 li .cate-img a:after,
.main-menu .wsmenu .cat-col-4 li .cate-img a:after,
.main-menu .wsmenu .cat-col-3 li .cate-img a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid #fff;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-menu .wsmenu .cat-col-5 li a.title,
.main-menu .wsmenu .cat-col-4 li a.title,
.main-menu .wsmenu .cat-col-3 li a.title {
  padding: 8px 12px;
  display: block;
  text-decoration: none;
}
.main-menu .wsmenu .cat-col-5 li a.title .cate-title,
.main-menu .wsmenu .cat-col-4 li a.title .cate-title,
.main-menu .wsmenu .cat-col-3 li a.title .cate-title {
  color: #796E65;
  position: relative;
}
.main-menu .wsmenu .cat-col-5 li a.title .cate-title:before,
.main-menu .wsmenu .cat-col-4 li a.title .cate-title:before,
.main-menu .wsmenu .cat-col-3 li a.title .cate-title:before {
  content: "";
  width: 0;
  height: 1px;
  background: #796E65;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-menu .wsmenu .cat-col-5 li:hover .cate-img a:after,
.main-menu .wsmenu .cat-col-4 li:hover .cate-img a:after,
.main-menu .wsmenu .cat-col-3 li:hover .cate-img a:after {
  opacity: 0.5;
}
.main-menu .wsmenu .cat-col-5 li:hover a.title .cate-title,
.main-menu .wsmenu .cat-col-4 li:hover a.title .cate-title,
.main-menu .wsmenu .cat-col-3 li:hover a.title .cate-title {
  color: #98012E;
}
.main-menu .wsmenu .cat-col-5 li:hover a.title .cate-title:before,
.main-menu .wsmenu .cat-col-4 li:hover a.title .cate-title:before,
.main-menu .wsmenu .cat-col-3 li:hover a.title .cate-title:before {
  width: 100%;
  opacity: 1;
  background: #98012E;
}
.main-menu .wsmenu .cat-col-3 li {
  width: 33.33%;
}
.main-menu .wsmenu .cat-col-3 li a.title {
  text-align: center;
}
.main-menu .wsmenu .cat-col-5 li {
  width: 20%;
}
.main-menu .wsmenu .cat-col-5 li a.title {
  text-align: center;
}
.main-menu .wsmenu .mega-menu-wedding li .cate-img a:before {
  content: "";
  display: block;
  border: 3px solid #BA981F;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-menu .wsmenu .mega-menu-wedding li:hover .cate-img a:before {
  opacity: 1;
}
.main-menu .wsmenu .mega-menu-wedding li:hover .cate-img a:after {
  border: 0;
}
.main-menu .wsmenu .mega-menu-wedding li:hover a.title .cate-title {
  color: #BA981F;
}
.main-menu .wsmenu .mega-menu-wedding li:hover a.title .cate-title:before {
  width: 100%;
  opacity: 1;
  background: #BA981F;
}
.main-menu .wsmenu .mega-menu-slider {
  padding: 0;
}
.main-menu .wsmenu .mega-menu-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: #6F6F6F;
  opacity: 0.5;
}
.main-menu .wsmenu .mega-menu-slider .slick-arrow:hover {
  opacity: 0.8;
}
.main-menu .wsmenu .mega-menu-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.main-menu .wsmenu .mega-menu-slider .slick-arrow.slick-prev {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 28px;
}
.main-menu .wsmenu .mega-menu-slider .slick-arrow.slick-next {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: initial;
  right: 28px;
}
.main-menu .wsmenu .mega-menu-slider li {
  margin-bottom: 0;
}
.main-menu .wsmenu .mega-slider-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.main-menu .wsmenu .mega-slider-type-2 .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: #6F6F6F;
  opacity: 0.5;
}
.main-menu .wsmenu .mega-slider-type-2 .slick-arrow:hover {
  opacity: 0.8;
}
.main-menu .wsmenu .mega-slider-type-2 .slick-arrow.slick-disabled {
  display: none !important;
}
.main-menu .wsmenu .mega-slider-type-2 .slick-arrow.slick-prev {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 28px;
}
.main-menu .wsmenu .mega-slider-type-2 .slick-arrow.slick-next {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: initial;
  right: 28px;
}
.main-menu .wsmenu .mega-slider-type-2 li {
  width: 25%;
  list-style-type: none;
  padding: 0 10px;
}
.main-menu .wsmenu .mega-slider-type-2 li .cate-img {
  border: 1px solid #DEDEDE;
}
.main-menu .wsmenu .mega-slider-type-2 li a.title {
  font-size: 18px;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.main-menu .wsmenu .mega-slider-type-2 li a.title .cate-title {
  color: #796E65;
  position: relative;
}
.main-menu .wsmenu .mega-slider-type-2 li a.title .cate-title:before {
  content: "";
  width: 0;
  height: 1px;
  background: #796E65;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-menu .wsmenu .mega-slider-type-2 li:hover a.title .cate-title {
  color: #98012E;
}
.main-menu .wsmenu .mega-slider-type-2 li:hover a.title .cate-title:before {
  width: 100%;
  opacity: 1;
  background: #98012E;
}
.main-menu .topNavigation .slick-arrow {
  width: 24px;
  height: 24px;
  border-radius: 0;
  opacity: 0.5;
}
.main-menu .topNavigation .slick-arrow:hover {
  opacity: 0.8;
}
.main-menu .topNavigation .slick-arrow.slick-disabled {
  display: none !important;
}
.main-menu .topNavigation .slick-arrow.slick-prev {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 15px;
}
.main-menu .topNavigation .slick-arrow.slick-prev:before {
  font-size: 20px;
  opacity: 1 !important;
  color: #000;
}
.main-menu .topNavigation .slick-arrow.slick-next {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: initial;
  right: 28px;
}
.main-menu .topNavigation .slick-arrow.slick-next:before {
  font-size: 2rem;
  opacity: 1 !important;
  color: #000;
}
.main-menu .topNavigation .navbar-return-btn .icon-return:before {
  font-size: 17px;
  content: "\E90D";
  content: "\F104";
}
.main-menu .topNavigation .navbar-close-btn .icon-close:before {
  font-size: 12px;
  content: "\E90D";
}
.main-menu .topNavigation .navbar-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-collections-navbar-mb-collection-ishighlight-img {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.menu-collections-navbar-mb-collection-ishighlight-img .menu-collections-navbar-collum-mb-collection-ishighlight-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu-collections-navbar-mb-collection-ishighlight-img .menu-collections-navbar-collum-mb-collection-ishighlight-img a {
  color: #000;
}
.menu-collections-navbar-mb-collection-ishighlight-img .menu-collections-navbar-collum-mb-collection-ishighlight-img .ishighlight-category-navigation-mb-comment {
  color: #000000;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.menu-collections-navbar-mb-collection-ishighlight-img .menu-collections-navbar-collum-mb-collection-ishighlight-img .ishighlight-category-navigation-mb-comment a {
  color: #000;
}

@media (max-width: 767.98px) {
  .recomm-popular-content {
    padding: 40px 20px 0 20px;
  }
}
.recomm-popular-content .homepage-product-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 210px;
}
@media (max-width: 1199.98px) {
  .recomm-popular-content .homepage-product-listing {
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .recomm-popular-content .homepage-product-listing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
  }
}
.recomm-popular-content .homepage-product-listing .item {
  width: 20%;
  border: 1px solid #DEDEDE;
  margin: 0 10px;
}
@media (max-width: 767.98px) {
  .recomm-popular-content .homepage-product-listing .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
}
.recomm-popular-content .homepage-product-listing .item:first-child {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .recomm-popular-content .homepage-product-listing .item:first-child {
    margin-left: 10px;
  }
}
.recomm-popular-content .homepage-product-listing .item:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .recomm-popular-content .homepage-product-listing .item:last-child {
    margin-right: 10px;
  }
}
.recomm-popular-content .homepage-product-listing .item:hover {
  border: 1px solid #606060;
}
.recomm-popular-content .homepage-product-listing .item .megamenu-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.recomm-popular-content .homepage-product-listing .product-img {
  width: 100%;
}
.recomm-popular-content .homepage-product-listing .product-name {
  width: 100%;
  display: block;
  padding: 0 19px;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #796E65;
}
.recomm-popular-content .homepage-product-listing .product-name:hover {
  color: #97002E !important;
}
@media (max-width: 767.98px) {
  .recomm-popular-content .homepage-product-listing .product-name {
    padding: 0 10px;
  }
}
.recomm-popular-content .homepage-product-listing .price {
  margin-top: auto;
  padding: 35px 19px 20px 19px;
  color: #796E65;
  text-align: center;
}
@media (max-width: 767.98px) {
  .recomm-popular-content .homepage-product-listing .price {
    padding: 25px 10px 15px 10px;
  }
}
@media (max-width: 479.98px) {
  .recomm-popular-content .homepage-product-listing .price {
    font-size: 13px;
  }
}
.recomm-popular-content .homepage-product-listing .price > span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.recomm-popular-content .homepage-product-listing .price .sales {
  font-weight: 500;
}
.recomm-popular-content .homepage-product-listing .price .range .sales {
  margin-right: 0;
}

.wsmenu-click,
.wsmenu-lv2-click {
  position: absolute;
  top: 18px;
  font-size: 26px;
  width: 26px;
  right: 10px;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 26px;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wsmenu-list li:hover .wsmenu-submenu {
  display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  opacity: 1;
  list-style: none;
  padding: 0;
  border: solid 1px #eeeeee;
  background-color: #fff;
  display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
  opacity: 1;
  list-style: none;
  padding: 0;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu-submenu li {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}

.mega-menu-content {
  margin-top: 37px;
  padding-bottom: 66px;
}
.mega-menu-content .top {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.navbar-toggleable-sm.in .mega-menu-content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}
.mega-menu-content .top a {
  padding: 0 5px;
  color: #796E65;
  font-size: 13px;
  text-decoration: none;
}
.mega-menu-content .top i {
  display: block;
  font-size: 22px;
  padding-bottom: 5px;
  color: #A29061;
}
.mega-menu-content .top i.icon-ingots {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.mega-menu-content .top .country-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-menu-content .top .country-selector span.un-active {
  color: #BCBCBC;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  margin-left: 10px;
  display: none;
}
.mega-menu-content .top.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-menu-content .bottom {
  margin-top: 37px;
  margin-bottom: 20px;
}
.mega-menu-content .bottom::after {
  display: block;
  clear: both;
  content: "";
}
.iphone.safari .mega-menu-content .bottom {
  margin-bottom: 60px;
}
.mega-menu-content .bottom .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-menu-content .bottom .logos img {
  height: 42px;
}

.mega-menu-content-new {
  margin: 30px 14px;
}
.mega-menu-content-new .top {
  padding: 15px 3px 0px;
  font-size: 12px;
}
.mega-menu-content-new .top a {
  display: block;
  line-height: 20px;
  text-transform: uppercase;
}
.mega-menu-content-new .top a i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.mega-menu-content-new .top a .icon-dollar {
  width: 16px;
  height: 24px;
}
.mega-menu-content-new .top a .icon-dollar::before {
  font-family: "Europa";
  content: "$";
  font-size: 20px;
  color: #796e65;
  font-weight: 400;
  width: 16px !important;
}
.mega-menu-content-new .top a span {
  display: inline-block;
  vertical-align: middle;
}
.mega-menu-content-new .top .account i {
  margin-left: 3px;
}
.mega-menu-content-new .top .account span {
  padding-left: 7px;
}
.mega-menu-content-new .top .logged {
  color: #796E65;
}
.mega-menu-content-new .top .logged i {
  margin-left: 0;
}
.mega-menu-content-new .top .logged span {
  padding-left: 6px;
}
.mega-menu-content-new .top .phone i {
  margin-left: 7px;
}
.mega-menu-content-new .top .phone span {
  padding-left: 11px;
}
.mega-menu-content-new .bottom {
  padding: 25px 0;
  border-top: 1px solid #d9d9d9;
  position: relative;
  font-size: 14px;
}
.mega-menu-content-new .bottom .left {
  float: left;
}
.mega-menu-content-new .bottom .left .tudor-img {
  display: inline-block;
  width: 82px;
  height: 41px;
}
.mega-menu-content-new .bottom .right {
  float: right;
}
.mega-menu-content-new .bottom .right .country-selector a {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 50px;
  text-decoration: none;
}
.mega-menu-content-new .bottom .right .country-selector .arrow {
  padding-left: 0;
  padding-right: 23px;
  font-size: 14px;
}
.mega-menu-content-new .bottom .right .country-selector .arrow::after {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  right: 5px;
  top: 29px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
}
.mega-menu-content-new .bottom .right .country-selector .dropdown-menu {
  position: absolute;
  top: -70px;
  right: 0 !important;
  left: 50% !important;
  z-index: 100;
  display: none;
  float: left;
  width: auto;
  height: auto;
  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: 0px;
}
.mega-menu-content-new .bottom .right .country-selector .dropdown-menu.show {
  display: block;
}
.mega-menu-content-new .btn.btn-primary:hover .icon-account:before {
  content: url("../images/icon-personWhite.svg");
}
.mega-menu-content-new .cmp-header-mobile-buttom {
  position: relative;
}
.mega-menu-content-new .cmp-header-mobile-buttom .cmp-header-mobile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 40px;
}
.mega-menu-content-new .cmp-header-mobile-buttom .cmp-header-mobile-img .tudor-img {
  display: inline-block;
  width: 140px;
  height: 70px;
}
.mega-menu-content-new .cmp-header-mobile-buttom .cmp-header-mobile-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 21px 0;
  border-top: 1px solid #d7d4d1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mega-menu-content-new .cmp-header-mobile-buttom .cmp-header-mobile-language-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu-content-new .cmp-header-mobile-buttom .cmp-header-mobile-line {
  height: 10px;
  width: 1px;
  background: #796e65;
  margin: 0 10px;
}
.mega-menu-content-new .cmp-header-mobile-buttom .country-selector a {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #796E65;
  padding: 6px;
  line-height: 21px;
  text-decoration: none;
}
.mega-menu-content-new .cmp-header-mobile-buttom .country-selector .arrow {
  padding-left: 0;
  padding-right: 23px;
  font-size: 14px;
  color: #796e65;
}
.mega-menu-content-new .cmp-header-mobile-buttom .country-selector .arrow::after {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  right: 40%;
  top: 75.5%;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  font-weight: normal;
  color: #796e65;
}
.mega-menu-content-new .cmp-header-mobile-buttom .country-selector .dropdown-menu {
  position: absolute;
  top: auto;
  right: 34% !important;
  left: 50% !important;
  z-index: 100;
  display: none;
  float: left;
  width: auto;
  height: auto;
  min-width: 3.75rem;
  padding: 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: 0px;
}
.mega-menu-content-new .cmp-header-mobile-buttom .country-selector .dropdown-menu.show {
  display: block;
}
@media (max-width: 767.98px) {
  .mega-menu-content-new .cmp-header-mobile-buttom .country-selector .dropdown-toggle::after {
    margin-top: 0;
  }
}
.mega-menu-content-new .cmp-header-mobile-buttom .header-logo-rolex {
  height: 70px;
  position: relative;
}
.mega-menu-content-new .cmp-header-mobile-buttom .cmp-header-mobile-logo-right-mask {
  left: 0;
  position: absolute;
  top: 50%;
  width: 150px;
  z-index: 1000;
  height: 70px;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mega-menu-content-new .cmp-header-mobile-pop-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 14px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
.mega-menu-content-new .cmp-header-mobile-pop-btn-group {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.mega-menu-content-new .cmp-header-mobile-pop-btn-group .cmp-header-mobile-pop-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navbar-mb {
  margin-bottom: 0;
}
.navbar-mb .title {
  position: relative;
  color: inherit;
  line-height: 1.5;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}
.navbar-mb .title:before {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  right: 25px;
  top: 50%;
  color: #7d7d7d;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-mb .second-title {
  position: relative;
  color: inherit;
  line-height: 38px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: bolder;
}
.navbar-mb .second-title:after {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  right: 25px;
  top: 50%;
  color: #7d7d7d;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-mb a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 1023.98px) {
  .navbar-mb.active .second-title:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .navbar-mb.active .card-body {
    visibility: visible;
    max-height: 100em;
    opacity: 1;
  }
  .navbar-mb.card {
    border-width: 0 0 1px 0;
    border-color: rgba(112, 112, 112, 0.2);
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .navbar-mb .card-header {
    border-bottom: 0;
    padding: 0;
  }
  .navbar-mb .card-body {
    background-color: #fff;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar-mb-color .card-body > ul {
    padding: 20px;
  }
  .navbar-mb-category {
    display: none;
  }
  .navbar-mb:not(.refinement-color) .card-body > .content {
    padding: 0 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar-mb:not(.refinement-color) .card-body > .content > li {
    padding: 5px;
    width: 50%;
  }
  .navbar-mb:not(.refinement-color) .card-body > .content > li button {
    border: 1px solid #D4D4D4;
  }
  .navbar-mb:not(.refinement-color) .card-body > .content > li.selected button {
    border-color: #98012E;
  }
}
.navbar-mb li .checkbox {
  position: relative;
}
@media (min-width: 1024px) {
  .navbar-mb li .checkbox::before, .navbar-mb li .checkbox::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .navbar-mb li .checkbox::before, .navbar-mb li .checkbox::after {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1024px) {
  .navbar-mb li .checkbox::after {
    border: 0;
    width: 8px;
    height: 8px;
    background-color: #98012E;
    -webkit-transform: translate(-4px, -50%);
            transform: translate(-4px, -50%);
    opacity: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .navbar-mb li .checkbox::after {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .navbar-mb li .checkbox.\--radio::before {
    display: none;
  }
  .navbar-mb li .checkbox.\--radio::after {
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100%;
  }
}
.navbar-mb li.selected > button {
  color: #98012E;
}
.navbar-mb li.selected > .checkbox::after {
  opacity: 1;
}
.navbar-mb.refinement-category {
  display: none;
}
.navbar-mb .hit-count {
  margin-left: 0.25em;
}

.jewellery-wedding-view-all-mb {
  padding: 20px 15px;
  font-weight: bolder;
  color: #000 !important;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.jewellery-wedding-view-all-mb a {
  text-decoration: none;
  color: #000;
}

@media (max-width: 767.98px) {
  .main-menu.menu-toggleable-left-navbar {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.topNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 7px 10px 7px 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.navigation-menu-selected {
  margin-left: 40px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
}

.navbar-category {
  margin: 0px 0px 20px 15px;
}

.navbar-category-watch {
  margin: 20px 0px 20px 15px;
}

.mb-vavbar-ishighlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d5d5d5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}

.mb-vavbar-ishighlight-coment {
  padding: 14px;
}

.navbar-return-btn {
  top: 30px;
  background: #FFFFFF !important;
}

.account-page-header-wrap .account-page-header {
  border-bottom: 1px solid #d7d4d1;
}

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

@media (max-width: 767.98px) {
  .new-mega-menu-dt {
    display: none;
  }
}

.new-mega-menu-mb {
  display: none;
}
@media (max-width: 767.98px) {
  .new-mega-menu-mb {
    display: block;
  }
  .new-mega-menu-mb .site-search {
    max-width: none;
  }
}
.new-mega-menu-mb .cat-lvl-1-wrapper {
  overflow-x: auto;
  width: calc(100% + 40px);
  margin-left: -20px;
  position: sticky;
  top: -1px;
  background: #f7f7f7;
  z-index: 2;
}
.new-mega-menu-mb .cat-lvl-1-wrapper .cat-lvl-1-list {
  border: 0;
  list-style: none;
  padding: 12px 0;
  margin: 0 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 0;
}
.new-mega-menu-mb .cat-lvl-1-wrapper .cat-lvl-1-list li {
  padding-right: 22px;
}
.new-mega-menu-mb .cat-lvl-1-wrapper .cat-lvl-1-list li a {
  font-size: 16px;
  line-height: 22px;
  color: #828282;
}
.new-mega-menu-mb .cat-lvl-1-wrapper .cat-lvl-1-list li a.active {
  color: #98012E;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 6px;
}
.new-mega-menu-mb .wsmenu-content .cate-title-at-lv2 {
  display: none;
}
.new-mega-menu-mb .wsmenu-content .wstabitem {
  padding: 0;
  list-style: none;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 > a {
  color: #796E65;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll {
  width: 100%;
  padding-right: 0;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li {
  width: 33.3333%;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .icon {
  padding-right: 0;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-k-gold, .new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-platinum, .new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-925-silver, .new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-pure-gold {
  width: 42px;
  height: 42px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-k-gold:after, .new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-platinum:after, .new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-925-silver:after, .new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .icon.icon-circle-pure-gold:after {
  width: 42px;
  height: 42px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucoll .wstliststy01 li a .cate-name {
  font-size: 15px;
  padding-top: 5px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucolr {
  width: 100%;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucolr .banners ul li .title {
  font-size: 14px;
  margin-bottom: 0;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucolr .banners ul li .shop-now {
  font-size: 13px;
  color: #98012E;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .wstmegamenucolr .banners ul li .shop-now:after {
  right: -11px;
  line-height: 16px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-5,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-3,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-4,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .mega-slider-type-2 {
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-5 li,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-3 li,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-4 li,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .mega-slider-type-2 li {
  width: calc(50% - 3px);
  margin-bottom: 12px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-5 li .cate-img a:after,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-3 li .cate-img a:after,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-4 li .cate-img a:after,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .mega-slider-type-2 li .cate-img a:after {
  display: none;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-5 li a.title,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-3 li a.title,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .cat-col-4 li a.title,
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .mega-slider-type-2 li a.title {
  padding: 6px 3px;
  font-size: 13px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .full_col .bannner-lv2 ul {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .full_col .bannner-lv2 ul li {
  margin-bottom: 0;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .full_col .bannner-lv2 ul li a.title {
  font-size: 13px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .full_col .bannner-lv2 ul.cat-col-3 li {
  width: calc(33% - 3px);
  margin-bottom: 0;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .full_col .bannner-lv2 ul.cat-col-4 li, .new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2 .full_col .bannner-lv2 ul.cat-col-5 li {
  margin-bottom: 12px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2.mb-default-banner {
  padding-top: 0 !important;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2.mb-default-banner .title-banner-view-all {
  text-align: center;
  background: #fff;
  padding: 14px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2.mb-default-banner .title-banner-view-all i {
  font-size: 24px;
  margin-right: 8px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2.mb-default-banner .title-banner-view-all.d-none {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2.mb-default-banner .title-banner-view-all a {
  color: #796E65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-mega-menu-mb .wsmenu-content .wstabitem .cat-lvl-2.mb-default-banner .d-none {
  display: block !important;
}
.new-mega-menu-mb .wsmenu-content .wstabitem.wedding-type .wedding-content {
  padding: 20px 0 0 0;
  background: none;
}
.new-mega-menu-mb .wsmenu-content .wstabitem.wedding-type .wedding-content > div:not(.wstmegamenucolr) {
  background: #fff;
  padding: 20px;
  margin-bottom: 16px;
}
.new-mega-menu-mb .wsmenu-content .wstabitem.wedding-type .wedding-content > div:not(.wstmegamenucolr) > a {
  color: #796E65;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.new-mega-menu-mb .wsmenu-lv2-click {
  display: none;
}
.new-mega-menu-mb .wedding-type {
  position: relative;
}
.new-mega-menu-mb .wedding-type.cat-lvl-2-container {
  position: sticky;
  top: 45px;
  z-index: 1;
}
.new-mega-menu-mb .wedding-type .cat-lvl-2-wrapper {
  overflow-x: auto;
  width: calc(100% + 40px);
  margin-left: -20px;
  background: #98012E;
}
.new-mega-menu-mb .wedding-type .cat-lvl-2-wrapper .cat-lvl-2-list {
  border: 0;
  list-style: none;
  padding: 12px 0;
  margin: 0 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 0;
}
.new-mega-menu-mb .wedding-type .cat-lvl-2-wrapper .cat-lvl-2-list li {
  padding: 0 22px 0 0;
  background: none;
  margin-bottom: 0;
}
.new-mega-menu-mb .wedding-type .cat-lvl-2-wrapper .cat-lvl-2-list li a {
  font-size: 14px;
  line-height: 22px;
  color: #CC8097;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}
.new-mega-menu-mb .wedding-type .cat-lvl-2-wrapper .cat-lvl-2-list li a.active {
  color: #fff;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 6px;
}
.new-mega-menu-mb .site-search {
  padding: 0;
  height: auto;
}
.new-mega-menu-mb .site-search .form-group {
  margin-bottom: 0;
}
.new-mega-menu-mb .site-search .search-field {
  height: 65px !important;
  border: 1px solid #707070;
  background: #F3F3F3;
  font-size: 16px;
  padding: 5px 95px 5px 40px !important;
}
@media (max-width: 767.98px) {
  .new-mega-menu-mb .site-search .search-field {
    padding: 5px 40px 5px 40px !important;
    height: 60px !important;
  }
}
.new-mega-menu-mb .site-search .icon-search {
  font-size: 20px;
  top: 20px;
  right: auto;
  left: 15px;
}
.new-mega-menu-mb .site-search .icon-search span {
  display: none;
}
.new-mega-menu-mb .site-search .reset-button {
  top: 12px;
  right: 10px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-mega-menu-mb .site-search .reset-button i.icon-close-to-reset {
  font-size: 8px;
  margin: 6px;
}
.new-mega-menu-mb .site-search form .form-group {
  /** IE 11 */
}
.new-mega-menu-mb .site-search form .form-group label {
  font-size: 16px;
  left: 52px !important;
  top: 20px !important;
}
.new-mega-menu-mb .site-search form .form-group input:focus ~ .label,
.new-mega-menu-mb .site-search form .form-group input:focus ~ label,
.new-mega-menu-mb .site-search form .form-group input.filled-in ~ .label,
.new-mega-menu-mb .site-search form .form-group input.filled-in ~ label,
.new-mega-menu-mb .site-search form .form-group input[readonly=readonly] ~ .label,
.new-mega-menu-mb .site-search form .form-group input[readonly=readonly] ~ label {
  display: none;
}
.new-mega-menu-mb .site-search form .form-group input:not(:-moz-placeholder-shown) ~ .label, .new-mega-menu-mb .site-search form .form-group input:not(:-moz-placeholder-shown) ~ label {
  display: none;
}
.new-mega-menu-mb .site-search form .form-group input:not(:-ms-input-placeholder) ~ .label, .new-mega-menu-mb .site-search form .form-group input:not(:-ms-input-placeholder) ~ label {
  display: none;
}
.new-mega-menu-mb .site-search form .form-group input:not(:placeholder-shown) ~ .label,
.new-mega-menu-mb .site-search form .form-group input:not(:placeholder-shown) ~ label {
  display: none;
}
.new-mega-menu-mb .site-search form .form-group input:-webkit-autofill ~ .label,
.new-mega-menu-mb .site-search form .form-group input:-webkit-autofill ~ label {
  display: none;
}
.new-mega-menu-mb .site-search form .form-group input:not(:-ms-input-placeholder) ~ .label,
.new-mega-menu-mb .site-search form .form-group input:not(:-ms-input-placeholder) ~ label {
  display: none;
}

.recommend-and-popular-block {
  margin-top: 50px;
}
.recommend-and-popular-block .custom-tabs ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recommend-and-popular-block .custom-tabs ul li:not(:last-child) {
  margin-right: 30px;
}
.recommend-and-popular-block .custom-tabs ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #828282;
}
.recommend-and-popular-block .custom-tabs ul li a.active {
  color: #796E65;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 6px;
}
.recommend-and-popular-block .tab-content {
  margin-top: 15px;
  padding: 0 !important;
}
.recommend-and-popular-block .tab-content .recomm-popular-content {
  padding: 0;
  width: calc(100vw - 40px);
  overflow-x: auto;
}
.recommend-and-popular-block .tab-content .recomm-popular-content .homepage-product-listing {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.recommend-and-popular-block .tab-content .recomm-popular-content .homepage-product-listing .item {
  margin: 0 6px 0 0;
  background: #fff;
  border: 0;
}
.recommend-and-popular-block .tab-content .recomm-popular-content .homepage-product-listing .item:first-child {
  margin-left: 0;
}
.recommend-and-popular-block .tab-content .recomm-popular-content .homepage-product-listing .item:last-child {
  margin-right: 0;
}
.recommend-and-popular-block .tab-content .recomm-popular-content .homepage-product-listing .item img {
  width: 35vw;
  max-width: initial;
}
.recommend-and-popular-block .tab-content .recomm-popular-content .homepage-product-listing .product-name {
  font-size: 12px;
  margin-top: 10px;
}
.recommend-and-popular-block .tab-content .recomm-popular-content .homepage-product-listing .price {
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

.category-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .category-banner {
    display: block;
    padding-bottom: 15px;
  }
  .category-banner .right-product-banner {
    padding: 15px;
  }
  .category-banner .right-product-banner .product-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category-banner .right-product-banner .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  .category-banner .right-product-banner .image-container .tile-image {
    height: auto !important;
  }
  .category-banner .right-product-banner .tile-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .category-banner .right-product-banner .tile-body .link,
  .category-banner .right-product-banner .tile-body .price span {
    font-size: 12px;
  }
  .category-banner .right-product-banner .tile-body .price {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .category-banner .right-product-banner .tile-body-footer {
    max-width: 140px !important;
    margin-top: 10px !important;
  }
  .category-banner .right-product-banner .tile-body-footer .btn.btn-primary {
    height: 44px;
    padding: 13px;
    line-height: 1;
  }
  .category-banner .right-product-banner .slick-dots {
    padding: 10px 0;
  }
}
.category-banner .right-product-banner,
.category-banner .left-banner-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 100%;
  overflow: hidden;
}
.category-banner .right-product-banner .product {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category-banner .right-product-banner-slider {
  width: 100%;
}
.category-banner .right-product-banner-slider .slick-prev {
  left: 50px;
}
.category-banner .right-product-banner-slider .slick-next {
  right: -10px;
  left: auto;
}
.category-banner .right-product-banner-slider .product div[class*=col-] {
  text-align: center;
}
.category-banner .right-product-banner-slider .product .product-tile {
  background: transparent;
  max-width: 540px;
  min-height: auto;
}
.category-banner .right-product-banner-slider .product .product-tile .pdp-link {
  height: auto;
}
.category-banner .right-product-banner-slider .product .product-tile .price .sales {
  font-weight: 400;
}
.category-banner .right-product-banner-slider .product .tile-body-footer {
  opacity: 1;
  max-height: none;
  max-width: 210px;
  margin: auto;
}
.category-banner .right-product-banner-slider .product .tile-body-footer .icon-bag {
  display: none;
}
.category-banner .right-product-banner-slider .product .image-container .tile-image {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 540px;
}
.category-banner .right-product-banner-slider .product .wishlistTile {
  display: none;
}
.category-banner .slick-dots {
  bottom: 0;
  top: calc(100% - 100px);
  z-index: 0;
}
@media (max-width: 767.98px) {
  .category-banner .slick-dots {
    width: 100vw;
    padding: 0;
    top: 100%;
  }
}
.category-banner .slick-dots li button {
  height: 10px;
  width: 10px;
}
.category-banner .slick-dots li button:before {
  opacity: 1;
  content: "";
  border-radius: 50%;
  border: 1px solid #98012E;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.category-banner .slick-dots li.slick-active button:before {
  background: #98012E;
}

.product-three-image-landing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
  margin-bottom: 50px;
}
.product-three-image-landing .item {
  -webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 767.98px) {
  .product-three-image-landing {
    display: block;
    width: 75vw !important;
    margin-left: 0;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product-three-image-landing .slick-list {
    overflow: visible;
  }
}
.product-three-image-landing .set-name,
.product-three-image-landing .price-range {
  text-align: center;
}
.product-three-image-landing .set-name {
  font-size: 24px;
  margin-top: 20px;
}
.product-three-image-landing .price-range {
  font-size: 16px;
}
.product-three-image-landing .product-2-image,
.product-three-image-landing .product-3-image {
  width: 100%;
  height: 100%;
  grid-column: span 1;
}
@media (max-width: 767.98px) {
  .product-three-image-landing .product-2-image,
  .product-three-image-landing .product-3-image {
    padding-right: 10px;
    padding-left: 0;
  }
}
.product-three-image-landing .product-2-image .col-tile,
.product-three-image-landing .product-3-image .col-tile {
  padding: 10px;
}
@media (max-width: 767.98px) {
  .product-three-image-landing .product-2-image .col-tile,
  .product-three-image-landing .product-3-image .col-tile {
    padding: 5px;
  }
}
.product-three-image-landing .product-2-image .product img,
.product-three-image-landing .product-3-image .product img {
  -webkit-box-shadow: 18px 38px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 18px 38px 10px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767.98px) {
  .product-three-image-landing .product-2-image .product img,
  .product-three-image-landing .product-3-image .product img {
    -webkit-box-shadow: 8px 18px 10px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 8px 18px 10px 0px rgba(0, 0, 0, 0.12);
  }
}
.product-three-image-landing .product-2-image .product .row,
.product-three-image-landing .product-3-image .product .row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-three-image-landing .product-2-image .product div[class*=col-],
.product-three-image-landing .product-3-image .product div[class*=col-] {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.product-three-image-landing .product-2-image .price,
.product-three-image-landing .product-2-image .name,
.product-three-image-landing .product-3-image .price,
.product-three-image-landing .product-3-image .name {
  display: none;
}
.product-three-image-landing .product-2-image .product-img,
.product-three-image-landing .product-3-image .product-img {
  overflow: hidden;
}
.product-three-image-landing .product-2-image .product-img img,
.product-three-image-landing .product-3-image .product-img img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-three-image-landing .product-2-image .product-img:hover img,
.product-three-image-landing .product-3-image .product-img:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.product-three-image-landing .product-2-image {
  display: block;
  margin: auto;
  padding: 0 5px;
}
.product-three-image-landing .product-2-image .producimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 90% 80%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .product-three-image-landing .product-2-image .producimg {
    background-position: 0px center;
    padding-left: 5px;
    background-size: 98% 80%;
  }
  .product-three-image-landing .product-2-image .producimg .swatch-circle {
    display: block !important;
  }
}
.product-three-image-landing .product-2-image .col-tile {
  width: 50%;
  margin: auto;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 767.98px) {
  .product-three-image-landing .product-3-image {
    padding-left: 0;
  }
}
.product-three-image-landing .product-3-image .producimg {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "product1 product3" "product2 product3";
  background-size: 90% 80%;
  background-repeat: no-repeat;
  background-position: -10px center;
  padding-left: 10px;
}
.product-three-image-landing .product-3-image .producimg .col-tile {
  list-style-type: none;
  margin: 0;
}
.product-three-image-landing .product-3-image .producimg .col-tile:nth-child(1) {
  grid-area: product1;
}
.product-three-image-landing .product-3-image .producimg .col-tile:nth-child(2) {
  grid-area: product2;
}
.product-three-image-landing .product-3-image .producimg .col-tile:nth-child(3) {
  grid-area: product3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .product-three-image-landing .product-3-image .producimg .col-tile .swatch-circle {
    display: block !important;
  }
}

.pt-account .main-content {
  padding: 0 !important;
}

.customer-dashboard-vip-wrapper {
  padding-top: 20px;
  background: #fff;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.customer-dashboard-vip-wrapper .vip-info-block,
.customer-dashboard-vip-wrapper .logged-info-block {
  background: #fff;
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-dashboard-vip-wrapper .vip-info-block {
  padding: 27px 40px;
}
@media (max-width: 1199.98px) {
  .customer-dashboard-vip-wrapper .vip-info-block {
    padding: 27px;
  }
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .vip-info-block {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .vip-info-block {
    padding: 20px;
  }
}
.customer-dashboard-vip-wrapper .vip-info-block .vip-card {
  width: 138px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .vip-info-block .vip-card {
    width: 30%;
  }
}
.customer-dashboard-vip-wrapper .vip-info-block .vip-info {
  padding-left: 25px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .vip-info-block .vip-info {
    padding-left: 15px;
  }
}
.customer-dashboard-vip-wrapper .vip-info-block .vip-info .name {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .vip-info-block .vip-info .name {
    font-size: 18px;
  }
}
.customer-dashboard-vip-wrapper .vip-info-block .vip-info .card-number,
.customer-dashboard-vip-wrapper .vip-info-block .vip-info .level {
  font-size: 14px;
  margin-top: 2px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .vip-info-block .vip-info .card-number,
  .customer-dashboard-vip-wrapper .vip-info-block .vip-info .level {
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .logged-info-block {
  padding: 27px 85px;
}
@media (max-width: 1199.98px) {
  .customer-dashboard-vip-wrapper .logged-info-block {
    padding: 27px;
  }
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .logged-info-block {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .logged-info-block {
    padding: 20px;
  }
}
.customer-dashboard-vip-wrapper .logged-info-block.linked {
  padding: 27px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .logged-info-block.linked {
    padding: 20px;
  }
}
.customer-dashboard-vip-wrapper .logged-info-block .login-oauth {
  margin: 0;
  width: 100%;
}
.customer-dashboard-vip-wrapper .logged-info-block .login-oauth .form-group {
  margin-top: 10px;
}
.customer-dashboard-vip-wrapper .logged-info-block .login-oauth .form-group a {
  margin: 0 5px;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper {
  width: 100%;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .linked-account-title {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .linked-account-title {
    font-size: 16px;
    font-weight: 500;
  }
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile:not(:last-child) {
    margin-bottom: 10px;
  }
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile .ext-nickname {
  font-weight: 500;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-info .ext-type {
  margin-right: 12px;
  width: 35px;
  height: 35px;
  text-align: center;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-info .ext-type .fa-facebook-official:before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background: url("../images/icon-facebook.svg") no-repeat;
  background-size: 100%;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-info .ext-type .fa-google:before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background: url("../images/icon-google.svg") no-repeat;
  background-size: 98%;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-info .ext-type .fa-apple {
  font-size: 35px;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-info .ext-type-desc {
  word-break: break-all;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-info .ext-type-desc {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-info .ext-type-desc .ext-nickname {
    font-weight: 500;
  }
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-actions {
  margin-left: 5px;
}
.customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-actions .btn-outline-fourth {
  white-space: nowrap;
  min-width: 150px;
}
@media (max-width: 1199.98px) {
  .customer-dashboard-vip-wrapper .logged-info-block .linked-account-wrapper .ext-profile-actions .btn-outline-fourth {
    min-width: initial;
  }
}
.customer-dashboard-vip-wrapper .top-info-box {
  width: 100%;
  padding: 60px 60px 0 60px;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .top-info-box {
    padding: 60px 20px;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box {
    padding: 20px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .user-info {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .name {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}
@media (max-width: 1199.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info .name {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info .name {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .level {
  padding: 30px 0;
  position: relative;
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .level .points {
  float: left;
  width: 45%;
  text-align: left;
  border-right: 1px solid #d9d9d9;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info .level .points {
    width: 50%;
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .level .points .number {
  font-size: 30px;
  line-height: 55px;
}
@media (max-width: 1199.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info .level .points .number {
    font-size: 25px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info .level .points .number {
    font-size: 20px;
    line-height: 35px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .level .expire-date {
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .level .expire-date .pts {
  margin-right: 60px;
  display: inline-block;
  width: 80px;
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .level .expire-date .pts .pts-value {
  font-weight: 600;
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .level .tier {
  float: left;
  width: 55%;
  text-align: left;
  padding-left: 50px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info .level .tier {
    width: 50%;
    padding-left: 25px;
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .level .tier .type {
  font-size: 30px;
  line-height: 55px;
}
@media (max-width: 1199.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info .level .tier .type {
    font-size: 25px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .user-info .level .tier .type {
    font-size: 20px;
    line-height: 35px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .level .underline {
  text-decoration: underline;
  cursor: pointer;
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .card {
  position: relative;
  border: none;
}
.customer-dashboard-vip-wrapper .top-info-box .user-info .card-number {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #000;
  text-align: right;
}
.customer-dashboard-vip-wrapper .top-info-box .use-ctf-point {
  font-weight: 400;
  border-radius: 5px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .use-ctf-point {
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box {
  position: relative;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .progress-info {
  width: 90%;
  height: 12px;
  margin: 100px auto 0;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box .progress-info {
    width: 100%;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .progress-info .progress-bar-info {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center;
  background-color: #862833;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .current {
  position: absolute;
  top: -60px;
  left: 5%;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box .current {
    left: 0;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .current .dian::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #dedede;
  border-radius: 50%;
  margin-right: 5px;
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .current.active > .dian::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #862633;
  border-radius: 50%;
  margin-right: 5px;
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .maintain {
  position: absolute;
  top: -60px;
  left: 18%;
}
@media (max-width: 399.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box .maintain {
    left: 28%;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .maintain .triangle::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  border: 5px solid transparent;
  border-top: 7px solid #862633;
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .maintain .diamond-triangle::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  border: 5px solid transparent;
  border-top: 7px solid #dedede;
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .maintain-max {
  position: absolute;
  top: -18.5px;
  left: 14%;
}
@media (max-width: 399.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box .maintain-max {
    left: 14%;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .maintain-max .triangle-max::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  border: 7.5px solid transparent;
  border-top: 11.5px solid #dedede;
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .maintain-max.active > .triangle-max::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
  border: 7.5px solid transparent;
  border-top: 11.5px solid #862633;
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .upgrade {
  position: absolute;
  top: -60px;
  right: 5%;
  text-align: right;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box .upgrade {
    right: 0;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .upgrade .dian::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #dedede;
  border-radius: 50%;
  margin-right: 5px;
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .upgrade.active > .dian::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #862633;
  border-radius: 50%;
  margin-right: 5px;
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .prev {
  position: absolute;
  top: 20px;
  left: 5%;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box .prev {
    left: 0;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .next {
  position: absolute;
  top: 20px;
  right: 5%;
  text-align: right;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box .next {
    right: 0;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .yellow {
  color: #d3baa6;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box .yellow {
    font-size: 13px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .progress-box .gray {
  color: #bfbfbf;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .progress-box .gray {
    font-size: 11px;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item {
  width: 60%;
  margin: 50px auto;
  padding: 0;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .top-info-box .mean-item {
    width: 100%;
  }
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item .title {
  width: 25%;
  margin: 30px auto 0;
  padding: 12px 0;
  color: #000;
  opacity: 1;
  text-align: center;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item .content {
  background: #f6f5f3;
  font-size: 14px;
  margin-bottom: 12px;
  padding-top: 12px;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item .content li {
  list-style-type: none;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item.has-collapsible-mb .title {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item.has-collapsible-mb .title:after {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  top: 15px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 10px;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item.has-collapsible-mb .content {
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item.has-collapsible-mb.active .title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 15px;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item.has-collapsible-mb.active .content {
  max-height: 1000px;
  visibility: visible;
  padding: 10px 20px;
  opacity: 1;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item.has-collapsible-mb.active li {
  list-style-type: none;
  margin-bottom: 10px;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item.has-collapsible-mb.active li p {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.customer-dashboard-vip-wrapper .top-info-box .mean-item.has-collapsible-mb.active li span {
  font-weight: bold;
}
.customer-dashboard-vip-wrapper .bottom-overview-box {
  width: 100%;
  padding: 80px 100px;
  background: #f6f5f3;
}
@media (max-width: 1023.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box {
    padding: 60px 20px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .title {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-box {
  padding: 20px 30px;
  background: #fff;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-box {
    padding: 20px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-box .head {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-box .head .head-name {
  float: left;
  font-size: 20px;
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-box .head .head-view {
  float: right;
  text-decoration: underline;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-box .head .head-view {
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-box .head .head-view a {
  color: #000;
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-box .no-con {
  color: #7f7f7f;
  padding: 10px 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-box .no-con {
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-box .con {
  padding: 10px 0;
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-box .con .con-head {
  padding: 15px 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-box .con .con-head {
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-orders {
  margin-bottom: 20px;
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .hr {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .left {
    float: left;
    width: 78%;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .left .img-container {
  position: relative;
  float: left;
  width: 11%;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .left .img-container {
    width: auto;
  }
}
@media (max-width: 580px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .left .img-container {
    width: 25%;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .left .model {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 35%;
}
@media (max-width: 1199.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .left .model {
    font-size: 18px;
    padding-top: 30%;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .left .model {
    padding-top: 35%;
  }
}
@media (max-width: 374.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .left .model {
    font-size: 16px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .left img {
  padding: 10px;
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .right {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .right {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .right {
    float: right;
    width: 15%;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .right button {
  font-weight: 400;
  margin-top: 5px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .right button {
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-orders .right p {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet {
    float: left;
    width: 49.2%;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con {
  padding: 25px 0 10px;
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .left {
  font-size: 14px;
}
@media (min-width: 768px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .left {
    float: left;
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .left {
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .left p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .left p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .left button {
  font-weight: 400;
  margin-top: 60px;
  font-size: 14px;
}
@media (max-width: 1400px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .left button {
    margin-top: 50px;
  }
}
@media (max-width: 1250px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .left button {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .left button {
    display: block;
    width: 100%;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .right {
    float: right;
    width: 50%;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-wallet .con .right img {
  width: 100%;
}
@media (min-width: 768px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wishlist {
    float: right;
    width: 49.2%;
  }
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wishlist {
    margin-top: 20px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-wishlist .img-container {
  padding-bottom: 20px;
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-wishlist .img-container img {
  padding: 5px;
  width: 15%;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wishlist .img-container img {
    width: auto;
  }
}
@media (max-width: 580px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wishlist .img-container img {
    width: 24%;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .section-wishlist button {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-vip-wrapper .bottom-overview-box .section-wishlist button {
    display: block;
    width: 100%;
    font-size: 12px;
  }
}
.customer-dashboard-vip-wrapper .bottom-overview-box .btn-outline-fourth {
  border: 1px solid #d9d9d9;
}
.customer-dashboard-vip-wrapper .bottom-overview-box .btn-outline-fourth:hover {
  background: #000;
}

#unbindPopupModal .modal-dialog {
  max-width: 580px;
}
#unbindPopupModal .modal-header {
  border-bottom: 0;
}
#unbindPopupModal .modal-body {
  font-size: 36px;
  font-weight: 500;
  color: #98012E;
  text-align: center;
  padding: 45px 80px;
}
@media (max-width: 767.98px) {
  #unbindPopupModal .modal-body {
    font-size: 24px;
    padding: 31px 20px;
  }
}
#unbindPopupModal .modal-footer {
  border-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 80px 100px 80px;
}
@media (max-width: 767.98px) {
  #unbindPopupModal .modal-footer {
    padding: 0 20px 90px 20px;
  }
}
#unbindPopupModal .modal-footer .btn {
  min-width: 165px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #unbindPopupModal .modal-footer .btn {
    font-size: 14px;
    min-width: 50%;
  }
}

#drawer-change-password, #drawer-create-password {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-change-password.active, #drawer-create-password.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-change-password, #drawer-create-password {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-change-password, .sticky-header #drawer-create-password {
    top: 62px;
  }
}

#drawer-change-password-overlay, #drawer-create-password-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-change-password-overlay.active, #drawer-create-password-overlay.active {
  display: block;
}

#drawer-change-password-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-change-password-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-change-password-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-change-password-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-change-password-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-change-password-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-change-password-content .veil .underlay {
  background-color: transparent;
}
#drawer-change-password-content .veil .dot1,
#drawer-change-password-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

#drawer-verify-phone {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-verify-phone.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-verify-phone {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-verify-phone {
    top: 62px;
  }
}

#drawer-verify-phone-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-verify-phone-overlay.active {
  display: block;
}

#drawer-verify-phone-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-verify-phone-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-verify-phone-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-verify-phone-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-verify-phone-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-verify-phone-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-verify-phone-content .veil .underlay {
  background-color: transparent;
}
#drawer-verify-phone-content .veil .dot1,
#drawer-verify-phone-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

#drawer-change-password-success, #drawer-create-password-success {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-change-password-success.active, #drawer-create-password-success.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-change-password-success, #drawer-create-password-success {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-change-password-success, .sticky-header #drawer-create-password-success {
    top: 62px;
  }
}

#drawer-change-password-success-overlay, #drawer-create-password-success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-change-password-success-overlay.active, #drawer-create-password-success-overlay.active {
  display: block;
}

#drawer-change-password-success-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-change-password-success-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-change-password-success-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-change-password-success-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-change-password-success-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-change-password-success-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-change-password-success-content .veil .underlay {
  background-color: transparent;
}
#drawer-change-password-success-content .veil .dot1,
#drawer-change-password-success-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}
#drawer-change-password-success-content .content-body {
  text-align: center;
  padding: 113px 46px;
}
@media (max-width: 767.98px) {
  #drawer-change-password-success-content .content-body {
    padding: 96px 0;
  }
}
#drawer-change-password-success-content .content-body a {
  width: 344px;
}
@media (max-width: 767.98px) {
  #drawer-change-password-success-content .content-body a {
    width: 100%;
  }
}
#drawer-change-password-success-content .verify-message {
  font-size: 18px;
  margin: 20px 50px 40px;
}
#drawer-change-password-success-content .register-form-nav select.form-control.is-invalid {
  padding-right: 0.75rem !important;
}
@media (max-width: 767.98px) {
  #drawer-change-password-success-content .register-side-panel-wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 767.98px) {
  #drawer-change-password-success-content .register-side-panel-wrapper .register-header .title {
    text-align: center;
    font-family: Orpheus Pro, Songti TC, Noto Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 8px;
  }
  #drawer-change-password-success-content .register-side-panel-wrapper .register-header .secondary-summary {
    font-family: Europa, NotoSansTC !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 40px 32px;
  }
}
@media (max-width: 767.98px) {
  #drawer-change-password-success-content .register-side-panel-wrapper .register-form-nav {
    padding: 0 32px;
  }
}

#drawer-verify-email-success {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-verify-email-success.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-verify-email-success {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-verify-email-success {
    top: 62px;
  }
}

#drawer-verify-email-success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-verify-email-success-overlay.active {
  display: block;
}

#drawer-verify-email-success-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-verify-email-success-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-verify-email-success-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-verify-email-success-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-verify-email-success-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-verify-email-success-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-verify-email-success-content .veil .underlay {
  background-color: transparent;
}
#drawer-verify-email-success-content .veil .dot1,
#drawer-verify-email-success-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

#drawer-verify-phone-success {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-verify-phone-success.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-verify-phone-success {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-verify-phone-success {
    top: 62px;
  }
}

#drawer-verify-phone-success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-verify-phone-success-overlay.active {
  display: block;
}

#drawer-verify-phone-success-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-verify-phone-success-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-verify-phone-success-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-verify-phone-success-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-verify-phone-success-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-verify-phone-success-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-verify-phone-success-content .veil .underlay {
  background-color: transparent;
}
#drawer-verify-phone-success-content .veil .dot1,
#drawer-verify-phone-success-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

.order-history-wrapper {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .order-history-wrapper .mobile-title {
    display: block !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .order-history-wrapper .list-orders {
    width: calc(100% + 20px);
  }
  .order-history-wrapper .list-orders .logo-shipping {
    padding: 0 0 10px 0;
  }
  .order-history-wrapper .list-orders .order-body .btn-detail {
    padding: 18px 14px;
  }
}
@media (max-width: 767.98px) {
  .order-history-wrapper .list-orders .order-line {
    border-radius: 20px;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .order-history-wrapper .list-orders .order-line .card-body {
    padding: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .order-history-wrapper .slick-list {
    padding-right: 20px;
    overflow: visible;
    margin-left: -3px;
    margin-right: -3px;
  }
}
@media (max-width: 767.98px) {
  .order-history-wrapper .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .order-history-wrapper .slick-list .slick-slide {
    margin: 0 3px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .order-history-wrapper .slick-list .slick-slide > div {
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  [data-action=Account-Show] .customer-dashboard-vip-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  [data-action=Account-Show] .col-md-3.navigation {
    display: none;
  }
}
[data-action=Account-Show] .middle-navigation {
  margin-top: 20px;
}
[data-action=Account-Show] .middle-navigation .dropdown-toggle {
  display: none;
}
[data-action=Account-Show] .middle-navigation .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  border-radius: 20px;
  padding: 5px 18px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
[data-action=Account-Show] .middle-navigation .dropdown-menu li {
  border-bottom: 1px solid #D4D4D4 !important;
}
[data-action=Account-Show] .middle-navigation .dropdown-menu li:last-child {
  border-bottom: 0 !important;
}
[data-action=Account-Show] .middle-navigation .dropdown-menu li a {
  font-size: 16px;
  padding: 7px 0;
  display: block;
  color: #796E65;
}
[data-action=Account-Show] .middle-navigation .dropdown-menu li a i {
  margin-right: 5px;
  display: inline-block;
  width: 18px;
  text-align: center;
}
[data-action=Account-Show] .middle-navigation .dropdown-menu li a .badge {
  top: 10px;
  right: 0;
}
[data-action=Account-Show] .middle-navigation .dropdown-menu li a .badge-pill {
  top: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customer-dashboard-page .label-list-orders-group {
  background: #fff;
  padding: 20px 20px 0 20px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .customer-dashboard-page .label-list-orders-group {
    background: none;
    padding: 0 0 15px 0;
    font-size: 18px;
  }
}
.customer-dashboard-page .list-orders-group .order-line {
  margin-top: 0;
  margin-bottom: 15px;
}
.customer-dashboard-page .list-orders-group .order-line:last-child {
  margin-bottom: 0;
}

.forgot-block-wrapper {
  padding: 55px 20px;
}
.forgot-block-wrapper .page-title {
  font-size: 42px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767.98px) {
  .forgot-block-wrapper .page-title {
    font-size: 24px;
  }
}
.forgot-block-wrapper .page-description {
  text-align: center;
}
@media (max-width: 767.98px) {
  .forgot-block-wrapper .page-description {
    font-size: 14px;
  }
}
.forgot-block-wrapper .nav-tabs {
  margin-top: 30px;
  border-bottom: 0;
}
.forgot-block-wrapper .nav-tabs .nav-item {
  width: 50%;
  position: relative;
}
.forgot-block-wrapper .nav-tabs .nav-item:first-child:after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.forgot-block-wrapper .nav-tabs .nav-link {
  font-size: 16px;
  color: #796E65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-bottom: 0.188em solid transparent;
}
@media (max-width: 767.98px) {
  .forgot-block-wrapper .nav-tabs .nav-link {
    font-size: 14px;
  }
}
.forgot-block-wrapper .nav-tabs .nav-link.active {
  color: #98012E;
  border-bottom: 0.188em solid #98012E;
}

.password-reset-flow {
  padding: 60px 200px;
  background: #fff;
  max-width: 950px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .password-reset-page {
    padding: 60px 20px;
  }
}

form.reset-password-verify-phone {
  margin-top: 47px;
}
@media (max-width: 767.98px) {
  form.reset-password-verify-phone {
    margin-top: 30px;
  }
}
form.reset-password-verify-phone .form-actions {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 767.98px) {
  form.reset-password-verify-phone .form-actions {
    margin-top: 30px;
  }
}
form.reset-password-verify-phone .form-actions .btn.btn-primary {
  max-width: 300px;
  margin: auto;
}
form.reset-password-verify-phone .form-actions .still-have-question {
  display: inline-block;
  margin-top: 30px;
  color: #AD9394;
}
@media (max-width: 767.98px) {
  form.reset-password-verify-phone .form-actions .still-have-question {
    font-size: 14px;
    margin-top: 20px;
  }
}

#sms-verification {
  padding-right: 190px !important;
}

#sendsms-button,
#password-sendsms-button {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 14px;
  height: 36px;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 6px;
}
#sendsms-button[disabled], #sendsms-button.disabled,
#password-sendsms-button[disabled],
#password-sendsms-button.disabled {
  background: #C3C3C3;
  border: 1px solid #C3C3C3;
  pointer-events: none;
  opacity: 1;
}

.captcha-svg-wrapper {
  border: 2px solid #A78788;
  bottom: -1px;
}
.captcha-svg-wrapper svg {
  width: 100%;
}

.captcha-data {
  cursor: pointer;
}

#popupMessageModal .modal-body.forgot-pw-confirmation-body {
  padding: 30px 94px 70px 94px;
}
@media (max-width: 767.98px) {
  #popupMessageModal .modal-body.forgot-pw-confirmation-body {
    padding: 20px 20px 80px 20px;
  }
}
#popupMessageModal .modal-body.forgot-pw-confirmation-body .popup-message {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  #popupMessageModal .modal-body.forgot-pw-confirmation-body .popup-message {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
  }
}
#popupMessageModal .modal-body.forgot-pw-confirmation-body .actions .btn-primary {
  min-width: 207px;
}
@media (max-width: 767.98px) {
  #popupMessageModal .modal-body.forgot-pw-confirmation-body .actions .btn-primary {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .set-new-password-page {
    padding: 60px 20px;
  }
}
.set-new-password-page form {
  margin-top: 47px;
}
@media (max-width: 767.98px) {
  .set-new-password-page form {
    margin-top: 20px;
  }
}
.set-new-password-page .form-actions {
  text-align: center;
}
.set-new-password-page .btn.btn-save {
  max-width: 300px;
  margin: 30px auto 0 auto;
}
@media (max-width: 767.98px) {
  .set-new-password-page .btn.btn-save {
    margin-top: 30px;
  }
}
.set-new-password-page .still-have-question {
  display: inline-block;
  margin-top: 30px;
  color: #AD9394;
}
@media (max-width: 767.98px) {
  .set-new-password-page .still-have-question {
    font-size: 14px;
    margin-top: 20px;
  }
}
.set-new-password-page .change-password-form .warning-mess, .set-new-password-page .create-password-form .warning-mess {
  font-size: 14px;
  color: #FF0000;
  margin: 30px 0 20px 0;
}
.set-new-password-page .change-password-form .btn-primary, .set-new-password-page .create-password-form .btn-primary {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .set-new-password-page .change-password-form .btn-primary, .set-new-password-page .create-password-form .btn-primary {
    max-width: 100%;
  }
}

.password-reset-success-page {
  padding: 137px 200px;
}
@media (max-width: 767.98px) {
  .password-reset-success-page {
    padding: 140px 20px;
  }
}
.password-reset-success-page .success-icon {
  width: 108px;
  height: 108px;
  border: 1px solid #796E65;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media (max-width: 767.98px) {
  .password-reset-success-page .success-icon {
    width: 56px;
    height: 56px;
  }
}
.password-reset-success-page .success-icon .icon-linecheck {
  color: #98012E;
  font-size: 38px;
}
@media (max-width: 767.98px) {
  .password-reset-success-page .success-icon .icon-linecheck {
    font-size: 24px;
  }
}
.password-reset-success-page h1 {
  font-size: 42px;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .password-reset-success-page h1 {
    font-size: 24px;
    margin-top: 20px;
  }
}
.password-reset-success-page .btn.btn-primary {
  margin: 35px auto 0 auto;
  max-width: 300px;
}
@media (max-width: 767.98px) {
  .password-reset-success-page .btn.btn-primary {
    margin-top: 25px;
  }
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.pt-account .navigation {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-account .navigation .title {
  font-size: 24px;
  color: var(--skin-primary-color-1);
  margin-bottom: 20px;
}
.pt-account .navigation .account-nav {
  padding: 0 20px;
}
.pt-account .navigation ul li a {
  font-size: 16px;
  padding: 7px 0;
  display: block;
  color: #796E65;
}
.pt-account .navigation ul li a.active {
  color: var(--skin-primary-color-1);
}
.pt-account .navigation ul li a i {
  margin-right: 5px;
  display: inline-block;
  width: 18px;
  text-align: center;
}
.pt-account .navigation ul li a .badge {
  right: 0;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 6px;
  font-size: 14px;
  font-weight: 400;
}

.my-addresses-content {
  width: 100%;
}
.my-addresses-content .header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-addresses-content .left-block .title {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .my-addresses-content .left-block .title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .my-addresses-content .left-block .title {
    font-size: 32px;
  }
}
.my-addresses-content .left-block .title i {
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .my-addresses-content .left-block .title i {
    font-size: 28px;
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .my-addresses-content .right-block {
    width: 100%;
  }
}
.my-addresses-content .address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.my-addresses-content .address-list .address-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 5px;
}
@media (min-width: 1024px) {
  .my-addresses-content .address-list .address-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.my-addresses-content .address-list .address-item.active .customer-address-card,
.my-addresses-content .address-list .address-item.active .card {
  border-color: #98012E;
}
.my-addresses-content .address-list .address-item.active .customer-address-card .add-new-address,
.my-addresses-content .address-list .address-item.active .card .add-new-address {
  opacity: 1;
}
.my-addresses-content .address-list .address-item.active .customer-address-card .edit-customer-address,
.my-addresses-content .address-list .address-item.active .card .edit-customer-address {
  background-color: #98012E;
  color: #fff;
  border: 1px solid #98012E;
}
.my-addresses-content .address-list .card {
  height: 100%;
}
.my-addresses-content .address-list .card .add-card {
  height: 100%;
  background-color: #f9f9f9;
}
.my-addresses-content .address-list .card .add-card .add-new-address {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #a78789;
  background-color: #f9f9f9;
  min-height: 200px;
  font-size: 16px;
}
.my-addresses-content .address-list .card .add-card .add-new-address i {
  margin-right: 10px;
}
.my-addresses-content .address-list .card .add-card .add-new-address:hover {
  border: 1px solid #98012E;
  color: #98012E;
}
.my-addresses-content .address-list .customer-address-card {
  margin-bottom: 0;
  border: 1px solid #fff;
  cursor: pointer;
}
.my-addresses-content .address-list .customer-address-card:hover {
  border-color: #98012E;
}
.my-addresses-content .address-list .customer-address-card .customer-address-info {
  padding: 0 20px 20px 20px;
}
@media (max-width: 767.98px) {
  .my-addresses-content .address-list .customer-address-card .customer-address-info {
    padding: 0 20px;
  }
}
.my-addresses-content .address-list .customer-address-card .card-header {
  border: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.my-addresses-content .address-list .customer-address-card .card-header .address-heading {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.my-addresses-content .address-list .customer-address-card .card-header .make-default {
  font-size: 16px;
  color: #A29061;
  line-height: 1;
}
.my-addresses-content .address-list .customer-address-card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767.98px) {
  .my-addresses-content .address-list .customer-address-card .card-footer {
    border: none;
    padding: 12px 20px 20px 20px;
  }
  .my-addresses-content .address-list .customer-address-card .card-footer .card-make-default-link {
    margin-left: auto;
  }
}
.my-addresses-content .address-list .customer-address-card .card-footer .edit-customer-address,
.my-addresses-content .address-list .customer-address-card .card-footer .remove-address {
  width: 74px;
}
.my-addresses-content .address-list .customer-address-card .card-footer .btn-link {
  display: block;
  padding: 7px 20px;
  border: 1px solid #e3e4e4;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #796E65;
}
.my-addresses-content .address-list .customer-address-card .card-footer .btn-link.active, .my-addresses-content .address-list .customer-address-card .card-footer .btn-link:hover {
  background-color: #98012E;
  color: #fff;
  border: 1px solid #98012E;
}
.my-addresses-content .address-list .customer-address-card .card-footer .card-make-default-link a {
  color: #A29061;
}
@media screen and (min-width: 1024px) and (max-width: 1450px) {
  .my-addresses-content .address-list .customer-address-card .card-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .my-addresses-content .address-list .customer-address-card .card-footer .btn-link {
    margin: 0;
    width: 47%;
    padding: 7px;
  }
}
.my-addresses-content .store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.my-addresses-content .store-list .favorite-store-item,
.my-addresses-content .store-list .preferred-store-item {
  padding: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .my-addresses-content .store-list .favorite-store-item,
  .my-addresses-content .store-list .preferred-store-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.my-addresses-content .store-list .favorite-store-item.active .customer-address-card,
.my-addresses-content .store-list .favorite-store-item.active .card,
.my-addresses-content .store-list .preferred-store-item.active .customer-address-card,
.my-addresses-content .store-list .preferred-store-item.active .card {
  border-color: #98012E;
}
.my-addresses-content .store-list .favorite-store-item.active .customer-address-card .add-new-address,
.my-addresses-content .store-list .favorite-store-item.active .card .add-new-address,
.my-addresses-content .store-list .preferred-store-item.active .customer-address-card .add-new-address,
.my-addresses-content .store-list .preferred-store-item.active .card .add-new-address {
  opacity: 1;
}
.my-addresses-content .store-list .favorite-store-item .card,
.my-addresses-content .store-list .preferred-store-item .card {
  height: 100%;
}
.my-addresses-content .store-list .favorite-store-item .card .store-type,
.my-addresses-content .store-list .preferred-store-item .card .store-type {
  font-size: 18px;
  color: #A29061;
}
.my-addresses-content .store-list .favorite-store-item .card .store-type .icon,
.my-addresses-content .store-list .preferred-store-item .card .store-type .icon {
  margin-right: 5px;
}
.my-addresses-content .store-list .favorite-store-item .card .add-card,
.my-addresses-content .store-list .preferred-store-item .card .add-card {
  height: 100%;
  min-height: 258px;
}
.my-addresses-content .store-list .favorite-store-item .card .add-card .add-favorite-store,
.my-addresses-content .store-list .preferred-store-item .card .add-card .add-favorite-store {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #a78789;
  font-size: 24px;
  background-color: #f9f9f9;
}
.my-addresses-content .store-list .favorite-store-item .card .add-card .add-favorite-store i,
.my-addresses-content .store-list .preferred-store-item .card .add-card .add-favorite-store i {
  margin-bottom: 10px;
}
.my-addresses-content .store-list .favorite-store-item .card .add-card .add-favorite-store:hover,
.my-addresses-content .store-list .preferred-store-item .card .add-card .add-favorite-store:hover {
  border: 1px solid #98012E;
  color: #98012E;
}
.my-addresses-content .store-list .favorite-store-item.full-width {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.my-addresses-content .store-list .store {
  padding: 5px 20px;
}
@media (max-width: 1023.98px) {
  .my-addresses-content .store-list .store {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .my-addresses-content .store-list .store {
    padding: 35px 45px;
  }
}
.my-addresses-content .store-list .store .store-name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
.my-addresses-content .store-list .store .full-address,
.my-addresses-content .store-list .store .store-hours {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin-top: 10px;
}
.my-addresses-content .store-list .store .full-address .icon,
.my-addresses-content .store-list .store .store-hours .icon {
  font-size: 20px;
}
.my-addresses-content .store-list .store .full-address .value,
.my-addresses-content .store-list .store .store-hours .value {
  padding-left: 10px;
}
.my-addresses-content .store-list .store .full-address .icon {
  color: #97002E;
}
.my-addresses-content .store-list .store .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 376px) {
  .my-addresses-content .store-list .store .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.my-addresses-content .store-list .store .bottom .phone,
.my-addresses-content .store-list .store .bottom .whatapp {
  padding: 10px;
  border: 1px solid #e6dfdf;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 376px) {
  .my-addresses-content .store-list .store .bottom .phone,
  .my-addresses-content .store-list .store .bottom .whatapp {
    width: 100%;
  }
}
.my-addresses-content .store-list .store .bottom .phone .label,
.my-addresses-content .store-list .store .bottom .whatapp .label {
  color: #8b8b8b;
  font-size: 11px;
}
.my-addresses-content .store-list .store .bottom .phone .value,
.my-addresses-content .store-list .store .bottom .whatapp .value {
  margin-left: 0;
  font-size: 15px;
  color: #171717;
}
.my-addresses-content .store-list .store .bottom .phone .icon,
.my-addresses-content .store-list .store .bottom .whatapp .icon {
  font-size: 30px;
}
.my-addresses-content .store-list .store .bottom .storelocator-phone {
  margin-left: 8px;
}
.my-addresses-content .store-list .store .bottom .storelocator-phone .value {
  font-size: 12px !important;
}
.my-addresses-content .store-list .store .bottom > div:first-child {
  margin-right: 10px;
}
.my-addresses-content .store-list .store .bottom .whatapp .icon {
  color: #45C554;
}
.my-addresses-content .store-list .store .full-address .icon,
.my-addresses-content .store-list .store .store-hours .icon {
  font-size: 18px;
}
.my-addresses-content .store-list .store .full-address .value,
.my-addresses-content .store-list .store .store-hours .value {
  font-size: 14px;
}
.my-addresses-content .store-list .store .pickup-store-label,
.my-addresses-content .store-list .store .btn-favorite-store {
  position: absolute;
  top: 15px;
  right: 20px;
}
@media (min-width: 1024px) {
  .my-addresses-content .store-list .store .pickup-store-label,
  .my-addresses-content .store-list .store .btn-favorite-store {
    top: 30px;
    right: 45px;
  }
}
.my-addresses-content .store-list .btn-group {
  margin-top: 20px;
}
.my-addresses-content .store-list .btn-group .btn-circle {
  border: 1px solid gray;
  border-radius: 30px;
  margin-top: 0;
  min-width: 100px;
  padding: 10px 15px;
  line-height: 1;
}
.my-addresses-content .store-list .btn-group .btn-circle:hover {
  background-color: #98012E;
  border-color: #98012E;
  color: #fff;
}
.my-addresses-content .store-list .btn-group .remove-favorite-store {
  margin-left: 10px;
}
.my-addresses-content .delivery-address-content .delivery-address-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  height: 350px;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
.my-addresses-content .delivery-address-content .delivery-address-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.my-addresses-content .delivery-address-content .delivery-address-container::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
.my-addresses-content .delivery-address-content .delivery-address-container::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
.my-addresses-content .delivery-address-content .delivery-address-container {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item {
  padding: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item.active .customer-address-card,
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item.active .card {
  border-color: #98012E;
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item.active .customer-address-card .add-new-address,
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item.active .card .add-new-address {
  opacity: 1;
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item .card {
  height: 100%;
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item .card .store-type {
  font-size: 18px;
  color: #A29061;
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item .card .store-type .icon {
  margin-right: 5px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item .card .add-card {
  height: 100%;
  min-height: 258px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item .card .add-card .add-favorite-store {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #98012E;
  opacity: 0.5;
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item .card .add-card .add-favorite-store i {
  margin-right: 10px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .delivery-store-item .card .add-card .add-favorite-store:hover {
  border: 1px solid #98012E;
  opacity: 1;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store {
  padding: 35px 45px;
}
@media (max-width: 767.98px) {
  .my-addresses-content .delivery-address-content .delivery-address-container .store {
    margin-left: 0;
    margin-top: 15px;
    padding: 5px 20px;
  }
}
@media (max-width: 1023.98px) {
  .my-addresses-content .delivery-address-content .delivery-address-container .store {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .my-addresses-content .delivery-address-content .delivery-address-container .store {
    padding: 35px 45px;
  }
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .store-name {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
  padding-right: 130px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .full-address,
.my-addresses-content .delivery-address-content .delivery-address-container .store .store-hours {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin-top: 10px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .full-address .icon,
.my-addresses-content .delivery-address-content .delivery-address-container .store .store-hours .icon {
  font-size: 20px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .full-address .value,
.my-addresses-content .delivery-address-content .delivery-address-container .store .store-hours .value {
  padding-left: 10px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .full-address .icon {
  color: #97002E;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .phone,
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .whatapp {
  padding: 10px;
  border: 1px solid #e6dfdf;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .phone .label,
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .whatapp .label {
  color: #8b8b8b;
  font-size: 11px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .phone .value,
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .whatapp .value {
  margin-left: 0;
  font-size: 15px;
  color: #171717;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .phone .icon,
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .whatapp .icon {
  font-size: 30px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .storelocator-phone {
  margin-left: 8px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .storelocator-phone .value {
  font-size: 12px !important;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom > div:first-child {
  margin-right: 10px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .bottom .whatapp .icon {
  color: #45C554;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .full-address .icon,
.my-addresses-content .delivery-address-content .delivery-address-container .store .store-hours .icon {
  font-size: 18px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .full-address .value,
.my-addresses-content .delivery-address-content .delivery-address-container .store .store-hours .value {
  font-size: 14px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .btn-favorite-store {
  position: absolute;
  top: 15px;
  right: 20px;
  border: 1px solid #e6dfdf;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 14px;
}
.my-addresses-content .delivery-address-content .delivery-address-container .store .btn-favorite-store.favorited, .my-addresses-content .delivery-address-content .delivery-address-container .store .btn-favorite-store:hover {
  background-color: #A29061;
  color: #fff;
}
@media (min-width: 1024px) {
  .my-addresses-content .delivery-address-content .delivery-address-container .store .btn-favorite-store {
    top: 30px;
    right: 45px;
  }
}

.edit-add-address {
  margin-top: 20px;
}
.edit-add-address .address-form {
  width: 100%;
  margin: 20px auto;
  position: relative;
  font-family: Europa, NotoSansTC !important;
}
@media (min-width: 1024px) {
  .edit-add-address .address-form {
    width: 70%;
    margin: 40px auto;
  }
}
@media (max-width: 767.98px) {
  .edit-add-address .address-form {
    margin: 10px auto;
  }
}
.edit-add-address .address-form .require-all {
  position: absolute;
  right: 0;
  font-size: 16px;
}
.edit-add-address .address-form .group-title {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
}
.edit-add-address .address-form .form-group.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .edit-add-address .address-form .form-group.title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edit-add-address .address-form .form-group.title .form-control-label {
    width: 100%;
    margin-bottom: 15px;
  }
  .edit-add-address .address-form .form-group.title .form-control-label-radio.home {
    margin-left: 0;
  }
  .edit-add-address .address-form .form-group.title .form-control-label-radio.other {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.edit-add-address .address-form .form-group.title .invalid-feedback {
  position: absolute;
  left: 0;
  top: 60px;
  margin-top: 0;
  min-width: 300px;
}
@media (max-width: 767.98px) {
  .edit-add-address .address-form .form-group.title .invalid-feedback {
    top: 135px;
  }
}
@media (max-width: 767.98px) {
  .edit-add-address .address-form .form-group.title .other .invalid-feedback {
    top: 60px;
  }
}
.edit-add-address .address-form .form-group .form-control-label-radio {
  margin-left: 40px;
}
.edit-add-address .address-form .form-group .form-control-label-radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 99em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  position: relative;
  z-index: 1;
}
.edit-add-address .address-form .form-group .form-control-label-radio span::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-box-shadow: inset 0 0 0 0.125em #a78788;
          box-shadow: inset 0 0 0 0.125em #a78788;
}
.edit-add-address .address-form .form-group .form-control-label-radio .other {
  z-index: 1;
  padding: 0;
  border: 0;
}
.edit-add-address .address-form .form-group .form-control-label-radio .other:disabled {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .edit-add-address .address-form .form-group .form-control-label-radio .other:hover ~ label {
    display: none;
  }
}
.edit-add-address .address-form .form-group input[type=radio] {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.edit-add-address .address-form .form-group input[type=radio]:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 1em #a78788;
          box-shadow: inset 0 0 0 1em #a78788;
  outline: 4px solid white;
  outline-offset: -6px;
}
.edit-add-address .address-form .form-group.title .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 198px;
}
@media (max-width: 767.98px) {
  .edit-add-address .address-form .form-group.title .other {
    width: 100%;
  }
}
.edit-add-address .address-form .form-group.title label::before {
  display: none;
}
.edit-add-address .address-form .form-group .phone-container .input-container input {
  width: 300px;
}
@media (max-width: 767.98px) {
  .edit-add-address .address-form .form-group .phone-container .input-container input {
    width: 100%;
  }
}
.edit-add-address .address-form .action-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.edit-add-address .address-form .action-group a,
.edit-add-address .address-form .action-group button {
  border-radius: 30px;
  width: 100%;
  margin-top: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .edit-add-address .address-form .action-group a,
  .edit-add-address .address-form .action-group button {
    max-width: 230px;
  }
}
@media (min-width: 1024px) {
  .edit-add-address .address-form .action-group a,
  .edit-add-address .address-form .action-group button {
    max-width: 280px;
  }
}
.edit-add-address .address-form .action-group .cancel-add-edit-address {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .edit-add-address .address-form .action-group .cancel-add-edit-address {
    margin-left: 0;
    margin-top: 15px;
  }
}
.edit-add-address .group-title.required:after {
  content: "*";
}
.edit-add-address .phone-container select ~ label {
  display: none;
}
.edit-add-address .phone-container input ~ label {
  display: block !important;
}

.delivery-address-content.padding {
  padding: 5px;
}
@media (max-width: 767.98px) {
  .delivery-address-content .delivery-address-content-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.delivery-address-content .find-nearest-delivery-store-btn {
  max-width: 230px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  background-color: #A29061;
  border-radius: 30px;
  border-color: #A29061;
  color: #fff;
}
.delivery-address-content .find-nearest-delivery-store-btn:hover {
  background-color: #fff;
  color: #A29061;
}
@media (max-width: 767.98px) {
  .delivery-address-content .find-nearest-delivery-store-btn {
    width: auto;
    margin: auto;
  }
}
.switch {
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.btn-switch {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: background 600ms ease, color 600ms ease !important;
  transition: background 600ms ease, color 600ms ease !important;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-switch {
    width: 170px;
  }
}

input[type=radio].toggle {
  display: none;
}
input[type=radio].toggle + label {
  cursor: pointer;
  min-width: 60px;
}
input[type=radio].toggle + label:hover {
  background: none;
  color: #98012E;
}
input[type=radio].toggle + label:after {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
  border-radius: 30px;
}
input[type=radio].toggle.toggle-left + label {
  border-right: 0;
}
input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}
input[type=radio].toggle.toggle-right + label {
  margin-left: -5px;
}
input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}
input[type=radio].toggle:checked + label {
  cursor: default;
  color: #98012E;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
input[type=radio].toggle:checked + label:after {
  left: 0;
}

.favorite-banner {
  position: relative;
  padding: 5px;
}
.favorite-banner .banner-image {
  width: 100%;
}
.favorite-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.favorite-banner .content .label {
  font-size: 34px;
  color: #fff;
}
.favorite-banner .content .btn-white-gold {
  margin: 15px auto 30px;
  display: block;
  width: 190px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 40px rgba(0, 0, 0, 0.07);
  color: #A29061;
}
.favorite-banner .content .btn-white-gold:hover {
  background: #A29061;
  color: #fff;
}

#deleteAddressModal .modal-footer button {
  min-width: 82px;
}

#customAddressId::-webkit-input-placeholder {
  color: #796E65;
}

#customAddressId::-moz-placeholder {
  color: #796E65;
}

#customAddressId:-ms-input-placeholder {
  color: #796E65;
}

#customAddressId::-ms-input-placeholder {
  color: #796E65;
}

#customAddressId::placeholder {
  color: #796E65;
}
#customAddressId:focus::-webkit-input-placeholder {
  color: transparent;
}
#customAddressId:focus::-moz-placeholder {
  color: transparent;
}
#customAddressId:focus:-ms-input-placeholder {
  color: transparent;
}
#customAddressId:focus::-ms-input-placeholder {
  color: transparent;
}
#customAddressId:focus::placeholder {
  color: transparent;
}

.form-control-favourite {
  width: 100%;
  height: 48px;
  border: solid 1px #d9d9d9;
  background-color: var(--white);
  color: #796E65;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
}

.searchResultpd {
  height: 61px;
}

.popularBtn {
  float: left;
  border-radius: 50px;
  margin-right: 8px;
  padding: 11px 20px;
  margin-bottom: 8px;
  border: 0;
  border-radius: unset;
  color: #796e65;
}

.favorite-edit {
  background-color: transparent;
  border: 1px solid transparent;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #796e65;
  text-decoration: underline;
}

.remove-favorite-store {
  background-color: transparent;
  border: 1px solid transparent;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #796e65;
  text-decoration: underline;
}

.first-mb-btn {
  margin-top: 24px;
}

.cardFavoriteStore {
  border-top: 1px solid #e1e3df;
  margin-bottom: 24px;
}

.firstCard {
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  padding: 24px 0;
  -webkit-box-shadow: 0px -5px 10px -5px #d9d9d9;
          box-shadow: 0px -5px 10px -5px #d9d9d9;
}

.store-name {
  margin-top: 24px;
  margin-bottom: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #796e65;
  cursor: pointer;
}
.store-name:hover {
  text-decoration: underline;
}

.full-address {
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #796e65;
}

.store-hours {
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #796e65;
}

.storelocator-phone {
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #796e65;
}

.resultCount {
  padding-top: 27px;
  padding-bottom: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #796e65;
  border-bottom: 1px solid;
}

.recipient-side-panel-wrapper {
  background: #fff;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .recipient-side-panel-wrapper {
    float: right;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .recipient-side-panel-wrapper {
    margin: 0 auto;
    padding-top: 10px;
  }
}
.recipient-side-panel-wrapper .recipient-header .title {
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  padding: 0 40px 25px;
}
@media (max-width: 767.98px) {
  .recipient-side-panel-wrapper .recipient-header .title {
    font-size: 22px;
    text-align: left;
    padding: 0 20px;
  }
}
.recipient-side-panel-wrapper .recipient-header .title .email-verify-close {
  line-height: 42px;
}
.recipient-side-panel-wrapper .recipient-header .email-verify-title {
  border-bottom: 1px solid #d9d9d9;
}
.recipient-side-panel-wrapper .recipient-header .summary {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .recipient-side-panel-wrapper .recipient-header .summary {
    display: none;
    font-size: 14px;
    margin-top: 8px;
    padding: 0 20px;
  }
}
.recipient-side-panel-wrapper .address-form-label {
  padding: 0 46px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .recipient-side-panel-wrapper .address-form-label {
    padding: 0 20px 20px;
  }
}

.recipient-form-nav {
  margin-top: 22px;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .recipient-form-nav {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .recipient-form-nav .gender-phone-row-mandatory {
    padding-top: 0;
    margin-top: -18px;
  }
}
@media (max-width: 767.98px) {
  .recipient-form-nav .form-row-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recipient-form-nav .form-row-name .first-name-row,
  .recipient-form-nav .form-row-name .last-name-row {
    max-width: 100%;
  }
}
.recipient-form-nav .form-row {
  margin: 0 23px;
}
.recipient-form-nav .form-row .form-group .form-control-label {
  font-size: 14px;
  line-height: 20px;
}
.recipient-form-nav .form-row .form-group.required .form-control-label::before {
  content: "";
}
.recipient-form-nav .form-row .form-group.required .form-control-label::after {
  content: "*";
  color: #000;
}
.recipient-form-nav .form-row .form-group .form-control {
  border: 1px solid #d9d9d9;
}
.recipient-form-nav .form-row .form-group:not(.except) .has-eyes {
  padding-right: 45px;
}
.recipient-form-nav .form-row .form-group:not(.except) .eyes {
  font-family: "ctf-icons";
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -40px;
  position: relative;
  z-index: 100;
  text-align: center;
  line-height: 40px;
  color: #b2b2b2;
  font-size: 22px;
  cursor: pointer;
}
.recipient-form-nav .form-row .form-group:not(.except) input[type=password] ~ .eyes:after {
  content: url("../images/icon-eye.svg");
}
.recipient-form-nav .form-row .form-group:not(.except) input[type=text] ~ .eyes:after {
  content: url("../images/icon-eye-after.svg");
  color: #796e65;
}
.recipient-form-nav .form-row select.form-control.is-invalid {
  padding-right: 2rem !important;
}
.recipient-form-nav .form-row .form-group .tnc-checkbox {
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  .recipient-form-nav .form-row {
    margin: 0 15px;
  }
}
.recipient-form-nav .form-row .summary {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 16px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .recipient-form-nav .form-row .summary {
    font-size: 14px;
    margin-top: 0;
    padding-top: 8px;
  }
}
.recipient-form-nav .form-row > .col,
.recipient-form-nav .form-row [class*=col-] {
  padding-left: 17px;
  padding-right: 17px;
}
@media (max-width: 767.98px) {
  .recipient-form-nav .form-row > .col,
  .recipient-form-nav .form-row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.recipient-form-nav .form-row .first-name-row {
  padding-right: 7px;
}
.recipient-form-nav .form-row .last-name-row {
  padding-left: 7px;
}
.recipient-form-nav .form-row .city-row {
  padding-right: 7px;
}
.recipient-form-nav .form-row .zip-code-row {
  padding-left: 7px;
}
.recipient-form-nav .form-row .remove-btn .remove-address {
  border-color: #d9d9d9;
  color: #796e65;
}
.recipient-form-nav .form-row .remove-btn .remove-address:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  .recipient-form-nav .form-row .remove-btn .remove-address:active, .recipient-form-nav .form-row .remove-btn .remove-address:hover {
    border-color: #d9d9d9;
    color: #796e65;
    background: #fff;
  }
}
.recipient-form-nav .form-row .save-change-btn {
  padding-left: 10px;
}
.recipient-form-nav .form-row.defaultaddress .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.recipient-form-nav .form-row.defaultaddress .form-group .defaultaddress-check {
  display: inline-block;
  border: solid 1px #d9d9d9;
  width: 24px;
  height: 24px;
}
.recipient-form-nav .form-row.defaultaddress .form-group .defaultaddress-label {
  margin-bottom: 0;
  margin-left: 12px;
}
.recipient-form-nav .btn-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 40px;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px -5px 10px -5px #d9d9d9;
          box-shadow: 0px -5px 10px -5px #d9d9d9;
}
.recipient-form-nav .btn-warp .col-6 {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recipient-form-nav .btn-warp .remove-btn {
  margin-right: 20px;
}
.recipient-form-nav .btn-border-radius {
  border-radius: 5px;
}
.recipient-form-nav .dob-row .form-row {
  margin-left: 0;
  margin-right: 0;
}
.recipient-form-nav .dob-row .form-row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.recipient-form-nav .dob-row .form-group {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .recipient-form-nav .dob-row .form-group {
    margin-top: 20px;
  }
}
.recipient-form-nav .dob-row .month-row .form-control {
  border-left: none;
}
.recipient-form-nav .dob-row .age-col {
  padding-right: 12px !important;
}
.recipient-form-nav .dob-row .age-group-row label,
.recipient-form-nav .dob-row .age-group-row .form-control {
  margin-left: 12px;
}
@media (max-width: 767.98px) {
  .recipient-form-nav .dob-row .age-group-row label,
  .recipient-form-nav .dob-row .age-group-row .form-control {
    margin-left: 6px;
  }
}
.recipient-form-nav .gender-phone-row {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .recipient-form-nav .gender-phone-row {
    margin-top: 7px;
  }
}
.recipient-form-nav .btn-create-account {
  margin: 50px auto 0 auto;
  max-width: 100%;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
.recipient-form-nav .btn-create-account:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 767.98px) {
  .recipient-form-nav .btn-create-account {
    margin-top: 15px;
  }
}

#drawer-change-recipient {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-change-recipient.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-change-recipient {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-change-recipient {
    top: 62px;
  }
}

#drawer-change-recipient-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #796e65;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-change-recipient-overlay.active {
  display: block;
}

#drawer-change-recipient-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-change-recipient-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-change-recipient-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-change-recipient-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-change-recipient-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-change-recipient-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-change-recipient-content .veil .underlay {
  background-color: transparent;
}
#drawer-change-recipient-content .veil .dot1,
#drawer-change-recipient-content .veil .dot2 {
  background-color: #796e65;
  opacity: 0.5;
}

.pt-account #maincontent {
  padding: 0 20px;
  margin: auto;
  background: #fff;
}
.pt-account #maincontent .main-content {
  padding: 20px 0;
}
.pt-account #maincontent .main-content .header-group {
  margin-top: 20px;
}
.pt-account #maincontent .main-content .header-group .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 1.5rem;
}
.pt-account #maincontent .main-content .header-group .title i {
  font-size: 24px;
  margin-right: 10px;
  margin-top: 3px;
}
.pt-account #maincontent .main-content .header-group .title span {
  font-size: 16px;
  margin-left: 10px;
}
.pt-account #maincontent .main-content .general-page-wrapper {
  max-width: 1080px;
  margin: auto;
}
.pt-account #maincontent .main-content .general-page-wrapper .page-title {
  font-size: 38px;
  text-align: center;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  margin-bottom: 18px;
}
.pt-account #maincontent .main-content .general-page-wrapper .page-title i {
  font-size: 27px;
}
.pt-account #maincontent .main-content .general-page-wrapper.customer-membership-page .page-title i {
  font-size: 32px;
}
.pt-account #maincontent .main-content .general-page-wrapper-customer-top {
  max-width: 1440px !important;
}
.pt-account #maincontent .main-content .breadcrumb {
  font-weight: 300;
  padding: 0 20px 6px 20px;
}
.pt-account #maincontent > .row {
  margin-left: -20px;
  margin-right: -20px;
}
.pt-account .navigation {
  border-top: 4px solid #98012E;
}
@media (max-width: 767.98px) {
  .pt-account .navigation {
    border-top: 0;
    padding: 20px 20px 10px 20px;
    background-color: transparent !important;
  }
}
@media (min-width: 768px) {
  .pt-account .navigation {
    min-width: 260px;
  }
}
.pt-account .nav-mobile .dropdown-toggle {
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .pt-account .nav-mobile .dropdown-toggle {
    background: #fff;
    color: #97002E;
  }
}
@media (max-width: 767.98px) {
  .pt-account .nav-mobile .dropdown-toggle.show {
    background: #97002E;
    color: #fff;
  }
}
.pt-account .nav-mobile .dropdown-toggle .icon {
  position: absolute;
  right: 20px;
  top: 15px;
}
.pt-account .nav-mobile .dropdown-toggle span {
  font-size: 14px;
}
.pt-account .nav-mobile .dropdown-toggle span i {
  margin-right: 5px;
}
.pt-account .nav-mobile .dropdown-toggle::after {
  display: none;
}
.pt-account .nav-mobile .dropdown-toggle .badge {
  position: static !important;
  font-weight: 400;
  background-color: transparent;
  color: #98012E;
  padding-left: 3px;
  padding-right: 3px;
}
.pt-account .nav-mobile .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  z-index: 899;
}
.pt-account .nav-mobile .dropdown-menu .nav-item {
  border-bottom: 1px solid #707070;
  padding: 5px 0;
}
.pt-account .nav-mobile .dropdown-menu .nav-item:last-child {
  border: none;
}
.pt-account .nav-mobile .dropdown-menu .badge .bracket {
  display: none;
}
.pt-account .nav-mobile.show .dropdown-toggle .badge {
  color: #fff !important;
}
.pt-account .message-profile-full-fill {
  display: none;
}
@media (max-width: 767.98px) {
  .pt-account[data-action=Account-EditProfile] .message-profile-full-fill, .pt-account[data-action=Account-Show] .message-profile-full-fill {
    margin: 0 -20px;
    display: block;
  }
}

.register-page .main-banner img {
  width: 100%;
}

#drawer-register {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-register.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-register {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-register {
    top: 62px;
  }
}

#drawer-register-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-register-overlay.active {
  display: block;
}

#drawer-register-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-register-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-register-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-register-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-register-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-register-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-register-content .veil .underlay {
  background-color: transparent;
}
#drawer-register-content .veil .dot1,
#drawer-register-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

#drawer-verify {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-verify.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-verify {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-verify {
    top: 62px;
  }
}

#drawer-verify-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-verify-overlay.active {
  display: block;
}

#drawer-verify-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-verify-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-verify-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-verify-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-verify-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-verify-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-verify-content .veil .underlay {
  background-color: transparent;
}
#drawer-verify-content .veil .dot1,
#drawer-verify-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

#drawer-success {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-success.active {
  right: 0;
}
@media (max-width: 767.98px) {
  #drawer-success {
    max-width: initial;
    top: 103px;
    bottom: 0;
    height: auto;
  }
  .sticky-header #drawer-success {
    top: 62px;
  }
}

#drawer-success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#drawer-success-overlay.active {
  display: block;
}

#drawer-success-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-success-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-success-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-success-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-success-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-success-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-success-content .veil .underlay {
  background-color: transparent;
}
#drawer-success-content .veil .dot1,
#drawer-success-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

.register-container {
  margin: 0 auto;
  max-width: 1440px;
  background: #fff;
  border-top: 1px solid #d9d9d9;
}

.register-container-noside {
  margin: 0 auto;
  background: #fff;
}

@media (min-width: 768px) {
  .register-wrapper-left {
    float: left;
    width: 50%;
    min-height: 900px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767.98px) {
  .register-wrapper-left {
    display: none;
  }
}
.register-wrapper-left img {
  width: 100%;
}
.register-wrapper-left .content {
  float: right;
}

.register-wrapper {
  background: #fff;
  padding: 40px 46px 0;
}
@media (min-width: 768px) {
  .register-wrapper {
    float: right;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .register-wrapper {
    margin: 0 auto;
    padding: 10px 20px 20px;
  }
}

.register-wrapper-noside {
  font-family: Europa, NotoSansTC !important;
  background: #fff;
  padding: 0px 0px 0px 75px;
}
@media (min-width: 768px) {
  .register-wrapper-noside {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .register-wrapper-noside {
    margin: 0 auto;
    padding: 10px 16px 20px;
  }
}

.register-side-panel-wrapper {
  background: #fff;
}
@media (min-width: 768px) {
  .register-side-panel-wrapper {
    float: right;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .register-side-panel-wrapper {
    margin: 0 auto;
  }
}
.register-side-panel-wrapper .register-header .title {
  font-size: 28px;
  line-height: 42px;
  padding: 29px 46px 25px;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .register-side-panel-wrapper .register-header .title {
    font-size: 22px;
    text-align: center;
    padding: 0 32px;
    line-height: 60px;
  }
}
.register-side-panel-wrapper .register-header .title .email-verify-close {
  line-height: 42px;
}
.register-side-panel-wrapper .register-header .email-verify-title {
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register-side-panel-wrapper .register-header .summary {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 46px;
}
@media (max-width: 767.98px) {
  .register-side-panel-wrapper .register-header .summary {
    font-size: 14px;
    margin-top: 8px;
    padding: 0 32px;
  }
}
.register-side-panel-wrapper .register-header .secondary-summary {
  font-family: Europa, NotoSansTC !important;
  padding: 40px 46px 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .register-side-panel-wrapper .register-header .secondary-summary {
    font-size: 13px;
    margin-top: 8px;
    padding: 0 20px;
  }
}
.register-side-panel-wrapper .register-form-nav {
  padding: 0 46px;
}
@media (max-width: 767.98px) {
  .register-side-panel-wrapper .register-form-nav {
    padding: 32px;
    line-height: 0;
  }
}
.register-side-panel-wrapper .register-form-label {
  padding: 0 46px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .register-side-panel-wrapper .register-form-label {
    padding: 0 20px 20px;
  }
}
.register-side-panel-wrapper .register-form-label .btn-create-account {
  margin: 50px auto 0 auto;
  max-width: 100%;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.register-side-panel-wrapper .register-form-label .btn-create-account:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 767.98px) {
  .register-side-panel-wrapper .register-form-label .btn-create-account {
    margin-top: 15px;
  }
}

.register-success-wrapper {
  background: #fff;
  padding: 140px 46px 0;
}
@media (min-width: 768px) {
  .register-success-wrapper {
    float: right;
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .register-success-wrapper {
    margin: 0 auto;
    padding: 10px 20px 20px;
  }
}

.register-success-side-panel-wrapper {
  background: #fff;
}
@media (min-width: 768px) {
  .register-success-side-panel-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .register-success-side-panel-wrapper {
    margin: 0 auto;
  }
}
.register-success-side-panel-wrapper .register-header .title {
  font-size: 28px;
  padding: 29px 46px 23px;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .register-success-side-panel-wrapper .register-header .title {
    padding: 0;
    text-align: center;
    font-family: Orpheus Pro, Songti TC, Noto Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
}
@media (min-width: 768px) {
  .register-success-side-panel-wrapper .register-header .title .register-success-close {
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    padding: 9.917px 10.059px 9.917px 9.917px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .register-success-side-panel-wrapper .register-header .title .register-success-close {
    line-height: 58px;
    font-size: 2.5rem;
    margin-right: 16px;
  }
}
.register-success-side-panel-wrapper .register-header .drawer-register-title {
  border-bottom: 1px solid #D9D9D9;
}
.register-success-side-panel-wrapper .content-body {
  padding-top: 0px;
}
.register-success-side-panel-wrapper .content-body .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  margin-top: 80px;
  margin-bottom: 30px;
}
.register-success-side-panel-wrapper .content-body .verify-message {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 20px;
}
.register-success-side-panel-wrapper .content-footer {
  width: 326px;
  margin: 80px auto 0 auto;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item {
  text-align: left;
  margin: 0 auto 32px auto;
  width: 326px;
  padding: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-left {
  width: 101px;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-left .content-footer-item-left-icon {
  width: 68px;
  height: 68px;
  min-width: 68px;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 6px;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-dl-btn {
  display: block;
  margin-top: 8px;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-dl-btn img {
  width: 115.5px;
  height: 35px;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-text-btn {
  display: block;
  margin-top: 5px;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-text-btn .icon {
  width: 18px;
  height: 18px;
  margin: 7px 4px 7px 0;
  vertical-align: top;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-text-btn .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  vertical-align: middle;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-text-btn .text.contact-us {
  text-decoration: underline;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-text-btn .icon-email-sg {
  width: 25px;
  height: 25px;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-text-btn-sg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register-success-side-panel-wrapper .content-footer .content-footer-item .content-footer-item-right .content-footer-item-right-text-btn-sg .text {
  font-size: 11px;
}
.register-success-side-panel-wrapper .content-footer .separate-line {
  width: 326px;
  height: 1px;
  background-color: #d7d4d1;
  margin-bottom: 32px;
}
.register-success-side-panel-wrapper .register-btn-side-panel-continue {
  display: block;
  margin: auto;
  font-size: 14px;
  margin-top: 15px;
  width: 182px;
}
@media screen and (max-width: 768px) {
  .register-success-side-panel-wrapper .register-btn-side-panel-continue {
    display: block;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .register-success-side-panel-wrapper .register-btn-side-panel-continue {
    display: block;
    margin: auto;
    font-size: 14px;
    margin-top: 15px;
  }
}

.register-success-comment-wrapper {
  background: #fff;
  padding: 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .register-success-comment-wrapper {
    float: right;
    width: 50%;
    margin: 0 auto;
  }
}
@media (width: 768px) {
  .register-success-comment-wrapper {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .register-success-comment-wrapper {
    margin: 0 auto;
    padding: 10px 20px 20px;
    display: block;
  }
}

.register-success-comment-side-panel-wrapper {
  background: #fff;
  padding: 0 50px;
}
@media (min-width: 768px) {
  .register-success-comment-side-panel-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .register-success-comment-side-panel-wrapper {
    margin: 0 auto;
    padding: 10px 20px 20px;
    display: block;
  }
}

.register-header .title {
  font-size: 38px;
  line-height: 42px;
  font-weight: 300;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}
@media (max-width: 767.98px) {
  .register-header .title {
    font-size: 22px;
    text-align: center;
  }
}
.register-header .summary {
  font-size: 16px;
  line-height: 14.4px;
  font-weight: bold;
  margin-top: 14px;
  margin-right: 17px;
}
@media (max-width: 767.98px) {
  .register-header .summary {
    font-size: 14px;
    margin-top: 8px;
  }
}
.register-header .summary .perinfo {
  float: left;
}
.register-header .summary .mandatory {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 14.4px;
  opacity: 0.7;
}
.register-header .success-summary {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .register-header .success-summary {
    font-size: 14px;
    margin-top: 8px;
  }
}
.register-header .success-summary .perinfo {
  float: left;
  margin: auto;
}
.register-header .success-summary .mandatory {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  opacity: 0.7;
}
.register-header .complete-profile-summary {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .register-header .complete-profile-summary {
    font-size: 14px;
    margin-top: 8px;
  }
}
.register-header .complete-profile-summary .complete-member-profile-comment {
  padding-bottom: 15px;
  text-align: center;
}
.register-header .login-oauth {
  max-width: 470px;
  margin: 22px auto 0 auto;
}
@media (max-width: 767.98px) {
  .register-header .login-oauth {
    max-width: 238px;
  }
}
.register-header .login-oauth .title {
  display: none;
}
.register-header .login-oauth .form-group {
  margin-top: 22px;
}
.register-header .or {
  max-width: 470px;
  margin: 22px auto 0 auto;
  font-size: 14px;
  color: #888888;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .register-header .or {
    font-size: 12px;
    max-width: 238px;
  }
}
.register-header .or:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #A78788;
  display: block;
  position: absolute;
  top: 11px;
}
.register-header .or span {
  background: #fff;
  display: inline-block;
  padding: 0 38px;
  position: relative;
  z-index: 100;
}

.password-note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
}

.register-form-nav {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .register-form-nav {
    margin-bottom: 0;
  }
}
.register-form-nav .form-row {
  margin-left: -17px;
  margin-right: -17px;
}
.register-form-nav .form-row .form-group .form-control-label {
  font-size: 14px;
  line-height: 20px;
}
.register-form-nav .form-row .form-group.required .form-control-label::before {
  content: "";
}
.register-form-nav .form-row .form-group.required .form-control-label::after {
  content: "*";
  color: #796E65;
}
.register-form-nav .form-row .form-control:focus {
  border-color: #d9d9d9;
}
.register-form-nav .form-row .form-control.is-invalid:focus {
  border-color: #ff0000;
}
.register-form-nav .form-row .form-group:not(.except) .has-eyes {
  padding-right: 45px;
}
.register-form-nav .form-row .form-group:not(.except) .eyes {
  font-family: "ctf-icons";
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -40px;
  position: relative;
  z-index: 100;
  text-align: center;
  line-height: 40px;
  color: #b2b2b2;
  font-size: 22px;
  cursor: pointer;
}
.register-form-nav .form-row .form-group:not(.except) input[type=password] ~ .eyes:after {
  content: url("../images/icon-eye.svg");
}
.register-form-nav .form-row .form-group:not(.except) input[type=text] ~ .eyes:after {
  content: url("../images/icon-eye-after.svg");
  color: #000;
}
.register-form-nav .form-row select.form-control.is-invalid {
  padding-right: 2rem !important;
}
.register-form-nav .form-row .form-group .tnc-checkbox {
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  .register-form-nav .form-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.register-form-nav .form-row .summary {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 16px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .register-form-nav .form-row .summary {
    font-size: 14px;
    margin-top: 8px;
  }
}
.register-form-nav .form-row > .col,
.register-form-nav .form-row [class*=col-] {
  padding-left: 17px;
  padding-right: 17px;
}
@media (max-width: 767.98px) {
  .register-form-nav .form-row > .col,
  .register-form-nav .form-row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.register-form-nav .form-row .phone-input {
  height: 100%;
}
.register-form-nav .form-row .registration-form-captcha-input {
  margin-top: 28px;
  height: 52px !important;
}
.register-form-nav .communication-channels {
  padding-left: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.register-form-nav .pass-and-verification-row .verification-row a {
  position: absolute !important;
  right: 125px;
  top: 30px !important;
  font-size: 14px !important;
  line-height: 44px !important;
  padding: 0 !important;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}
@media (max-width: 767.98px) {
  .register-form-nav .pass-and-verification-row .verification-row a {
    right: 110px !important;
  }
}
.register-form-nav .pass-and-verification-row .verification-row button {
  position: absolute;
  right: 17px;
  top: 28px;
  width: 90px;
  height: 48px;
  background: #796e65;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border: none;
}
@media (max-width: 767.98px) {
  .register-form-nav .pass-and-verification-row .verification-row button {
    right: 6px;
  }
}
.register-form-nav .pass-and-verification-row .verification-row button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.register-form-nav .pass-and-verification-row .email-verification-row a {
  position: absolute !important;
  right: 35px !important;
  top: 30px !important;
  font-size: 14px !important;
  line-height: 40px !important;
  padding: 0 !important;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}
@media (max-width: 767.98px) {
  .register-form-nav .pass-and-verification-row .email-verification-row a {
    right: 20px !important;
  }
}
.register-form-nav .pass-and-verification-row .email-verification-row button {
  position: absolute;
  right: 17px;
  top: 31px;
  width: 90px;
  height: 36px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .register-form-nav .pass-and-verification-row .email-verification-row button {
    right: 6px;
  }
}
.register-form-nav .pass-and-verification-row .email-verification-row button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 767.98px) {
  .register-form-nav .pass-and-verification-row .password-row {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767.98px) {
  .register-form-nav .pass-and-verification-row .confirm-password-row {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.register-form-nav .dob-row .form-row {
  margin-left: 0;
  margin-right: 0;
}
.register-form-nav .dob-row .form-row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.register-form-nav .dob-row .form-group {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .register-form-nav .dob-row .form-group {
    margin-top: 20px;
  }
}
.register-form-nav .dob-row .month-row .form-control {
  border-left: none;
}
.register-form-nav .dob-row .age-col {
  padding-right: 12px !important;
}
.register-form-nav .dob-row .age-group-row label,
.register-form-nav .dob-row .age-group-row .form-control {
  margin-left: 12px;
}
@media (max-width: 767.98px) {
  .register-form-nav .dob-row .age-group-row label,
  .register-form-nav .dob-row .age-group-row .form-control {
    margin-left: 6px;
  }
}
.register-form-nav .captcha-row {
  margin-top: 20px;
}
.register-form-nav .captcha-row .form-control-label-captcha {
  height: 21px;
}
@media (max-width: 767.98px) {
  .register-form-nav .captcha-row {
    margin-top: 5px;
  }
}
.register-form-nav .policy-row {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .register-form-nav .policy-row {
    margin-top: 10px;
  }
}
.register-form-nav .policy-row a {
  color: #796E65;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .register-form-nav .gender-phone-row {
    margin-top: 7px;
  }
}
@media (max-width: 767.98px) {
  .register-form-nav .btn-create-account {
    margin-top: 15px;
  }
}
.register-form-nav .btn-switch-channel {
  margin: 25px auto 0 auto;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .register-form-nav .btn-switch-channel {
    margin-top: 15px;
  }
}

.phone-row:nth-child(1) {
  padding-right: 0 !important;
}
.phone-row:nth-child(1) .form-group .form-control {
  border-right: none;
}
.phone-row:nth-child(2) {
  padding-left: 0 !important;
}
.phone-row:nth-child(2) .form-group .form-control {
  border-left: none;
  height: 48px;
}
.phone-row .form-group.disabled label {
  color: #7F7F7F;
}

.input-group-lg .phone-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.input-group-lg .border-left-none {
  border-left: none !important;
}

.input-group-lg .border-right-none {
  border-right: none !important;
}

.dob-row .form-group.month label {
  display: none;
}
.dob-row .form-group.required .form-control-label:before {
  display: none;
}
.dob-row .form-group.required .form-control-label:after {
  content: "*";
}
.dob-row label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 25px;
  overflow: hidden;
  font-size: 14px;
}
.dob-row label.disabled {
  color: #7F7F7F;
}
@media (max-width: 767.98px) {
  .dob-row label {
    top: -8px;
    font-size: 11px;
  }
}

.dob-note {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .dob-note {
    font-size: 11px;
  }
}

.month-row label {
  display: none;
}

.gender-row .form-group {
  margin-bottom: 0;
}
.gender-row .radio-group {
  margin-bottom: 0.7rem;
}

.gender-label-radio {
  position: relative !important;
  pointer-events: initial !important;
  height: 51px !important;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.gender-label-radio:after {
  display: none;
}
.gender-label-radio.male {
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .gender-label-radio.male {
    margin-left: 20px !important;
  }
}
.gender-label-radio.female {
  margin-left: 18px !important;
}
@media (max-width: 767.98px) {
  .gender-label-radio.female {
    margin-left: 15px !important;
  }
}
.gender-label-radio input[type=radio] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.gender-label-radio input[type=radio]:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.gender-label-radio input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 26%;
  left: 26%;
  width: 10px;
  height: 10px;
  border: 1px solid #796E65;
  background: #796E65;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.gender-label-radio input[type=radio]:checked:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #796E65;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.gender-label-radio i {
  margin-right: 6px;
}
.gender-label-radio .border {
  position: absolute;
  width: 100%;
  height: 51px;
  border: 1px solid #DDD4D4 !important;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .gender-label-radio .border {
    height: 36px;
    top: 3px;
  }
}

.separate {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.invitation-row .invitation-col {
  padding-right: 12px !important;
}
.invitation-row .language-col {
  padding-left: 0 !important;
  margin-top: 2px;
}

.invitation-label-radio {
  position: relative !important;
  pointer-events: initial !important;
  height: 30px !important;
  color: #000 !important;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
}
.invitation-label-radio:after {
  display: none;
}
.invitation-label-radio.invitation {
  left: 0 !important;
}
.invitation-label-radio.referral {
  margin-left: 18px !important;
}
@media (max-width: 767.98px) {
  .invitation-label-radio.referral {
    margin-left: 15px !important;
  }
}
.invitation-label-radio input[type=radio] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.invitation-label-radio input[type=radio]:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.invitation-label-radio input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background: #000;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.invitation-label-radio input[type=radio]:checked:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.invitation-label-radio i {
  margin-right: 6px;
}

.information-row [class*=col-] {
  padding-left: 0 !important;
  padding-right: 8px !important;
}

.col-checkbox {
  padding-right: 8px;
}

@media (max-width: 767.98px) {
  .information-row [class*=col-]:nth-child(3) {
    padding-left: 5px !important;
  }
}

#register-success-modal {
  padding: 0 20px !important;
}
#register-success-modal .modal-dialog {
  max-width: 877px;
  margin: 62px auto;
}
#register-success-modal .modal-header {
  border: 0;
}
#register-success-modal .modal-header .close {
  padding: 24px;
}
@media (max-width: 767.98px) {
  #register-success-modal .modal-header .close {
    padding: 20px 20px 0 20px;
  }
}
#register-success-modal .modal-body {
  padding: 0 85px 120px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  #register-success-modal .modal-body {
    padding: 0 20px 40px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
}
#register-success-modal .modal-body.no-coupon-section .col-info {
  width: 100%;
  padding: 0;
  text-align: center;
}
#register-success-modal .modal-body.no-coupon-section .col-info a.btn {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  #register-success-modal .modal-body.no-coupon-section .col-info a.btn {
    display: block !important;
    max-width: 100%;
  }
}
#register-success-modal .modal-body.no-coupon-section .col-coupon {
  display: none;
}
#register-success-modal .col-info {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  #register-success-modal .col-info {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
#register-success-modal .col-info .title {
  font-size: 36px;
  font-weight: 500;
  color: #98012E;
  margin: 0;
}
@media (max-width: 767.98px) {
  #register-success-modal .col-info .title {
    font-size: 24px;
  }
}
#register-success-modal .col-info .register-success-message {
  font-size: 28px;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  #register-success-modal .col-info .register-success-message {
    font-size: 20px;
  }
}
#register-success-modal .col-info a.btn {
  width: 100%;
  max-width: 210px;
}
@media (max-width: 767.98px) {
  #register-success-modal .col-info a.btn {
    width: 100%;
  }
}
#register-success-modal .col-info a.btn.btn-primary {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  #register-success-modal .col-info a.btn.btn-primary {
    margin-top: 20px;
  }
}
#register-success-modal .col-info a.btn.btn-secondary {
  margin-top: 17px;
}
@media (max-width: 767.98px) {
  #register-success-modal .col-info a.btn.btn-secondary {
    margin-top: 10px;
  }
}
#register-success-modal .col-coupon {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  #register-success-modal .col-coupon {
    width: 100%;
    padding: 0;
    margin-top: 13px;
  }
}
@media (max-width: 767.98px) {
  #register-success-modal .col-coupon a.btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #register-success-modal .col-coupon a.btn.btn-primary {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #register-success-modal .col-coupon a.btn.btn-secondary {
    margin-top: 10px;
  }
}

#popupMessageModal {
  padding: 0 20px !important;
}
#popupMessageModal .modal-dialog {
  margin: 62px auto;
  max-width: 577px;
}
#popupMessageModal .modal-header {
  border-bottom: 0;
}
#popupMessageModal .modal-body {
  padding: 20px 40px 100px 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #popupMessageModal .modal-body {
    padding: 20px 20px 80px 20px;
  }
}
#popupMessageModal .modal-body .title {
  font-size: 36px;
  font-weight: 500;
  color: #98012E;
}
@media (max-width: 767.98px) {
  #popupMessageModal .modal-body .title {
    font-size: 24px;
  }
}
#popupMessageModal .modal-body .message {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #popupMessageModal .modal-body .message {
    font-size: 16px;
  }
}
#popupMessageModal .modal-body a.btn-primary {
  margin-top: 38px;
  display: inline-block;
  max-width: 207px;
}
@media (max-width: 767.98px) {
  #popupMessageModal .modal-body a.btn-primary {
    margin-top: 21px;
  }
}

.btn-complete-profile {
  background: #ffffff !important;
  display: inline;
  color: #000 !important;
  width: 212px;
  margin: 0 5px;
  font-size: 14px;
}
@media screen and (max-width: 1400px) {
  .btn-complete-profile {
    display: block;
    margin: auto;
  }
}
.btn-complete-profile:hover {
  background: #000 !important;
  color: #ffffff !important;
}

.btn-continue-checkout {
  display: inline;
  margin: 0 5px;
  width: 212px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .btn-continue-checkout {
    display: block;
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .btn-continue-checkout {
    display: block;
    margin: auto;
    font-size: 14px;
    margin-top: 15px;
  }
}
.btn-side-panel-complete-profile {
  display: block;
  margin: auto;
  width: 212px;
  font-size: 14px;
}
@media screen and (max-width: 1400px) {
  .btn-side-panel-complete-profile {
    display: block;
    margin: auto;
  }
}
.btn-side-panel-continue-checkout {
  display: block;
  margin: auto;
  width: 212px;
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .btn-side-panel-continue-checkout {
    display: block;
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .btn-side-panel-continue-checkout {
    display: block;
    margin: auto;
    margin-top: 15px;
  }
}
.btn-side-panel-email-us {
  background: #ffffff !important;
  display: inline;
  color: #000 !important;
  margin: auto;
  width: 212px;
  font-size: 14px;
  margin-top: -63px;
}
@media screen and (max-width: 1400px) {
  .btn-side-panel-email-us {
    display: inline;
    margin: auto;
    max-width: 100%;
    font-size: 14px;
    margin-top: -63px;
  }
}
.btn-side-panel-email-us:hover {
  background: #000 !important;
  color: #ffffff !important;
}

.btn-side-panel-call-us {
  display: inline;
  margin: auto;
  width: 212px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .btn-side-panel-call-us {
    display: inline;
    margin: auto;
    margin-top: -63px;
    max-width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .btn-side-panel-call-us {
    display: inline;
    margin: auto;
    max-width: 100%;
    font-size: 14px;
    margin-top: -63px;
  }
}
.display-valid-feedback {
  width: 100%;
  margin-top: 8px;
  font-size: 0.875rem;
  color: #000000;
}

.try-again-link {
  margin-top: 50px;
}

.verify-disabled {
  opacity: 0.65;
}

.register-login {
  height: 92px;
  opacity: 0.6;
  background: var(--CTF-Gray-tint, #f2f0f0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .register-login {
    display: none;
  }
}

.register-login-btn {
  width: 96.399px !important;
  line-height: 8px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px !important;
  font-size: 14px !important;
}

.register-noside-custom-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-noside-custom-radio input[type=radio] {
  display: none;
}

.register-noside-custom-radio label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 48px;
  margin-right: 10px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  color: #796e65;
  opacity: 0.5;
}

.register-noside-custom-radio input[type=radio]:checked + label {
  border-color: #796e65;
  color: #796e65;
  opacity: 1;
}

@media (min-width: 768px) {
  .noside-register-form .col-padding-left {
    padding-left: 8px !important;
  }
  .noside-register-form .col-padding-right {
    padding-right: 8px !important;
  }
}
.noside-register-form .form-control {
  height: 48px !important;
}
.noside-register-form .pass-and-verification-row .verification-row a {
  top: 32px !important;
}
.noside-register-form .pass-and-verification-row .verification-row button {
  top: 29px;
  height: 47px;
}
.noside-register-form .pass-and-verification-row .email-verification-row a {
  top: 32px !important;
}
.noside-register-form .pass-and-verification-row .email-verification-row button {
  top: 30px;
  height: 48px;
}
.noside-register-form .form-row .form-group:not(.except) .eyes {
  line-height: revert;
}
.noside-register-form .form-row .checkbox-type-3 .label-checkbox:before {
  border: 2px solid #d9d9d9;
}
.noside-register-form .form-row .checkbox-type-3 .label-checkbox:after {
  color: #796e65;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .noside-register-form .form-row .checkbox-type-3 .label-checkbox:after {
    line-height: 22px;
    font-size: 12px;
  }
}
.noside-register-form .dob-row .age-group-row .form-control {
  margin-left: 0px;
}
.noside-register-form .dob-row .age-col {
  padding-right: 0px !important;
}
.noside-register-form .dob-row .age-group-row label {
  margin-left: 0px;
}
@media (max-width: 767.98px) {
  .noside-register-form .dob-row .age-group-row label,
  .noside-register-form .dob-row .age-group-row .form-control {
    margin-left: 0px;
  }
  .noside-register-form .dob-row .age-col {
    padding-right: 0px !important;
  }
}
.noside-register-form .dob-row label {
  height: 20px;
  overflow: hidden;
  position: unset;
}
.noside-register-form .dob-row label.disabled {
  color: #7F7F7F;
}
@media (max-width: 767.98px) {
  .noside-register-form .dob-row label {
    top: -8px;
    font-size: 11px;
  }
}
.noside-register-form .dob-row .form-group {
  margin-top: 0px;
  font-size: 0;
}
.noside-register-form .dob-row .month-row label {
  opacity: 0;
  display: block;
}
.noside-register-form .btn-create-account {
  margin-top: 3px;
  border-radius: unset;
}
.noside-register-form .captcha-input-row {
  font-size: 0;
}
.noside-register-form .communication-channels-label-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .register-scroll-over-header {
    top: 74px;
    right: 50%;
    position: fixed;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .register-scroll-over-footer {
    bottom: 0;
    position: absolute;
    right: 0;
    top: auto;
    left: 0;
  }
}

.register-wrapper-left-position {
  position: relative;
  right: 0;
}

.register-wrapper-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.register-wrapper-right-content {
  max-width: 640px;
}

.register-left-img-wrap {
  background-size: cover;
  min-height: 100vh;
}

@media (max-width: 1919.98px) {
  .register-form-nav.noside-register-form .col-padding-right {
    padding-right: 17px !important;
    padding-left: 5px !important;
  }
}
@media (max-width: 1199.98px) {
  .register-form-nav.noside-register-form .col-padding-right {
    padding-right: 0 !important;
  }
}
@media (max-width: 1919.98px) {
  .register-form-nav.noside-register-form .col-padding-left {
    padding-left: 17px !important;
  }
}
@media (max-width: 1023.98px) {
  .register-form-nav.noside-register-form .col-padding-left {
    padding-left: 5px !important;
  }
}
@media (max-width: 1919.98px) {
  .register-form-nav.noside-register-form .col-padding-left.verification-row, .register-form-nav.noside-register-form .col-padding-left.referral-row {
    padding-right: 0 !important;
  }
}
@media (max-width: 1919.98px) {
  .register-form-nav.noside-register-form .form-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1919.98px) {
  .register-form-nav.noside-register-form .form-row [class*=col-] {
    padding-left: 0 !important;
  }
}
@media (max-width: 1023.98px) {
  .register-form-nav.noside-register-form .form-row [class*=col-]#js-mobile-section {
    padding-right: 0;
  }
}
.register-form-nav.noside-register-form .gender-phone-row {
  width: 100%;
}
.register-form-nav.noside-register-form .pass-and-verification-row .verification-row #sendsms-button {
  color: #796E65;
}
@media (max-width: 1919.98px) {
  .register-form-nav.noside-register-form .pass-and-verification-row .verification-row #sendsms-button {
    right: 100px;
  }
  .register-form-nav.noside-register-form .pass-and-verification-row .verification-row #verify-button {
    right: 0;
    top: 29px;
  }
}
@media (min-width: 1200px) {
  .register-form-nav.noside-register-form .pass-and-verification-row .verification-row #sendsms-button {
    right: 100px;
  }
}
@media (min-width: 1920px) {
  .register-form-nav.noside-register-form .pass-and-verification-row .verification-row #sendsms-button {
    right: 120px;
  }
  .register-form-nav.noside-register-form .pass-and-verification-row .verification-row #verify-button {
    right: 17px;
  }
}
@media (min-width: 768px) {
  .register-form-nav.noside-register-form .submit-button-outer {
    margin-right: 17px;
  }
}
@media (min-width: 1920px) {
  .register-form-nav.noside-register-form .submit-button-outer {
    margin-right: 0;
  }
}

.customer-change-password-page .change-password-form-wrapper {
  margin-top: 18px;
  background: #fff;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .customer-change-password-page .change-password-form-wrapper {
    margin-top: 0;
    margin-bottom: 90px;
    padding: 30px 20px;
  }
}
.customer-change-password-page .change-password-form, .customer-change-password-page .create-password-form {
  max-width: 448px;
  margin: auto;
}
.customer-change-password-page .change-password-form .btn-primary, .customer-change-password-page .create-password-form .btn-primary {
  margin: 47px auto 0 auto;
  max-width: 206px;
}
@media (max-width: 767.98px) {
  .customer-change-password-page .change-password-form .btn-primary, .customer-change-password-page .create-password-form .btn-primary {
    margin: 30px auto 0 auto;
    max-width: initial;
  }
}

.profile-flex-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: Europa, NotoSansTC !important;
}

.flex-info-left {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #d9d9d9;
}

.flex-info-right {
  width: 44%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 50px;
}

.password-diamond-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

.password-diamond {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  overflow: visible;
  background-color: gray;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.form-row.information-row.communication-channels {
  padding-left: 35px;
}

.pt-account #maincontent {
  background: #f6f5f3 !important;
}

.customer-edit-profile-page {
  max-width: 1280px !important;
}
@media (max-width: 1199.98px) {
  .customer-edit-profile-page {
    max-width: 1080px !important;
  }
}
.customer-edit-profile-page .page-title {
  padding-top: 42px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .page-title {
    font-size: 26;
    padding: 30px 15px 20px;
  }
}
.customer-edit-profile-page .profile-nav .nav {
  display: inline-block;
}
.customer-edit-profile-page .profile-nav .nav li {
  float: left;
  padding: 2px 20px 0px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .profile-nav .nav li {
    padding: 0 10px;
  }
}
@media (max-width: 359.98px) {
  .customer-edit-profile-page .profile-nav .nav li {
    padding: 0;
  }
}
.customer-edit-profile-page .profile-nav .nav li a {
  display: inline-block;
  color: #796E65;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 0px 22px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .profile-nav .nav li a {
    padding: 0 10px;
    font-size: 12px;
    line-height: normal;
  }
}
@media (max-width: 359.98px) {
  .customer-edit-profile-page .profile-nav .nav li a {
    padding: 0;
  }
}
.customer-edit-profile-page .profile-nav .nav li a.active {
  border-bottom: 2px solid #1D1D1D;
  color: #1D1D1D;
}
.customer-edit-profile-page .separate {
  border-top: 1px solid #d9d9d9;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -5px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .separate {
    margin: -5px 15px 0;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper {
  padding: 0 0 88px;
  width: 1000px;
  margin: 0px 140px 0 140px;
}
.customer-edit-profile-page .edit-profile-form-wrapper .subscribe-form, .customer-edit-profile-page .edit-profile-form-wrapper .address-form {
  font-family: Europa, NotoSansTC !important;
}
@media (max-width: 1199.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper {
    padding: 0 20px 40px;
  }
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper {
    padding: 15px 15px 55px;
    margin-top: 0;
    font-size: 12px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box {
  position: relative;
  width: 100%;
  height: 240px;
  margin-top: 30px;
  padding-top: 70px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box {
    margin-top: 15px;
    padding-top: 30px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-words p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-words p {
    font-size: 18px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-words div {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-words div {
    font-size: 12px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-progress {
  position: absolute;
  right: 100px;
  top: 10px;
  height: 240px;
}
@media (max-width: 1199.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-progress {
    top: 50px;
  }
}
@media (max-width: 1023.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-progress {
    right: 50px;
  }
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-progress {
    right: 41%;
    top: 90px;
    scale: 0.8;
  }
}
@media (max-width: 399.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-progress {
    right: 32%;
  }
}
@media (max-width: 359.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-banner-box .profile-banner-progress {
    right: 28%;
  }
}
@media (min-width: 768px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-left {
    float: left;
    width: 49.2%;
  }
}
@media (min-width: 768px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-right {
    float: right;
    width: 49.2%;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box,
.customer-edit-profile-page .edit-profile-form-wrapper .profile-address-box,
.customer-edit-profile-page .edit-profile-form-wrapper .profile-password-box,
.customer-edit-profile-page .edit-profile-form-wrapper .profile-communication-box {
  width: 100%;
  background: #fff;
  padding: 8px 30px 30px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box,
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-address-box,
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-password-box,
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-communication-box {
    width: 100%;
    margin-top: 0;
    padding: 8px 15px 15px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .collapse-plus-icon:after {
  color: #A29061;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper #editProfileFormBlock .form-title-row {
    display: none;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-header .title {
  font-size: 38px;
  line-height: 42px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-header .title {
    font-size: 22px;
    text-align: center;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-header .summary {
  font-size: 21px !important;
  line-height: 25.2px !important;
  margin-top: 16px !important;
  margin-bottom: 1rem;
  padding-bottom: 21px !important;
  border-bottom: 1px solid #d9d9d9;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-header .summary {
    font-size: 14px;
    margin-top: 8px;
    padding-bottom: 10px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-header .summary .perinfo {
  float: left;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-header .summary .mandatory {
  float: right;
  font-size: 12px;
  line-height: 30px;
  opacity: 0.7;
}
.customer-edit-profile-page .edit-profile-form-wrapper .form-row {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .form-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .form-row > .col,
.customer-edit-profile-page .edit-profile-form-wrapper .form-row [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .form-row > .col,
  .customer-edit-profile-page .edit-profile-form-wrapper .form-row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .form-row .form-group {
  margin-bottom: 16px;
}
.customer-edit-profile-page .edit-profile-form-wrapper .form-row .form-group.except {
  margin-bottom: 0px !important;
}
.customer-edit-profile-page .edit-profile-form-wrapper .form-row label {
  margin-bottom: 10px;
}
.customer-edit-profile-page .edit-profile-form-wrapper .form-title-row .form-title {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .form-title-row .form-title {
    font-size: 18px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .form-title-row .promo-message {
  font-size: 14px;
  text-align: right;
  color: #98012E;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .form-title-row .promo-message {
    text-align: left;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .gender-and-phone-row {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .gender-and-phone-row {
    margin-top: 0;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .email-and-dob-row {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .email-and-dob-row {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .dob-row .form-group {
    margin-top: 20px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .kdp-row {
  margin-top: 20px;
}
.customer-edit-profile-page .edit-profile-form-wrapper .kdp-row .title-outer-group {
  margin-bottom: -15px;
  z-index: 1;
  position: relative;
  font-size: 14px;
}
.customer-edit-profile-page .edit-profile-form-wrapper .kdp-row .title-outer-group .tracking-consent {
  font-size: 12px;
  color: #524b4b;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .kdp-row .title-outer-group .tracking-consent {
    font-size: 10px;
    color: #7f7f7f;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box {
    margin-top: 15px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box .form-control {
  height: 48px;
  border: 1px solid #d9d9d9;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box .profile-min-img {
  height: 17px;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box .profile-min-img {
    height: 15px;
    margin-left: 10px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box .span-unverified {
  color: #b10a1b;
  font-size: 12px;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box .span-verified {
  color: #2a8d36;
  font-size: 12px;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box .profile-min-change {
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box .month-row {
  margin-top: 29px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-information-box .month-row {
    margin-top: 26px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-password-box {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-password-box {
    margin-top: 15px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-password-box .form-group {
  margin-bottom: 10px;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-password-box input {
  border: none;
  font-size: 20px;
  letter-spacing: 3px;
  padding-left: 0;
  opacity: 1;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-address-box {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-address-box {
    margin-top: 15px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-address-box .form-control {
  height: 48px;
  border: 1px solid #d9d9d9;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-communication-box {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .profile-communication-box {
    margin-top: 15px;
  }
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-communication-box .form-control {
  height: 48px;
  border: 1px solid #d9d9d9;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-communication-box .tnc-checkbox {
  font-size: 12px;
  line-height: 22px;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-communication-box .checkbox-type-3 .label-checkbox:before {
  border: 1px solid #d9d9d9;
}
.customer-edit-profile-page .edit-profile-form-wrapper .profile-communication-box .checkbox-type-3 .label-checkbox:after {
  color: #000;
}
.customer-edit-profile-page .edit-profile-form-wrapper .btn-save {
  width: 98%;
  height: 51px;
  font-size: 14px;
  border-radius: 0px;
  text-transform: uppercase;
  margin-left: 1%;
}
.customer-edit-profile-page .edit-profile-form-wrapper .btn-save ::after {
  width: 101%;
  left: -0.5%;
}
@media (max-width: 767.98px) {
  .customer-edit-profile-page .edit-profile-form-wrapper .btn-save {
    font-size: 12px;
    display: block;
    width: 100%;
  }
}

.info-progress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
@media (max-width: 1023.98px) {
  .info-progress-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .info-progress-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.progress-banner,
.register-info-progress-banner,
.welcome-coupon {
  background: #fff;
  width: calc(50% - 15px);
}
@media (max-width: 1023.98px) {
  .progress-banner,
  .register-info-progress-banner,
  .welcome-coupon {
    width: 100%;
  }
}

.progress-banner {
  padding: 40px 40px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: none;
  height: 240px;
}
@media (max-width: 1199.98px) {
  .progress-banner {
    padding: 0;
    width: 50%;
  }
}
.progress-banner .progress-block {
  width: 133px;
  height: 133px;
}
.progress-banner .progress-block .progress {
  width: 133px;
  height: 133px;
  background-color: #7a2328;
}
.progress-banner .progress-block .progress.blue .progress-bar {
  border-color: #c10016;
  border-width: 10px !important;
}
.progress-banner .progress-block .progress-value {
  top: 10px !important;
  right: 10px !important;
  left: 10px !important;
  bottom: 10px !important;
  background: #6b0a10;
  line-height: 133px;
  color: #fff;
}
.progress-banner .progress-block .progress-value .percent {
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}
.progress-banner .progress-block .progress-value .title {
  font-size: 12px;
  font-weight: 300;
}
.progress-banner .progress-block .progress_box {
  height: 1px;
}
.progress-banner .label {
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .progress-banner .label {
    font-size: 12px;
  }
}
.progress-banner .content {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #98012E;
}
@media (max-width: 767.98px) {
  .progress-banner .content {
    font-size: 18px;
    line-height: 24px;
  }
}
.progress-banner .btn {
  border: 1px solid #b5b5b5;
  width: 155px;
}
.progress-banner .btn:hover {
  border: 1px solid #796E65;
}

.register-info-progress-banner {
  padding: 40px 40px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}
@media (max-width: 1199.98px) {
  .register-info-progress-banner {
    padding: 0 40px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .register-info-progress-banner {
    width: 100%;
  }
}
.register-info-progress-banner .progress-block {
  width: 176px;
  height: 176px;
}
@media (max-width: 1399.98px) {
  .register-info-progress-banner .progress-block {
    width: 140px;
    height: 140px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 1199.98px) {
  .register-info-progress-banner .progress-block {
    width: 70px;
    height: 70px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin: 0 auto;
  }
}
@media (max-width: 1023.98px) {
  .register-info-progress-banner .progress-block {
    width: 160px;
    height: 160px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .register-info-progress-banner .progress-block {
    height: 100px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 359.98px) {
  .register-info-progress-banner .progress-block {
    width: 60px;
    height: 60px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
.register-info-progress-banner .label {
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .register-info-progress-banner .label {
    font-size: 12px;
  }
}
.register-info-progress-banner .content {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #98012E;
}
@media (max-width: 767.98px) {
  .register-info-progress-banner .content {
    font-size: 18px;
    line-height: 24px;
  }
}
.register-info-progress-banner .btn {
  border: 1px solid #b5b5b5;
  width: 155px;
}
.register-info-progress-banner .btn:hover {
  border: 1px solid #796E65;
}

.welcome-coupon {
  padding: 40px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 1199.98px) {
  .welcome-coupon {
    padding: 40px 20px;
  }
}
@media (max-width: 1023.98px) {
  .welcome-coupon {
    margin-top: 20px;
  }
}
.welcome-coupon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-coupon .label {
  font-size: 18px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .welcome-coupon .label {
    font-size: 12px;
  }
}
.welcome-coupon .content {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #343434;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .welcome-coupon .content {
    font-size: 18px;
    line-height: 24px;
  }
}
.welcome-coupon .btn {
  margin-top: auto;
  width: 155px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  border: 0;
}

.navigation-select {
  height: 60px;
  border-color: #cdcaca !important;
}

.nav-selected {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  color: #d1113a;
}

#drawer-delivery-address {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  #drawer-delivery-address {
    z-index: 1050;
    padding-top: 0;
    background: transparent;
    padding-top: 100px;
  }
  #drawer-delivery-address #drawer-delivery-address-content {
    background-color: #fff;
  }
}
#drawer-delivery-address.active {
  right: 0;
}

#drawer-delivery-favoriteaddress {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  #drawer-delivery-favoriteaddress {
    z-index: 1050;
    padding-top: 0;
    background: transparent;
    padding-top: 100px;
  }
  #drawer-delivery-favoriteaddress #drawer-delivery-address-content {
    background-color: #fff;
  }
}
#drawer-delivery-favoriteaddress.active {
  right: 0;
}

#drawer-delivery-address-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  z-index: 1040;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  #drawer-delivery-address-overlay {
    width: 100%;
  }
}
#drawer-delivery-address-overlay.active {
  display: block;
}

#drawer-delivery-address-content {
  height: 100%;
  overflow-y: auto;
  --scrollbar-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
#drawer-delivery-address-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#drawer-delivery-address-content::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #A36D1D;
  background-clip: padding-box;
}
#drawer-delivery-address-content::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background: #ccc;
  background-clip: padding-box;
}
#drawer-delivery-address-content {
  scrollbar-face-color: #A36D1D;
  scrollbar-track-color: #ccc;
}
#drawer-delivery-address-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
#drawer-delivery-address-content .veil .underlay {
  background-color: transparent;
}
#drawer-delivery-address-content .veil .dot1,
#drawer-delivery-address-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}
#drawer-delivery-address-content .region-select {
  text-align: center;
}

.counpon-container .header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counpon-container .header-group .count {
  margin-left: 5px;
}
.counpon-container .left-block .title {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .counpon-container .left-block .title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .counpon-container .left-block .title {
    font-size: 32px;
  }
}
.counpon-container .left-block .title i {
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .counpon-container .left-block .title i {
    font-size: 28px;
    margin-right: 10px;
  }
}
.counpon-container .coupon-card {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.counpon-container .coupon-card .coupon-header:before, .counpon-container .coupon-card .coupon-header:after {
  background: #F7F7F7;
}
.counpon-container .coupon-card .coupon-footer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#filterOptions .nav-item a {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 30px;
  border-radius: 50rem;
}
#filterOptions .nav-item:not(.active) a {
  color: #000;
}
#filterOptions .nav-item.active a {
  border: 1px solid #98012E;
  color: #98012E;
}

.subscriber-banner-wrapper {
  background: #fff;
  padding: 50px;
  margin-top: 18px;
}
@media (max-width: 1023.98px) {
  .subscriber-banner-wrapper {
    padding: 20px;
  }
}
.subscriber-banner-wrapper > div:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ddd;
}
.subscriber-banner-wrapper > div img {
  max-width: initial;
  width: 100%;
}

.subscriber-form-wrapper {
  background: #fff;
  margin-top: 10px;
  padding: 37px 124px;
}
@media (max-width: 1199.98px) {
  .subscriber-form-wrapper {
    padding: 37px 50px;
  }
}
@media (max-width: 1023.98px) {
  .subscriber-form-wrapper {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .subscriber-form-wrapper {
    margin-top: 0;
  }
}

.subscriber-newsletter-form {
  position: relative;
}
.subscriber-newsletter-form .form-heading {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .subscriber-newsletter-form .form-heading {
    font-size: 14px;
    font-weight: 400;
  }
}
.subscriber-newsletter-form label {
  margin: 0;
}
@media (max-width: 767.98px) {
  .subscriber-newsletter-form label {
    font-size: 14px;
    font-weight: 500;
  }
}
.subscriber-newsletter-form label small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .subscriber-newsletter-form label small {
    font-size: 13px;
  }
}
.subscriber-newsletter-form .btn-outline-fourth {
  color: #939597;
  font-weight: 400;
  padding: 11px 17px;
}
.subscriber-newsletter-form .btn-outline-fourth:hover {
  color: #fff;
}
.subscriber-newsletter-form .row-has-padding {
  padding-right: 120px;
}
@media (max-width: 767.98px) {
  .subscriber-newsletter-form .row-has-padding {
    padding-right: 0;
  }
}
.subscriber-newsletter-form .form-actions {
  position: absolute;
  top: 35px;
  right: 0;
}
@media (max-width: 767.98px) {
  .subscriber-newsletter-form .form-actions {
    position: relative;
    top: auto;
    right: auto;
  }
}

.expected-sell-gold-price {
  background: #EEEBE5;
  border: 1px solid #707070;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .expected-sell-gold-price {
    border: 0;
  }
}
.expected-sell-gold-price .box-label {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .expected-sell-gold-price .box-label {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.expected-sell-gold-price label {
  margin: 0;
  min-width: 60%;
  padding-right: 5px;
}
@media (max-width: 767.98px) {
  .expected-sell-gold-price label {
    font-size: 13px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .expected-sell-gold-price .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.expected-sell-gold-price #preset-price {
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 5px;
  font-size: 16px;
  color: #796E65;
}
@media (max-width: 767.98px) {
  .expected-sell-gold-price #preset-price {
    font-size: 14px;
    margin-top: 6px;
  }
}

@media (min-width: 1024px) {
  #goldprice-subscribe,
  #goldprice-alarm-value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

@media (max-width: 1023.98px) {
  #goldprice-subscribe {
    margin-bottom: 10px;
  }
}

.pt-account[data-action=Order-Details] .order-list > div {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.pt-account[data-action=Order-Details] .order-list .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pt-account[data-action=Order-Details] .order-list .order-item .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .pt-account[data-action=Order-Details] .navigation {
    display: none !important;
  }
  .pt-account[data-action=Order-Details] .my-account {
    position: relative;
  }
  .pt-account[data-action=Order-Details] .my-account a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #261B01;
  }
  .pt-account[data-action=Order-Details] .my-account .icon {
    position: absolute;
    left: 0;
  }
  .pt-account[data-action=Order-Details] .my-account span {
    margin-bottom: 1px;
  }
}
.pt-account .order-card {
  border-radius: 20px;
}
@media (max-width: 1023.98px) {
  .pt-account .order-card {
    border: none;
  }
}
.pt-account .order-card .left {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.pt-account .order-card .order-no {
  color: #808080;
  font-size: 16px;
}
.pt-account .order-card .order-no .value {
  padding-left: 10px;
}
.pt-account .order-card .border-group-container .border-group:not(:last-child) {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.pt-account .order-card .btn-detail {
  position: absolute;
  top: 0;
  right: 0;
  color: #98012E;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .pt-account .order-card .order-actions {
    margin-left: 20px;
  }
}
.pt-account .order-card .order-actions button,
.pt-account .order-card .order-actions a {
  width: 100%;
}
@media (max-width: 1023.98px) {
  [lang=en] .pt-account .order-card .order-actions .btn-my-order-detail {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .pt-account .order-card .order-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .pt-account .order-card .order-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
}
.pt-account .order-card .order-estimate {
  color: #BF301A;
}
.pt-account .order-detail .sp-summary {
  display: none;
}
.pt-account .order-detail .content-expand {
  display: none;
}
.pt-account .order-detail .psum {
  display: block;
}
.pt-account .order-detail .ddetail {
  display: none;
}
.pt-account .order-detail.expand .psum {
  display: none;
}
.pt-account .order-detail.expand .ddetail {
  display: block;
}
.pt-account .order-detail.expand .progressbar {
  display: none;
}
.pt-account .order-detail.expand .content-expand {
  display: block;
}
.pt-account .order-detail.expand .order-product-info .left.center {
  display: none !important;
}
.pt-account .order-detail.expand .order-list > div {
  display: block !important;
}
.pt-account .order-detail.expand .order-list .content-expand {
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .pt-account .order-detail.expand .order-list .content-expand {
    margin-left: 40px;
  }
}
.pt-account .order-detail.expand .order-list .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pt-account .order-detail.expand .order-list .order-item img {
  max-width: 140px;
}
.pt-account .order-detail.expand .order-list .title,
.pt-account .order-detail.expand .order-list .price {
  font-size: 18px;
  color: #0d0d0d;
}
@media (max-width: 767.98px) {
  .pt-account .order-detail.expand .order-list .title,
  .pt-account .order-detail.expand .order-list .price {
    font-size: 14px;
  }
}
.pt-account .order-detail.expand .order-list .price {
  font-weight: 500;
}
.pt-account .order-detail.expand .order-list .attr,
.pt-account .order-detail.expand .order-list .qty {
  font-size: 14px;
}
.pt-account .order-detail.expand .order-list .attr .label,
.pt-account .order-detail.expand .order-list .qty .label {
  color: #6d6e70;
}
.pt-account .order-detail.expand .order-list .attr .value,
.pt-account .order-detail.expand .order-list .qty .value {
  color: #0d0d0d;
}
.pt-account .order-detail.expand .sp-delivery {
  display: none;
}
.pt-account .order-detail.expand .sp-summary {
  display: block;
}
.pt-account .order-detail .icon-ctf {
  font-size: 28px;
  color: #98012E;
}

.order-header .icon-ctf {
  font-size: 28px;
  color: #98012E;
}
.order-header .orderStatus .badge {
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .order-header .label {
    width: 85px;
  }
}

.list-orders-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .list-orders-group {
    background: none;
    padding: 0;
  }
}
.list-orders-group .order-line {
  margin-top: 15px;
}
.list-orders-group .label-list-orders-group {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-list {
  margin: 0 -3px;
}
@media (min-width: 768px) {
  .order-list {
    margin: 0 -5px;
  }
}
@media (max-width: 1023.98px) {
  .order-list > div {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.order-list .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-list .order-item .overlay,
.order-list .order-item .overlay.largescreen {
  display: none;
}
.order-list .order-item:nth-child(n+9) {
  display: none;
}
.order-list .order-item:nth-child(8) .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-list .order-item:nth-child(8) .overlay.largescreen {
  display: none;
}
@media (max-width: 1023.98px) {
  .order-list .order-item {
    width: calc(25% - 10px);
  }
}
@media (min-width: 1024px) {
  .order-list .order-item:nth-child(n+8) {
    display: none;
  }
  .order-list .order-item:nth-child(7) .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.order-list .image {
  margin: 0 5px;
}
@media (min-width: 768px) {
  .order-list .image:nth-child(8) {
    display: none;
  }
}
.order-list img {
  width: 60px;
  height: 60px;
}
@media (min-width: 1024px) {
  .order-list img {
    width: 94px;
    height: 94px;
  }
}
.order-list .overlay {
  background-color: rgba(0, 0, 0, 0.1450980392);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .order-list .overlay {
    font-size: 24px;
  }
}
.order-list td.order-col-img {
  width: 150px;
}
.order-list td.order-col-qty {
  width: 100px;
}
.order-list td.order-col-price {
  width: 150px;
}
@media (max-width: 1023.98px) {
  .order-list td.order-col-img {
    width: 80px;
  }
  .order-list td.order-col-qty {
    width: 45px;
  }
  .order-list td.order-col-price {
    width: 100px;
  }
}

.order-header .copy .icon-copy {
  color: #98012E;
}
.order-header .copied {
  color: #fff;
  position: absolute;
  background: #A29061;
  padding: 2px 10px;
  display: block;
  left: 7px;
  font-size: 14px;
  border-radius: 5px;
  top: -27px;
  white-space: nowrap;
}
.order-header .order-estimate {
  color: #BF301A;
}
.order-header .orderStatus.waiting .badge {
  background-color: #BF301A;
}
.order-header .orderStatus.processing .badge {
  background-color: #A29061;
}
.order-header .orderStatus.done .badge {
  background-color: #1a9b40;
}
.order-header .orderStatus.fail .badge {
  background-color: #939597;
}
.order-header .orderStatus .badge {
  color: #fff;
}

.order-detail .order-sumary {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-top: 6px solid #A29061;
}
@media (min-width: 769px) {
  .order-detail .order-sumary {
    width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .order-detail .order-sumary {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .order-detail .order-sumary {
    width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}
@media (max-width: 767.98px) {
  .order-detail .order-sumary .btn.js-summary-order-expand {
    float: left;
    width: 49%;
  }
  .order-detail .order-sumary .btn:last-child {
    float: right;
    width: 49%;
  }
}
.order-detail .confirm-details .card-header-custom {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .order-detail .confirm-details .card-header-custom {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .order-detail .confirm-details .card-body {
    width: 100%;
  }
  .order-detail .confirm-details .card-body .store-name {
    font-size: 14px;
  }
}
.order-detail .order-header .orderNo {
  margin-left: 0 !important;
}
.order-detail .single-shipping .order-md-last {
  display: none;
}
@media (min-width: 1024px) {
  .order-detail .single-shipping .storePickup {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.order-detail .single-shipping .shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.order-detail .single-shipping .shipping .shipping-addr-label {
  color: #a2a2a2;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .order-detail .single-shipping .shipping .shipping-addr-label {
    margin-bottom: 5px;
  }
}
.order-detail .single-shipping > div {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1400px) {
  .order-detail .single-shipping > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.order-detail .single-shipping > div > div:last-child {
  margin-top: 10px;
}
.order-detail .order-product-summary .card {
  background-color: #F7F6F2;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .order-detail .order-product-summary .card {
    border-radius: 20px;
  }
}
.order-detail .order-product-summary .row-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .order-detail .order-product-summary .row-info.order-product-info {
    display: block;
  }
  .order-detail .order-product-summary .row-info.order-product-info .right {
    font-size: 14px;
  }
}
.order-detail .order-product-summary .row-info .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .order-detail .order-product-summary .row-info .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.order-detail .order-product-summary .row-info .left .text {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
}
.order-detail .order-product-summary .row-info .left.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[lang=en] .order-detail .order-product-summary .row-info .left.center {
  margin-right: 10px;
}
.order-detail .order-product-summary .row-info .right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.order-detail .order-product-summary .warning-label {
  background-color: #BF301A;
  color: #fff;
  max-width: 120px;
  text-align: center;
  border-top-left-radius: 20px;
  margin-left: -20px;
  margin-top: -20px;
  padding: 7px 20px;
  margin-bottom: 30px;
}
.order-detail .order-product-summary .order-estimate {
  color: #BF301A;
}
@media (min-width: 1580px) {
  .order-detail .order-product-summary .order-estimate {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }
}
.order-detail .order-sumary {
  font-size: 14px;
}
@media (min-width: 768px) {
  .order-detail .order-sumary {
    font-size: 16px;
  }
}
.order-detail .order-sumary .title {
  font-size: 21px;
}
@media (min-width: 768px) {
  .order-detail .order-sumary .title {
    font-size: 24px;
  }
}
.order-detail .order-sumary .grand-total .order-receipt-label {
  font-size: 18px;
}
.order-detail .order-sumary .grand-total .grand-total-sum {
  font-size: 16px;
}
@media (min-width: 768px) {
  .order-detail .order-sumary .grand-total .grand-total-sum {
    font-size: 18px;
  }
}
.order-detail .order-sumary .shipping-discount {
  color: #796E65;
}
.order-detail .order-sumary .shipping-discount-total,
.order-detail .order-sumary .order-discount-total,
.order-detail .order-sumary .applied-promotion-discount {
  color: #BF301A;
}
.order-detail .order-sumary .coupon-discount .coupon-information {
  width: 100%;
}
.order-detail .order-sumary .coupon-discount .coupon-information .promotion-name {
  width: 65%;
}
.order-detail .order-sumary .discount-coupon-code {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 400;
}
.order-detail .product-summary .delivery a {
  color: #A29061;
}

.progressbar {
  margin: 20px -10px 50px -10px;
  counter-reset: step;
  padding: 0;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.progressbar li:before {
  width: 10px;
  height: 10px;
  content: "";
  line-height: 30px;
  border: 2px solid #bcbcbc;
  background-color: #bcbcbc;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.progressbar li.active {
  z-index: 1;
}
.progressbar li:after {
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  background-color: #bcbcbc;
  top: 3px;
  left: -52%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active:before {
  border-color: #A29061;
  background-color: #A29061;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.progressbar li.active:after {
  background-color: #A29061;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.progressbar li .item .icon {
  background: #A29061;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: -18px auto 0;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  display: none;
}
.progressbar li .item .label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
}
.progressbar li.current:before {
  display: none;
}
.progressbar li.current .icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.progressbar li.current + li:after {
  width: 78%;
  left: -33%;
}
.progressbar li.current + li:last-child:after {
  width: 79%;
  left: -34%;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .store-results {
    display: block;
  }
}
.store-results .store-image {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .store-results .store-image {
    max-width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 767.98px) {
  .store-results .store-info {
    margin-left: 0;
    margin-top: 15px;
  }
  .store-results .store-info .whatapp,
  .store-results .store-info .phone {
    width: 100%;
  }
}
.store-results .store-info .store-name {
  font-size: 16px;
}
.store-results .store-info .full-address .icon,
.store-results .store-info .store-hours .icon {
  font-size: 18px;
}
.store-results .store-info .full-address .value,
.store-results .store-info .store-hours .value {
  font-size: 14px;
}

.store-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store-details .store-image {
  max-width: 270px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
.store-details .store-image img {
  width: 100%;
}
.store-details .tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #BF301A;
  color: white;
  padding: 5px 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-details .tag span {
  padding-left: 5px;
}
.store-details .store-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.store-details .store-info address {
  margin-bottom: 0;
}
.store-details .store-info .store-name {
  font-size: 16px;
}
.store-details .store-info .full-address,
.store-details .store-info .store-hours {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin-top: 10px;
}
.store-details .store-info .full-address .icon,
.store-details .store-info .store-hours .icon {
  font-size: 20px;
}
.store-details .store-info .full-address .value,
.store-details .store-info .store-hours .value {
  padding-left: 10px;
}
.store-details .store-info .link-map {
  background-color: #5F92F8;
  color: #fff;
  padding: 2px 5px;
  border-radius: 15px;
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
}
.store-details .store-info .link-map img {
  vertical-align: baseline;
}
.store-details .store-info .link-map .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-details .store-info .link-map .flex span {
  padding-left: 5px;
}
.store-details .store-info .bottom {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-left: 20px;
}
@media (min-width: 1200px) and (max-width: 1466px) {
  .store-details .store-info .bottom {
    margin-left: 0;
  }
}
@media (max-width: 374.98px) {
  .store-details .store-info .bottom {
    display: block;
  }
}
.store-details .store-info .bottom .phone {
  padding: 10px;
  border: 1px solid #E6DFDF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-details .store-info .bottom .phone .label {
  color: #8B8B8B;
  font-size: 11px;
}
.store-details .store-info .bottom .phone .value {
  margin-left: 0;
  font-size: 12px;
  color: #171717;
}
.store-details .store-info .bottom .phone .icon {
  font-size: 30px;
}
.store-details .store-info .bottom .storelocator-phone {
  margin-left: 8px;
}
.store-details .store-info .bottom .storelocator-phone .value {
  font-size: 12px !important;
}
.store-details .store-info .bottom > div {
  margin: 0 5px;
  min-width: 150px;
}
@media (min-width: 1200px) and (max-width: 1466px) {
  .store-details .store-info .bottom > div {
    width: 100%;
  }
  .store-details .store-info .bottom > div:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 374.98px) {
  .store-details .store-info .bottom > div {
    width: 100%;
  }
  .store-details .store-info .bottom > div:last-child {
    margin-top: 10px;
  }
}
.store-details .store-info .bottom .whatapp .icon {
  color: #45C554;
}

.store-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .store-details {
    padding: 0;
    display: block;
  }
  .store-details .tag {
    padding: 3px 8px;
    font-size: 10px;
  }
  .store-details .store-image {
    max-width: 100%;
  }
  .store-details .store-info {
    margin-left: 0;
    margin-top: 10px;
  }
  .store-details .store-info .store-name {
    font-size: 12px;
  }
  .store-details .store-info .top .full-address .value {
    width: 90%;
  }
  .store-details .store-info .bottom {
    margin-left: 0;
    gap: 10px;
  }
  .store-details .store-info .bottom .phone {
    margin: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .store-details .store-info .bottom .phone .value {
    font-size: 12px;
  }
  .store-details .full-address,
  .store-details .store-hours {
    font-size: 12px;
    margin-top: 5px;
  }
  .store-details .full-address .icon,
  .store-details .store-hours .icon {
    font-size: 16px;
  }
  .store-details .full-address .value,
  .store-details .store-hours .value {
    padding-left: 5px;
  }
  .store-details .phone .label,
  .store-details .whatapp .label {
    font-size: 11px;
  }
  .store-details .phone .value,
  .store-details .whatapp .value {
    font-size: 12px;
  }
  .store-details .phone .icon,
  .store-details .whatapp .icon {
    font-size: 20px;
  }
}

.order-empty .headline {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .order-empty .headline {
    font-size: 18px;
  }
}
.order-empty .text.dim {
  font-size: 32px;
  color: #939597;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .order-empty .text.dim {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.order-empty .center-box {
  min-height: 360px;
}

.order-mobile-line {
  height: 10px;
  background-color: #F7F7F7;
}

.order-total-summary .shipping-total-cost {
  color: #98012E;
}

.order-history .order-count {
  font-weight: bold;
}

.order-history .order-body .btn-detail {
  padding: 18px 14px;
}

.affiliate-program-wrapper {
  text-align: center;
  background: #fff;
  margin-top: 20px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper {
    background: #fff;
    padding: 0px 20px 40px 20px;
  }
}
.affiliate-program-wrapper .program-title {
  font-size: 32px;
  text-align: center;
  color: #98012E;
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper .program-title {
    font-size: 18px;
  }
}
.affiliate-program-wrapper .program-member-info {
  margin: 20px 0 10px 0;
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper .program-member-info {
    margin: 10px 0;
  }
}
.affiliate-program-wrapper .program-member-info .name {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper .program-member-info .name {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper .program-member-info .level {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper .view-point-detail {
    font-size: 14px;
  }
}
.affiliate-program-wrapper .program-points {
  color: #98012E;
  font-size: 96px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper .program-points {
    font-size: 48px;
  }
}
.affiliate-program-wrapper .program-point-label {
  color: #98012E;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper .program-point-label {
    font-size: 24px;
  }
}
.affiliate-program-wrapper .promoted-membership {
  color: #363636;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper .promoted-membership {
    font-size: 14px;
    margin-top: 10px;
  }
}
.affiliate-program-wrapper .customer-membership-progress {
  display: inline-block;
  margin-top: 18px;
}
.affiliate-program-wrapper .customer-membership-progress .progress {
  width: 300px;
  height: 300px;
}
@media (max-width: 767.98px) {
  .affiliate-program-wrapper .customer-membership-progress .progress {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -30px;
    margin-bottom: -50px;
  }
}
@media (max-width: 359.98px) {
  .affiliate-program-wrapper .customer-membership-progress .progress {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -40px;
    margin-bottom: -70px;
    margin-left: -15px;
  }
}
.affiliate-program-wrapper .customer-membership-progress .progress .progress_box {
  height: 25px;
}
.affiliate-program-wrapper .customer-membership-progress .progress > span.arrow:after {
  left: 147px;
  background-size: 25px auto;
  width: 25px;
  height: 25px;
}
.affiliate-program-wrapper .customer-membership-progress .progress .progress-value {
  line-height: 1;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}
.affiliate-program-wrapper .customer-membership-progress .progress .progress-value .currency {
  font-size: 20px;
  font-weight: 300;
}
.affiliate-program-wrapper .customer-membership-progress .progress .progress-value .percent {
  font-size: 48px;
  margin-top: 30px;
}
.affiliate-program-wrapper .customer-membership-progress .progress .progress-value .title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.affiliate-program-wrapper .customer-membership-progress .progress .progress-bar {
  border-width: 25px;
}
.affiliate-program-wrapper .customer-membership-progress .progress .progress-right .progress-bar {
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}
.affiliate-program-wrapper .customer-membership-progress .progress .progress-left .progress-bar {
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}

.table-membership-page {
  margin-bottom: 25px;
}
.table-membership-page.table-points {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 3px 0;
}
.table-membership-page.table-points thead th {
  font-weight: 500;
  text-align: center;
  background: #F7F6F2;
  border-right: 1px solid #F7F6F2;
  border-left: 1px solid #F7F6F2;
}
.table-membership-page.table-points tbody td {
  border: 1px solid #E8E5D9;
  border-top: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #98012E;
}
@media (max-width: 767.98px) {
  .table-membership-page.table-points tbody td {
    font-size: 14px;
  }
}
.table-membership-page thead th {
  background: #E3E6EB;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #E3E6EB;
  border-left: 1px solid #E3E6EB;
  font-weight: 400;
  text-align: center;
}
.table-membership-page thead th:not(:last-child) {
  border-right: 1px solid #F7F6F4;
}
@media (max-width: 767.98px) {
  .table-membership-page thead th {
    font-size: 12px;
  }
}
.table-membership-page tbody td {
  border: 1px solid #F7F6F4;
  padding: 10px 30px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .table-membership-page tbody td {
    padding: 0.75rem;
    font-size: 12px;
  }
}
.table-membership-page tbody td.images {
  text-align: center;
}
.table-membership-page tbody td img {
  max-width: 210px;
  margin: 15px 0;
}
@media (max-width: 1023.98px) {
  .table-membership-page tbody td img {
    max-width: 120px;
  }
}
@media (max-width: 767.98px) {
  .table-membership-page tbody td img {
    max-width: 80px;
    margin: 15px;
  }
}
.table-membership-page tbody td .title {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .table-membership-page tbody td .title {
    font-size: 16px;
  }
}
.table-membership-page .blue-bg {
  color: #fff;
  font-weight: 700;
  background: #2e3c6b;
}
.table-membership-page .gray-bg {
  color: #fff;
  font-weight: 700;
  background: #acb3bd;
}
.table-membership-page .yellow-bg {
  color: #fff;
  font-weight: 700;
  background: #a39469;
}
.table-membership-page .purple-bg {
  color: #fff;
  font-weight: 700;
  background: #3d2d52;
}

.membership-ctf-club {
  padding: 0 70px 100px 70px;
  background: #fff;
}
@media (max-width: 1023.98px) {
  .membership-ctf-club {
    padding: 0 20px 40px 20px;
  }
}
.membership-ctf-club .block-title {
  text-align: center;
  font-size: 24px;
  color: #98012E;
}
@media (max-width: 767.98px) {
  .membership-ctf-club .block-title {
    font-size: 18px;
  }
}
.membership-ctf-club .block-description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .membership-ctf-club .block-description {
    font-size: 14px;
  }
}
.membership-ctf-club .collapse-title {
  font-size: 24px;
  padding: 15px 30px 15px 0;
  border-top: 1px solid #D4D4D4;
  margin-top: -1px;
}
.membership-ctf-club .collapse-title.collapsed {
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 767.98px) {
  .membership-ctf-club .collapse-title {
    font-size: 16px;
  }
}
.membership-ctf-club .collapse-plus-icon::after {
  font-size: 28px;
  color: #A29061;
}
@media (max-width: 767.98px) {
  .membership-ctf-club .collapse-plus-icon::after {
    font-size: 16px;
  }
}
.membership-ctf-club .collapse-content {
  padding-bottom: 38px;
  border-bottom: 1px solid #D4D4D4;
}
.membership-ctf-club .desc-of-table {
  margin: 10px 0 35px 0;
}
@media (max-width: 767.98px) {
  .membership-ctf-club .desc-of-table {
    margin: 0 0 25px 0;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .membership-ctf-club .table-membership-note {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .membership-ctf-club .table-upgrade,
  .membership-ctf-club .table-downgrade,
  .membership-ctf-club .table-renewal {
    margin-bottom: 0;
  }
}
.membership-ctf-club .membership-ctf-club-note {
  font-size: 12px;
  margin-top: 20px;
}

.member-plan-banner-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .member-plan-banner-wrapper {
    margin-bottom: 20px;
  }
}

.table-point-wrapper {
  background: #fff;
  padding: 0 70px 150px 70px;
}
@media (max-width: 1023.98px) {
  .table-point-wrapper {
    padding: 0 20px 70px 20px;
  }
}

.gold-table {
  padding: 20px;
}
.gold-table .col1 {
  background-color: #fff;
  color: #796E65;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.gold-table .col-type {
  background-color: #fff;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .gold-table .col-type {
    font-size: 14px;
  }
}
.gold-table .col-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .gold-table .col-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.gold-table th,
.gold-table td {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}
.gold-table tr:first-child th,
.gold-table tr:first-child td {
  border-top: 1px solid #e6e6e6;
}
.gold-table tr:last-child th,
.gold-table tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}
.gold-table .table {
  width: 100%;
  margin-bottom: 20px;
}
.gold-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #F0F0F0;
}
.gold-table .note-left {
  color: rgba(121, 110, 101, 0.5019607843);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 12px;
}

.gold-realtime-container {
  position: absolute;
  display: none;
}
.gold-realtime-container.place_left {
  left: 0;
}
.gold-realtime-container .nav-tabs {
  background-color: #F7F7F7;
  border-bottom: none;
  padding: 15px 0;
}
.gold-realtime-container .nav-tabs .nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #000 !important;
  background-color: transparent;
}
.gold-realtime-container .nav-tabs .nav-link.active {
  border-bottom: 3px solid #BA981F;
  color: #BA981F !important;
}
.gold-realtime-container .tab-content {
  padding: 0;
  min-width: 440px;
}
.gold-realtime-container .tab-content > .tab-pane {
  background-color: #fff;
}
.gold-realtime-container .note {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  color: #707070;
}

.gold-price-realtime .gold-realtime-container {
  display: none;
  padding-top: 10px;
}
.gold-price-realtime:hover .gold-realtime-container {
  display: block;
}

.page_real_gold {
  position: relative;
}
.page_real_gold:hover .gold-realtime-container {
  display: block;
}
.page_real_gold.place_right .gold-realtime-container {
  right: 0;
}

.realtime-gold-price-table {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}
.realtime-gold-price-table .gold-table {
  padding: 25px 0 20px 0px;
}
.realtime-gold-price-table .gold-table th, .realtime-gold-price-table .gold-table td {
  text-align: right;
}
.realtime-gold-price-table .gold-table .col-type {
  text-align: left;
}
@media (max-width: 767.98px) {
  .realtime-gold-price-table {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .realtime-gold-price-table .gold-table {
    margin: auto;
    max-width: 360px;
    padding-top: 15px;
  }
}
.realtime-gold-price-table .gold-realtime-container {
  display: block;
  position: static;
  width: 1140px;
}
.realtime-gold-price-table .gold-realtime-container .search-breadcrumb .breadcrumb {
  padding-top: 8px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .realtime-gold-price-table .gold-realtime-container .search-breadcrumb {
    display: none;
  }
}
.realtime-gold-price-table .gold-realtime-container .gold-price-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .realtime-gold-price-table .gold-realtime-container .gold-price-btns {
    height: 71px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .realtime-gold-price-table .gold-realtime-container .gold-price-btns .gold-price-realtime {
    margin-left: 0;
  }
}
.realtime-gold-price-table .gold-realtime-container .gold-price-btns .subscriber-button {
  width: 198px;
  height: 44px;
  line-height: 18px;
  font-size: 14px;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .realtime-gold-price-table .gold-realtime-container .gold-price-btns .subscriber-button {
    width: 360px;
    height: 46px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .realtime-gold-price-table .gold-realtime-container .is-pc-btn {
    display: none;
  }
}
.realtime-gold-price-table .gold-realtime-container .is-mobile-btn {
  display: none;
}
@media (max-width: 767.98px) {
  .realtime-gold-price-table .gold-realtime-container .is-mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 99;
  }
}
.realtime-gold-price-table .gold-realtime-container .gold-price-margin.gold-price-row {
  margin-top: 47px;
  margin-bottom: 2px;
  padding-left: 0px;
}
@media (max-width: 767.98px) {
  .realtime-gold-price-table .gold-realtime-container .gold-price-margin.gold-price-row {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
  }
  .realtime-gold-price-table .gold-realtime-container .gold-price-margin.gold-price-row .gold-price-row-tit {
    padding: 0 35px;
  }
}
.realtime-gold-price-table .gold-realtime-container .gold-price-margin.gold-price-row .gold-price-title {
  height: 61px;
  font-size: 51px;
  font-weight: 400;
  line-height: 61.2px;
  text-align: left;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}
@media (max-width: 767.98px) {
  .realtime-gold-price-table .gold-realtime-container .gold-price-margin.gold-price-row .gold-price-title {
    text-align: center;
    padding-top: 32px;
    font-size: 32px;
    line-height: 38.4px;
  }
}
.realtime-gold-price-table .tab-pane {
  background-color: transparent !important;
}
.realtime-gold-price-table .tab-pane .tab-content {
  -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.realtime-gold-price-table .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  padding: 20px 0;
}
.realtime-gold-price-table .nav-tabs .nav-link {
  color: #393939;
  font-size: 20px;
}
.realtime-gold-price-table .nav-tabs .nav-link.active {
  border-bottom: 2px solid #BA981F;
}
.realtime-gold-price-table .nav-tabs .nav-item {
  width: 200px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.realtime-gold-price-table .note {
  display: none;
}

.gold-pellet-asset-warp {
  padding-left: 35px;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .gold-pellet-asset-warp {
    padding: 0;
  }
}

.gold-table-asset-warp {
  padding-right: 35px;
}
@media (max-width: 767.98px) {
  .gold-table-asset-warp {
    padding: 0;
  }
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.wishlist-content {
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
.wishlist-content .breadcrumb {
  padding-left: 0 !important;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .wishlist-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .wishlistItemCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px; /* 调整此处的值来控制商品间距 */
  }
}
.wishlistItemCards .wishlistItemCardsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.wishlistItemCards .wishlistItemCardsWrapper .wishlist-card {
  background-color: #fff;
}
.wishlistItemCards .wishlistItemCardsWrapper .wishlist-card .row {
  margin-left: 0px;
  margin-right: 0px;
}
.wishlistItemCards .wishlistItemCardsWrapper .wishlist-card .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .wishlistItemCards .wishlistItemCardsWrapper .wishlist-card {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    max-width: 25%;
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px); /* 调整此处的值来控制每个商品的宽度 */
    padding: 0 10px; /* 调整此处的值来控制商品内部内容与边缘的间距 */
  }
}
@media (max-width: 767.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .wishlist-card {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    max-width: 50%;
    -ms-flex-preferred-size: calc(100% - 10px);
        flex-basis: calc(100% - 10px); /* 调整此处的值来控制每个商品的宽度 */
    padding: 0 5px; /* 调整此处的值来控制商品内部内容与边缘的间距 */
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .wishlist-card .wishlist-card-inner {
  background-color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .wishlist-card .wishlist-card-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .wishlist-card .wishlist-card-inner .item-inner-element {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.wishlistItemCards .wishlistItemCardsWrapper .wishlist-card .wishlist-card-inner .item-inner-element .wishlist-header-chk-cls display:inline .item-checkbox-inner {
  width: 95%;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info {
  border: none;
  margin-bottom: 10px;
  background-color: #FFF;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .item-image {
  height: 100%;
  width: 100%;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .item-image img.product-image {
  width: 100%;
  max-height: initial;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .product-card-price .line-item-price-info {
  display: none;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .product-card-price .strike-through {
  font-size: 14px;
  color: #808080;
}
@media (max-width: 767.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .product-card-price .strike-through {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .product-card-price .col-5 {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .remove-from-wishlist {
  position: static;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .remove-from-wishlist span:first-child {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .remove-from-wishlist span:last-child {
  margin-left: 5px;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .line-item-name,
.wishlistItemCards .wishlistItemCardsWrapper .product-info .product-card-price .sales {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #796E65;
}
@media (min-width: 768px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .line-item-name,
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .product-card-price .sales {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .line-item-name,
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .product-card-price .sales {
    font-size: 14px;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .price {
  font-size: 14px;
  color: #796E65;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .price .sales {
  color: #796E65;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .price del {
  font-size: 12px;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .price del + span {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 10px;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .price del + span.sales {
  color: #796E65;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .price del + span.promotional-price {
  color: #AB2328;
}
@media only screen and (min-width: 768px) and (max-width: 860px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .line-item-name {
    max-width: 14vw;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background-color: #FFF;
}
@media (min-width: 1024px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes {
    max-width: 100%;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes .product-number {
  height: 0;
  visibility: hidden;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes .product-collection-wishlist {
  color: #B78E6C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 20px;
}
@media (max-width: 767.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes .product-collection-wishlist {
    font-size: 12px;
    line-height: 120%;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes .line-item-header-item {
  min-height: 30px;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes .line-item-header {
    height: 42px;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes .line-item-header a {
  display: block;
  white-space: normal;
  width: 100%;
  color: #796E65;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes .line-item-header a {
    font-size: 12px;
    line-height: 120%;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .line-item-attributes {
  font-size: 14px;
  color: #808080;
  margin: 0;
  text-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .line-item-attributes {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .line-item-attributes {
    font-size: 14px;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .line-item-attributes .value {
  margin-left: 7px;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .edit-add-to-wishlist .edit {
  color: #A36D1D;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions {
  float: right;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .top {
  height: 100%;
  width: 100%;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .bottom {
  width: 100%;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .search-wishlist,
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .remove-from-wishlist {
  color: #796E65;
}
@media (min-width: 768px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .search-wishlist,
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .remove-from-wishlist {
    color: #999;
  }
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .search-wishlist:hover,
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .remove-from-wishlist:hover {
    color: #796E65;
    text-decoration: none;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .add-to-cart,
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .added-to-cart,
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .stock-notity-button,
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .contact-us-button {
  width: 100%;
  margin-right: 0;
  float: none;
  border-radius: 30px;
  font-size: 14px;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .stock-notity-button,
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .contact-us-button {
  display: block !important;
}
@media (max-width: 1023.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .stock-notity-button,
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .contact-us-button {
    padding: 8px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList {
    padding: 0;
  }
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .wishlist-move .move {
  width: 100%;
  margin-right: 0;
  float: none;
  border-radius: 30px;
  font-size: 14px;
}
.wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .select-attributes-wishList .select-attributes-btn, .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .select-attributes-wishList .select-attributes-pair-btn {
  width: 100%;
  margin-right: 0;
  float: none;
  border-radius: 30px;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .select-attributes-wishList {
    padding: 0;
  }
}

.add-to-wishlist-messages,
.remove-from-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}
.add-to-wishlist-messages i,
.remove-from-wishlist-messages i {
  margin-right: 10px;
}

.add-to-wishlist-alert,
.remove-from-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-wishlist-alert.show,
.remove-from-wishlist-alert.show {
  display: block;
}

.add-to-cart-wishList .add-to-cart,
.add-to-cart-wishList .added-to-cart {
  float: right;
  margin-right: 1.5em;
  min-width: 130px;
  max-width: 200px;
}
@media (max-width: 479.98px) {
  .add-to-cart-wishList .add-to-cart,
  .add-to-cart-wishList .added-to-cart {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .add-to-cart-wishList .add-to-cart,
  .add-to-cart-wishList .added-to-cart {
    padding: 8px;
    font-size: 14px;
  }
}

.justify-content-center-wishlist-wrapper {
  margin: 0 auto;
}
.justify-content-center-wishlist-wrapper .table-line {
  margin-top: 24px;
  margin-bottom: 33px;
}
@media (max-width: 767.98px) {
  .justify-content-center-wishlist-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .justify-content-center-wishlist-wrapper .table-line {
    margin-top: 14px;
    margin-bottom: 12px;
  }
}

.wishlist-move {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .wishlist-move {
    margin-top: 0;
  }
}
.wishlist-move .move {
  float: right;
  margin-right: 1.5em;
  min-width: 130px;
  max-width: 200px;
}
@media (max-width: 479.98px) {
  .wishlist-move .move {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .wishlist-move .move {
    padding: 8px;
    font-size: 14px;
  }
}

.select-attributes-btn, .select-attributes-pair-btn {
  float: right;
  margin-right: 1.5em;
  min-width: 130px;
  max-width: 200px;
}
@media (max-width: 479.98px) {
  .select-attributes-btn, .select-attributes-pair-btn {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .select-attributes-btn, .select-attributes-pair-btn {
    padding: 8px;
    font-size: 14px;
  }
}

.select-attributes-wishList .select-attributes-btn, .select-attributes-wishList .select-attributes-pair-btn {
  float: right;
  margin-right: 1.5em;
}
@media (max-width: 479.98px) {
  .select-attributes-wishList .select-attributes-btn, .select-attributes-wishList .select-attributes-pair-btn {
    float: none;
    width: 100%;
  }
}

.wishlist-item-update-button-block {
  text-align: center;
}
@media (max-width: 479.98px) {
  .wishlist-item-update-button-block {
    padding-bottom: 26px;
  }
  .wishlist-item-update-button-block .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.update-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.update-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.update-wishlist-alert.show {
  display: block;
}

.more-wl-items,
.my-account {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

#wishlist-search .wishlist-error-search {
  margin-top: 1rem;
}
#wishlist-search button {
  margin-bottom: 1rem;
}

.wl-hit,
.find-another-wl {
  margin-top: 1rem;
}

.wishlist-owner {
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-style: normal;
  font-size: 38px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  margin-bottom: 26px;
  margin-top: 42px;
  color: #796E65;
  line-height: 120%;
}
.wishlist-owner .icon-heart {
  font-size: 24px;
  margin-right: 10px;
  margin-top: 3px;
}
.wishlist-owner .wishlist-total {
  margin-left: 8px;
  color: #796E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: -8px;
}

.wishlist .custom-checkbox .custom-control-label:before, .wishlist .custom-checkbox .custom-control-label:after {
  border: 1px solid #D9D9D9;
  background-color: #fff;
}
.wishlist .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  background-image: url("../images/icon-check-mark.svg");
}
.wishlist .product-info {
  margin-bottom: 0.313em;
  padding: 0px;
}
.wishlist .product-info .item-checkbox {
  padding-left: 10px;
}
@media (max-width: 479.98px) {
  .wishlist .product-info .item-checkbox {
    position: absolute;
    width: 100%;
  }
}
.wishlist .product-info .item-checkbox .form-group {
  margin-bottom: 8px;
}
.wishlist .product-info .remove-btn {
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0.25rem;
  border: none;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .wishlist .product-info .remove-btn {
    top: 0;
    bottom: 0;
    right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 768px) {
  .wishlist .product-info {
    height: auto;
  }
}
@media (max-width: 479.98px) {
  .wishlist .btn-group .custom-checkbox .custom-control-label {
    font-size: 12px;
  }
  .wishlist .btn-group .custom-checkbox .custom-control-label:before, .wishlist .btn-group .custom-checkbox .custom-control-label:after {
    top: -1px;
  }
}
@media (max-width: 374px) {
  .wishlist .btn-group .custom-checkbox .custom-control-label {
    font-size: 9px;
  }
  .wishlist .btn-group .custom-checkbox .custom-control-label:before, .wishlist .btn-group .custom-checkbox .custom-control-label:after {
    top: -4px;
  }
}
.wishlist .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wishlist .btn-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .wishlist .btn-group {
    padding-top: 2px;
    margin-bottom: 0px;
  }
}
.wishlist .btn-group .custom-checkbox {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wishlist .btn-group .custom-control-label {
  white-space: nowrap;
  padding-top: 3px;
}
.wishlist .btn-group .wishlist-add-all-to-cart,
.wishlist .btn-group .wishlist-share-items,
.wishlist .btn-group .wishlist-add-all-to-wishlist,
.wishlist .btn-group .wishlist-remove-all-from-wishlist {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
}
.wishlist .btn-group .wishlist-add-all-to-cart .icon,
.wishlist .btn-group .wishlist-share-items .icon,
.wishlist .btn-group .wishlist-add-all-to-wishlist .icon,
.wishlist .btn-group .wishlist-remove-all-from-wishlist .icon {
  font-size: 22px;
  margin-right: 7px;
}
@media (max-width: 767.98px) {
  .wishlist .btn-group .wishlist-add-all-to-cart .icon,
  .wishlist .btn-group .wishlist-share-items .icon,
  .wishlist .btn-group .wishlist-add-all-to-wishlist .icon,
  .wishlist .btn-group .wishlist-remove-all-from-wishlist .icon {
    font-size: 18px;
    margin-right: 5px;
  }
}
.wishlist .btn-group .wishlist-add-all-to-cart:hover,
.wishlist .btn-group .wishlist-share-items:hover,
.wishlist .btn-group .wishlist-add-all-to-wishlist:hover,
.wishlist .btn-group .wishlist-remove-all-from-wishlist:hover {
  border-color: transparent;
  background-color: transparent;
}
.wishlist .btn-group .wishlist-add-all-to-cart .disable,
.wishlist .btn-group .wishlist-share-items .disable,
.wishlist .btn-group .wishlist-add-all-to-wishlist .disable,
.wishlist .btn-group .wishlist-remove-all-from-wishlist .disable {
  color: #808080;
}
.wishlist .btn-group .buttonRemoveallfromwishlist {
  color: #796E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .wishlist .btn-group .buttonRemoveallfromwishlist {
    display: none;
    font-size: 12px;
  }
}
.wishlist .btn-group .wishlist-add-all-to-cart {
  color: #98012E;
}
@media (min-width: 768px) {
  .wishlist .btn-group .wishlist-add-all-to-cart {
    margin-left: auto !important;
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .wishlist .btn-group .wishlist-add-all-to-cart {
    color: #796E65;
  }
  .wishlist .btn-group .wishlist-add-all-to-cart:hover,
  .wishlist .btn-group .wishlist-add-all-to-cart :focus {
    color: #98012E;
  }
}
@media (max-width: 767.98px) {
  .wishlist .btn-group .wishlist-share-items,
  .wishlist .btn-group .wishlist-add-all-to-cart {
    border-left: 1px solid #707070 !important;
    margin-left: 5px;
    padding-left: 5px;
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .wishlist .btn-group .wishlist-share-items,
  .wishlist .btn-group .wishlist-add-all-to-cart {
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  .wishlist .btn-group .wishlist-share-items,
  .wishlist .btn-group .wishlist-add-all-to-cart {
    font-size: 9px;
  }
}
@media (max-width: 767.98px) {
  .wishlist .btn-group .wishlist-remove-all-from-wishlist {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .wishlist .btn-group .wishlist-remove-all-from-wishlist {
    font-size: 12px;
    padding-right: 5px;
  }
}
@media (max-width: 374px) {
  .wishlist .btn-group .wishlist-remove-all-from-wishlist {
    font-size: 9px;
  }
}
.wishlist .btn-group .wishlist-share-items.disable {
  color: #808080;
}
.wishlist .btn-group .wishlist-remove-all-from-wishlist.disable {
  opacity: 0.5;
}
.wishlist .btn-group .left-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist .added-to-cart {
  background-color: #938A8B;
  border-color: #938A8B;
}
.wishlist .added-to-cart:hover {
  border-color: #938A8B;
  color: #938A8B;
}
.wishlist .item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wishlist .item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}
@media (min-width: 768px) {
  .wishlist .item-image {
    padding: 0 30px 17px 30px;
  }
}
@media (max-width: 767.98px) {
  .wishlist .item-image {
    padding: 10px;
  }
}
.wishlist .item-attributes {
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
}
.wishlist .line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  color: #222;
  font-weight: bold;
  margin-bottom: 0.625em;
  width: 90%;
}
.wishlist .product-card-price {
  font-size: 14px;
  margin-bottom: 24px;
  margin-top: 8px;
  color: #796E65;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .wishlist .product-card-price {
    margin-left: 6.5rem;
  }
}
.wishlist .wishlist-instock-colorbubble-wrapper {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1250px) {
  .wishlist .wishlist-instock-colorbubble-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wishlist .wishlist-instock-colorbubble-wrapper .line-item-availability {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.wishlist .wishlist-instock-colorbubble-wrapper .md-wishlist-bubble-d-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 100px) and (max-width: 1250px) {
  .wishlist .wishlist-instock-colorbubble-wrapper .md-wishlist-bubble-d-none {
    display: none;
  }
}
.wishlist .wishlist-instock-colorbubble-wrapper .mb-wishlist-bubble-d-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  margin-left: 28%;
}
@media (min-width: 1251px) {
  .wishlist .wishlist-instock-colorbubble-wrapper .mb-wishlist-bubble-d-none {
    display: none;
  }
}
.wishlist .wishlist-instock-colorbubble-wrapper .hidden-bubble-number {
  float: right;
  line-height: 23px;
  font-size: 12px;
  padding-left: 5px;
}
.wishlist .wishlist-instock-colorbubble-wrapper .wishlist-bubble {
  width: 24px;
  float: right;
  margin: 0px 0px 0px 3px;
  height: 24px;
  display: block;
  border-radius: 100%;
  border: 2px solid;
  background-position: 50% 50%;
  border-color: #f2f2f2;
  background-size: contain;
}
.wishlist .wishlist-instock-colorbubble-wrapper .wishlist-bubble:hover {
  border-color: #8f8f8f;
}
.wishlist .wishlist-instock-colorbubble-wrapper .wishlist-bubble .wishlist-bubbleimg {
  display: block;
  border-radius: 100%;
  border: 2px solid;
  background-position: 50% 50%;
  border-color: #fff;
}
.wishlist .edit {
  font-size: 0.813rem;
}
.wishlist .wishlist-line-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em;
}
.wishlist .wishlist-edit-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em;
}
.wishlist .remove-btn-lg {
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  z-index: 1;
}
.wishlist .wishlist-hide {
  margin: 0 0 0.15rem 1rem;
}
.wishlist .line-item-price-info {
  margin-bottom: 0.25rem;
}
.wishlist .buy-watch-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist .buy-watch-btn i {
  font-size: 14px;
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .wishlist .select-attributes-wishList {
    padding-right: 0;
  }
  .wishlist .select-attributes-wishList a {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .wishlist-content .wishlistItemCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -5px; /* 调整此处的值来控制商品间距 */
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .item-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .item-image {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .item-attributes {
    background-color: #FFF;
    padding-top: 16px;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions {
    max-width: 100%;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .select-attributes-wishList,
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList {
    padding-left: 10px;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .select-attributes-wishList button,
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .select-attributes-wishList a,
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList button,
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList a {
    height: 45px;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .edit-add-to-wishlist.mobile {
    font-weight: 500;
    border: 1px solid #ac6d1d;
    padding: 10px;
    font-size: 14px;
    border-radius: 30px;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 113px;
            flex: 0 0 113px;
    padding: 12px;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList {
    width: 100%;
    -ms-flex-negative: unset;
        flex-shrink: unset;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .add-to-cart,
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList .added-to-cart {
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .add-to-cart-wishList {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .wishlist-move {
    width: 100%;
    -ms-flex-negative: unset;
        flex-shrink: unset;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .wishlist-move .move {
    max-width: 100% !important;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-info .actions .bottom {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .product-card-price {
    margin-left: 0;
  }
  .wishlist-content .wishlistItemCards .wishlistItemCardsWrapper .remove-from-wishlist {
    position: absolute !important;
    top: 0;
    right: 10px;
  }
}
#shareWishlistModal .modal-dialog {
  width: 474px;
  height: 226px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  #shareWishlistModal .modal-dialog {
    width: 100%;
    max-width: 100%;
  }
}
#shareWishlistModal .modal-content {
  width: 472px;
  height: 224px;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  #shareWishlistModal .modal-content {
    padding: 0 20px;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767.98px) {
  #shareWishlistModal .modal-body {
    padding: 10px;
  }
}
#shareWishlistModal .share-wishlist-header {
  border: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  #shareWishlistModal .share-wishlist-header {
    padding: 5px 6px 0 0;
  }
}
#shareWishlistModal .share-wishlist-header h4 {
  font-size: 24px;
  width: 100%;
  color: #796e65;
  padding: 5px 0 0 50px;
  line-height: 60px;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  text-align: center;
}
@media (max-width: 767.98px) {
  #shareWishlistModal .share-wishlist-header h4 {
    font-size: 24px;
    padding: 5px 0 0 50px;
  }
}
#shareWishlistModal .share-wishlist-header .close {
  font-size: 30px;
  padding: 15px;
  margin-top: 0;
  height: 50px;
  line-height: 30px;
}
#shareWishlistModal .share-wishlist-content .share-title {
  text-align: center;
  font-size: 28px;
  font-family: Orpheus Pro, FZSSK, NotoSansTC, Europa, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 33.6px;
}
#shareWishlistModal .share-wishlist-content .wl-social-sharing {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 42px;
}
@media (max-width: 1023.98px) {
  #shareWishlistModal .share-wishlist-content .wl-social-sharing {
    padding: 0;
  }
}
#shareWishlistModal .share-wishlist-content .share-button {
  cursor: pointer;
  text-decoration: none;
}
#shareWishlistModal .share-wishlist-content .share-button .share-icon-outer {
  width: 52px;
  height: 52px;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 30px;
  background-color: white;
  line-height: 52px;
  text-align: center;
  color: #796e65;
  font-size: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  #shareWishlistModal .share-wishlist-content .share-button .share-icon-outer {
    margin: 10px auto 0 auto;
  }
}
#shareWishlistModal .share-wishlist-content .share-button .share-icon-outer .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 22px;
  max-height: 22px;
  margin: auto;
  display: block;
}
#shareWishlistModal .share-wishlist-content .share-button .share-icon-outer .icon.white-icon {
  display: none;
}
#shareWishlistModal .share-wishlist-content .share-button:hover .share-icon-outer {
  background-color: #796e65;
}
#shareWishlistModal .share-wishlist-content .share-button:hover .share-icon-outer .icon {
  display: none;
}
#shareWishlistModal .share-wishlist-content .share-button:hover .share-icon-outer .icon.white-icon {
  display: block;
}
#shareWishlistModal .share-wishlist-content .share-icons {
  padding: 18px 25px;
  font-size: 14px;
  border: 1px solid #a7b9ca;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
  color: #484848;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
}
@media (max-width: 1023.98px) {
  #shareWishlistModal .share-wishlist-content .share-icons {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 25px;
  }
}
#shareWishlistModal .share-wishlist-content .share-icons .icon {
  font-size: 22px;
  margin-right: 5px;
}
#shareWishlistModal .share-wishlist-content .share-icons .fbmessenger {
  width: 22px;
}
#shareWishlistModal .share-wishlist-content .share-icons.facebook, #shareWishlistModal .share-wishlist-content .share-icons.messenger {
  border-color: #416EFF;
}
#shareWishlistModal .share-wishlist-content .share-icons.facebook .icon, #shareWishlistModal .share-wishlist-content .share-icons.messenger .icon {
  color: #fff;
  padding: 2px;
  background-color: #416EFF;
  border-radius: 50%;
}
#shareWishlistModal .share-wishlist-content .share-icons.facebook .icon:before, #shareWishlistModal .share-wishlist-content .share-icons.messenger .icon:before {
  position: relative;
  top: 2px;
}
#shareWishlistModal .share-wishlist-content .share-icons.facebook:hover, #shareWishlistModal .share-wishlist-content .share-icons.messenger:hover {
  background-color: #416EFF;
  color: #fff;
}
#shareWishlistModal .share-wishlist-content .share-icons.facebook:hover .icon, #shareWishlistModal .share-wishlist-content .share-icons.messenger:hover .icon {
  color: #416EFF;
  background-color: #fff;
}
#shareWishlistModal .share-wishlist-content .share-icons.whatsapp, #shareWishlistModal .share-wishlist-content .share-icons.wechat {
  border-color: #199B1E;
}
#shareWishlistModal .share-wishlist-content .share-icons.whatsapp .icon, #shareWishlistModal .share-wishlist-content .share-icons.wechat .icon {
  color: #199B1E;
}
#shareWishlistModal .share-wishlist-content .share-icons.whatsapp:hover, #shareWishlistModal .share-wishlist-content .share-icons.wechat:hover {
  background-color: #199B1E;
  color: #fff;
}
#shareWishlistModal .share-wishlist-content .share-icons.whatsapp:hover .icon, #shareWishlistModal .share-wishlist-content .share-icons.wechat:hover .icon {
  color: #fff;
}

.public .wishlist .wishlist-owner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .public .wishlist .btn-group {
    margin-left: 10px;
  }
}
.public .wishlist .btn-group .wishlist-add-all-to-cart {
  border-left: none !important;
  border-right: none !important;
  color: #796E65 !important;
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .public .wishlist .btn-group .wishlist-add-all-to-cart {
    border-left: 1px solid #707070 !important;
    margin-left: 10px !important;
    padding-left: 10px;
  }
}
.public .wishlist .btn-actions {
  display: none;
}
@media (max-width: 767.98px) {
  .public .wishlist .wishlist-owner {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .public .wishlist .actions .top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .public .wishlist .actions .add-to-cart-wishLis {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .public .wishlist .actions .wishlist-move {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .public .wishlist .btn-actions {
    position: fixed;
    z-index: 111;
    left: 0;
    right: 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 15px 10px;
    background-color: #fff;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    bottom: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .public .wishlist .btn-actions button {
    background-color: #fff;
    border-color: #fff;
    font-size: 14px;
  }
  .public .wishlist .btn-actions .wishlist-add-all-to-wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .public .wishlist .btn-actions .wishlist-add-all-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  .public .wishlist .btn-actions.d-flex {
    bottom: 0;
  }
}

.wishlist-share-div {
  text-align: center;
}
.wishlist-share-div .btn-light {
  background: none;
  color: #796e65;
  border: none;
  padding-top: 0;
  font-family: Europa, NotoSansTC !important;
}

@media (min-width: 768px) {
  nav.navbar.navbar-expand-md.wsmenu.clearfix.account-menu-bar .menu-group.new-mega-menu-dt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 23px 0 48px;
  }
  nav.navbar.navbar-expand-md.wsmenu.clearfix.account-menu-bar .menu-group.new-mega-menu-dt .wsmenu-sub-title {
    width: 149px;
    font-size: 21px;
    line-height: 25.2px;
    font-weight: 400;
    font-family: Orpheus Pro, Songti TC, Noto Sans;
    color: #A10D1F;
    padding: 20px 0px;
  }
}
@media (max-width: 768px) {
  .account-tab-select .profile-select-container-text {
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: Orpheus Pro, Songti TC, Noto Sans;
    color: #A10D1F;
    font-weight: 400;
    visibility: hidden;
  }
  .account-tab-select .form-control {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    border-bottom: 1px solid #d9d9d9 !important;
    border: none;
  }
  .account-tab-select .form-control .navigation-select {
    height: 60px;
    border-bottom: 1px solid #D9D9D9 !important;
    border: none;
  }
}
.account-header-money-icon {
  position: relative;
  padding-left: 0px !important;
}

.account-header-money-icon:after {
  content: "";
  position: absolute;
  width: 1px;
  left: 93.9%;
  top: 23.5%;
  height: 49%;
  border: 1px solid #796E65;
}

.progress {
  width: 176px;
  height: 176px;
  line-height: 176px;
  border-radius: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span:not(.arrow) {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
}
.progress > span.arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  -webkit-animation: rotate 1.8s linear forwards;
          animation: rotate 1.8s linear forwards;
}
.progress > span.arrow:after {
  content: "";
  border-width: 14px;
  background: url("../images/circle-arrow.png") center center no-repeat;
  height: 16px;
  width: 17px;
  background-size: 17px auto;
  position: absolute;
  left: 86px;
  top: 0;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 16px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 176px;
  border-bottom-right-radius: 176px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 176px;
  border-bottom-left-radius: 176px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: loading-1 1s linear forwards;
          animation: loading-1 1s linear forwards;
}
.progress .progress-value {
  border-radius: 100%;
  background: #F7F6F2;
  line-height: 176px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #363636;
}
.progress .progress-value .percent {
  line-height: 1;
  font-family: "Gotham Medium", sans-serif;
  font-size: 28px;
}
.progress .progress-value .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.progress.blue .progress-bar {
  border-color: #acb3bd;
}
.progress.yellow .progress-bar {
  border-color: #fdba04;
}
.progress.red .progress-bar {
  border-color: #770824;
}

.progress_box {
  height: 16px;
  width: 1px;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #fff;
}

.giftcard-pin-icon,
.points-pin-icon {
  position: relative;
  cursor: pointer;
}
.giftcard-pin-icon svg,
.points-pin-icon svg {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.giftcard-pin-icon .giftcard-pin-active,
.giftcard-pin-icon .points-pin-active,
.points-pin-icon .giftcard-pin-active,
.points-pin-icon .points-pin-active {
  display: none;
}
.giftcard-pin-icon .giftcard-pin-non-active,
.giftcard-pin-icon .points-pin-non-active,
.points-pin-icon .giftcard-pin-non-active,
.points-pin-icon .points-pin-non-active {
  display: block;
}
.giftcard-pin-icon .giftcard-popup-container,
.giftcard-pin-icon .points-popup-container,
.points-pin-icon .giftcard-popup-container,
.points-pin-icon .points-popup-container {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 260px;
  z-index: 1;
  top: 25px;
  left: -120px;
}
.giftcard-pin-icon.active .giftcard-popup-container,
.giftcard-pin-icon.active .points-popup-container,
.points-pin-icon.active .giftcard-popup-container,
.points-pin-icon.active .points-popup-container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.giftcard-pin-icon.active .giftcard-pin-active,
.giftcard-pin-icon.active .points-pin-active,
.points-pin-icon.active .giftcard-pin-active,
.points-pin-icon.active .points-pin-active {
  display: block;
}
.giftcard-pin-icon.active .giftcard-pin-non-active,
.giftcard-pin-icon.active .points-pin-non-active,
.points-pin-icon.active .giftcard-pin-non-active,
.points-pin-icon.active .points-pin-non-active {
  display: none;
}
.giftcard-pin-icon .points-popup-container,
.points-pin-icon .points-popup-container {
  text-align: left;
  padding: 12px 20px;
  font-size: 12px;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #796E65;
}