@charset "UTF-8";
/* 2021 MINI PowerPoint Master */
/* Communication - Subbrands */
/* Launch - MINI Vehicle */
/* Communication - Paint Finishes */
.chromeframe {
  position: absolute;
  top: 0;
}

@font-face {
  font-family: MiniSans;
  src: url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.eot);
  src: url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.woff2) format("woff2"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.woff) format("woff"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.ttf) format("truetype"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniSansBold;
  src: url(/common/fonts/mini-sans/regular/mini_sans_serif-bold-webfont.eot);
  src: url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.woff2) format("woff2"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.woff) format("woff"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.ttf) format("truetype"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniSerif;
  src: url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.eot);
  src: url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.woff2) format("woff2"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.woff) format("woff"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.ttf) format("truetype"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniSerifBold;
  src: url(/common/fonts/mini-serif/regular/mini_serif-bold-webfont.eot);
  src: url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.woff2) format("woff2"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.woff) format("woff"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.ttf) format("truetype"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniIcons;
  src: url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.eot);
  src: url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.woff2) format("woff2"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.woff) format("woff"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.ttf) format("truetype"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.svg#svgFontName) format("svg");
}
html, body {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "MiniSerif", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}

h1 {
  color: #000;
  font-family: "MiniSerif", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0.5em 0 1em 0;
}

h2 {
  color: #000;
  font-family: "MiniSerif", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 1.2em;
  margin: 0.5em 0;
}

h3 {
  color: #000;
  font-family: "MiniSerif", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.2em;
  margin: 1em 0 0.5em 0;
}

h4 {
  font-family: "MiniSerif", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0.5em 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }
}
hgroup {
  margin: 1em 0 2em;
}
hgroup h1, hgroup h2, hgroup h3 {
  margin: 0;
}

p {
  font-family: "MiniSerif", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  text-align: left;
  margin-bottom: 1em;
}

a {
  color: #eb0a1e;
}

ol li, ul li {
  margin-bottom: 0.5em;
}

img {
  display: block;
  max-width: 100%;
}

hr {
  border: 1px solid #000;
  border-width: 1px 0 0 0;
  width: 100%;
  height: 0;
  margin: 0.5em 0;
}

hr.mini-hr {
  width: 80px;
  border-top-width: 4px;
}

hr.mini-hr-thin {
  width: 80px;
  border-top-width: 2px;
}

strong {
  font-family: "MiniSerifBold", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
}

small, .small {
  font-size: 0.8em;
}

.nowrap {
  white-space: nowrap;
}

.remark {
  font-size: 11px;
  clear: both;
  margin-top: 5px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

*.color-primary {
  font-family: "MiniSerifBold", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  font-weight: bold;
}

.color-red {
  color: #c00;
}

.theme-dark {
  background-color: #000;
  color: #fff;
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5 {
  color: #fff;
}
.theme-dark hr {
  border-color: #fff;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
Layout
========================================================================== */
.wrapper {
  position: relative;
  min-width: 320px;
  margin: 0 auto;
}

.d-max-1200 {
  max-width: 1200px;
}

.d-max-1600 {
  max-width: 1600px;
}

.d-max-1920 {
  max-width: 1920px;
}

#form_iframe {
  width: 100%;
  height: 900px;
}

@media (min-width: 828px) {
  #form_iframe {
    height: 700px;
  }
}
/* ==========================================================================
General Styles
========================================================================== */
.mini-3dr .color-primary,
.mini-3dr-color-primary {
  color: #ed9300 !important;
}

.mini-3dr .bg-primary,
.mini-3dr-bg-primary {
  background-color: #ed9300 !important;
  color: #fff;
}

.mini-3dr .color-secondary,
.mini-3dr-color-secondary {
  color: #a70d19 !important;
}

.mini-3dr .bg-secondary,
.mini-3dr-bg-secondary {
  background-color: #a70d19 !important;
  color: #fff;
}

.mini-3dr .header + .banner {
  border-bottom: 10px solid #ed9300 !important;
}

/* .mini-3dr .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-3dr .main a {
  text-decoration: none;
  color: #ed9300 !important;
}

.mini-3dr .offer-details {
  border-color: #ed9300;
}

.mini-3dr .offer-details th,
.mini-3dr .offer-details td {
  border-bottom-color: #ed9300;
}

.mini-3dr .offer-details.borderless td.add-on,
.mini-3dr .offer-details .borderless td.add-on,
.mini-3dr .offer-details td.add-on {
  border-bottom-color: #ed9300;
}

.mini-3dr ul.triangle li:before,
.mini-3dr p.triangle:before {
  border-color: transparent transparent transparent #ed9300;
}

.mini-5dr .color-primary,
.mini-5dr-color-primary {
  color: #8d0709 !important;
}

.mini-5dr .bg-primary,
.mini-5dr-bg-primary {
  background-color: #8d0709 !important;
  color: #fff;
}

.mini-5dr .color-secondary,
.mini-5dr-color-secondary {
  color: #787875 !important;
}

.mini-5dr .bg-secondary,
.mini-5dr-bg-secondary {
  background-color: #787875 !important;
  color: #fff;
}

.mini-5dr .header + .banner {
  border-bottom: 10px solid #8d0709 !important;
}

/* .mini-5dr .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-5dr .main a {
  text-decoration: none;
  color: #8d0709 !important;
}

.mini-5dr .offer-details {
  border-color: #8d0709;
}

.mini-5dr .offer-details th,
.mini-5dr .offer-details td {
  border-bottom-color: #8d0709;
}

.mini-5dr .offer-details.borderless td.add-on,
.mini-5dr .offer-details .borderless td.add-on,
.mini-5dr .offer-details td.add-on {
  border-bottom-color: #8d0709;
}

.mini-5dr ul.triangle li:before,
.mini-5dr p.triangle:before {
  border-color: transparent transparent transparent #8d0709;
}

.mini-convertible .color-primary,
.mini-convertible-color-primary {
  color: #00a7ac !important;
}

.mini-convertible .bg-primary,
.mini-convertible-bg-primary {
  background-color: #00a7ac !important;
  color: #fff;
}

.mini-convertible .color-secondary,
.mini-convertible-color-secondary {
  color: #aaaaa4 !important;
}

.mini-convertible .bg-secondary,
.mini-convertible-bg-secondary {
  background-color: #aaaaa4 !important;
  color: #fff;
}

.mini-convertible .header + .banner {
  border-bottom: 10px solid #00a7ac !important;
}

/* .mini-convertible .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-convertible .main a {
  text-decoration: none;
  color: #00a7ac !important;
}

.mini-convertible .offer-details {
  border-color: #00a7ac;
}

.mini-convertible .offer-details th,
.mini-convertible .offer-details td {
  border-bottom-color: #00a7ac;
}

.mini-convertible .offer-details.borderless td.add-on,
.mini-convertible .offer-details .borderless td.add-on,
.mini-convertible .offer-details td.add-on {
  border-bottom-color: #00a7ac;
}

.mini-convertible ul.triangle li:before,
.mini-convertible p.triangle:before {
  border-color: transparent transparent transparent #00a7ac;
}

.mini-clubman .color-primary,
.mini-clubman-color-primary {
  color: #3d0016 !important;
}

.mini-clubman .bg-primary,
.mini-clubman-bg-primary {
  background-color: #3d0016 !important;
  color: #fff;
}

.mini-clubman .color-secondary,
.mini-clubman-color-secondary {
  color: #aaaaa4 !important;
}

.mini-clubman .bg-secondary,
.mini-clubman-bg-secondary {
  background-color: #aaaaa4 !important;
  color: #fff;
}

.mini-clubman .header + .banner {
  border-bottom: 10px solid #3d0016 !important;
}

/* .mini-clubman .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-clubman .main a {
  text-decoration: none;
  color: #3d0016 !important;
}

.mini-clubman .offer-details {
  border-color: #3d0016;
}

.mini-clubman .offer-details th,
.mini-clubman .offer-details td {
  border-bottom-color: #3d0016;
}

.mini-clubman .offer-details.borderless td.add-on,
.mini-clubman .offer-details .borderless td.add-on,
.mini-clubman .offer-details td.add-on {
  border-bottom-color: #3d0016;
}

.mini-clubman ul.triangle li:before,
.mini-clubman p.triangle:before {
  border-color: transparent transparent transparent #3d0016;
}

.mini-countryman .color-primary,
.mini-countryman-color-primary {
  color: #0f486e !important;
}

.mini-countryman .bg-primary,
.mini-countryman-bg-primary {
  background-color: #0f486e !important;
  color: #fff;
}

.mini-countryman .color-secondary,
.mini-countryman-color-secondary {
  color: #a70d19 !important;
}

.mini-countryman .bg-secondary,
.mini-countryman-bg-secondary {
  background-color: #a70d19 !important;
  color: #fff;
}

.mini-countryman .header + .banner {
  border-bottom: 10px solid #0f486e !important;
}

/* .mini-countryman .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-countryman .main a {
  text-decoration: none;
  color: #0f486e !important;
}

.mini-countryman .offer-details {
  border-color: #0f486e;
}

.mini-countryman .offer-details th,
.mini-countryman .offer-details td {
  border-bottom-color: #0f486e;
}

.mini-countryman .offer-details.borderless td.add-on,
.mini-countryman .offer-details .borderless td.add-on,
.mini-countryman .offer-details td.add-on {
  border-bottom-color: #0f486e;
}

.mini-countryman ul.triangle li:before,
.mini-countryman p.triangle:before {
  border-color: transparent transparent transparent #0f486e;
}

.mini-electric .color-primary,
.mini-electric-color-primary {
  color: #cdb900 !important;
}

.mini-electric .bg-primary,
.mini-electric-bg-primary {
  background-color: #cdb900 !important;
  color: #fff;
}

.mini-electric .color-secondary,
.mini-electric-color-secondary {
  color: #00a8d8 !important;
}

.mini-electric .bg-secondary,
.mini-electric-bg-secondary {
  background-color: #00a8d8 !important;
  color: #fff;
}

.mini-electric .header + .banner {
  border-bottom: 10px solid #cdb900 !important;
}

/* .mini-electric .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-electric .main a {
  text-decoration: none;
  color: #cdb900 !important;
}

.mini-electric .offer-details {
  border-color: #cdb900;
}

.mini-electric .offer-details th,
.mini-electric .offer-details td {
  border-bottom-color: #cdb900;
}

.mini-electric .offer-details.borderless td.add-on,
.mini-electric .offer-details .borderless td.add-on,
.mini-electric .offer-details td.add-on {
  border-bottom-color: #cdb900;
}

.mini-electric ul.triangle li:before,
.mini-electric p.triangle:before {
  border-color: transparent transparent transparent #cdb900;
}

.mini-lci .color-primary,
.mini-lci-color-primary {
  color: #b81802 !important;
}

.mini-lci .bg-primary,
.mini-lci-bg-primary {
  background-color: #b81802 !important;
  color: #fff;
}

.mini-lci .color-secondary,
.mini-lci-color-secondary {
  color: #b81802 !important;
}

.mini-lci .bg-secondary,
.mini-lci-bg-secondary {
  background-color: #b81802 !important;
  color: #fff;
}

.mini-lci .header + .banner {
  border-bottom: 10px solid #b81802 !important;
}

/* .mini-lci .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-lci .main a {
  text-decoration: none;
  color: #b81802 !important;
}

.mini-lci .offer-details {
  border-color: #b81802;
}

.mini-lci .offer-details th,
.mini-lci .offer-details td {
  border-bottom-color: #b81802;
}

.mini-lci .offer-details.borderless td.add-on,
.mini-lci .offer-details .borderless td.add-on,
.mini-lci .offer-details td.add-on {
  border-bottom-color: #b81802;
}

.mini-lci ul.triangle li:before,
.mini-lci p.triangle:before {
  border-color: transparent transparent transparent #b81802;
}

.mini-chestnut .color-primary,
.mini-chestnut-color-primary {
  color: #6b2d07 !important;
}

.mini-chestnut .bg-primary,
.mini-chestnut-bg-primary {
  background-color: #6b2d07 !important;
  color: #fff;
}

.mini-chestnut .color-secondary,
.mini-chestnut-color-secondary {
  color: #6b2d07 !important;
}

.mini-chestnut .bg-secondary,
.mini-chestnut-bg-secondary {
  background-color: #6b2d07 !important;
  color: #fff;
}

.mini-chestnut .header + .banner {
  border-bottom: 10px solid #6b2d07 !important;
}

/* .mini-chestnut .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-chestnut .main a {
  text-decoration: none;
  color: #6b2d07 !important;
}

.mini-chestnut .offer-details {
  border-color: #6b2d07;
}

.mini-chestnut .offer-details th,
.mini-chestnut .offer-details td {
  border-bottom-color: #6b2d07;
}

.mini-chestnut .offer-details.borderless td.add-on,
.mini-chestnut .offer-details .borderless td.add-on,
.mini-chestnut .offer-details td.add-on {
  border-bottom-color: #6b2d07;
}

.mini-chestnut ul.triangle li:before,
.mini-chestnut p.triangle:before {
  border-color: transparent transparent transparent #6b2d07;
}

.mini-margenta .color-primary,
.mini-margenta-color-primary {
  color: #3d0016 !important;
}

.mini-margenta .bg-primary,
.mini-margenta-bg-primary {
  background-color: #3d0016 !important;
  color: #fff;
}

.mini-margenta .color-secondary,
.mini-margenta-color-secondary {
  color: #3d0016 !important;
}

.mini-margenta .bg-secondary,
.mini-margenta-bg-secondary {
  background-color: #3d0016 !important;
  color: #fff;
}

.mini-margenta .header + .banner {
  border-bottom: 10px solid #3d0016 !important;
}

/* .mini-margenta .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-margenta .main a {
  text-decoration: none;
  color: #3d0016 !important;
}

.mini-margenta .offer-details {
  border-color: #3d0016;
}

.mini-margenta .offer-details th,
.mini-margenta .offer-details td {
  border-bottom-color: #3d0016;
}

.mini-margenta .offer-details.borderless td.add-on,
.mini-margenta .offer-details .borderless td.add-on,
.mini-margenta .offer-details td.add-on {
  border-bottom-color: #3d0016;
}

.mini-margenta ul.triangle li:before,
.mini-margenta p.triangle:before {
  border-color: transparent transparent transparent #3d0016;
}

.mini-stocksale .color-primary,
.mini-stocksale-color-primary {
  color: #e31f26 !important;
}

.mini-stocksale .bg-primary,
.mini-stocksale-bg-primary {
  background-color: #e31f26 !important;
  color: #fff;
}

.mini-stocksale .color-secondary,
.mini-stocksale-color-secondary {
  color: #e31f26 !important;
}

.mini-stocksale .bg-secondary,
.mini-stocksale-bg-secondary {
  background-color: #e31f26 !important;
  color: #fff;
}

.mini-stocksale .header + .banner {
  border-bottom: 10px solid #e31f26 !important;
}

/* .mini-stocksale .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-stocksale .main a {
  text-decoration: none;
  color: #e31f26 !important;
}

.mini-stocksale .offer-details {
  border-color: #e31f26;
}

.mini-stocksale .offer-details th,
.mini-stocksale .offer-details td {
  border-bottom-color: #e31f26;
}

.mini-stocksale .offer-details.borderless td.add-on,
.mini-stocksale .offer-details .borderless td.add-on,
.mini-stocksale .offer-details td.add-on {
  border-bottom-color: #e31f26;
}

.mini-stocksale ul.triangle li:before,
.mini-stocksale p.triangle:before {
  border-color: transparent transparent transparent #e31f26;
}

.mini-energetic-yellow .color-primary,
.mini-energetic-yellow-color-primary {
  color: #cdb900 !important;
}

.mini-energetic-yellow .bg-primary,
.mini-energetic-yellow-bg-primary {
  background-color: #cdb900 !important;
  color: #fff;
}

.mini-energetic-yellow .color-secondary,
.mini-energetic-yellow-color-secondary {
  color: #cdb900 !important;
}

.mini-energetic-yellow .bg-secondary,
.mini-energetic-yellow-bg-secondary {
  background-color: #cdb900 !important;
  color: #fff;
}

.mini-energetic-yellow .header + .banner {
  border-bottom: 10px solid #cdb900 !important;
}

/* .mini-energetic-yellow .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-energetic-yellow .main a {
  text-decoration: none;
  color: #cdb900 !important;
}

.mini-energetic-yellow .offer-details {
  border-color: #cdb900;
}

.mini-energetic-yellow .offer-details th,
.mini-energetic-yellow .offer-details td {
  border-bottom-color: #cdb900;
}

.mini-energetic-yellow .offer-details.borderless td.add-on,
.mini-energetic-yellow .offer-details .borderless td.add-on,
.mini-energetic-yellow .offer-details td.add-on {
  border-bottom-color: #cdb900;
}

.mini-energetic-yellow ul.triangle li:before,
.mini-energetic-yellow p.triangle:before {
  border-color: transparent transparent transparent #cdb900;
}

.mini-jcw .color-primary,
.mini-jcw-color-primary {
  color: #cc0000 !important;
}

.mini-jcw .bg-primary,
.mini-jcw-bg-primary {
  background-color: #cc0000 !important;
  color: #fff;
}

.mini-jcw .color-secondary,
.mini-jcw-color-secondary {
  color: #00200b !important;
}

.mini-jcw .bg-secondary,
.mini-jcw-bg-secondary {
  background-color: #00200b !important;
  color: #fff;
}

.mini-jcw .header + .banner {
  border-bottom: 10px solid #cc0000 !important;
}

/* .mini-jcw .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-jcw .main a {
  text-decoration: none;
  color: #cc0000 !important;
}

.mini-jcw .offer-details {
  border-color: #cc0000;
}

.mini-jcw .offer-details th,
.mini-jcw .offer-details td {
  border-bottom-color: #cc0000;
}

.mini-jcw .offer-details.borderless td.add-on,
.mini-jcw .offer-details .borderless td.add-on,
.mini-jcw .offer-details td.add-on {
  border-bottom-color: #cc0000;
}

.mini-jcw ul.triangle li:before,
.mini-jcw p.triangle:before {
  border-color: transparent transparent transparent #cc0000;
}

.mini-rooftop-grey .color-primary,
.mini-rooftop-grey-color-primary {
  color: #998f86 !important;
}

.mini-rooftop-grey .bg-primary,
.mini-rooftop-grey-bg-primary {
  background-color: #998f86 !important;
  color: #fff;
}

.mini-rooftop-grey .color-secondary,
.mini-rooftop-grey-color-secondary {
  color: #998f86 !important;
}

.mini-rooftop-grey .bg-secondary,
.mini-rooftop-grey-bg-secondary {
  background-color: #998f86 !important;
  color: #fff;
}

.mini-rooftop-grey .header + .banner {
  border-bottom: 10px solid #998f86 !important;
}

/* .mini-rooftop-grey .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-rooftop-grey .main a {
  text-decoration: none;
  color: #998f86 !important;
}

.mini-rooftop-grey .offer-details {
  border-color: #998f86;
}

.mini-rooftop-grey .offer-details th,
.mini-rooftop-grey .offer-details td {
  border-bottom-color: #998f86;
}

.mini-rooftop-grey .offer-details.borderless td.add-on,
.mini-rooftop-grey .offer-details .borderless td.add-on,
.mini-rooftop-grey .offer-details td.add-on {
  border-bottom-color: #998f86;
}

.mini-rooftop-grey ul.triangle li:before,
.mini-rooftop-grey p.triangle:before {
  border-color: transparent transparent transparent #998f86;
}

.mini-island-blue .color-primary,
.mini-island-blue-color-primary {
  color: #0f486e !important;
}

.mini-island-blue .bg-primary,
.mini-island-blue-bg-primary {
  background-color: #0f486e !important;
  color: #fff;
}

.mini-island-blue .color-secondary,
.mini-island-blue-color-secondary {
  color: #0f486e !important;
}

.mini-island-blue .bg-secondary,
.mini-island-blue-bg-secondary {
  background-color: #0f486e !important;
  color: #fff;
}

.mini-island-blue .header + .banner {
  border-bottom: 10px solid #0f486e !important;
}

/* .mini-island-blue .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-island-blue .main a {
  text-decoration: none;
  color: #0f486e !important;
}

.mini-island-blue .offer-details {
  border-color: #0f486e;
}

.mini-island-blue .offer-details th,
.mini-island-blue .offer-details td {
  border-bottom-color: #0f486e;
}

.mini-island-blue .offer-details.borderless td.add-on,
.mini-island-blue .offer-details .borderless td.add-on,
.mini-island-blue .offer-details td.add-on {
  border-bottom-color: #0f486e;
}

.mini-island-blue ul.triangle li:before,
.mini-island-blue p.triangle:before {
  border-color: transparent transparent transparent #0f486e;
}

.mini-chili-red .color-primary,
.mini-chili-red-color-primary {
  color: #aa0f1d !important;
}

.mini-chili-red .bg-primary,
.mini-chili-red-bg-primary {
  background-color: #aa0f1d !important;
  color: #fff;
}

.mini-chili-red .color-secondary,
.mini-chili-red-color-secondary {
  color: #aa0f1d !important;
}

.mini-chili-red .bg-secondary,
.mini-chili-red-bg-secondary {
  background-color: #aa0f1d !important;
  color: #fff;
}

.mini-chili-red .header + .banner {
  border-bottom: 10px solid #aa0f1d !important;
}

/* .mini-chili-red .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-chili-red .main a {
  text-decoration: none;
  color: #aa0f1d !important;
}

.mini-chili-red .offer-details {
  border-color: #aa0f1d;
}

.mini-chili-red .offer-details th,
.mini-chili-red .offer-details td {
  border-bottom-color: #aa0f1d;
}

.mini-chili-red .offer-details.borderless td.add-on,
.mini-chili-red .offer-details .borderless td.add-on,
.mini-chili-red .offer-details td.add-on {
  border-bottom-color: #aa0f1d;
}

.mini-chili-red ul.triangle li:before,
.mini-chili-red p.triangle:before {
  border-color: transparent transparent transparent #aa0f1d;
}

.mini-moonwalk-grey .color-primary,
.mini-moonwalk-grey-color-primary {
  color: #787875 !important;
}

.mini-moonwalk-grey .bg-primary,
.mini-moonwalk-grey-bg-primary {
  background-color: #787875 !important;
  color: #fff;
}

.mini-moonwalk-grey .color-secondary,
.mini-moonwalk-grey-color-secondary {
  color: #787875 !important;
}

.mini-moonwalk-grey .bg-secondary,
.mini-moonwalk-grey-bg-secondary {
  background-color: #787875 !important;
  color: #fff;
}

.mini-moonwalk-grey .header + .banner {
  border-bottom: 10px solid #787875 !important;
}

/* .mini-moonwalk-grey .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-moonwalk-grey .main a {
  text-decoration: none;
  color: #787875 !important;
}

.mini-moonwalk-grey .offer-details {
  border-color: #787875;
}

.mini-moonwalk-grey .offer-details th,
.mini-moonwalk-grey .offer-details td {
  border-bottom-color: #787875;
}

.mini-moonwalk-grey .offer-details.borderless td.add-on,
.mini-moonwalk-grey .offer-details .borderless td.add-on,
.mini-moonwalk-grey .offer-details td.add-on {
  border-bottom-color: #787875;
}

.mini-moonwalk-grey ul.triangle li:before,
.mini-moonwalk-grey p.triangle:before {
  border-color: transparent transparent transparent #787875;
}

.mini-british-racing-green .color-primary,
.mini-british-racing-green-color-primary {
  color: #00693e !important;
}

.mini-british-racing-green .bg-primary,
.mini-british-racing-green-bg-primary {
  background-color: #00693e !important;
  color: #fff;
}

.mini-british-racing-green .color-secondary,
.mini-british-racing-green-color-secondary {
  color: #00693e !important;
}

.mini-british-racing-green .bg-secondary,
.mini-british-racing-green-bg-secondary {
  background-color: #00693e !important;
  color: #fff;
}

.mini-british-racing-green .header + .banner {
  border-bottom: 10px solid #00693e !important;
}

/* .mini-british-racing-green .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-british-racing-green .main a {
  text-decoration: none;
  color: #00693e !important;
}

.mini-british-racing-green .offer-details {
  border-color: #00693e;
}

.mini-british-racing-green .offer-details th,
.mini-british-racing-green .offer-details td {
  border-bottom-color: #00693e;
}

.mini-british-racing-green .offer-details.borderless td.add-on,
.mini-british-racing-green .offer-details .borderless td.add-on,
.mini-british-racing-green .offer-details td.add-on {
  border-bottom-color: #00693e;
}

.mini-british-racing-green ul.triangle li:before,
.mini-british-racing-green p.triangle:before {
  border-color: transparent transparent transparent #00693e;
}

.mini-enigmatic-black .color-primary,
.mini-enigmatic-black-color-primary {
  color: #111c24 !important;
}

.mini-enigmatic-black .bg-primary,
.mini-enigmatic-black-bg-primary {
  background-color: #111c24 !important;
  color: #fff;
}

.mini-enigmatic-black .color-secondary,
.mini-enigmatic-black-color-secondary {
  color: #111c24 !important;
}

.mini-enigmatic-black .bg-secondary,
.mini-enigmatic-black-bg-secondary {
  background-color: #111c24 !important;
  color: #fff;
}

.mini-enigmatic-black .header + .banner {
  border-bottom: 10px solid #111c24 !important;
}

/* .mini-enigmatic-black .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-enigmatic-black .main a {
  text-decoration: none;
  color: #111c24 !important;
}

.mini-enigmatic-black .offer-details {
  border-color: #111c24;
}

.mini-enigmatic-black .offer-details th,
.mini-enigmatic-black .offer-details td {
  border-bottom-color: #111c24;
}

.mini-enigmatic-black .offer-details.borderless td.add-on,
.mini-enigmatic-black .offer-details .borderless td.add-on,
.mini-enigmatic-black .offer-details td.add-on {
  border-bottom-color: #111c24;
}

.mini-enigmatic-black ul.triangle li:before,
.mini-enigmatic-black p.triangle:before {
  border-color: transparent transparent transparent #111c24;
}

.mini-zesty-yellow .color-primary,
.mini-zesty-yellow-color-primary {
  color: #ced54b !important;
}

.mini-zesty-yellow .bg-primary,
.mini-zesty-yellow-bg-primary {
  background-color: #ced54b !important;
  color: #fff;
}

.mini-zesty-yellow .color-secondary,
.mini-zesty-yellow-color-secondary {
  color: #ced54b !important;
}

.mini-zesty-yellow .bg-secondary,
.mini-zesty-yellow-bg-secondary {
  background-color: #ced54b !important;
  color: #fff;
}

.mini-zesty-yellow .header + .banner {
  border-bottom: 10px solid #ced54b !important;
}

/* .mini-zesty-yellow .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-zesty-yellow .main a {
  text-decoration: none;
  color: #ced54b !important;
}

.mini-zesty-yellow .offer-details {
  border-color: #ced54b;
}

.mini-zesty-yellow .offer-details th,
.mini-zesty-yellow .offer-details td {
  border-bottom-color: #ced54b;
}

.mini-zesty-yellow .offer-details.borderless td.add-on,
.mini-zesty-yellow .offer-details .borderless td.add-on,
.mini-zesty-yellow .offer-details td.add-on {
  border-bottom-color: #ced54b;
}

.mini-zesty-yellow ul.triangle li:before,
.mini-zesty-yellow p.triangle:before {
  border-color: transparent transparent transparent #ced54b;
}

.mini-connected-app .color-primary,
.mini-connected-app-color-primary {
  color: #077f82 !important;
}

.mini-connected-app .bg-primary,
.mini-connected-app-bg-primary {
  background-color: #077f82 !important;
  color: #fff;
}

.mini-connected-app .color-secondary,
.mini-connected-app-color-secondary {
  color: #077f82 !important;
}

.mini-connected-app .bg-secondary,
.mini-connected-app-bg-secondary {
  background-color: #077f82 !important;
  color: #fff;
}

.mini-connected-app .header + .banner {
  border-bottom: 10px solid #077f82 !important;
}

/* .mini-connected-app .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-connected-app .main a {
  text-decoration: none;
  color: #077f82 !important;
}

.mini-connected-app .offer-details {
  border-color: #077f82;
}

.mini-connected-app .offer-details th,
.mini-connected-app .offer-details td {
  border-bottom-color: #077f82;
}

.mini-connected-app .offer-details.borderless td.add-on,
.mini-connected-app .offer-details .borderless td.add-on,
.mini-connected-app .offer-details td.add-on {
  border-bottom-color: #077f82;
}

.mini-connected-app ul.triangle li:before,
.mini-connected-app p.triangle:before {
  border-color: transparent transparent transparent #077f82;
}

.mini-volcanic-orange .color-primary,
.mini-volcanic-orange-color-primary {
  color: #ed9300 !important;
}

.mini-volcanic-orange .bg-primary,
.mini-volcanic-orange-bg-primary {
  background-color: #ed9300 !important;
  color: #fff;
}

.mini-volcanic-orange .color-secondary,
.mini-volcanic-orange-color-secondary {
  color: #ed9300 !important;
}

.mini-volcanic-orange .bg-secondary,
.mini-volcanic-orange-bg-secondary {
  background-color: #ed9300 !important;
  color: #fff;
}

.mini-volcanic-orange .header + .banner {
  border-bottom: 10px solid #ed9300 !important;
}

/* .mini-volcanic-orange .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-volcanic-orange .main a {
  text-decoration: none;
  color: #ed9300 !important;
}

.mini-volcanic-orange .offer-details {
  border-color: #ed9300;
}

.mini-volcanic-orange .offer-details th,
.mini-volcanic-orange .offer-details td {
  border-bottom-color: #ed9300;
}

.mini-volcanic-orange .offer-details.borderless td.add-on,
.mini-volcanic-orange .offer-details .borderless td.add-on,
.mini-volcanic-orange .offer-details td.add-on {
  border-bottom-color: #ed9300;
}

.mini-volcanic-orange ul.triangle li:before,
.mini-volcanic-orange p.triangle:before {
  border-color: transparent transparent transparent #ed9300;
}

.mini-blazing-red .color-primary,
.mini-blazing-red-color-primary {
  color: #a70d19 !important;
}

.mini-blazing-red .bg-primary,
.mini-blazing-red-bg-primary {
  background-color: #a70d19 !important;
  color: #fff;
}

.mini-blazing-red .color-secondary,
.mini-blazing-red-color-secondary {
  color: #a70d19 !important;
}

.mini-blazing-red .bg-secondary,
.mini-blazing-red-bg-secondary {
  background-color: #a70d19 !important;
  color: #fff;
}

.mini-blazing-red .header + .banner {
  border-bottom: 10px solid #a70d19 !important;
}

/* .mini-blazing-red .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-blazing-red .main a {
  text-decoration: none;
  color: #a70d19 !important;
}

.mini-blazing-red .offer-details {
  border-color: #a70d19;
}

.mini-blazing-red .offer-details th,
.mini-blazing-red .offer-details td {
  border-bottom-color: #a70d19;
}

.mini-blazing-red .offer-details.borderless td.add-on,
.mini-blazing-red .offer-details .borderless td.add-on,
.mini-blazing-red .offer-details td.add-on {
  border-bottom-color: #a70d19;
}

.mini-blazing-red ul.triangle li:before,
.mini-blazing-red p.triangle:before {
  border-color: transparent transparent transparent #a70d19;
}

.mini-deep-blue .color-primary,
.mini-deep-blue-color-primary {
  color: #00204e !important;
}

.mini-deep-blue .bg-primary,
.mini-deep-blue-bg-primary {
  background-color: #00204e !important;
  color: #fff;
}

.mini-deep-blue .color-secondary,
.mini-deep-blue-color-secondary {
  color: #00204e !important;
}

.mini-deep-blue .bg-secondary,
.mini-deep-blue-bg-secondary {
  background-color: #00204e !important;
  color: #fff;
}

.mini-deep-blue .header + .banner {
  border-bottom: 10px solid #00204e !important;
}

/* .mini-deep-blue .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-deep-blue .main a {
  text-decoration: none;
  color: #00204e !important;
}

.mini-deep-blue .offer-details {
  border-color: #00204e;
}

.mini-deep-blue .offer-details th,
.mini-deep-blue .offer-details td {
  border-bottom-color: #00204e;
}

.mini-deep-blue .offer-details.borderless td.add-on,
.mini-deep-blue .offer-details .borderless td.add-on,
.mini-deep-blue .offer-details td.add-on {
  border-bottom-color: #00204e;
}

.mini-deep-blue ul.triangle li:before,
.mini-deep-blue p.triangle:before {
  border-color: transparent transparent transparent #00204e;
}

.mini-melting-silver .color-primary,
.mini-melting-silver-color-primary {
  color: #aaaaa4 !important;
}

.mini-melting-silver .bg-primary,
.mini-melting-silver-bg-primary {
  background-color: #aaaaa4 !important;
  color: #fff;
}

.mini-melting-silver .color-secondary,
.mini-melting-silver-color-secondary {
  color: #aaaaa4 !important;
}

.mini-melting-silver .bg-secondary,
.mini-melting-silver-bg-secondary {
  background-color: #aaaaa4 !important;
  color: #fff;
}

.mini-melting-silver .header + .banner {
  border-bottom: 10px solid #aaaaa4 !important;
}

/* .mini-melting-silver .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-melting-silver .main a {
  text-decoration: none;
  color: #aaaaa4 !important;
}

.mini-melting-silver .offer-details {
  border-color: #aaaaa4;
}

.mini-melting-silver .offer-details th,
.mini-melting-silver .offer-details td {
  border-bottom-color: #aaaaa4;
}

.mini-melting-silver .offer-details.borderless td.add-on,
.mini-melting-silver .offer-details .borderless td.add-on,
.mini-melting-silver .offer-details td.add-on {
  border-bottom-color: #aaaaa4;
}

.mini-melting-silver ul.triangle li:before,
.mini-melting-silver p.triangle:before {
  border-color: transparent transparent transparent #aaaaa4;
}

.mini-thunder-grey .color-primary,
.mini-thunder-grey-color-primary {
  color: #51555e !important;
}

.mini-thunder-grey .bg-primary,
.mini-thunder-grey-bg-primary {
  background-color: #51555e !important;
  color: #fff;
}

.mini-thunder-grey .color-secondary,
.mini-thunder-grey-color-secondary {
  color: #51555e !important;
}

.mini-thunder-grey .bg-secondary,
.mini-thunder-grey-bg-secondary {
  background-color: #51555e !important;
  color: #fff;
}

.mini-thunder-grey .header + .banner {
  border-bottom: 10px solid #51555e !important;
}

/* .mini-thunder-grey .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-thunder-grey .main a {
  text-decoration: none;
  color: #51555e !important;
}

.mini-thunder-grey .offer-details {
  border-color: #51555e;
}

.mini-thunder-grey .offer-details th,
.mini-thunder-grey .offer-details td {
  border-bottom-color: #51555e;
}

.mini-thunder-grey .offer-details.borderless td.add-on,
.mini-thunder-grey .offer-details .borderless td.add-on,
.mini-thunder-grey .offer-details td.add-on {
  border-bottom-color: #51555e;
}

.mini-thunder-grey ul.triangle li:before,
.mini-thunder-grey p.triangle:before {
  border-color: transparent transparent transparent #51555e;
}

.mini-electric-blue .color-primary,
.mini-electric-blue-color-primary {
  color: #00a8d8 !important;
}

.mini-electric-blue .bg-primary,
.mini-electric-blue-bg-primary {
  background-color: #00a8d8 !important;
  color: #fff;
}

.mini-electric-blue .color-secondary,
.mini-electric-blue-color-secondary {
  color: #00a8d8 !important;
}

.mini-electric-blue .bg-secondary,
.mini-electric-blue-bg-secondary {
  background-color: #00a8d8 !important;
  color: #fff;
}

.mini-electric-blue .header + .banner {
  border-bottom: 10px solid #00a8d8 !important;
}

/* .mini-electric-blue .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-electric-blue .main a {
  text-decoration: none;
  color: #00a8d8 !important;
}

.mini-electric-blue .offer-details {
  border-color: #00a8d8;
}

.mini-electric-blue .offer-details th,
.mini-electric-blue .offer-details td {
  border-bottom-color: #00a8d8;
}

.mini-electric-blue .offer-details.borderless td.add-on,
.mini-electric-blue .offer-details .borderless td.add-on,
.mini-electric-blue .offer-details td.add-on {
  border-bottom-color: #00a8d8;
}

.mini-electric-blue ul.triangle li:before,
.mini-electric-blue p.triangle:before {
  border-color: transparent transparent transparent #00a8d8;
}

.mini-solaris-orange .color-primary,
.mini-solaris-orange-color-primary {
  color: #bd3b0c !important;
}

.mini-solaris-orange .bg-primary,
.mini-solaris-orange-bg-primary {
  background-color: #bd3b0c !important;
  color: #fff;
}

.mini-solaris-orange .color-secondary,
.mini-solaris-orange-color-secondary {
  color: #bd3b0c !important;
}

.mini-solaris-orange .bg-secondary,
.mini-solaris-orange-bg-secondary {
  background-color: #bd3b0c !important;
  color: #fff;
}

.mini-solaris-orange .header + .banner {
  border-bottom: 10px solid #bd3b0c !important;
}

/* .mini-solaris-orange .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-solaris-orange .main a {
  text-decoration: none;
  color: #bd3b0c !important;
}

.mini-solaris-orange .offer-details {
  border-color: #bd3b0c;
}

.mini-solaris-orange .offer-details th,
.mini-solaris-orange .offer-details td {
  border-bottom-color: #bd3b0c;
}

.mini-solaris-orange .offer-details.borderless td.add-on,
.mini-solaris-orange .offer-details .borderless td.add-on,
.mini-solaris-orange .offer-details td.add-on {
  border-bottom-color: #bd3b0c;
}

.mini-solaris-orange ul.triangle li:before,
.mini-solaris-orange p.triangle:before {
  border-color: transparent transparent transparent #bd3b0c;
}

.mini-emerald-grey .color-primary,
.mini-emerald-grey-color-primary {
  color: #847f6a !important;
}

.mini-emerald-grey .bg-primary,
.mini-emerald-grey-bg-primary {
  background-color: #847f6a !important;
  color: #fff;
}

.mini-emerald-grey .color-secondary,
.mini-emerald-grey-color-secondary {
  color: #847f6a !important;
}

.mini-emerald-grey .bg-secondary,
.mini-emerald-grey-bg-secondary {
  background-color: #847f6a !important;
  color: #fff;
}

.mini-emerald-grey .header + .banner {
  border-bottom: 10px solid #847f6a !important;
}

/* .mini-emerald-grey .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-emerald-grey .main a {
  text-decoration: none;
  color: #847f6a !important;
}

.mini-emerald-grey .offer-details {
  border-color: #847f6a;
}

.mini-emerald-grey .offer-details th,
.mini-emerald-grey .offer-details td {
  border-bottom-color: #847f6a;
}

.mini-emerald-grey .offer-details.borderless td.add-on,
.mini-emerald-grey .offer-details .borderless td.add-on,
.mini-emerald-grey .offer-details td.add-on {
  border-bottom-color: #847f6a;
}

.mini-emerald-grey ul.triangle li:before,
.mini-emerald-grey p.triangle:before {
  border-color: transparent transparent transparent #847f6a;
}

.mini-starlight-blue .color-primary,
.mini-starlight-blue-color-primary {
  color: #192e72 !important;
}

.mini-starlight-blue .bg-primary,
.mini-starlight-blue-bg-primary {
  background-color: #192e72 !important;
  color: #fff;
}

.mini-starlight-blue .color-secondary,
.mini-starlight-blue-color-secondary {
  color: #192e72 !important;
}

.mini-starlight-blue .bg-secondary,
.mini-starlight-blue-bg-secondary {
  background-color: #192e72 !important;
  color: #fff;
}

.mini-starlight-blue .header + .banner {
  border-bottom: 10px solid #192e72 !important;
}

/* .mini-starlight-blue .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-starlight-blue .main a {
  text-decoration: none;
  color: #192e72 !important;
}

.mini-starlight-blue .offer-details {
  border-color: #192e72;
}

.mini-starlight-blue .offer-details th,
.mini-starlight-blue .offer-details td {
  border-bottom-color: #192e72;
}

.mini-starlight-blue .offer-details.borderless td.add-on,
.mini-starlight-blue .offer-details .borderless td.add-on,
.mini-starlight-blue .offer-details td.add-on {
  border-bottom-color: #192e72;
}

.mini-starlight-blue ul.triangle li:before,
.mini-starlight-blue p.triangle:before {
  border-color: transparent transparent transparent #192e72;
}

.mini-melting-silver-ii .color-primary,
.mini-melting-silver-ii-color-primary {
  color: #616265 !important;
}

.mini-melting-silver-ii .bg-primary,
.mini-melting-silver-ii-bg-primary {
  background-color: #616265 !important;
  color: #fff;
}

.mini-melting-silver-ii .color-secondary,
.mini-melting-silver-ii-color-secondary {
  color: #616265 !important;
}

.mini-melting-silver-ii .bg-secondary,
.mini-melting-silver-ii-bg-secondary {
  background-color: #616265 !important;
  color: #fff;
}

.mini-melting-silver-ii .header + .banner {
  border-bottom: 10px solid #616265 !important;
}

/* .mini-melting-silver-ii .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-melting-silver-ii .main a {
  text-decoration: none;
  color: #616265 !important;
}

.mini-melting-silver-ii .offer-details {
  border-color: #616265;
}

.mini-melting-silver-ii .offer-details th,
.mini-melting-silver-ii .offer-details td {
  border-bottom-color: #616265;
}

.mini-melting-silver-ii .offer-details.borderless td.add-on,
.mini-melting-silver-ii .offer-details .borderless td.add-on,
.mini-melting-silver-ii .offer-details td.add-on {
  border-bottom-color: #616265;
}

.mini-melting-silver-ii ul.triangle li:before,
.mini-melting-silver-ii p.triangle:before {
  border-color: transparent transparent transparent #616265;
}

.mini-lapisluxury-blue .color-primary,
.mini-lapisluxury-blue-color-primary {
  color: #001138 !important;
}

.mini-lapisluxury-blue .bg-primary,
.mini-lapisluxury-blue-bg-primary {
  background-color: #001138 !important;
  color: #fff;
}

.mini-lapisluxury-blue .color-secondary,
.mini-lapisluxury-blue-color-secondary {
  color: #001138 !important;
}

.mini-lapisluxury-blue .bg-secondary,
.mini-lapisluxury-blue-bg-secondary {
  background-color: #001138 !important;
  color: #fff;
}

.mini-lapisluxury-blue .header + .banner {
  border-bottom: 10px solid #001138 !important;
}

/* .mini-lapisluxury-blue .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-lapisluxury-blue .main a {
  text-decoration: none;
  color: #001138 !important;
}

.mini-lapisluxury-blue .offer-details {
  border-color: #001138;
}

.mini-lapisluxury-blue .offer-details th,
.mini-lapisluxury-blue .offer-details td {
  border-bottom-color: #001138;
}

.mini-lapisluxury-blue .offer-details.borderless td.add-on,
.mini-lapisluxury-blue .offer-details .borderless td.add-on,
.mini-lapisluxury-blue .offer-details td.add-on {
  border-bottom-color: #001138;
}

.mini-lapisluxury-blue ul.triangle li:before,
.mini-lapisluxury-blue p.triangle:before {
  border-color: transparent transparent transparent #001138;
}

.mini-digital-blue .color-primary,
.mini-digital-blue-color-primary {
  color: #5381ac !important;
}

.mini-digital-blue .bg-primary,
.mini-digital-blue-bg-primary {
  background-color: #5381ac !important;
  color: #fff;
}

.mini-digital-blue .color-secondary,
.mini-digital-blue-color-secondary {
  color: #5381ac !important;
}

.mini-digital-blue .bg-secondary,
.mini-digital-blue-bg-secondary {
  background-color: #5381ac !important;
  color: #fff;
}

.mini-digital-blue .header + .banner {
  border-bottom: 10px solid #5381ac !important;
}

/* .mini-digital-blue .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-digital-blue .main a {
  text-decoration: none;
  color: #5381ac !important;
}

.mini-digital-blue .offer-details {
  border-color: #5381ac;
}

.mini-digital-blue .offer-details th,
.mini-digital-blue .offer-details td {
  border-bottom-color: #5381ac;
}

.mini-digital-blue .offer-details.borderless td.add-on,
.mini-digital-blue .offer-details .borderless td.add-on,
.mini-digital-blue .offer-details td.add-on {
  border-bottom-color: #5381ac;
}

.mini-digital-blue ul.triangle li:before,
.mini-digital-blue p.triangle:before {
  border-color: transparent transparent transparent #5381ac;
}

.mini-pure-burgundy .color-primary,
.mini-pure-burgundy-color-primary {
  color: #3d0016 !important;
}

.mini-pure-burgundy .bg-primary,
.mini-pure-burgundy-bg-primary {
  background-color: #3d0016 !important;
  color: #fff;
}

.mini-pure-burgundy .color-secondary,
.mini-pure-burgundy-color-secondary {
  color: #3d0016 !important;
}

.mini-pure-burgundy .bg-secondary,
.mini-pure-burgundy-bg-secondary {
  background-color: #3d0016 !important;
  color: #fff;
}

.mini-pure-burgundy .header + .banner {
  border-bottom: 10px solid #3d0016 !important;
}

/* .mini-pure-burgundy .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-pure-burgundy .main a {
  text-decoration: none;
  color: #3d0016 !important;
}

.mini-pure-burgundy .offer-details {
  border-color: #3d0016;
}

.mini-pure-burgundy .offer-details th,
.mini-pure-burgundy .offer-details td {
  border-bottom-color: #3d0016;
}

.mini-pure-burgundy .offer-details.borderless td.add-on,
.mini-pure-burgundy .offer-details .borderless td.add-on,
.mini-pure-burgundy .offer-details td.add-on {
  border-bottom-color: #3d0016;
}

.mini-pure-burgundy ul.triangle li:before,
.mini-pure-burgundy p.triangle:before {
  border-color: transparent transparent transparent #3d0016;
}

.mini-indian-summer-red .color-primary,
.mini-indian-summer-red-color-primary {
  color: #aa2d2a !important;
}

.mini-indian-summer-red .bg-primary,
.mini-indian-summer-red-bg-primary {
  background-color: #aa2d2a !important;
  color: #fff;
}

.mini-indian-summer-red .color-secondary,
.mini-indian-summer-red-color-secondary {
  color: #aa2d2a !important;
}

.mini-indian-summer-red .bg-secondary,
.mini-indian-summer-red-bg-secondary {
  background-color: #aa2d2a !important;
  color: #fff;
}

.mini-indian-summer-red .header + .banner {
  border-bottom: 10px solid #aa2d2a !important;
}

/* .mini-indian-summer-red .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-indian-summer-red .main a {
  text-decoration: none;
  color: #aa2d2a !important;
}

.mini-indian-summer-red .offer-details {
  border-color: #aa2d2a;
}

.mini-indian-summer-red .offer-details th,
.mini-indian-summer-red .offer-details td {
  border-bottom-color: #aa2d2a;
}

.mini-indian-summer-red .offer-details.borderless td.add-on,
.mini-indian-summer-red .offer-details .borderless td.add-on,
.mini-indian-summer-red .offer-details td.add-on {
  border-bottom-color: #aa2d2a;
}

.mini-indian-summer-red ul.triangle li:before,
.mini-indian-summer-red p.triangle:before {
  border-color: transparent transparent transparent #aa2d2a;
}

.mini-chestnut .color-primary,
.mini-chestnut-color-primary {
  color: #6b2d07 !important;
}

.mini-chestnut .bg-primary,
.mini-chestnut-bg-primary {
  background-color: #6b2d07 !important;
  color: #fff;
}

.mini-chestnut .color-secondary,
.mini-chestnut-color-secondary {
  color: #6b2d07 !important;
}

.mini-chestnut .bg-secondary,
.mini-chestnut-bg-secondary {
  background-color: #6b2d07 !important;
  color: #fff;
}

.mini-chestnut .header + .banner {
  border-bottom: 10px solid #6b2d07 !important;
}

/* .mini-chestnut .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-chestnut .main a {
  text-decoration: none;
  color: #6b2d07 !important;
}

.mini-chestnut .offer-details {
  border-color: #6b2d07;
}

.mini-chestnut .offer-details th,
.mini-chestnut .offer-details td {
  border-bottom-color: #6b2d07;
}

.mini-chestnut .offer-details.borderless td.add-on,
.mini-chestnut .offer-details .borderless td.add-on,
.mini-chestnut .offer-details td.add-on {
  border-bottom-color: #6b2d07;
}

.mini-chestnut ul.triangle li:before,
.mini-chestnut p.triangle:before {
  border-color: transparent transparent transparent #6b2d07;
}

.mini-sage-green .color-primary,
.mini-sage-green-color-primary {
  color: #4b5457 !important;
}

.mini-sage-green .bg-primary,
.mini-sage-green-bg-primary {
  background-color: #4b5457 !important;
  color: #fff;
}

.mini-sage-green .color-secondary,
.mini-sage-green-color-secondary {
  color: #4b5457 !important;
}

.mini-sage-green .bg-secondary,
.mini-sage-green-bg-secondary {
  background-color: #4b5457 !important;
  color: #fff;
}

.mini-sage-green .header + .banner {
  border-bottom: 10px solid #4b5457 !important;
}

/* .mini-sage-green .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-sage-green .main a {
  text-decoration: none;
  color: #4b5457 !important;
}

.mini-sage-green .offer-details {
  border-color: #4b5457;
}

.mini-sage-green .offer-details th,
.mini-sage-green .offer-details td {
  border-bottom-color: #4b5457;
}

.mini-sage-green .offer-details.borderless td.add-on,
.mini-sage-green .offer-details .borderless td.add-on,
.mini-sage-green .offer-details td.add-on {
  border-bottom-color: #4b5457;
}

.mini-sage-green ul.triangle li:before,
.mini-sage-green p.triangle:before {
  border-color: transparent transparent transparent #4b5457;
}

.mini-carribean-aqua .color-primary,
.mini-carribean-aqua-color-primary {
  color: #00a7ac !important;
}

.mini-carribean-aqua .bg-primary,
.mini-carribean-aqua-bg-primary {
  background-color: #00a7ac !important;
  color: #fff;
}

.mini-carribean-aqua .color-secondary,
.mini-carribean-aqua-color-secondary {
  color: #00a7ac !important;
}

.mini-carribean-aqua .bg-secondary,
.mini-carribean-aqua-bg-secondary {
  background-color: #00a7ac !important;
  color: #fff;
}

.mini-carribean-aqua .header + .banner {
  border-bottom: 10px solid #00a7ac !important;
}

/* .mini-carribean-aqua .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-carribean-aqua .main a {
  text-decoration: none;
  color: #00a7ac !important;
}

.mini-carribean-aqua .offer-details {
  border-color: #00a7ac;
}

.mini-carribean-aqua .offer-details th,
.mini-carribean-aqua .offer-details td {
  border-bottom-color: #00a7ac;
}

.mini-carribean-aqua .offer-details.borderless td.add-on,
.mini-carribean-aqua .offer-details .borderless td.add-on,
.mini-carribean-aqua .offer-details td.add-on {
  border-bottom-color: #00a7ac;
}

.mini-carribean-aqua ul.triangle li:before,
.mini-carribean-aqua p.triangle:before {
  border-color: transparent transparent transparent #00a7ac;
}

.mini-deep-laguna .color-primary,
.mini-deep-laguna-color-primary {
  color: #003045 !important;
}

.mini-deep-laguna .bg-primary,
.mini-deep-laguna-bg-primary {
  background-color: #003045 !important;
  color: #fff;
}

.mini-deep-laguna .color-secondary,
.mini-deep-laguna-color-secondary {
  color: #003045 !important;
}

.mini-deep-laguna .bg-secondary,
.mini-deep-laguna-bg-secondary {
  background-color: #003045 !important;
  color: #fff;
}

.mini-deep-laguna .header + .banner {
  border-bottom: 10px solid #003045 !important;
}

/* .mini-deep-laguna .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-deep-laguna .main a {
  text-decoration: none;
  color: #003045 !important;
}

.mini-deep-laguna .offer-details {
  border-color: #003045;
}

.mini-deep-laguna .offer-details th,
.mini-deep-laguna .offer-details td {
  border-bottom-color: #003045;
}

.mini-deep-laguna .offer-details.borderless td.add-on,
.mini-deep-laguna .offer-details .borderless td.add-on,
.mini-deep-laguna .offer-details td.add-on {
  border-bottom-color: #003045;
}

.mini-deep-laguna ul.triangle li:before,
.mini-deep-laguna p.triangle:before {
  border-color: transparent transparent transparent #003045;
}

/* ==========================================================================
Elements
========================================================================== */
iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0;
}

i.parking {
  display: inline-block;
  background-color: #1c69d4;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  text-align: center;
}

.icon-phone {
  display: inline;
  width: 18px;
  vertical-align: middle;
}

ul.triangle {
  margin-left: 10px;
  padding-left: 0;
}

ul.triangle li, p.triangle, div.triangle {
  padding-left: 1em;
  margin-left: 0;
  position: relative;
  list-style: none;
}

ul.triangle li:before, p.triangle:before, div.triangle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  border-color: transparent transparent transparent currentcolor;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.callout {
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 1em;
}

.chn-quote {
  margin: 0 -0.25em;
}

.chn-quote-l-0 {
  margin-left: -0.5em;
}

.chn-match-height {
  font-size: 1.3em;
  position: relative;
  bottom: -0.1em;
}

/* ==========================================================================
tnav
========================================================================== */
#tnav-lang {
  white-space: nowrap;
  margin-right: 10px;
  position: relative;
  width: auto;
}
#tnav-lang:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 32px;
  width: 0;
  top: 50%;
  right: -12px;
  margin-top: -16px;
  border-right: 1px solid #000;
}
#tnav-lang .tnav-alink-text {
  display: block !important;
  font-family: "MiniSans", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

@media (min-width: 768px) {
  .tnav-icons-circle #tnav-lang {
    margin-right: 25px;
  }
  .tnav-icons-circle a.tnav-icon {
    background-color: #000;
    border: 0px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 6px;
    margin: 0 2px;
  }
  .tnav-icons-circle a.tnav-icon:hover {
    background-color: #fff;
    border: 1px solid #000;
    padding: 5px;
    color: #000 !important;
  }
  .tnav-icons-circle .theme-dark a.tnav-icon {
    border: 1px solid #fff;
  }
}
.fade-left, .fade-right, .fade-top, .fade-bottom, .fade-zoom-in, .fade-zoom-out, .fade-in, .fade-flip-top, .fade-flip-bottom, .fade-flip-left, .fade-flip-right {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), ease-out;
}

.fade-left {
  transform: translateX(-50px);
}

.fade-right {
  transform: translateX(50px);
}

.fade-top {
  transform: translateY(-50px);
}

.fade-bottom {
  transform: translateY(50px);
}

.fade-zoom-in {
  transform: scale(0.9);
}

.fade-zoom-out {
  transform: scale(1.1);
}

.fade-flip-perspective {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -o-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.fade-flip-top {
  transform: rotateX(-45deg);
}

.fade-flip-bottom {
  transform: rotateX(45deg);
}

.fade-flip-left {
  transform: rotateY(45deg);
}

.fade-flip-right {
  transform: rotateY(-45deg);
}

.fade-delay-1 {
  transition-delay: 0.2s;
}

.fade-delay-2 {
  transition-delay: 0.4s;
}

.fade-delay-3 {
  transition-delay: 0.6s;
}

.fade-delay-4 {
  transition-delay: 0.8s;
}

.fade-delay-5 {
  transition-delay: 1s;
}

.is-active .fade-left, .is-active .fade-right, .is-active .fade-top, .is-active .fade-bottom, .is-active .fade-zoom-in, .is-active .fade-zoom-out, .is-active .fade-in, .is-active .fade-flip-top, .is-active .fade-flip-bottom, .is-active .fade-flip-left, .is-active .fade-flip-right, .is-active.fade-left, .is-active.fade-right, .is-active.fade-top, .is-active.fade-bottom, .is-active.fade-zoom-in, .is-active.fade-zoom-out, .is-active.fade-in, .is-active.fade-flip-top, .is-active.fade-flip-bottom, .is-active.fade-flip-left, .is-active.fade-flip-right, .snav-active .sec-active .fade-left, .snav-active .sec-active .fade-right, .snav-active .sec-active .fade-top, .snav-active .sec-active .fade-bottom, .snav-active .sec-active .fade-zoom-in, .snav-active .sec-active .fade-zoom-out, .snav-active .sec-active .fade-in, .snav-active .sec-active .fade-flip-top, .snav-active .sec-active .fade-flip-bottom, .snav-active .sec-active .fade-flip-left, .snav-active .sec-active .fade-flip-right, .snav-active .sec-active.fade-left, .snav-active .sec-active.fade-right, .snav-active .sec-active.fade-top, .snav-active .sec-active.fade-bottom, .snav-active .sec-active.fade-zoom-in, .snav-active .sec-active.fade-zoom-out, .snav-active .sec-active.fade-in, .snav-active .sec-active.fade-flip-top, .snav-active .sec-active.fade-flip-bottom, .snav-active .sec-active.fade-flip-left, .snav-active .sec-active.fade-flip-right {
  opacity: 1;
}
.is-active .fade-left, .is-active .fade-right, .is-active.fade-left, .is-active.fade-right, .snav-active .sec-active .fade-left, .snav-active .sec-active .fade-right, .snav-active .sec-active.fade-left, .snav-active .sec-active.fade-right {
  transform: translateX(0);
}
.is-active .fade-top, .is-active .fade-bottom, .is-active.fade-top, .is-active.fade-bottom, .snav-active .sec-active .fade-top, .snav-active .sec-active .fade-bottom, .snav-active .sec-active.fade-top, .snav-active .sec-active.fade-bottom {
  transform: translateY(0);
}
.is-active .fade-zoom-in, .is-active .fade-zoom-out, .is-active.fade-zoom-in, .is-active.fade-zoom-out, .snav-active .sec-active .fade-zoom-in, .snav-active .sec-active .fade-zoom-out, .snav-active .sec-active.fade-zoom-in, .snav-active .sec-active.fade-zoom-out {
  transform: scale(1);
}
.is-active .fade-flip-top, .is-active .fade-flip-bottom, .is-active.fade-flip-top, .is-active.fade-flip-bottom, .snav-active .sec-active .fade-flip-top, .snav-active .sec-active .fade-flip-bottom, .snav-active .sec-active.fade-flip-top, .snav-active .sec-active.fade-flip-bottom {
  transform: rotateX(0);
}
.is-active .fade-flip-left, .is-active .fade-flip-right, .is-active.fade-flip-left, .is-active.fade-flip-right, .snav-active .sec-active .fade-flip-left, .snav-active .sec-active .fade-flip-right, .snav-active .sec-active.fade-flip-left, .snav-active .sec-active.fade-flip-right {
  transform: rotateY(0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.hero {
  background-color: #000;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  overflow: hidden;
}

.page-thankyou .hero {
  padding-bottom: 50vh;
  overflow: hidden;
}
.page-thankyou .hero .hero-kv {
  opacity: 0.3;
}
.page-thankyou .hero .hero-content img {
  margin-top: 0;
}

.hero-kv {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  transform: scale(1.1);
  transition: opacity 10s ease-out, transform 10s ease-out;
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s 2s;
}
.hero-content img {
  width: 60%;
  margin-top: 30%;
}

.is-active .hero-kv, .sec-active .hero-kv {
  transform: scale(1);
  opacity: 1;
}
.is-active .hero-content, .sec-active .hero-content {
  opacity: 1;
}

@media (min-width: 768px) {
  .hero {
    padding-bottom: min(56.25%, calc(100vh - 70px));
  }

  .hero-content img {
    width: 40%;
    margin-top: 20%;
  }
}
.intro {
  padding: 20px 0;
  position: relative;
}
.intro .title {
  opacity: 0;
}
.intro .title-wrapper {
  width: 80%;
  margin: 40px auto;
  position: relative;
}
.intro .title-animation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.intro .title-animation {
  background-image: url(/BIGLOVE/WatchMaking/images/220511/intro_title_v2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.intro .title-animation:before, .intro .title-animation:after {
  background-image: url(/BIGLOVE/WatchMaking/images/220511/intro_title_v2.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 100%;
  top: 0;
}
.intro .title-animation:before {
  left: 0;
  background-position: 0 50%;
}
.intro .title-animation:after {
  right: 0;
  background-position: 100% 50%;
}
@media (min-width: 768px) {
  .intro .title-animation:before, .intro .title-animation:after {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .intro .title-animation:before, .intro .title-animation:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .intro .title-animation:before, .intro .title-animation:after {
    width: 60px;
  }
}
.intro .content {
  margin: 20px 0;
  transition-duration: 1s;
}
.intro .animation-trigger .title-animation {
  width: 0;
  transition: width 1s ease-out;
}
.intro .animation-trigger.is-active .title-animation {
  width: 100%;
}

.mini-electric-header {
  width: 32%;
  max-width: 200px;
  margin: 0 auto;
}

.mini-electric {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.wheel {
  width: 14%;
  position: absolute;
  top: 58%;
  transform-origin: 50% 50%;
}

.wheel-front {
  left: 71.5%;
}

.wheel-rear {
  left: 14.5%;
}

.animation-trigger .mini-electric-header {
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 100%;
  transition: opacity 0.5s 1.5s, transform 0.5s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animation-trigger .mini-electric {
  transform: translateX(-200%);
  transition: transform 2s ease-out;
}
.animation-trigger .wheel {
  transform: rotate(-1440deg);
  transition: transform 2s ease-out;
}
@media (max-width: 768px) {
  .animation-trigger .mini-electric {
    transform: translateX(-150%);
    transition: transform 1.5s ease-out;
  }
  .animation-trigger .wheel {
    transform: rotate(-1080deg);
    transition: transform 1.5s ease-out;
  }
}
.animation-trigger.is-active .mini-electric-header {
  opacity: 1;
  transform: scale(1);
}
.animation-trigger.is-active .mini-electric {
  transform: translateX(0);
}
.animation-trigger.is-active .wheel {
  transform: rotate(0deg);
}

@media (min-width: 768px) {
  .intro .content {
    margin: 40px 0;
  }

  .mini-electric-header {
    width: 20%;
    max-width: 320px;
  }

  .mini-electric {
    width: 50%;
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .intro .content {
    margin: 60px 0;
  }
}
.series {
  background-image: url(/BIGLOVE/WatchMaking/images/220511/series_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 40px 0;
}

.series-group {
  display: flex;
  gap: 20px;
}
.series-group > div {
  background-color: #fff;
  flex: 0 1 50%;
  transition-duration: 1s;
}
.series-group .thumb {
  position: relative;
}
.series-group .thumb-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.series-group .thumb-title {
  height: 35%;
}
.series-group .btn-spec {
  margin-top: 40px;
  cursor: pointer;
}
.series-group .btn-spec .fa {
  transition: transform 0.3s;
  font-size: 1.5em;
  margin-left: 0.2em;
  position: relative;
  top: 2px;
}
.series-group .btn-spec.spec-expanded .fa {
  transform: rotate(180deg);
}
.series-group .series-content {
  padding: 10px;
}
.series-group .series-content th, .series-group .series-content td {
  vertical-align: top;
  padding: 5px 0;
}
.series-group .series-content th {
  white-space: nowrap;
}
.series-group .spec {
  display: none;
}
@media (max-width: 480px) {
  .series-group .series-content table, .series-group .series-content tbody, .series-group .series-content thead, .series-group .series-content tr, .series-group .series-content th, .series-group .series-content td {
    display: block;
  }
  .series-group .series-content th {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .series {
    padding: 80px 20px;
  }

  .series-group .btn-spec {
    cursor: normal;
    pointer-events: none;
  }
  .series-group .btn-spec .fa {
    display: none;
  }
  .series-group .spec {
    display: block;
  }
  .series-group .series-content {
    padding: 20px;
  }
}
@media (min-width: 922px) {
  .series {
    padding: 80px 60px;
  }

  .series-group {
    gap: 40px;
  }
  .series-group .series-content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .series {
    padding: 120px 60px;
  }

  .series-group .series-content {
    padding: 40px;
  }
}
.config {
  padding: 20px 0;
}
.config hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.config hgroup h2 {
  background-color: #e1ca00;
  font-family: "MiniSansBold", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 0.1em 0.2em;
}
.config hgroup + p {
  text-align: center;
}
.config .animation-trigger h2 {
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.config .animation-trigger.is-active h2 {
  transform: scale(1);
}
.config h3 {
  font-family: "MiniSerifBold", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  margin: 2em 0;
  border-bottom: 3px solid #e1ca00;
}
.config .config-header {
  padding: 9px;
  margin: 36px 0;
  border-bottom: 3px solid #e1ca00;
  overflow: hidden;
}
.config .config-header img {
  width: 60%;
  max-width: 800px;
  margin: 0 auto;
}

.watch-solo {
  width: 50%;
  margin: auto;
}

.config-content {
  padding: 10px 0;
}
.config-content .watch-parts {
  margin-top: 40px;
}
.config-content th, .config-content td {
  vertical-align: top;
  padding: 5px 0;
}
.config-content th {
  text-align: right;
  white-space: nowrap;
  padding-top: 25px;
  padding-right: 20px;
}
.config-content .watch-parts img {
  display: inline-block;
  width: 50px;
  margin: 5px 10px 5px 0;
}
.config-content .pointer th {
  padding-top: 15px;
}
.config-content .font-face th {
  padding-top: 20px;
}
.config-content .font-face img {
  width: 60px;
}
.config-content .font-face img:nth-child(2) {
  width: 100px;
}
.config-content .animation-trigger.watch-parts img {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.5s;
}
.config-content .animation-trigger.watch-parts img:nth-child(2) {
  transition-delay: 0.2s;
}
.config-content .animation-trigger.watch-parts img:nth-child(3) {
  transition-delay: 0.4s;
}
.config-content .animation-trigger.watch-parts img:nth-child(4) {
  transition-delay: 0.6s;
}
.config-content .animation-trigger.watch-parts img:nth-child(5) {
  transition-delay: 0.8s;
}
.config-content .animation-trigger.watch-parts img:nth-child(6) {
  transition-delay: 1s;
}
.config-content .animation-trigger.watch-parts img:nth-child(7) {
  transition-delay: 1.2s;
}
.config-content .animation-trigger.watch-parts img:nth-child(8) {
  transition-delay: 1.4s;
}
.config-content .animation-trigger.watch-parts img:nth-child(9) {
  transition-delay: 1.6s;
}
.config-content .animation-trigger.watch-parts img:nth-child(10) {
  transition-delay: 1.8s;
}
.config-content .animation-trigger.watch-parts img:nth-child(11) {
  transition-delay: 2s;
}
.config-content .animation-trigger.watch-parts img:nth-child(12) {
  transition-delay: 2.2s;
}
.config-content .animation-trigger.watch-parts img:nth-child(13) {
  transition-delay: 2.4s;
}
.config-content .animation-trigger.watch-parts img:nth-child(14) {
  transition-delay: 2.6s;
}
.config-content .animation-trigger.watch-parts img:nth-child(15) {
  transition-delay: 2.8s;
}
.config-content .animation-trigger.watch-parts img:nth-child(16) {
  transition-delay: 3s;
}
.config-content .animation-trigger.watch-parts.is-active img {
  transform: translateY(0);
  opacity: 1;
}

.config-highlight-wrapper {
  display: flex;
  justify-content: center;
}

.config-highlight {
  background-color: #e1ca00;
  margin: 20px auto;
  padding: 10px 20px;
}
.config-highlight p {
  margin: 0.5em 0;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

@media (min-width: 768px) {
  .config {
    padding: 40px 0;
  }
  .config h3 {
    font-size: 32px;
  }
  .config .config-header {
    padding: 16px;
    margin: 64px 0;
  }

  .watch-solo {
    width: 200px;
    margin: 0 20px;
    flex: 0 0 auto;
  }

  .config-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
  }
  .config-content .watch-parts {
    margin-top: 0;
  }
  .config-content .font-face img {
    width: 80px;
  }
  .config-content .font-face img:nth-child(2) {
    width: 130px;
  }
}
@media (min-width: 922px) {
  .config {
    padding: 60px 0;
  }
  .config .config-header img {
    width: 50%;
  }

  .watch-solo {
    width: 220px;
    margin: 0 30px;
  }

  .config-highlight {
    margin: 30px auto 0;
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .config {
    padding: 80px 0;
  }

  .watch-solo {
    width: 240px;
    margin: 0 40px;
  }

  .config-content .watch-parts img {
    width: 60px;
    margin: 10px 20px 10px 0;
  }
  .config-content .font-face img {
    width: 100px;
  }
  .config-content .font-face img:nth-child(2) {
    width: 150px;
  }

  .config-highlight {
    margin: 30px auto 0;
    padding: 15px 60px;
  }
}
@media (min-width: 1600px) {
  .config .container {
    max-width: 1440px;
  }

  .watch-solo {
    width: 300px;
    margin: 0 60px;
  }

  .config-content .watch-parts img {
    width: 80px;
    margin: 10px 20px 10px 0;
  }
  .config-content .font-face img {
    width: 120px;
  }
  .config-content .font-face img:nth-child(2) {
    width: 180px;
  }

  .config-highlight p {
    font-size: 24px;
  }
}
.event {
  padding: 20px 0;
}
.event .container {
  display: flex;
  justify-content: center;
}

.event-wrapper {
  border: 3px solid #e1ca00;
  transition-duration: 1s;
}

.event-header {
  background-color: #e1ca00;
  padding: 10px;
}
.event-header h3 {
  font-family: "MiniSansBold", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  margin: 0;
}

.event-info th, .event-info td {
  font-family: "MiniSans", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  vertical-align: top;
  padding: 10px;
}
.event-info th {
  white-space: nowrap;
  padding-right: 0;
}
.event-info td {
  padding-left: 0;
}

.event-footer {
  padding: 10px;
}
.event-footer p {
  font-family: "MiniSans", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  margin-bottom: 0.5em;
}

.big-underline {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.big-underline:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  border-top: 3px solid #e1ca00;
  left: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .event-header {
    padding: 20px;
  }
  .event-header h3 {
    font-size: min(3.2vw, 40px);
  }

  .event-info {
    padding: 10px;
  }
}
@media (min-width: 922px) {
  .event {
    padding: 40px 0;
  }

  .event-header {
    padding: 20px 30px;
  }

  .event-info {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .event-header {
    padding: 20px 40px;
  }

  .event-info {
    padding: 30px;
  }
}
.registration {
  color: #000;
  background-color: #fff;
  /*  background-image: url(/BIGLOVE/WatchMaking/images/210720/bg_m.png);*/
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  z-index: 5;
  padding: 20px 0;
}
.registration .container {
  position: relative;
  z-index: 5;
}
.registration h3 {
  font-family: "MiniSerifBold", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  font-weight: bold;
}

.agree-terms ul {
  margin: 0.5em;
}

.testdrive-group {
  display: none;
}

.workshop-option-group .option {
  display: flex;
  justify-content: start;
  align-items: center;
}
.workshop-option-group .option-block .checkbox + .option-content,
.workshop-option-group .option-block .radio + .option-content {
  margin-left: 8px;
  margin-right: 8px;
}
.workshop-option-group .full_quota {
  color: #f00;
}

.option-content .full_quota {
  color: #f00;
}

.form-block {
  border: 5px solid #e1ca00;
  margin: 0 -15px;
}
.form-block hr {
  border: 1px solid #e1ca00;
  margin: 1em 0 0 0;
}
.form-block .form-block-inner {
  padding: 30px 10px;
}

#price_div {
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .form-block {
    margin: 0 -25px;
  }
  .form-block .form-block-inner {
    padding: 30px 20px;
  }
}
.theme-dark .smart-forms .btn-mini {
  background-color: #c2192c;
  border-color: #c2192c;
}

.theme-dark .smart-forms .btn-mini:hover, .theme-dark .smart-forms .btn-mini:focus, .theme-dark .smart-forms .btn-mini:active {
  color: #c2192c;
  border-color: #c2192c;
}

.smart-forms input[disabled] {
  cursor: not-allowed !important;
}

.smart-forms input[disabled] ~ div,
.smart-forms input[disabled] ~ span,
.smart-forms input[disabled] ~ label {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.smart-forms .option-block .checkbox + .option-content,
.smart-forms .option-block .radio + .option-content {
  line-height: 1.5em;
}

.smart-forms .btn-mini {
  background-color: #000;
}

.smart-forms .btn-mini:hover, .smart-forms .btn-mini:focus {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

/* Workshop Options */
.workshop-option-group .option-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.workshop-option-group .option {
  font-size: 16px;
  position: relative;
  margin: 0 0 20px 0 !important;
}
.workshop-option-group .option .img-box {
  padding: 2px;
  border: 3px solid transparent;
  border-radius: 45px;
}
.workshop-option-group .option.option-item-others .img-box {
  border-color: #cfcfcf;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.workshop-option-group .option img {
  width: 80px;
}
.workshop-option-group .option input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.workshop-option-group .option .radio {
  display: none;
}
.workshop-option-group .option .option-content {
  width: 100%;
  text-align: center;
  margin: 0 !important;
  position: absolute;
  left: 0;
  bottom: -20px;
  padding-top: 5px;
}
.workshop-option-group .option input[type=radio]:checked ~ .option-content {
  color: #e1ca00;
}
.workshop-option-group .option input[type=radio]:checked ~ .item-img .img-box {
  border-color: #e1ca00;
}

.fonttype-option-group .option-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.fonttype-option-group .option {
  font-size: 16px;
  position: relative;
  padding-bottom: 10px !important;
  margin: 0 !important;
}
.fonttype-option-group .option .img-box {
  padding: 2px;
  border: 3px solid transparent;
  border-radius: 1000px;
}
.fonttype-option-group .option.option-item-1 img {
  width: 100px;
}
.fonttype-option-group .option.option-item-2 img {
  width: 180px;
}
.fonttype-option-group .option.option-item-3 img {
  width: 80px;
}
.fonttype-option-group .option img {
  margin-left: 22px;
}
@media (min-width: 768px) {
  .fonttype-option-group .option-group {
    flex-direction: row;
  }
  .fonttype-option-group .option {
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .registration {
    padding: 40px 0;
  }
}
@media (min-width: 922px) {
  .registration {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .registration {
    padding: 80px 0;
  }
}
.page-thankyou h5 {
  margin: 1em 0;
}
.page-thankyou .wrapper {
  background-image: url(/BIGLOVE/WatchMaking/images/210720/event_bg_sm.png);
  background-size: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page-thankyou .wrapper {
    background-image: url(/BIGLOVE/WatchMaking/images/210720/event_bg_md.png);
  }
}
@media screen and (min-width: 992px) {
  .page-thankyou .wrapper {
    background-image: url(/BIGLOVE/WatchMaking/images/210720/event_bg_lg.png);
  }
}
@media screen and (min-width: 1280px) {
  .page-thankyou .wrapper {
    background-image: url(/BIGLOVE/WatchMaking/images/210720/event_bg_hd.png);
  }
}
@media screen and (min-width: 1920px) {
  .page-thankyou .wrapper {
    background-image: url(/BIGLOVE/WatchMaking/images/210720/event_bg_qhd.png);
  }
}
.page-thankyou .content {
  padding: 40px 20px 20px 20px;
}
.page-thankyou .content hr {
  border-color: #d7ab5e;
}
.page-thankyou .content .theme-light, .page-thankyou .content .theme-light a {
  color: #000;
}
.page-thankyou .hr {
  margin: 40px auto;
}
.page-thankyou .thankyou-info, .page-thankyou .thankyou-info p {
  text-align: center;
}
.page-thankyou .event-detail th, .page-thankyou .event-detail td {
  vertical-align: top;
}
.page-thankyou .tnav .tnav-bar {
  padding: 0 10px;
}
.page-thankyou .tnav .tnav-menu {
  display: none !important;
}

p, th, td, li, h4 {
  font-family: "MiniSans", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

strong {
  font-family: "MiniSansBold", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

h2 {
  font-family: "MiniSerifBold", Times, "Times New Roman", Georgia, FangSong, STSong, serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
  }

  p, th, td {
    font-size: 14px;
  }

  p.small {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  p, th, td {
    font-size: 18px;
  }
}
a {
  color: #000;
  text-decoration: underline;
}

u {
  text-decoration-color: #e1ca00;
  text-decoration-thickness: 3px;
}

.tnav {
  height: 70px;
}
.tnav .tnav-bar {
  padding: 0 10px;
}

.tnav-container {
  border-bottom: 5px solid #e1ca00;
}

.mini-custom .color-primary,
.mini-custom-color-primary {
  color: #e1ca00 !important;
}

.mini-custom .bg-primary,
.mini-custom-bg-primary {
  background-color: #e1ca00 !important;
  color: #fff;
}

.mini-custom .color-secondary,
.mini-custom-color-secondary {
  color: #e1ca00 !important;
}

.mini-custom .bg-secondary,
.mini-custom-bg-secondary {
  background-color: #e1ca00 !important;
  color: #fff;
}

.mini-custom .header + .banner {
  border-bottom: 10px solid #e1ca00 !important;
}

/* .mini-custom .footerWrapper {
  border-top: 5px solid $p-color !important;
} */
.mini-custom .main a {
  text-decoration: none;
  color: #e1ca00 !important;
}

.mini-custom .offer-details {
  border-color: #e1ca00;
}

.mini-custom .offer-details th,
.mini-custom .offer-details td {
  border-bottom-color: #e1ca00;
}

.mini-custom .offer-details.borderless td.add-on,
.mini-custom .offer-details .borderless td.add-on,
.mini-custom .offer-details td.add-on {
  border-bottom-color: #e1ca00;
}

.mini-custom ul.triangle li:before,
.mini-custom p.triangle:before {
  border-color: transparent transparent transparent #e1ca00;
}

.logo-electric {
  display: block;
  height: 41px;
  position: fixed;
  left: 110px;
  top: 12px;
  z-index: 100;
  padding: 3px 20px;
  border-left: 1px solid #e1ca00;
}
.logo-electric img {
  height: 35px;
}
@media (min-width: 992px) {
  .logo-electric {
    left: 135px;
  }
}

.page-landing .tnav .tnav-alinks {
  display: none;
}

.btn-register {
  background-color: #e1ca00;
  border-color: #e1ca00;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 100;
  padding: 0.2rem 0.6rem;
}

.btn-top {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 1000px;
  text-decoration: none !important;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s, transform 1s;
  transform: translateY(20px);
}
@media (hover: hover) {
  .series-active .btn-top:hover {
    opacity: 1;
    background-color: #e1ca00;
  }
}
.series-active .btn-top {
  transform: translateY(0);
  opacity: 0.6;
  pointer-events: auto;
}

@keyframes v-swing {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.scroll-down {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 1000px;
  text-decoration: none !important;
  margin-left: -30px;
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 1s, transform 1s;
  transform: translateY(0);
}
.scroll-down i.fa {
  animation-name: v-swing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.series-active .scroll-down {
  transform: translateY(20px);
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
